[arch-commits] Commit in gnome-bluetooth/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Tue Mar 20 22:00:37 UTC 2012
Date: Tuesday, March 20, 2012 @ 18:00:36
Author: ibiru
Revision: 153940
update to 3.3.92
drop /usr/lib/gnome-bluetooth from ld path since gnome-shell has now a proper RPATH
Modified:
gnome-bluetooth/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-20 21:59:36 UTC (rev 153939)
+++ PKGBUILD 2012-03-20 22:00:36 UTC (rev 153940)
@@ -3,23 +3,27 @@
# Contributor: Roman Kyrylych <roman at archlinux.org>
pkgname=gnome-bluetooth
-pkgver=3.3.4
+pkgver=3.3.92
pkgrel=1
pkgdesc="The GNOME Bluetooth Subsystem"
arch=('i686' 'x86_64')
url="http://live.gnome.org/GnomeBluetooth"
license=('GPL' 'LGPL')
depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 'libnotify')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 'gobject-introspection')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 'gobject-introspection' 'gtk-doc' 'gnome-common')
options=('!libtool' '!emptydirs')
install=gnome-bluetooth.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- 61-gnome-bluetooth-rfkill.rules)
-sha256sums=('045e4232b3adbb9219bde406c853ba8d652bb58ce7ea85323b51fc8c786abeea'
- 'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
+ 61-gnome-bluetooth-rfkill.rules
+ fix-build::http://git.gnome.org/browse/gnome-bluetooth/patch/?id=94a23c3a5194d527aae993edbc68a50695a3f93e)
+sha256sums=('081834f33a45829a108dab33e7d6bdeef9efdde9741bb55208327b38f425343c'
+ 'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474'
+ '357f4abfc62da3a7e87bc815daf698f258135707bcf302e46f5b189fbdbeaf95')
build() {
cd "$pkgname-$pkgver"
+ patch -Np1 -i "$srcdir/fix-build"
+ gnome-autogen.sh
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -35,6 +39,4 @@
install -m644 -D "$srcdir/61-gnome-bluetooth-rfkill.rules" \
"$pkgdir/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
- install -d "$pkgdir/etc/ld.so.conf.d"
- echo "/usr/lib/gnome-bluetooth" > "$pkgdir/etc/ld.so.conf.d/$pkgname.conf"
}
More information about the arch-commits
mailing list