[arch-commits] Commit in bluedevil (4 files)

Antonio Rojas arojas at archlinux.org
Thu Apr 9 20:24:43 UTC 2015


    Date: Thursday, April 9, 2015 @ 22:24:42
  Author: arojas
Revision: 235992

Rename bluedevil-frameworks to bluedevil for Plasma 5.3

Added:
  bluedevil/kde-unstable/
  bluedevil/kde-unstable/bluedevil.install
    (from rev 235429, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
Modified:
  bluedevil/kde-unstable/PKGBUILD
Deleted:
  bluedevil/kde-unstable/bluedevil-frameworks.install

--------------------------------+
 PKGBUILD                       |   11 ++++++-----
 bluedevil-frameworks.install   |   12 ------------
 kde-unstable/bluedevil.install |   12 ++++++++++++
 3 files changed, 18 insertions(+), 17 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- -frameworks/trunk/PKGBUILD	2015-04-04 07:06:38 UTC (rev 235429)
+++ kde-unstable/PKGBUILD	2015-04-09 20:24:42 UTC (rev 235992)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Antonio Rojas <arojas at archlinux.org>
 
-pkgname=bluedevil-frameworks
+pkgname=bluedevil
 pkgver=5.2.2
 pkgrel=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
@@ -10,12 +10,13 @@
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/bluedevil'
 license=('GPL2')
-depends=('libbluedevil-frameworks' 'kio')
+depends=('bluez-qt' 'kio')
 makedepends=('extra-cmake-modules')
-conflicts=('bluedevil')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
 install="$pkgname.install"
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/$pkgver/bluedevil-$pkgver.tar.xz")
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
 md5sums=('007f7755d4b2f827323d1d379aa55f13')
 
 prepare() {
@@ -24,7 +25,7 @@
 
 build() {
   cd build
-  cmake ../bluedevil-$pkgver \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DLIB_INSTALL_DIR=lib \

Deleted: kde-unstable/bluedevil-frameworks.install
===================================================================
--- -frameworks/trunk/bluedevil-frameworks.install	2015-04-04 07:06:38 UTC (rev 235429)
+++ kde-unstable/bluedevil-frameworks.install	2015-04-09 20:24:42 UTC (rev 235992)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/kde-unstable/bluedevil.install (from rev 235429, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
===================================================================
--- kde-unstable/bluedevil.install	                        (rev 0)
+++ kde-unstable/bluedevil.install	2015-04-09 20:24:42 UTC (rev 235992)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list