[arch-commits] Commit in python-notify/trunk (PKGBUILD)

2018-06-05 Thread Felix Yan via arch-commits
Date: Tuesday, June 5, 2018 @ 16:57:28
  Author: felixonmars
Revision: 325925

upgpkg: python-notify 0.1.1-14

BUILDINFO Rebuild

Modified:
  python-notify/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-05 15:44:47 UTC (rev 325924)
+++ PKGBUILD2018-06-05 16:57:28 UTC (rev 325925)
@@ -4,7 +4,7 @@
 pkgbase=python-notify
 pkgname=python2-notify
 pkgver=0.1.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Python bindings for libnotify"
 arch=('x86_64')
 url="http://www.galago-project.org/;
@@ -16,9 +16,9 @@
 
source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-${pkgver}.tar.gz
 libnotify07.patch
 notify-python-0.1.1-fix-GTK-symbols.patch)
-md5sums=('8f0ef0939cc8edd2efd896ce5ba80cf4'
- 'b40c4542575d5aef559908fe60a21634'
- 'c6922028da5951e69a6a0167bdb4461c')
+sha512sums=('f900d58e4004d199f718e458ebaa9b654c0040b848312f6fe5a885afbdf67c771fd3360b4cbf121b66404d750a7cce24f776c360568eadcefc9733e7f501cccf'
+
'd8c9a829d9255c0e971f00f7ef0f337207f94cd89f67bc657f0bcc2dc18a50b138924e2f9ef878daad2372256f7656064071f7a7324292700044c93e990f17fc'
+
'a5f9f04b080425114950aaa7fc2e68ff3e32d092cd0f7a9ef212a37d8056e4a2d438d075921e66be541bbdcadb4602c14e5bb7443e7455dc7ebc923c4dbd0961')
 
 build() {
 cd "${srcdir}/notify-python-${pkgver}"


[arch-commits] Commit in python-notify/trunk (PKGBUILD)

2014-07-01 Thread Felix Yan
Date: Tuesday, July 1, 2014 @ 11:05:12
  Author: fyan
Revision: 215958

upgpkg: python-notify 0.1.1-13

mtree rebuild

Modified:
  python-notify/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 09:01:59 UTC (rev 215957)
+++ PKGBUILD2014-07-01 09:05:12 UTC (rev 215958)
@@ -4,7 +4,7 @@
 pkgbase=python-notify
 pkgname=python2-notify
 pkgver=0.1.1
-pkgrel=12
+pkgrel=13
 pkgdesc=Python bindings for libnotify
 arch=('i686' 'x86_64')
 url=http://www.galago-project.org/;



[arch-commits] Commit in python-notify/trunk (PKGBUILD)

2012-10-14 Thread Eric Bélanger
Date: Sunday, October 14, 2012 @ 16:44:53
  Author: eric
Revision: 168720

upgpkg: python-notify 0.1.1-12

Rename package

Modified:
  python-notify/trunk/PKGBUILD

--+
 PKGBUILD |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 20:34:45 UTC (rev 168719)
+++ PKGBUILD2012-10-14 20:44:53 UTC (rev 168720)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: Mario Danic mario.da...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-pkgname=python-notify
+
+pkgbase=python-notify
+pkgname=python2-notify
 pkgver=0.1.1
-pkgrel=11
+pkgrel=12
 pkgdesc=Python bindings for libnotify
 arch=('i686' 'x86_64')
 url=http://www.galago-project.org/;
 license=('GPL')
 depends=('pygtk=2.22.0' 'libnotify=0.7.1')
-makedepends=('pkgconfig' 'python2')
+makedepends=('python2')
+conflicts=('python-notify=0.1.1-11')
+replaces=('python-notify=0.1.1-11')
 options=(!libtool)
 
source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-${pkgver}.tar.gz
 libnotify07.patch
@@ -22,10 +22,10 @@
  'c6922028da5951e69a6a0167bdb4461c')
 
 build() {
-cd ${srcdir}/notify-python-${pkgver}
+cd ${srcdir}/notify-python-${pkgver}
 
-patch -Np1 -i ${srcdir}/libnotify07.patch
-patch -Np1 -i ${srcdir}/notify-python-0.1.1-fix-GTK-symbols.patch
+patch -Np1 -i ${srcdir}/libnotify07.patch
+patch -Np1 -i ${srcdir}/notify-python-0.1.1-fix-GTK-symbols.patch
 
 ./configure --prefix=/usr
 
@@ -37,7 +37,7 @@
 make
 }
 
