[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:31:08
  Author: dwallace
Revision: 135714

upgpkg: python2-systemd 221-1

upgpkg: python2-systemd 221

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 15:28:54 UTC (rev 135713)
+++ PKGBUILD2015-06-22 15:31:08 UTC (rev 135714)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=220
+pkgver=221
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
@@ -11,14 +11,8 @@
 depends=('python2' 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('60acd92b04c0f5faa806678abd433014')
+md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
 
-prepare() {
-   cd $_pkgname-$pkgver
-rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
-}
-
-
 build() {
cd $_pkgname-$pkgver
 ./configure \


[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:48:25
  Author: dwallace
Revision: 134094

upgpkg: python2-systemd 220-1

upgpkg: python2-systemd 220

Modified:
  python2-systemd/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 22:47:17 UTC (rev 134093)
+++ PKGBUILD2015-05-25 22:48:25 UTC (rev 134094)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=218
+pkgver=220
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
@@ -11,14 +11,20 @@
 depends=('python2' 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('4e2c511b0a7932d7fc9d79822273aac6')
+md5sums=('60acd92b04c0f5faa806678abd433014')
 
+prepare() {
+   cd $_pkgname-$pkgver
+rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
+}
 
+
 build() {
cd $_pkgname-$pkgver
 ./configure \
 --libexecdir=/usr/lib \
---disable-manpages
+--disable-audit \
+--disable-manpages \
 PYTHON=python2
make CFLAGS=${CFLAGS} -fno-lto
 }


[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2014-12-17 Thread Daniel Wallace
Date: Thursday, December 18, 2014 @ 00:27:49
  Author: dwallace
Revision: 124059

upgpkg: python2-systemd 218-1

upgpkg: python2-systemd

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 21:53:19 UTC (rev 124058)
+++ PKGBUILD2014-12-17 23:27:49 UTC (rev 124059)
@@ -2,16 +2,16 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=217
+pkgver=218
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
 url=http://www.freedesktop.org/wiki/Software/systemd/;
 license=('GPL')
-depends=('python2' systemd=$pkgver 'python2-lxml')
+depends=('python2' 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('e68dbff3cc19f66e341572d9fb2ffa89')
+md5sums=('4e2c511b0a7932d7fc9d79822273aac6')
 
 
 build() {
@@ -25,6 +25,7 @@
 
 package(){
cd $_pkgname-$pkgver
+depends+=(systemd=$pkgver)
 make DESTDIR=$srcdir/root install
 install -dm755 $pkgdir/usr/lib/
 cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/


[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2014-12-10 Thread Daniel Wallace
Date: Thursday, December 11, 2014 @ 02:06:03
  Author: dwallace
Revision: 123747

upgpkg: python2-systemd 217-1

upgpkg: python2-systemd 217

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-10 22:43:23 UTC (rev 123746)
+++ PKGBUILD2014-12-11 01:06:03 UTC (rev 123747)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=216
+pkgver=217
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 depends=('python2' systemd=$pkgver 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('04fda588a04f549da0f397dce3ae6a39')
+md5sums=('e68dbff3cc19f66e341572d9fb2ffa89')
 
 
 build() {


[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2014-09-10 Thread Daniel Wallace
Date: Thursday, September 11, 2014 @ 01:08:55
  Author: dwallace
Revision: 118777

upgpkg: python2-systemd 216-1

upgpkg: python-systemd v216

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-10 22:40:36 UTC (rev 118776)
+++ PKGBUILD2014-09-10 23:08:55 UTC (rev 118777)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=214
+pkgver=216
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 depends=('python2' systemd=$pkgver 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('eac4f9fc5bd18a0efc3fc20858baacf3')
+md5sums=('04fda588a04f549da0f397dce3ae6a39')
 
 
 build() {



[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2014-06-30 Thread Daniel Wallace
Date: Monday, June 30, 2014 @ 20:15:58
  Author: dwallace
Revision: 113809

upgpkg: python2-systemd 214-1

upgpkg: python2-systemd 214-1

Modified:
  python2-systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 18:03:21 UTC (rev 113808)
+++ PKGBUILD2014-06-30 18:15:58 UTC (rev 113809)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=212
-pkgrel=2
+pkgver=214
+pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
 url=http://www.freedesktop.org/wiki/Software/systemd/;
@@ -11,7 +11,7 @@
 depends=('python2' systemd=$pkgver 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('257a75fff826ff91cb1ce567091cf270')
+md5sums=('eac4f9fc5bd18a0efc3fc20858baacf3')
 
 
 build() {



[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 16:47:18
  Author: dwallace
Revision: 111764

upgpkg: python2-systemd 212-2

upgpkg: python2-systemd 212-2

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 14:09:49 UTC (rev 111763)
+++ PKGBUILD2014-05-23 14:47:18 UTC (rev 111764)
@@ -3,7 +3,7 @@
 pkgname=python2-systemd
 _pkgname=systemd
 pkgver=212
-pkgrel=1
+pkgrel=2
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
 url=http://www.freedesktop.org/wiki/Software/systemd/;
@@ -18,11 +18,9 @@
cd $_pkgname-$pkgver
 ./configure \
 --libexecdir=/usr/lib \
---disable-manpages \
---with-sysvinit-path=/etc/rc.d/init.d \
---with-rc-local-script-path-start=/etc/rc.d/rc.local \
+--disable-manpages
 PYTHON=python2
-   make
+   make CFLAGS=${CFLAGS} -fno-lto
 }
 
 package(){



[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2014-03-30 Thread Daniel Wallace
Date: Monday, March 31, 2014 @ 06:16:14
  Author: dwallace
Revision: 108646

upgpkg: python2-systemd 212-1

upgpkg: python2-systemd 212

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-31 03:17:02 UTC (rev 108645)
+++ PKGBUILD2014-03-31 04:16:14 UTC (rev 108646)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=211
+pkgver=212
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 depends=('python2' systemd=$pkgver 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('0a70c382b6089526f98073b4ee85ef75')
+md5sums=('257a75fff826ff91cb1ce567091cf270')
 
 
 build() {



[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2014-03-18 Thread Daniel Wallace
Date: Wednesday, March 19, 2014 @ 06:19:29
  Author: dwallace
Revision: 107755

upgpkg: python2-systemd 211-1

upgpkg: python2-systemd 211-1

Modified:
  python2-systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 03:50:09 UTC (rev 107754)
+++ PKGBUILD2014-03-19 05:19:29 UTC (rev 107755)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=210
-pkgrel=2
+pkgver=211
+pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
 url=http://www.freedesktop.org/wiki/Software/systemd/;
@@ -11,7 +11,7 @@
 depends=('python2' systemd=$pkgver 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('03efddf8c9eca36d4d590f9967e7e818')
+md5sums=('0a70c382b6089526f98073b4ee85ef75')
 
 
 build() {



[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2014-03-04 Thread Daniel Wallace
Date: Wednesday, March 5, 2014 @ 02:23:41
  Author: dwallace
Revision: 106495

upgpkg: python2-systemd 210-2

upgpkg: python2-systemd 210-2

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 23:46:22 UTC (rev 106494)
+++ PKGBUILD2014-03-05 01:23:41 UTC (rev 106495)
@@ -3,7 +3,7 @@
 pkgname=python2-systemd
 _pkgname=systemd
 pkgver=210
-pkgrel=1
+pkgrel=2
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
 url=http://www.freedesktop.org/wiki/Software/systemd/;
@@ -28,6 +28,6 @@
 package(){
cd $_pkgname-$pkgver
 make DESTDIR=$srcdir/root install
-install -dm755 $pkgdir/usr/lib/python2.7
+install -dm755 $pkgdir/usr/lib/
 cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
 }



[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2014-03-02 Thread Daniel Wallace
Date: Monday, March 3, 2014 @ 04:09:22
  Author: dwallace
Revision: 106434

upgpkg: python2-systemd 210-1

upgpkg: python2-systemd 210

Modified:
  python2-systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 02:44:00 UTC (rev 106433)
+++ PKGBUILD2014-03-03 03:09:22 UTC (rev 106434)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=209
+pkgver=210
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 depends=('python2' systemd=$pkgver 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7')
+md5sums=('03efddf8c9eca36d4d590f9967e7e818')
 
 
 build() {
@@ -29,5 +29,5 @@
cd $_pkgname-$pkgver
 make DESTDIR=$srcdir/root install
 install -dm755 $pkgdir/usr/lib/python2.7
-cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7 
$pkgdir/usr/lib/python2.7
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
 }



[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

2014-02-22 Thread Daniel Wallace
Date: Sunday, February 23, 2014 @ 02:03:08
  Author: dwallace
Revision: 106106

upgpkg: python2-systemd 209-1

upgpkg: python2-systemd 209

Modified:
  python2-systemd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 23:13:31 UTC (rev 106105)
+++ PKGBUILD2014-02-23 01:03:08 UTC (rev 106106)
@@ -2,16 +2,16 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=208
+pkgver=209
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
 url=http://www.freedesktop.org/wiki/Software/systemd/;
 license=('GPL')
-depends=('python2' systemd=$pkgver)
+depends=('python2' systemd=$pkgver 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('df64550d92afbffb4f67a434193ee165')
+md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7')
 
 
 build() {