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

Andrea Scarpino andrea at archlinux.org
Mon Feb 1 22:59:05 UTC 2010


    Date: Monday, February 1, 2010 @ 17:59:05
  Author: andrea
Revision: 66880

upgpkg: kbluetooth 0.4-1
    upstream release

Modified:
  kbluetooth/trunk/PKGBUILD
  kbluetooth/trunk/kbluetooth.install

--------------------+
 PKGBUILD           |   12 ++++++------
 kbluetooth.install |    6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-01 22:58:56 UTC (rev 66879)
+++ PKGBUILD	2010-02-01 22:59:05 UTC (rev 66880)
@@ -4,27 +4,27 @@
 # Contributor: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=kbluetooth
-pkgver=4.0.4RC2
-_pkgver=RC2
+pkgver=0.4
 pkgrel=1
 pkgdesc="A collection of Bluetooth utilities and modules for KDE based on BlueZ"
 arch=('i686' 'x86_64')
 url="http://www.kde-apps.org/content/show.php/kbluetooth?content=112110"
 license=('GPL2')
-depends=('kdebase-workspace>=4.3.0' 'bluez>=4.55' 'obex-data-server>=0.4.4')
+depends=('kdebase-workspace>=4.3.98' 'bluez' 'obex-data-server')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'perl')
 optdepends=('python')
 replaces=('kdebluetooth')
 conflicts=('kdebluetooth')
 install=kbluetooth.install
-source=(http://www.kde-apps.org/CONTENT/content-files/112110-${pkgname}-${_pkgver}.tar.bz2)
-md5sums=('e0883dd44ff439e8adf7d6d9bc6306d8')
+source=(http://www.kde-apps.org/CONTENT/content-files/112110-${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ca87dc8b7db3dc40384835c5fb7751db')
+options=('force')
 
 build() {
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../${pkgname}-${_pkgver} \
+  cmake ../${pkgname}-${pkgver} \
         -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr
   make || return 1

Modified: kbluetooth.install
===================================================================
--- kbluetooth.install	2010-02-01 22:58:56 UTC (rev 66879)
+++ kbluetooth.install	2010-02-01 22:59:05 UTC (rev 66880)
@@ -1,11 +1,11 @@
 post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
 }
 
 post_upgrade() {
-  post_install
+	post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+	post_install
 }




More information about the arch-commits mailing list