[arch-commits] Commit in python2-systemd/repos (4 files)
Daniel Wallace
dwallace at nymeria.archlinux.org
Fri May 23 14:47:58 UTC 2014
Date: Friday, May 23, 2014 @ 16:47:58
Author: dwallace
Revision: 111765
archrelease: copy trunk to community-x86_64, community-i686
Added:
python2-systemd/repos/community-i686/PKGBUILD
(from rev 111764, python2-systemd/trunk/PKGBUILD)
python2-systemd/repos/community-x86_64/PKGBUILD
(from rev 111764, python2-systemd/trunk/PKGBUILD)
Deleted:
python2-systemd/repos/community-i686/PKGBUILD
python2-systemd/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 33 -----------------------
community-x86_64/PKGBUILD | 33 -----------------------
3 files changed, 62 insertions(+), 66 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-05-23 14:47:18 UTC (rev 111764)
+++ community-i686/PKGBUILD 2014-05-23 14:47:58 UTC (rev 111765)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=212
-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')
-makedepends=('intltool' 'gperf')
-source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
-md5sums=('257a75fff826ff91cb1ce567091cf270')
-
-
-build() {
- 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 \
- PYTHON=python2
- make
-}
-
-package(){
- cd "$_pkgname-$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/
-}
Copied: python2-systemd/repos/community-i686/PKGBUILD (from rev 111764, python2-systemd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-23 14:47:58 UTC (rev 111765)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=212
+pkgrel=2
+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')
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
+md5sums=('257a75fff826ff91cb1ce567091cf270')
+
+
+build() {
+ cd "$_pkgname-$pkgver"
+ ./configure \
+ --libexecdir=/usr/lib \
+ --disable-manpages
+ PYTHON=python2
+ make CFLAGS="${CFLAGS} -fno-lto"
+}
+
+package(){
+ cd "$_pkgname-$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/
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-05-23 14:47:18 UTC (rev 111764)
+++ community-x86_64/PKGBUILD 2014-05-23 14:47:58 UTC (rev 111765)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=212
-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')
-makedepends=('intltool' 'gperf')
-source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
-md5sums=('257a75fff826ff91cb1ce567091cf270')
-
-
-build() {
- 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 \
- PYTHON=python2
- make
-}
-
-package(){
- cd "$_pkgname-$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/
-}
Copied: python2-systemd/repos/community-x86_64/PKGBUILD (from rev 111764, python2-systemd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-05-23 14:47:58 UTC (rev 111765)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=212
+pkgrel=2
+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')
+makedepends=('intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
+md5sums=('257a75fff826ff91cb1ce567091cf270')
+
+
+build() {
+ cd "$_pkgname-$pkgver"
+ ./configure \
+ --libexecdir=/usr/lib \
+ --disable-manpages
+ PYTHON=python2
+ make CFLAGS="${CFLAGS} -fno-lto"
+}
+
+package(){
+ cd "$_pkgname-$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/
+}
More information about the arch-commits
mailing list