[arch-commits] Commit in nautilus-python/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Aug 29 22:51:23 UTC 2019


    Date: Thursday, August 29, 2019 @ 22:51:22
  Author: bgyorgy
Revision: 505083

archrelease: copy trunk to community-x86_64

Added:
  nautilus-python/repos/community-x86_64/PKGBUILD
    (from rev 505082, nautilus-python/trunk/PKGBUILD)
Deleted:
  nautilus-python/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-29 22:51:17 UTC (rev 505082)
+++ PKGBUILD	2019-08-29 22:51:22 UTC (rev 505083)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Giorgio Gilestro <giorgio at gilest.ro>
-
-pkgbase=nautilus-python
-pkgname=python-nautilus
-pkgver=1.2.2
-pkgrel=3
-pkgdesc="Python bindings for the Nautilus Extension API"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/NautilusPython"
-license=(GPL2)
-depends=(nautilus python-gobject)
-makedepends=(gtk-doc)
-source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('90cda3fd613ed012214e47c2dc6f814db4e204a5af38e840479819ab9c59f112')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-gtk-doc \
-              PYTHON=python3
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_python-nautilus() {
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: nautilus-python/repos/community-x86_64/PKGBUILD (from rev 505082, nautilus-python/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-29 22:51:22 UTC (rev 505083)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Giorgio Gilestro <giorgio at gilest.ro>
+
+pkgbase=nautilus-python
+pkgname=python-nautilus
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="Python bindings for the Nautilus Extension API"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/NautilusPython"
+license=(GPL2)
+depends=(nautilus python-gobject)
+makedepends=(gtk-doc)
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('073ce0297282259937ab473d189b97a04f42b97197c9292fc3bde9d135282098')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-gtk-doc \
+              PYTHON=python3
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_python-nautilus() {
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list