[arch-commits] Commit in gnome-bluetooth/trunk (PKGBUILD gnome-bluetooth.install)

Jan Steffens heftig at archlinux.org
Wed Jun 8 19:52:27 UTC 2016


    Date: Wednesday, June 8, 2016 @ 21:52:27
  Author: heftig
Revision: 269151

3.20.0-1

Modified:
  gnome-bluetooth/trunk/PKGBUILD
Deleted:
  gnome-bluetooth/trunk/gnome-bluetooth.install

-------------------------+
 PKGBUILD                |   21 +++++++++++++--------
 gnome-bluetooth.install |   11 -----------
 2 files changed, 13 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-08 19:10:35 UTC (rev 269150)
+++ PKGBUILD	2016-06-08 19:52:27 UTC (rev 269151)
@@ -3,26 +3,31 @@
 # Contributor: Roman Kyrylych <roman at archlinux.org>
 
 pkgname=gnome-bluetooth
-pkgver=3.18.3
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth"
 arch=(i686 x86_64)
-url="http://live.gnome.org/GnomeBluetooth"
 license=(GPL LGPL)
 depends=(gtk3 libnotify bluez libcanberra)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
+makedepends=(intltool gobject-introspection itstool docbook-xsl gnome-common git)
 options=(!emptydirs)
-install=gnome-bluetooth.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+source=("git://git.gnome.org/$pkgname#tag=GNOMEBT_V_${pkgver//./_}"
         61-gnome-bluetooth-rfkill.rules)
-sha256sums=('e481b70423e52adc3c3aa919eeb033b47f9cd1598d6c0c7f384c0bd10f4e8ce3'
+sha256sums=('SKIP'
             '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
 
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr \
     --sysconfdir=/etc \
     --localstatedir=/var \
+    --enable-gtk-doc \
     --disable-desktop-update \
     --disable-icon-update \
     --disable-schemas-compile
@@ -34,7 +39,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 
   install -m644 -D ../61-gnome-bluetooth-rfkill.rules \

Deleted: gnome-bluetooth.install
===================================================================
--- gnome-bluetooth.install	2016-06-08 19:10:35 UTC (rev 269150)
+++ gnome-bluetooth.install	2016-06-08 19:52:27 UTC (rev 269151)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list