[arch-commits] Commit in kdeutils-kremotecontrol/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Aug 14 05:40:20 UTC 2015
Date: Friday, August 14, 2015 @ 07:40:20
Author: arojas
Revision: 243622
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
(from rev 243621, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
(from rev 243621, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243621, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install
(from rev 243621, 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 | 70 ++++++++++++++++++
/kdeutils-kremotecontrol.install | 22 +++++
kde-unstable-i686/PKGBUILD | 35 ---------
kde-unstable-i686/kdeutils-kremotecontrol.install | 11 --
kde-unstable-x86_64/PKGBUILD | 35 ---------
kde-unstable-x86_64/kdeutils-kremotecontrol.install | 11 --
6 files changed, 92 insertions(+), 92 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-08-14 05:39:44 UTC (rev 243621)
+++ kde-unstable-i686/PKGBUILD 2015-08-14 05:40:20 UTC (rev 243622)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kremotecontrol
-pkgver=15.07.80
-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-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz")
-sha1sums=('e54b50b2c96e48fd28857b5043f3669cf98a8a22')
-
-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 243621, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-08-14 05:40:20 UTC (rev 243622)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=15.07.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-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz")
+sha1sums=('b92cebb65c94f02fde6607aa58385be128c3e0db')
+
+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 2015-08-14 05:39:44 UTC (rev 243621)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install 2015-08-14 05:40:20 UTC (rev 243622)
@@ -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 243621, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===================================================================
--- kde-unstable-i686/kdeutils-kremotecontrol.install (rev 0)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install 2015-08-14 05:40:20 UTC (rev 243622)
@@ -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 2015-08-14 05:39:44 UTC (rev 243621)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-14 05:40:20 UTC (rev 243622)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-kremotecontrol
-pkgver=15.07.80
-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-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz")
-sha1sums=('e54b50b2c96e48fd28857b5043f3669cf98a8a22')
-
-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 243621, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-14 05:40:20 UTC (rev 243622)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=15.07.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-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz")
+sha1sums=('b92cebb65c94f02fde6607aa58385be128c3e0db')
+
+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 2015-08-14 05:39:44 UTC (rev 243621)
+++ kde-unstable-x86_64/kdeutils-kremotecontrol.install 2015-08-14 05:40:20 UTC (rev 243622)
@@ -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 243621, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-kremotecontrol.install (rev 0)
+++ kde-unstable-x86_64/kdeutils-kremotecontrol.install 2015-08-14 05:40:20 UTC (rev 243622)
@@ -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