[arch-commits] Commit in python2-gobject/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Sat Apr 9 14:52:54 UTC 2022
Date: Saturday, April 9, 2022 @ 14:52:53
Author: jelle
Revision: 1183128
archrelease: copy trunk to community-x86_64
Added:
python2-gobject/repos/community-x86_64/PKGBUILD
(from rev 1183127, python2-gobject/trunk/PKGBUILD)
Deleted:
python2-gobject/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-09 14:52:47 UTC (rev 1183127)
+++ PKGBUILD 2022-04-09 14:52:53 UTC (rev 1183128)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=python2-gobject
-pkgver=3.36.1
-pkgrel=4
-pkgdesc="Python 2 Bindings for GLib/GObject/GIO/GTK+"
-url="https://wiki.gnome.org/Projects/PyGObject"
-arch=(x86_64)
-license=(LGPL)
-depends=(gobject-introspection-runtime python2)
-makedepends=(python2-cairo gobject-introspection git meson)
-optdepends=('cairo: Cairo bindings')
-_commit=5c6bee1c2a0d08cf367aa61784b5b967128e68b2 # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit")
-sha256sums=('SKIP')
-
-build() {
- arch-meson pygobject build -D python=/usr/bin/python2
- meson compile -C build
-}
-
-package_python2-gobject() {
- DESTDIR="$pkgdir" meson install -C build
- python2 -m compileall -d /usr/lib "$pkgdir/usr/lib"
- python2 -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-
- # Remove devel stuff conflicting with python-gobject
- rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
-}
Copied: python2-gobject/repos/community-x86_64/PKGBUILD (from rev 1183127, python2-gobject/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-09 14:52:53 UTC (rev 1183128)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=python2-gobject
+pkgver=3.36.1
+pkgrel=5
+pkgdesc="Python 2 Bindings for GLib/GObject/GIO/GTK+"
+url="https://wiki.gnome.org/Projects/PyGObject"
+arch=(x86_64)
+license=(LGPL)
+depends=(gobject-introspection-runtime python2)
+makedepends=(python2-cairo gobject-introspection git meson)
+optdepends=('cairo: Cairo bindings')
+_commit=5c6bee1c2a0d08cf367aa61784b5b967128e68b2 # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+ arch-meson pygobject build -D python=/usr/bin/python2
+ meson compile -C build
+}
+
+package_python2-gobject() {
+ DESTDIR="$pkgdir" meson install -C build
+ python2 -m compileall -d /usr/lib "$pkgdir/usr/lib"
+ python2 -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+
+ # Remove devel stuff conflicting with python-gobject
+ rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
+}
More information about the arch-commits
mailing list