-package() {
-cd ${srcdir}/notify-python-${pkgver}
-make DESTDIR=${pkgdir} install
+package_python2-notify() {
+cd ${srcdir}/notify-python-${pkgver}
+make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in python-notify/trunk (PKGBUILD)

2012-01-28 Thread Angel Velásquez
Date: Saturday, January 28, 2012 @ 23:14:16
  Author: angvp
Revision: 147959

upgpkg: python-notify 0.1.1-11

Rebuilt against libpng1.5

Modified:
  python-notify/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-29 04:08:03 UTC (rev 147958)
+++ PKGBUILD2012-01-29 04:14:16 UTC (rev 147959)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 pkgname=python-notify
 pkgver=0.1.1
-pkgrel=10
+pkgrel=11
 pkgdesc=Python bindings for libnotify
 arch=('i686' 'x86_64')
 url=http://www.galago-project.org/;



[arch-commits] Commit in python-notify/trunk (PKGBUILD)

2011-03-06 Thread Angel Velásquez
Date: Sunday, March 6, 2011 @ 13:43:19
  Author: angvp
Revision: 112782

upgpkg: python-notify 0.1.1-9
rebuilding against new libnotify

Modified:
  python-notify/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 18:25:41 UTC (rev 112781)
+++ PKGBUILD2011-03-06 18:43:19 UTC (rev 112782)
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Roman Kyrylych roman.kyryl...@gmail.com
 # Contributor: Mario Danic mario.da...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
 pkgname=python-notify
 pkgver=0.1.1
-pkgrel=8
+pkgrel=9
 pkgdesc=Python bindings for libnotify
 arch=('i686' 'x86_64')
 url=http://www.galago-project.org/;


Property changes on: python-notify/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in python-notify/trunk (PKGBUILD)

2010-10-06 Thread Ionut Biru
Date: Wednesday, October 6, 2010 @ 11:59:47
  Author: ibiru
Revision: 94322

upgpkg: python-notify 0.1.1-8
rebuild pygtk-2.22.0-3 

Modified:
  python-notify/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-06 15:37:40 UTC (rev 94321)
+++ PKGBUILD2010-10-06 15:59:47 UTC (rev 94322)
@@ -6,25 +6,25 @@
 
 pkgname=python-notify
 pkgver=0.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc=Python bindings for libnotify
 arch=('i686' 'x86_64')
 url=http://www.galago-project.org/;
 license=('GPL')
-depends=('pygtk=2.4.1' 'libnotify=0.4.5')
+depends=('pygtk=2.22.0' 'libnotify=0.4.5')
 makedepends=('pkgconfig' 'python2')
 options=(!libtool)
 
source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-${pkgver}.tar.gz)
 md5sums=('8f0ef0939cc8edd2efd896ce5ba80cf4')
 
 build() {
-   cd ${srcdir}/notify-python-${pkgver}
-   ./configure --prefix=/usr
-   make clean
-   make || return 1
+cd ${srcdir}/notify-python-${pkgver}
+./configure --prefix=/usr
+make clean
+make
 }
 
 package() {
-   cd ${srcdir}/notify-python-${pkgver}
-   make DESTDIR=${pkgdir} install || return 1
+cd ${srcdir}/notify-python-${pkgver}
+make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in python-notify/trunk (PKGBUILD)

2010-09-03 Thread Rémy Oudompheng
Date: Friday, September 3, 2010 @ 08:05:40
  Author: remy
Revision: 89719

upgpkg: python-notify 0.1.1-7
Rebuild for python2.

Modified:
  python-notify/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-03 12:02:39 UTC (rev 89718)
+++ PKGBUILD2010-09-03 12:05:40 UTC (rev 89719)
@@ -6,13 +6,13 @@
 
 pkgname=python-notify
 pkgver=0.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc=Python bindings for libnotify
 arch=('i686' 'x86_64')
 url=http://www.galago-project.org/;
 license=('GPL')
 depends=('pygtk=2.4.1' 'libnotify=0.4.5')
-makedepends=('pkgconfig' 'python=2.6.2')
+makedepends=('pkgconfig' 'python2')
 options=(!libtool)
 
source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-${pkgver}.tar.gz)
 md5sums=('8f0ef0939cc8edd2efd896ce5ba80cf4')



[arch-commits] Commit in python-notify/trunk (PKGBUILD)

2010-04-09 Thread Daniel Griffiths
Date: Friday, April 9, 2010 @ 02:28:06
  Author: dgriffiths
Revision: 76932

Cleanup, adopted

Modified:
  python-notify/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-09 06:24:43 UTC (rev 76931)
+++ PKGBUILD2010-04-09 06:28:06 UTC (rev 76932)
@@ -1,7 +1,8 @@
 # $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Roman Kyrylych roman.kyryl...@gmail.com
 # Contributor: Mario Danic mario.da...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=python-notify
 pkgver=0.1.1
@@ -12,14 +13,18 @@
 license=('GPL')
 depends=('pygtk=2.4.1' 'libnotify=0.4.5')
 makedepends=('pkgconfig' 'python=2.6.2')
-source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-$pkgver.tar.gz)
+options=(!libtool)
+source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-${pkgver}.tar.gz)
 md5sums=('8f0ef0939cc8edd2efd896ce5ba80cf4')
-options=('!libtool')
 
 build() {
-  cd ${srcdir}/notify-python-$pkgver
-  ./configure --prefix=/usr
-  make clean
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+   cd ${srcdir}/notify-python-${pkgver}
+   ./configure --prefix=/usr
+   make clean
+   make || return 1
 }
+
+package() {
+   cd ${srcdir}/notify-python-${pkgver}
+   make DESTDIR=${pkgdir} install || return 1
+}