[arch-commits] Commit in bluedevil/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Dec 21 16:16:21 UTC 2013


    Date: Saturday, December 21, 2013 @ 17:16:21
  Author: andrea
Revision: 202397

Upstream release

Modified:
  bluedevil/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-21 16:16:01 UTC (rev 202396)
+++ PKGBUILD	2013-12-21 16:16:21 UTC (rev 202397)
@@ -2,30 +2,30 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=bluedevil
-pkgver=2.0.git1381.f02fd99
+pkgver=2.0rc1
+_pkgver=2.0-rc1
 pkgrel=1
+epoch=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
 url="https://projects.kde.org/projects/extragear/base/bluedevil"
 license=('GPL')
 depends=('kdebase-workspace' 'libbluedevil')
-makedepends=('cmake' 'automoc4' 'git')
+makedepends=('cmake' 'automoc4')
 install="${pkgname}.install"
-source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
-md5sums=('SKIP')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz")
+md5sums=('7137a6dae1e860c91ea266546e6bfd39')
 
-pkgver() {
-  cd ${pkgname}
-  printf "2.0.git%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
 prepare() {
   mkdir build
+
+  # Fix build
+  sed -i 's/bluedevilaction//' ${pkgname}-${_pkgver}/src/wizard/CMakeLists.txt
 }
 
 build(){
   cd build
-  cmake ../${pkgname} \
+  cmake ../${pkgname}-${_pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make




More information about the arch-commits mailing list