[arch-commits] Commit in bluedevil/repos (8 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Fri Dec 20 13:16:23 UTC 2013
Date: Friday, December 20, 2013 @ 14:16:23
Author: andrea
Revision: 202233
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
bluedevil/repos/extra-i686/PKGBUILD
(from rev 202232, bluedevil/trunk/PKGBUILD)
bluedevil/repos/extra-i686/bluedevil.install
(from rev 202232, bluedevil/trunk/bluedevil.install)
bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 202232, bluedevil/trunk/PKGBUILD)
bluedevil/repos/extra-x86_64/bluedevil.install
(from rev 202232, 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-12-20 13:16:16 UTC (rev 202232)
+++ extra-i686/PKGBUILD 2013-12-20 13:16:23 UTC (rev 202233)
@@ -1,37 +0,0 @@
-# $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
-}
Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 202232, bluedevil/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-20 13:16:23 UTC (rev 202233)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=2.0.git1381.f02fd99
+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-12-20 13:16:16 UTC (rev 202232)
+++ extra-i686/bluedevil.install 2013-12-20 13:16:23 UTC (rev 202233)
@@ -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 202232, bluedevil/trunk/bluedevil.install)
===================================================================
--- extra-i686/bluedevil.install (rev 0)
+++ extra-i686/bluedevil.install 2013-12-20 13:16:23 UTC (rev 202233)
@@ -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-12-20 13:16:16 UTC (rev 202232)
+++ extra-x86_64/PKGBUILD 2013-12-20 13:16:23 UTC (rev 202233)
@@ -1,37 +0,0 @@
-# $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
-}
Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 202232, bluedevil/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-12-20 13:16:23 UTC (rev 202233)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=2.0.git1381.f02fd99
+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-12-20 13:16:16 UTC (rev 202232)
+++ extra-x86_64/bluedevil.install 2013-12-20 13:16:23 UTC (rev 202233)
@@ -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 202232, bluedevil/trunk/bluedevil.install)
===================================================================
--- extra-x86_64/bluedevil.install (rev 0)
+++ extra-x86_64/bluedevil.install 2013-12-20 13:16:23 UTC (rev 202233)
@@ -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