summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-22 03:54:26 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-22 03:54:26 +0000
commitc9e4976968b0f847cc693453df1e947531af2e76 (patch)
tree05361687b4ad1463a2eae8449272d074925421eb /extra
parent6f1efdf04cd569f1191e365ac4c5d473bdfe2c15 (diff)
Wed Jan 22 03:51:02 UTC 2014
Diffstat (limited to 'extra')
-rw-r--r--extra/bluez/PKGBUILD11
-rw-r--r--extra/dbus-python/PKGBUILD28
-rw-r--r--extra/libdrm/PKGBUILD6
3 files changed, 25 insertions, 20 deletions
diff --git a/extra/bluez/PKGBUILD b/extra/bluez/PKGBUILD
index 5ad0117fa..df2c01a52 100644
--- a/extra/bluez/PKGBUILD
+++ b/extra/bluez/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 202773 2013-12-27 22:14:31Z andyrtr $
+# $Id: PKGBUILD 204503 2014-01-21 12:45:19Z andyrtr $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
pkgbase=bluez
pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
-pkgver=5.13
+pkgver=5.14
pkgrel=1
url="http://www.bluez.org/"
arch=('i686' 'x86_64')
@@ -14,9 +14,10 @@ makedepends=('dbus' 'libical' 'systemd')
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.xz
0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
bluetooth.modprobe)
-md5sums=('c68f8cb270110256a684403ee43b5f79'
- 'ec97f23123456900446e8ab17361d6c2'
- '671c15e99d7154c2df987b71c5851b3d')
+# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
+sha256sums=('5a485837c215f3093d3a98cb412dc99e1139f88a66c8809bdf183ad5e676395f'
+ '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
+ '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
prepare() {
cd $pkgname-$pkgver
diff --git a/extra/dbus-python/PKGBUILD b/extra/dbus-python/PKGBUILD
index 80d014a20..98fc6a508 100644
--- a/extra/dbus-python/PKGBUILD
+++ b/extra/dbus-python/PKGBUILD
@@ -1,27 +1,31 @@
-# $Id: PKGBUILD 197906 2013-10-30 11:36:04Z allan $
+# $Id: PKGBUILD 204499 2014-01-21 10:11:01Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=dbus-python
pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for DBUS"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
url="http://www.freedesktop.org/wiki/Software/DBusBindings"
makedepends=('docutils' 'dbus-glib' 'python' 'python2')
-source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
-md5sums=('b09cd2d1a057cc432ce944de3fc06bf7')
+source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+md5sums=('b09cd2d1a057cc432ce944de3fc06bf7'
+ 'SKIP')
-build() {
- cd "${srcdir}"
+prepare() {
mkdir build-python2 build-python3
- cd "${srcdir}/build-python2"
+ cd $pkgbase-$pkgver
+ autoreconf -fi
+}
+
+build() {
+ cd build-python2
PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr
make
-
- cd "${srcdir}/build-python3"
+ cd ../build-python3
../${pkgbase}-${pkgver}/configure --prefix=/usr
make
}
@@ -30,7 +34,7 @@ package_python-dbus-common() {
pkgdesc="Common dbus-python files shared between python-dbus and python2-dbus"
conflicts=('dbus-python<1.1.0')
- cd "${srcdir}/build-python3"
+ cd build-python3
make DESTDIR="${pkgdir}" install-data
rm -rf "${pkgdir}"/usr/lib/python*
}
@@ -40,7 +44,7 @@ package_python-dbus() {
optdepends=('dbus-glib: glib mainloop support')
pkgdesc="Python 3.3 bindings for DBUS"
- cd "${srcdir}/build-python3"
+ cd build-python3
make DESTDIR="${pkgdir}" install
rm -rf "${pkgdir}/usr/share"
@@ -56,7 +60,7 @@ package_python2-dbus() {
conflicts=('dbus-python')
provides=("dbus-python=$pkgver")
- cd "${srcdir}/build-python2"
+ cd build-python2
make DESTDIR="${pkgdir}" install
rm -rf "${pkgdir}/usr/share"
diff --git a/extra/libdrm/PKGBUILD b/extra/libdrm/PKGBUILD
index e5c9232ed..84713ea18 100644
--- a/extra/libdrm/PKGBUILD
+++ b/extra/libdrm/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 203374 2014-01-08 20:56:58Z lcarlier $
+# $Id: PKGBUILD 204511 2014-01-21 18:58:35Z lcarlier $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libdrm
-pkgver=2.4.51
+pkgver=2.4.52
pkgrel=1
pkgdesc="Userspace interface to kernel DRM services"
arch=(i686 x86_64)
@@ -14,7 +14,7 @@ replaces=('libdrm-new' 'libdrm-nouveau')
url="http://dri.freedesktop.org/"
source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
COPYING)
-sha256sums=('0bb75284ff56e1188cd2d0721f7cb8830aafcea5c6ca72dfd7b947ea652b951c'
+sha256sums=('fa693c2f1f61befcefbdcc396673e38481110bac9db610afa4b8afb2be0218c1'
'9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
build() {