[arch-commits] Commit in (6 files)

Andrea Scarpino andrea at archlinux.org
Wed Oct 7 16:31:23 UTC 2009


    Date: Wednesday, October 7, 2009 @ 12:31:23
  Author: andrea
Revision: 54276

Added:
  kbluetooth/
  kbluetooth/repos/
  kbluetooth/trunk/
  kbluetooth/trunk/PKGBUILD
  kbluetooth/trunk/kbluetooth.install
Modified:
  kdebase-workspace/trunk/PKGBUILD

-------------------------------------+
 kbluetooth/trunk/PKGBUILD           |   33 +++++++++++++++++++++++++++++++++
 kbluetooth/trunk/kbluetooth.install |   11 +++++++++++
 kdebase-workspace/trunk/PKGBUILD    |    2 +-
 3 files changed, 45 insertions(+), 1 deletion(-)

Added: kbluetooth/trunk/PKGBUILD
===================================================================
--- kbluetooth/trunk/PKGBUILD	                        (rev 0)
+++ kbluetooth/trunk/PKGBUILD	2009-10-07 16:31:23 UTC (rev 54276)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 26309 2009-02-05 19:48:40Z giovanni $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=kbluetooth
+pkgver=4.0.4RC1
+_pkgver=RC1
+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.2' 'bluez>=4.55' 'obex-data-server>=0.4.4'
+	'hicolor-icon-theme')
+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=('616900af0879109ed43f2cc7108ddb3b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${_pkgver} \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr
+  make || return 1
+  make DESTDIR=${pkgdir} install
+}

Added: kbluetooth/trunk/kbluetooth.install
===================================================================
--- kbluetooth/trunk/kbluetooth.install	                        (rev 0)
+++ kbluetooth/trunk/kbluetooth.install	2009-10-07 16:31:23 UTC (rev 54276)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Modified: kdebase-workspace/trunk/PKGBUILD
===================================================================
--- kdebase-workspace/trunk/PKGBUILD	2009-10-07 16:29:06 UTC (rev 54275)
+++ kdebase-workspace/trunk/PKGBUILD	2009-10-07 16:31:23 UTC (rev 54276)
@@ -3,7 +3,7 @@
 
 pkgname=kdebase-workspace
 pkgver=4.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Base Workspace"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'




More information about the arch-commits mailing list