Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
2cd393dd
Unverified
Commit
2cd393dd
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
system/libxml2: removes -utils split, add provides=""
parent
5e36fdf2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!239
system/libxml2: removes -utils split, add provides=""
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/libxml2/APKBUILD
+3
-9
3 additions, 9 deletions
system/libxml2/APKBUILD
with
3 additions
and
9 deletions
system/libxml2/APKBUILD
+
3
−
9
View file @
2cd393dd
...
...
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
libxml2
pkgver
=
2.9.9
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"XML parsing library"
url
=
"http://www.xmlsoft.org/"
arch
=
"all"
...
...
@@ -12,7 +12,8 @@ depends=""
depends_dev
=
"zlib-dev icu-dev"
checkdepends
=
"perl tar"
makedepends
=
"
$depends_dev
python3-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev
$pkgname
-utils py-libxml2:py"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev py-libxml2:py"
provides
=
"
$pkgname
-utils=
$pkgver
-r
$pkgrel
"
source
=
"ftp://ftp.xmlsoft.org/
${
pkgname
}
/
${
pkgname
}
-
${
pkgver
}
.tar.gz
python-segfault-fix.patch
"
...
...
@@ -60,12 +61,5 @@ py() {
mv
"
$pkgdir
"
/usr/lib/python3
*
"
$subpkgdir
"
/usr/lib/
}
utils
()
{
pkgdesc
=
"XML utilities"
replaces
=
"libxml2"
mkdir
-p
"
$subpkgdir
"
/usr
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr/
}
sha512sums
=
"cb7784ba4e72e942614e12e4f83f4ceb275f3d738b30e3b5c1f25edf8e9fa6789e854685974eed95b362049dbf6c8e7357e0327d64c681ed390534ac154e6810 libxml2-2.9.9.tar.gz
384b3d2031cd8f77528190bbb7652faa9ccb22bc604bcf4927e59046d38830dac38010828fe1568b6514976f725981a6d3ac1aa595d31477a36db2afe491452c python-segfault-fix.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