[arch-commits] Commit in kdeutils-kremotecontrol/repos (8 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Mar 29 09:25:54 UTC 2014
Date: Saturday, March 29, 2014 @ 10:25:53
Author: andrea
Revision: 209105
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
(from rev 209104, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
(from rev 209104, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 209104, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install
(from rev 209104, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
Deleted:
kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install
-----------------------------------------------------+
/PKGBUILD | 68 ++++++++++++++++++
/kdeutils-kremotecontrol.install | 22 +++++
kde-unstable-i686/PKGBUILD | 34 ---------
kde-unstable-i686/kdeutils-kremotecontrol.install | 11 --
kde-unstable-x86_64/PKGBUILD | 34 ---------
kde-unstable-x86_64/kdeutils-kremotecontrol.install | 11 --
6 files changed, 90 insertions(+), 90 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2014-03-29 09:25:44 UTC (rev 209104)
+++ kde-unstable-i686/PKGBUILD 2014-03-29 09:25:53 UTC (rev 209105)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kremotecontrol
-pkgver=4.12.95
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz")
-sha1sums=('1432fbf8a00650fb72ee4466b4fc2884b553e9ef')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kremotecontrol-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
-}
Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 209104, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-03-29 09:25:53 UTC (rev 209105)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.12.97
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz")
+sha1sums=('77250278a6ff6d043844844a6a3c109666b37c01')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kremotecontrol-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-i686/kdeutils-kremotecontrol.install
===================================================================
--- kde-unstable-i686/kdeutils-kremotecontrol.install 2014-03-29 09:25:44 UTC (rev 209104)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install 2014-03-29 09:25:53 UTC (rev 209105)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install (from rev 209104, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===================================================================
--- kde-unstable-i686/kdeutils-kremotecontrol.install (rev 0)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install 2014-03-29 09:25:53 UTC (rev 209105)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2014-03-29 09:25:44 UTC (rev 209104)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-29 09:25:53 UTC (rev 209105)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kremotecontrol
-pkgver=4.12.95
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz")
-sha1sums=('1432fbf8a00650fb72ee4466b4fc2884b553e9ef')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kremotecontrol-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
-}
Copied: kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD (from rev 209104, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-29 09:25:53 UTC (rev 209105)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.12.97
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz")
+sha1sums=('77250278a6ff6d043844844a6a3c109666b37c01')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kremotecontrol-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-x86_64/kdeutils-kremotecontrol.install
===================================================================
--- kde-unstable-x86_64/kdeutils-kremotecontrol.install 2014-03-29 09:25:44 UTC (rev 209104)
+++ kde-unstable-x86_64/kdeutils-kremotecontrol.install 2014-03-29 09:25:53 UTC (rev 209105)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install (from rev 209104, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-kremotecontrol.install (rev 0)
+++ kde-unstable-x86_64/kdeutils-kremotecontrol.install 2014-03-29 09:25:53 UTC (rev 209105)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list