[arch-commits] Commit in bluedevil-frameworks/repos (8 files)

Antonio Rojas arojas at archlinux.org
Tue Mar 24 20:11:07 UTC 2015


    Date: Tuesday, March 24, 2015 @ 21:11:07
  Author: arojas
Revision: 234660

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

Added:
  bluedevil-frameworks/repos/extra-i686/PKGBUILD
    (from rev 234659, bluedevil-frameworks/trunk/PKGBUILD)
  bluedevil-frameworks/repos/extra-i686/bluedevil-frameworks.install
    (from rev 234659, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
  bluedevil-frameworks/repos/extra-x86_64/PKGBUILD
    (from rev 234659, bluedevil-frameworks/trunk/PKGBUILD)
  bluedevil-frameworks/repos/extra-x86_64/bluedevil-frameworks.install
    (from rev 234659, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
Deleted:
  bluedevil-frameworks/repos/extra-i686/PKGBUILD
  bluedevil-frameworks/repos/extra-i686/bluedevil-frameworks.install
  bluedevil-frameworks/repos/extra-x86_64/PKGBUILD
  bluedevil-frameworks/repos/extra-x86_64/bluedevil-frameworks.install

-------------------------------------------+
 /PKGBUILD                                 |   80 ++++++++++++++++++++++++++++
 /bluedevil-frameworks.install             |   24 ++++++++
 extra-i686/PKGBUILD                       |   40 --------------
 extra-i686/bluedevil-frameworks.install   |   12 ----
 extra-x86_64/PKGBUILD                     |   40 --------------
 extra-x86_64/bluedevil-frameworks.install |   12 ----
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-03-24 20:10:46 UTC (rev 234659)
+++ extra-i686/PKGBUILD	2015-03-24 20:11:07 UTC (rev 234660)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=bluedevil-frameworks
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/bluedevil'
-license=('GPL2')
-depends=('libbluedevil-frameworks' 'kio')
-makedepends=('extra-cmake-modules')
-conflicts=('bluedevil')
-install="$pkgname.install"
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/$pkgver/bluedevil-$pkgver.tar.xz")
-md5sums=('28b8c4619750ed9f6b792fe011743fb8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../bluedevil-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil-frameworks/repos/extra-i686/PKGBUILD (from rev 234659, bluedevil-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-03-24 20:11:07 UTC (rev 234660)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bluedevil-frameworks
+pkgver=5.2.2
+pkgrel=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('libbluedevil-frameworks' 'kio')
+makedepends=('extra-cmake-modules')
+conflicts=('bluedevil')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/bluedevil-$pkgver.tar.xz")
+md5sums=('007f7755d4b2f827323d1d379aa55f13')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../bluedevil-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/bluedevil-frameworks.install
===================================================================
--- extra-i686/bluedevil-frameworks.install	2015-03-24 20:10:46 UTC (rev 234659)
+++ extra-i686/bluedevil-frameworks.install	2015-03-24 20:11:07 UTC (rev 234660)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil-frameworks/repos/extra-i686/bluedevil-frameworks.install (from rev 234659, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
===================================================================
--- extra-i686/bluedevil-frameworks.install	                        (rev 0)
+++ extra-i686/bluedevil-frameworks.install	2015-03-24 20:11:07 UTC (rev 234660)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-03-24 20:10:46 UTC (rev 234659)
+++ extra-x86_64/PKGBUILD	2015-03-24 20:11:07 UTC (rev 234660)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=bluedevil-frameworks
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/bluedevil'
-license=('GPL2')
-depends=('libbluedevil-frameworks' 'kio')
-makedepends=('extra-cmake-modules')
-conflicts=('bluedevil')
-install="$pkgname.install"
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/$pkgver/bluedevil-$pkgver.tar.xz")
-md5sums=('28b8c4619750ed9f6b792fe011743fb8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../bluedevil-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil-frameworks/repos/extra-x86_64/PKGBUILD (from rev 234659, bluedevil-frameworks/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-03-24 20:11:07 UTC (rev 234660)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bluedevil-frameworks
+pkgver=5.2.2
+pkgrel=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('libbluedevil-frameworks' 'kio')
+makedepends=('extra-cmake-modules')
+conflicts=('bluedevil')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/bluedevil-$pkgver.tar.xz")
+md5sums=('007f7755d4b2f827323d1d379aa55f13')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../bluedevil-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/bluedevil-frameworks.install
===================================================================
--- extra-x86_64/bluedevil-frameworks.install	2015-03-24 20:10:46 UTC (rev 234659)
+++ extra-x86_64/bluedevil-frameworks.install	2015-03-24 20:11:07 UTC (rev 234660)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil-frameworks/repos/extra-x86_64/bluedevil-frameworks.install (from rev 234659, bluedevil-frameworks/trunk/bluedevil-frameworks.install)
===================================================================
--- extra-x86_64/bluedevil-frameworks.install	                        (rev 0)
+++ extra-x86_64/bluedevil-frameworks.install	2015-03-24 20:11:07 UTC (rev 234660)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list