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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Michael Pirogov
aports
Commits
798c2a98
Commit
798c2a98
authored
6 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/py-gobject: upgrade to 2.28.7
parent
492c030c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/py-gobject/APKBUILD
+6
-12
6 additions, 12 deletions
main/py-gobject/APKBUILD
with
6 additions
and
12 deletions
main/py-gobject/APKBUILD
+
6
−
12
View file @
798c2a98
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
py-gobject
pkgver
=
2.28.
6
pkgrel
=
7
pkgver
=
2.28.
7
pkgrel
=
0
pkgdesc
=
"Python bindings for the GObject library"
url
=
"http://www.pygtk.org/"
arch
=
"all"
...
...
@@ -9,14 +9,9 @@ license="GPL"
makedepends
=
"libffi-dev glib-dev python2-dev py-cairo-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
options
=
"!check"
#*** No rule to make target 'Regress-1.0.typelib', needed by 'check-local'.
source
=
"https://download.gnome.org/sources/pygobject/
${
pkgver
%.*
}
/pygobject-
$pkgver
.tar.
bz2
"
source
=
"https://download.gnome.org/sources/pygobject/
${
pkgver
%.*
}
/pygobject-
$pkgver
.tar.
xz
"
builddir
=
"
$srcdir
"
/pygobject-
$pkgver
prepare
()
{
cd
"
$builddir
"
update_config_sub
||
return
1
}
build
()
{
cd
"
$builddir
"
CFLAGS
=
"
$CFLAGS
-D_GNU_SOURCE"
\
...
...
@@ -27,9 +22,8 @@ build() {
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--disable-introspection
\
||
return
1
make
||
return
1
--disable-introspection
make
}
check
()
{
...
...
@@ -42,4 +36,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
b29da45a45b3099c1153978cc507fcea156e66fd1dbadb565c19b201b29a96414cba819507993cfc6190916a90c586b6cca2b777e21b72be929711462a852b88
pygobject-2.28.
6
.tar.
bz2
"
sha512sums
=
"
a5f3ae39f8156bd6234fb6d0ea31eba782fbdd4c292656c31b33e098abe3dcf0774d492cf602a4637cb679af9ecd511b24263349fbfd25708ca70f16cb052dfb
pygobject-2.28.
7
.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