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

Antonio Rojas arojas at archlinux.org
Wed Dec 14 12:30:31 UTC 2016


    Date: Wednesday, December 14, 2016 @ 12:30:31
  Author: arojas
Revision: 283275

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

Added:
  bluez-qt/repos/testing-i686/PKGBUILD
    (from rev 283274, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/PKGBUILD
    (from rev 283274, bluez-qt/trunk/PKGBUILD)
Deleted:
  bluez-qt/repos/testing-i686/PKGBUILD
  bluez-qt/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   74 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   37 -----------------------
 testing-x86_64/PKGBUILD |   37 -----------------------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-12-14 12:30:12 UTC (rev 283274)
+++ testing-i686/PKGBUILD	2016-12-14 12:30:31 UTC (rev 283275)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=bluez-qt
-pkgver=5.29.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa)
-conflicts=(libbluedevil-frameworks)
-groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('234a9b5677a514bf933466bc5aa230c9'
-         'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 283274, bluez-qt/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-12-14 12:30:31 UTC (rev 283275)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bluez-qt
+pkgver=5.29.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('234a9b5677a514bf933466bc5aa230c9'
+         'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-12-14 12:30:12 UTC (rev 283274)
+++ testing-x86_64/PKGBUILD	2016-12-14 12:30:31 UTC (rev 283275)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=bluez-qt
-pkgver=5.29.0
-pkgrel=1
-pkgdesc='Qt wrapper for Bluez 5 DBus API'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa)
-conflicts=(libbluedevil-frameworks)
-groups=(kf5)
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('234a9b5677a514bf933466bc5aa230c9'
-         'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 283274, bluez-qt/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-12-14 12:30:31 UTC (rev 283275)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bluez-qt
+pkgver=5.29.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('234a9b5677a514bf933466bc5aa230c9'
+         'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list