[arch-commits] Commit in nautilus-python/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 3 23:00:26 UTC 2019


    Date: Sunday, November 3, 2019 @ 23:00:25
  Author: foutrelis
Revision: 522785

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 23:00:23 UTC (rev 522784)
+++ PKGBUILD	2019-11-03 23:00:25 UTC (rev 522785)
@@ -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.3
-pkgrel=2
-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
-}

Copied: nautilus-python/repos/community-staging-x86_64/PKGBUILD (from rev 522783, nautilus-python/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 23:00:25 UTC (rev 522785)
@@ -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=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=('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