Date: Saturday, October 26, 2019 @ 17:12:40
  Author: felixonmars
Revision: 520439

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: nautilus-python/repos/community-staging-x86_64/PKGBUILD (from rev 
520438, nautilus-python/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-26 17:12:40 UTC (rev 520439)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Giorgio Gilestro <[email protected]>
+
+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
+}

Reply via email to