diff options
author | root <root@rshg054.dnsready.net> | 2012-06-30 00:01:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-30 00:01:49 +0000 |
commit | ff31f6558b911e924318b059516075f6413c5d8b (patch) | |
tree | c60e837c5e5c8e10b9f367152621091c714e4ea7 /testing | |
parent | a9811800fb65ca331655a1bbe22e67e7564099f8 (diff) |
Sat Jun 30 00:01:49 UTC 2012
Diffstat (limited to 'testing')
-rw-r--r-- | testing/dbus-core/PKGBUILD | 38 | ||||
-rw-r--r-- | testing/dbus/PKGBUILD | 32 | ||||
-rw-r--r-- | testing/libusbx/PKGBUILD | 6 | ||||
-rw-r--r-- | testing/pyqt/PKGBUILD | 16 |
4 files changed, 43 insertions, 49 deletions
diff --git a/testing/dbus-core/PKGBUILD b/testing/dbus-core/PKGBUILD index 40f46a48b..d733500ed 100644 --- a/testing/dbus-core/PKGBUILD +++ b/testing/dbus-core/PKGBUILD @@ -1,31 +1,31 @@ -# $Id: PKGBUILD 162320 2012-06-25 01:19:03Z dreisner $ +# $Id: PKGBUILD 162700 2012-06-28 14:06:31Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Link Dupont <link@subpop.net> # pkgname=dbus-core -pkgver=1.6.0 -pkgrel=5 +pkgver=1.6.2 +pkgrel=2 pkgdesc="Freedesktop.org message bus system" url="http://www.freedesktop.org/Software/dbus" arch=(i686 x86_64) license=('GPL' 'custom') -depends=('expat>=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 'systemd-tools') # shadow for install scriptlet FS#29341 +depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 'systemd-tools') # shadow for install scriptlet FS#29341 makedepends=('libx11') -conflicts=('dbus<1.2.3-2') options=(!libtool) install=dbus.install -source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc} +source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc} dbus) -md5sums=('16dcae2dd0c76e398381601ac9acdec4' - '0ebde9920bde83fe26ce32351a7d8954' +md5sums=('7fbf877ed6ff7da6df90f07158373829' + '2cd74b6efca77e4e3aa2b7ccde770668' 'f0364f3f5dc5f653bb05d39aa36e3264') build() { - cd "${srcdir}/dbus-${pkgver}" + cd dbus-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \ --with-system-pid-file=/run/dbus/pid \ --with-system-socket=/run/dbus/system_bus_socket \ + --with-console-auth-dir=/run/console/ \ --enable-inotify --disable-dnotify \ --disable-verbose-mode --disable-static \ --disable-tests --disable-asserts \ @@ -35,19 +35,19 @@ build() { } package(){ - cd "${srcdir}/dbus-${pkgver}" - make DESTDIR="${pkgdir}" install + cd dbus-$pkgver + make DESTDIR="$pkgdir" install - rm -f "${pkgdir}/usr/bin/dbus-launch" - rm -f "${pkgdir}/usr/share/man/man1/dbus-launch.1" - rm -rf "${pkgdir}/var/run" + rm -f "$pkgdir/usr/bin/dbus-launch" + rm -f "$pkgdir/usr/share/man/man1/dbus-launch.1" + rm -rf "$pkgdir/var/run" - install -m755 -d "${pkgdir}/etc/rc.d" - install -m755 "${srcdir}/dbus" "${pkgdir}/etc/rc.d/" + install -m755 -d "$pkgdir/etc/rc.d" + install -m755 ../dbus "$pkgdir/etc/rc.d/" #Fix configuration file - sed -i -e 's|<user>81</user>|<user>dbus</user>|' "${pkgdir}/etc/dbus-1/system.conf" + sed -i -e 's|<user>81</user>|<user>dbus</user>|' "$pkgdir/etc/dbus-1/system.conf" - install -dm755 "${pkgdir}/usr/share/licenses/dbus-core" - install -m644 COPYING "${pkgdir}/usr/share/licenses/dbus-core/" + install -dm755 "$pkgdir/usr/share/licenses/dbus-core" + install -m644 COPYING "$pkgdir/usr/share/licenses/dbus-core/" } diff --git a/testing/dbus/PKGBUILD b/testing/dbus/PKGBUILD index 393cfd99c..05f8856a8 100644 --- a/testing/dbus/PKGBUILD +++ b/testing/dbus/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 161482 2012-06-11 19:40:12Z andyrtr $ +# $Id: PKGBUILD 162696 2012-06-28 11:58:24Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Link Dupont <link@subpop.net> # pkgname=dbus -pkgver=1.6.0 +pkgver=1.6.2 pkgrel=1 pkgdesc="Freedesktop.org message bus system" url="http://www.freedesktop.org/Software/dbus" arch=(i686 x86_64) license=('GPL' 'custom') -depends=("dbus-core>=${pkgver}" 'libx11') -source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc} +depends=("dbus-core>=$pkgver" 'libx11') +source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc} 30-dbus) -md5sums=('16dcae2dd0c76e398381601ac9acdec4' - '0ebde9920bde83fe26ce32351a7d8954' +md5sums=('7fbf877ed6ff7da6df90f07158373829' + '2cd74b6efca77e4e3aa2b7ccde770668' '9fafe8b28460aeaa6054309ef4c5ed92') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \ --with-system-pid-file=/var/run/dbus.pid \ @@ -28,15 +28,15 @@ build() { } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - install -m755 -d "${pkgdir}/usr/bin" - install -m755 -d "${pkgdir}/usr/share/man/man1" - install -m755 tools/dbus-launch "${pkgdir}/usr/bin/" - install -m644 doc/dbus-launch.1 "${pkgdir}/usr/share/man/man1/" + cd $pkgname-$pkgver + install -m755 -d "$pkgdir/usr/bin" + install -m755 -d "$pkgdir/usr/share/man/man1" + install -m755 tools/dbus-launch "$pkgdir/usr/bin/" + install -m644 doc/dbus-launch.1 "$pkgdir/usr/share/man/man1/" - install -m755 -d "${pkgdir}/etc/X11/xinit/xinitrc.d" - install -m755 "${srcdir}/30-dbus" "${pkgdir}/etc/X11/xinit/xinitrc.d/" + install -m755 -d "$pkgdir/etc/X11/xinit/xinitrc.d" + install -m755 ../30-dbus "$pkgdir/etc/X11/xinit/xinitrc.d/" - install -d -m755 "${pkgdir}/usr/share/licenses/dbus" - install -m644 COPYING "${pkgdir}/usr/share/licenses/dbus/" + install -d -m755 "$pkgdir/usr/share/licenses/dbus" + install -m644 COPYING "$pkgdir/usr/share/licenses/dbus/" } diff --git a/testing/libusbx/PKGBUILD b/testing/libusbx/PKGBUILD index e71668459..3ebee8465 100644 --- a/testing/libusbx/PKGBUILD +++ b/testing/libusbx/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162126 2012-06-21 06:54:30Z tpowa $ +# $Id: PKGBUILD 162718 2012-06-28 20:58:52Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=libusbx pkgver=1.0.12 -pkgrel=1 +pkgrel=2 depends=('glibc') pkgdesc="Library that provides generic access to USB device" arch=(i686 x86_64) @@ -17,7 +17,7 @@ md5sums=('c41352ac755c7992edfcbb2ea4ad1349') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make } diff --git a/testing/pyqt/PKGBUILD b/testing/pyqt/PKGBUILD index 35c1bcffc..4383cd418 100644 --- a/testing/pyqt/PKGBUILD +++ b/testing/pyqt/PKGBUILD @@ -1,27 +1,21 @@ -# $Id: PKGBUILD 162684 2012-06-27 22:06:41Z andrea $ +# $Id: PKGBUILD 162690 2012-06-28 07:30:01Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> # Contributor: riai <riai@bigfoot.com> Ben <ben@benmazer.net> pkgbase=pyqt pkgname=('pyqt-common' 'pyqt' 'python2-pyqt') -pkgver=4.9.3 -pkgrel=3 +pkgver=4.9.4 +pkgrel=1 arch=('i686' 'x86_64') url="http://riverbankcomputing.co.uk/software/pyqt/intro" license=('GPL') makedepends=('qt' 'python-sip' 'python-dbus' 'python2-sip' 'phonon' 'python-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus') -source=("http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz" - 'fix-qthelp-build.patch') -md5sums=('223f75c55f1c38c46bd164cdd4996a43' - '6acfe0a5a00779f946c29d5fac647ce1') + source=("http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz") +md5sums=('a0b6a820633366365af5124ddbd059c7') build() { - # Build QtHelp (FS#27665) - cd "${srcdir}"/PyQt-x11-gpl-${pkgver} - patch -p1 -i "${srcdir}"/fix-qthelp-build.patch - cd "${srcdir}" cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver} |