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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Dec 21 08:34:38 UTC 2013


    Date: Saturday, December 21, 2013 @ 09:34:38
  Author: andrea
Revision: 202282

upgpkg: libbluedevil 1:2.0rc1-1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-21 07:54:45 UTC (rev 202281)
+++ PKGBUILD	2013-12-21 08:34:38 UTC (rev 202282)
@@ -3,22 +3,19 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libbluedevil
-pkgver=2.0.git202.fbf414a
+pkgver=2.0rc1
+_pkgver=2.0-rc1
 pkgrel=1
+epoch=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
 url="https://projects.kde.org/projects/playground/libs/libbluedevil"
 license=('GPL')
 depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
-md5sums=('SKIP')
+makedepends=('cmake')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz")
+md5sums=('4db48e785e9d1e2bb167db16848ece90')
 
-pkgver() {
-  cd ${pkgname}
-  printf "2.0.git%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
 prepare() {
   mkdir build
 }
@@ -25,7 +22,7 @@
 
 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