Date: Monday, December 23, 2013 @ 09:20:05
Author: andrea
Revision: 202649
archrelease: copy trunk to extra-i686
Added:
libbluedevil/repos/extra-i686/PKGBUILD
(from rev 202648, libbluedevil/trunk/PKGBUILD)
Deleted:
libbluedevil/repos/extra-i686/PKGBUILD
--+
PKGBUILD | 70 ++---
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 08:19:56 UTC (rev 202648)
+++ PKGBUILD2013-12-23 08:20:05 UTC (rev 202649)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen
-# Contributor: Andrea Scarpino
-
-pkgname=libbluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=2
-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#tag=v${_pkgver}")
-md5sums=('SKIP')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 202648,
libbluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 08:20:05 UTC (rev 202649)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen
+# Contributor: Andrea Scarpino
+
+pkgname=libbluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=2
+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')
+source=("http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz";)
+md5sums=('3883a20334ed210fb46077ebea163c0a')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}