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

2019-08-29 Thread Balló György via arch-commits
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
===
--- PKGBUILD2019-08-29 22:51:17 UTC (rev 505082)
+++ PKGBUILD2019-08-29 22:51:22 UTC (rev 505083)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Giorgio Gilestro 
-
-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)
+++ PKGBUILD2019-08-29 22:51:22 UTC (rev 505083)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+# Contributor: Giorgio Gilestro 
+
+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
+}


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

2018-12-17 Thread Balló György via arch-commits
Date: Monday, December 17, 2018 @ 14:23:47
  Author: bgyorgy
Revision: 416530

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 14:23:43 UTC (rev 416529)
+++ PKGBUILD2018-12-17 14:23:47 UTC (rev 416530)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Giorgio Gilestro 
-
-pkgbase=nautilus-python
-pkgname=('python-nautilus' 'python2-nautilus')
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="Python bindings for the Nautilus Extension API"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/NautilusPython;
-license=('GPL')
-depends=('nautilus' 'python-gobject' 'python2-gobject')
-makedepends=('gtk-doc')
-source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('90cda3fd613ed012214e47c2dc6f814db4e204a5af38e840479819ab9c59f112')
-
-build() {
-  # Python 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver python3
-  cd python3
-  ./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
-
-  cd "$srcdir"
-  # Python 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver python2
-  cd python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--enable-gtk-doc \
-  PYTHON=python2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_python-nautilus() {
-  pkgdesc="Python 3 bindings for the Nautilus Extension API"
-  depends=('nautilus' 'python-gobject')
-  conflicts=('python2-nautilus')
-
-  cd python3
-  make DESTDIR="$pkgdir" install
-}
-
-package_python2-nautilus() {
-  pkgdesc="Python 2 bindings for the Nautilus Extension API"
-  depends=('nautilus' 'python2-gobject')
-  conflicts=('python-nautilus')
-
-  cd python2
-  make DESTDIR="$pkgdir" install
-}

Copied: nautilus-python/repos/community-x86_64/PKGBUILD (from rev 416529, 
nautilus-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 14:23:47 UTC (rev 416530)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+# Contributor: Giorgio Gilestro 
+
+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
+}


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

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 22:07:10
  Author: bgyorgy
Revision: 280780

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 22:07:05 UTC (rev 280779)
+++ PKGBUILD2018-01-09 22:07:10 UTC (rev 280780)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Giorgio Gilestro 
-
-pkgbase=nautilus-python
-pkgname=('python-nautilus' 'python2-nautilus')
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Python bindings for the Nautilus Extension API"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/NautilusPython;
-license=('GPL')
-depends=('nautilus' 'python-gobject' 'python2-gobject')
-source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('36f98a8cc191b4ffcbcd7835eb80f99f39095b221c0ab65b4c84a859f9a9b10f')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  # Python 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver python3
-  cd python3
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  PYTHON=python3
-  make
-
-  cd "$srcdir"
-  # Python 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver python2
-  cd python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  PYTHON=python2
-  make
-}
-
-package_python-nautilus() {
-  pkgdesc="Python 3 bindings for the Nautilus Extension API"
-  depends=('nautilus' 'python-gobject')
-  conflicts=('python2-nautilus')
-
-  cd python3
-  make DESTDIR="$pkgdir" install
-}
-
-package_python2-nautilus() {
-  pkgdesc="Python 2 bindings for the Nautilus Extension API"
-  depends=('nautilus' 'python2-gobject')
-  conflicts=('python-nautilus')
-
-  cd python2
-  make DESTDIR="$pkgdir" install
-}

Copied: nautilus-python/repos/community-x86_64/PKGBUILD (from rev 280779, 
nautilus-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 22:07:10 UTC (rev 280780)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Giorgio Gilestro 
+
+pkgbase=nautilus-python
+pkgname=('python-nautilus' 'python2-nautilus')
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="Python bindings for the Nautilus Extension API"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/NautilusPython;
+license=('GPL')
+depends=('nautilus' 'python-gobject' 'python2-gobject')
+makedepends=('gtk-doc')
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('36f98a8cc191b4ffcbcd7835eb80f99f39095b221c0ab65b4c84a859f9a9b10f')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  # Python 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver python3
+  cd python3
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--enable-gtk-doc \
+  PYTHON=python3
+  make
+
+  cd "$srcdir"
+  # Python 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver python2
+  cd python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--enable-gtk-doc \
+  PYTHON=python2
+  make
+}
+
+package_python-nautilus() {
+  pkgdesc="Python 3 bindings for the Nautilus Extension API"
+  depends=('nautilus' 'python-gobject')
+  conflicts=('python2-nautilus')
+
+  cd python3
+  make DESTDIR="$pkgdir" install
+}
+
+package_python2-nautilus() {
+  pkgdesc="Python 2 bindings for the Nautilus Extension API"
+  depends=('nautilus' 'python2-gobject')
+  conflicts=('python-nautilus')
+
+  cd python2
+  make DESTDIR="$pkgdir" install
+}