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
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
f915fed7
Commit
f915fed7
authored
11 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/glib: upgrade to 2.36.4
parent
c14e8873
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/glib/APKBUILD
+34
-7
34 additions, 7 deletions
main/glib/APKBUILD
with
34 additions
and
7 deletions
main/glib/APKBUILD
+
34
−
7
View file @
f915fed7
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
glib
pkgname
=
glib
pkgver
=
2.36.
1
pkgver
=
2.36.
4
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Common C routines used by Gtk+ and other libs"
pkgdesc
=
"Common C routines used by Gtk+ and other libs"
url
=
"http://www.gtk.org"
url
=
"http://www.gtk.org"
...
@@ -18,8 +18,17 @@ _builddir="$srcdir/$pkgname-$pkgver"
...
@@ -18,8 +18,17 @@ _builddir="$srcdir/$pkgname-$pkgver"
prepare
()
{
prepare
()
{
cd
"
$_builddir
"
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
# workaround packaing issue. gtk-doc.make timestamp was newer than
# Makefile.am, which triggers automake re-run
touch
-r
docs/reference/glib/Makefile.am gtk-doc.make
}
}
build
()
{
build
()
{
cd
"
$_builddir
"
cd
"
$_builddir
"
./configure
\
./configure
\
...
@@ -27,6 +36,7 @@ build() {
...
@@ -27,6 +36,7 @@ build() {
--host
=
$CHOST
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
--mandir
=
/usr/share/man
\
--disable-gtk-doc
\
||
return
1
||
return
1
make
||
return
1
make
||
return
1
}
}
...
@@ -40,13 +50,30 @@ package() {
...
@@ -40,13 +50,30 @@ package() {
# move the stuff in /usr/bin to the glib-dev package
# move the stuff in /usr/bin to the glib-dev package
dev
()
{
dev
()
{
default_dev
default_dev
mkdir
-p
"
$subpkgdir
"
/usr/bin/
replaces
=
"glib"
mkdir
-p
"
$subpkgdir
"
/usr/bin/
\
"
$subpkgdir
"
/usr/share/bash-completion/completions
\
||
return
1
cd
"
$pkgdir
"
/usr/bin
cd
"
$pkgdir
"
/usr/bin
mv
glib-genmarshal glib-gettextize glib-mkenums gobject-query
\
mv
\
gtester gtester-report
\
gdbus-codegen
\
glib-compile-resources
\
glib-genmarshal
\
glib-gettextize
\
glib-mkenums
\
gobject-query
\
gresource
\
gtester
\
gtester-report
\
"
$subpkgdir
"
/usr/bin/
"
$subpkgdir
"
/usr/bin/
mv
"
$pkgdir
"
/usr/share/gdb
\
"
$pkgdir
"
/usr/share/glib-2.0
\
"
$subpkgdir
"
/usr/share/
||
return
1
mv
"
$pkgdir
"
/usr/share/bash-completion/completions/gresource
\
"
$subpkgdir
"
/usr/share/bash-completion/completions
\
||
return
1
}
}
md5sums
=
"
a3bbee44a13facb5a3cab18be5ece14c
glib-2.36.
1
.tar.xz"
md5sums
=
"
2f4b15f7ef43d8702d067ab987bf7aba
glib-2.36.
4
.tar.xz"
sha256sums
=
"
7de37586794e92c024feebe5d306bf5f245fef4803c3666af1ae8dac6ee10b24
glib-2.36.
1
.tar.xz"
sha256sums
=
"
f654d2542329012d8475736a165dfbf82fadf3ee940c2e0e6ddd4b2fde5cad7e
glib-2.36.
4
.tar.xz"
sha512sums
=
"e
738ef537fc8b05f535a42a46c3e5cf8d7c9c3aed788adea1bfd924e6031e6f3e8366850a3a1a0ea2c2a4c5e54f08eacf6cccbf32fb8a361b62a6caf9c4b7852
glib-2.36.
1
.tar.xz"
sha512sums
=
"e
d3b01051695858724d854c4d1c20df19d4c19526538d87c995e41376e3479e5758afccc9550cf7f4d1104bdd4edb8b436a716ab2b95e7bdf198ff3f17749304
glib-2.36.
4
.tar.xz"
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