[arch-commits] Commit in kdeutils-kremotecontrol/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Thu Dec 20 09:42:33 UTC 2012
Date: Thursday, December 20, 2012 @ 04:42:33
Author: andrea
Revision: 173639
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
(from rev 173638, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
(from rev 173638, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173638, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install
(from rev 173638, 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
-----------------------------------------------------+
kde-unstable-i686/PKGBUILD | 70 +++++++++---------
kde-unstable-i686/kdeutils-kremotecontrol.install | 22 ++---
kde-unstable-x86_64/PKGBUILD | 70 +++++++++---------
kde-unstable-x86_64/kdeutils-kremotecontrol.install | 22 ++---
4 files changed, 92 insertions(+), 92 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2012-12-20 09:41:59 UTC (rev 173638)
+++ kde-unstable-i686/PKGBUILD 2012-12-20 09:42:33 UTC (rev 173639)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kremotecontrol
-pkgver=4.9.90
-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=('ba182bcdf48978891b74752ddfdb17fb0a8bb59f')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kremotecontrol-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
- cd $srcdir/build/doc
- make DESTDIR=$pkgdir install
-}
Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 173638, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2012-12-20 09:42:33 UTC (rev 173639)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.9.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=('459bb83ba291b8dc47d0c971577aaf3a08bc1f84')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kremotecontrol-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+ cd $srcdir/build/doc
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-i686/kdeutils-kremotecontrol.install
===================================================================
--- kde-unstable-i686/kdeutils-kremotecontrol.install 2012-12-20 09:41:59 UTC (rev 173638)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install 2012-12-20 09:42:33 UTC (rev 173639)
@@ -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 173638, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===================================================================
--- kde-unstable-i686/kdeutils-kremotecontrol.install (rev 0)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install 2012-12-20 09:42:33 UTC (rev 173639)
@@ -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 2012-12-20 09:41:59 UTC (rev 173638)
+++ kde-unstable-x86_64/PKGBUILD 2012-12-20 09:42:33 UTC (rev 173639)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kremotecontrol
-pkgver=4.9.90
-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=('ba182bcdf48978891b74752ddfdb17fb0a8bb59f')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kremotecontrol-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
- cd $srcdir/build/doc
- make DESTDIR=$pkgdir install
-}
Copied: kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD (from rev 173638, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2012-12-20 09:42:33 UTC (rev 173639)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.9.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=('459bb83ba291b8dc47d0c971577aaf3a08bc1f84')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kremotecontrol-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+ cd $srcdir/build/doc
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-x86_64/kdeutils-kremotecontrol.install
===================================================================
--- kde-unstable-x86_64/kdeutils-kremotecontrol.install 2012-12-20 09:41:59 UTC (rev 173638)
+++ kde-unstable-x86_64/kdeutils-kremotecontrol.install 2012-12-20 09:42:33 UTC (rev 173639)
@@ -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 173638, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-kremotecontrol.install (rev 0)
+++ kde-unstable-x86_64/kdeutils-kremotecontrol.install 2012-12-20 09:42:33 UTC (rev 173639)
@@ -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