[arch-commits] Commit in bluedevil/repos/extra-i686 (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Dec 23 08:17:05 UTC 2013


    Date: Monday, December 23, 2013 @ 09:17:04
  Author: andrea
Revision: 202647

archrelease: copy trunk to extra-i686

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

-------------------+
 PKGBUILD          |   71 ++++++++++++++++++++++++----------------------------
 bluedevil.install |   24 ++++++++---------
 2 files changed, 46 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-23 08:16:52 UTC (rev 202646)
+++ PKGBUILD	2013-12-23 08:17:04 UTC (rev 202647)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=bluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=1
-epoch=1
-pkgdesc='KDE bluetooth framework'
-arch=('i686' 'x86_64')
-url="https://projects.kde.org/projects/extragear/base/bluedevil"
-license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz")
-md5sums=('7137a6dae1e860c91ea266546e6bfd39')
-
-prepare() {
-  mkdir build
-
-  # Fix build
-  sed -i 's/bluedevilaction//' ${pkgname}-${_pkgver}/src/wizard/CMakeLists.txt
-}
-
-build(){
-  cd build
-  cmake ../${pkgname}-${_pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 202646, bluedevil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-23 08:17:04 UTC (rev 202647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=1
+epoch=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/extragear/base/bluedevil"
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz")
+md5sums=('d49a3037d29cf4ba9e0a0968a0139333')
+
+prepare() {
+  mkdir build
+}
+
+build(){
+  cd build
+  cmake ../${pkgname}-${_pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: bluedevil.install
===================================================================
--- bluedevil.install	2013-12-23 08:16:52 UTC (rev 202646)
+++ bluedevil.install	2013-12-23 08:17:04 UTC (rev 202647)
@@ -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/repos/extra-i686/bluedevil.install (from rev 202646, bluedevil/trunk/bluedevil.install)
===================================================================
--- bluedevil.install	                        (rev 0)
+++ bluedevil.install	2013-12-23 08:17:04 UTC (rev 202647)
@@ -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