Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Panek
aports
Commits
a655eb3a
Commit
a655eb3a
authored
12 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/abuild: upgrade to 2.13.1
parent
368f9def
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/abuild/0001-abuild-include-usr-share-ri-in-doc-packages.patch
+0
-25
0 additions, 25 deletions
...ld/0001-abuild-include-usr-share-ri-in-doc-packages.patch
main/abuild/APKBUILD
+4
-5
4 additions, 5 deletions
main/abuild/APKBUILD
with
4 additions
and
30 deletions
main/abuild/0001-abuild-include-usr-share-ri-in-doc-packages.patch
deleted
100644 → 0
+
0
−
25
View file @
368f9def
From f640500e4cac6d126b8c109ffd277c2775243bdd Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Thu, 11 Oct 2012 18:47:29 +0000
Subject: [PATCH] abuild: include /usr/share/ri in -doc packages
---
abuild.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/abuild.in b/abuild.in
index 0fde169..62a860f 100755
--- a/abuild.in
+++ b/abuild.in
@@ -1132,7 +1132,7 @@
default_doc() {
arch=${arch_doc:-"noarch"}
local i
- for i in doc man info html sgml licenses gtk-doc; do
+ for i in doc man info html sgml licenses gtk-doc ri; do
if [ -d "$pkgdir/usr/share/$i" ]; then
mkdir -p "$subpkgdir/usr/share"
mv "$pkgdir/usr/share/$i" "$subpkgdir/usr/share/"
--
1.7.12.3
This diff is collapsed.
Click to expand it.
main/abuild/APKBUILD
+
4
−
5
View file @
a655eb3a
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgdesc
=
"Script to build Alpine Packages"
pkgdesc
=
"Script to build Alpine Packages"
pkgname
=
abuild
pkgname
=
abuild
pkgver
=
2.13.
0
pkgver
=
2.13.
1
_ver
=
${
pkgver
%_git*
}
_ver
=
${
pkgver
%_git*
}
pkgrel
=
1
pkgrel
=
0
url
=
http://git.alpinelinux.org/cgit/abuild/
url
=
http://git.alpinelinux.org/cgit/abuild/
depends
=
"fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 uclibc-utils
depends
=
"fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 uclibc-utils
abuildhelper curl"
abuildhelper curl"
...
@@ -14,7 +14,7 @@ pkggroups="abuild"
...
@@ -14,7 +14,7 @@ pkggroups="abuild"
arch
=
"all"
arch
=
"all"
license
=
GPL-2
license
=
GPL-2
source
=
"http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-
$_ver
.tar.bz2
source
=
"http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-
$_ver
.tar.bz2
0001-abuild-include-usr-share-ri-in-doc-packages.patch
"
"
_builddir
=
"
$srcdir
/
$pkgname
-
$_ver
"
_builddir
=
"
$srcdir
/
$pkgname
-
$_ver
"
prepare
()
{
prepare
()
{
...
@@ -51,5 +51,4 @@ cpan() {
...
@@ -51,5 +51,4 @@ cpan() {
mv
"
$pkgdir
"
/usr/bin/apkbuild-cpan
"
$subpkgdir
"
/usr/bin/
mv
"
$pkgdir
"
/usr/bin/apkbuild-cpan
"
$subpkgdir
"
/usr/bin/
}
}
md5sums
=
"cbb9bc53843510c2c15c2a5eb369cf67 abuild-2.13.0.tar.bz2
md5sums
=
"def262948a0cb75a0f803c5d86bf8eaf abuild-2.13.1.tar.bz2"
923930fdc2dd60b7debe2f9fbced33a8 0001-abuild-include-usr-share-ri-in-doc-packages.patch"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment