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

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Nov 28 10:58:29 UTC 2013


    Date: Thursday, November 28, 2013 @ 11:58:29
  Author: andrea
Revision: 200408

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

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

--------------------------------+
 /PKGBUILD                      |   74 +++++++++++++++++++++++++++++++++++++++
 /bluedevil.install             |   24 ++++++++++++
 extra-i686/PKGBUILD            |   37 -------------------
 extra-i686/bluedevil.install   |   12 ------
 extra-x86_64/PKGBUILD          |   37 -------------------
 extra-x86_64/bluedevil.install |   12 ------
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-11-28 10:58:21 UTC (rev 200407)
+++ extra-i686/PKGBUILD	2013-11-28 10:58:29 UTC (rev 200408)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=bluedevil
-pkgver=2.0.gitdfbf95b
-pkgrel=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' 'git')
-install="${pkgname}.install"
-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
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 200407, bluedevil/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-11-28 10:58:29 UTC (rev 200408)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=2.0.git1354.df662c3
+pkgrel=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' 'git')
+install="${pkgname}.install"
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "2.0.git%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+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-i686/bluedevil.install
===================================================================
--- extra-i686/bluedevil.install	2013-11-28 10:58:21 UTC (rev 200407)
+++ extra-i686/bluedevil.install	2013-11-28 10:58:29 UTC (rev 200408)
@@ -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 200407, bluedevil/trunk/bluedevil.install)
===================================================================
--- extra-i686/bluedevil.install	                        (rev 0)
+++ extra-i686/bluedevil.install	2013-11-28 10:58:29 UTC (rev 200408)
@@ -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	2013-11-28 10:58:21 UTC (rev 200407)
+++ extra-x86_64/PKGBUILD	2013-11-28 10:58:29 UTC (rev 200408)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=bluedevil
-pkgver=2.0.gitdfbf95b
-pkgrel=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' 'git')
-install="${pkgname}.install"
-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
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 200407, bluedevil/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-11-28 10:58:29 UTC (rev 200408)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=2.0.git1354.df662c3
+pkgrel=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' 'git')
+install="${pkgname}.install"
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "2.0.git%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+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/bluedevil.install
===================================================================
--- extra-x86_64/bluedevil.install	2013-11-28 10:58:21 UTC (rev 200407)
+++ extra-x86_64/bluedevil.install	2013-11-28 10:58:29 UTC (rev 200408)
@@ -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-x86_64/bluedevil.install (from rev 200407, bluedevil/trunk/bluedevil.install)
===================================================================
--- extra-x86_64/bluedevil.install	                        (rev 0)
+++ extra-x86_64/bluedevil.install	2013-11-28 10:58:29 UTC (rev 200408)
@@ -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