[arch-commits] Commit in libbluedevil/repos (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Nov 28 07:43:48 UTC 2013


    Date: Thursday, November 28, 2013 @ 08:43:48
  Author: andrea
Revision: 200402

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
    (from rev 200401, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/extra-x86_64/PKGBUILD
    (from rev 200401, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD
  libbluedevil/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   29 ------------------
 extra-x86_64/PKGBUILD |   29 ------------------
 3 files changed, 74 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-11-28 07:43:38 UTC (rev 200401)
+++ extra-i686/PKGBUILD	2013-11-28 07:43:48 UTC (rev 200402)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libbluedevil
-pkgver=2.0
-pkgrel=0.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')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 200401, libbluedevil/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-11-28 07:43:48 UTC (rev 200402)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libbluedevil
+pkgver=2.0.gita46446f
+pkgrel=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')
+
+pkgver() {
+  cd ${pkgname}
+  echo "2.0.git$(git log --pretty=format:'%h' -n 1)"
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-11-28 07:43:38 UTC (rev 200401)
+++ extra-x86_64/PKGBUILD	2013-11-28 07:43:48 UTC (rev 200402)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libbluedevil
-pkgver=2.0
-pkgrel=0.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')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 200401, libbluedevil/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-11-28 07:43:48 UTC (rev 200402)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libbluedevil
+pkgver=2.0.gita46446f
+pkgrel=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')
+
+pkgver() {
+  cd ${pkgname}
+  echo "2.0.git$(git log --pretty=format:'%h' -n 1)"
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list