[arch-commits] Commit in kdeutils-kremotecontrol/repos (6 files)

Antonio Rojas arojas at archlinux.org
Wed Jul 29 08:11:31 UTC 2015


    Date: Wednesday, July 29, 2015 @ 10:11:31
  Author: arojas
Revision: 242794

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
    (from rev 242793, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
    (from rev 242793, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242793, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install
    (from rev 242793, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)

-----------------------------------------------------+
 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 +++++
 4 files changed, 92 insertions(+)

Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 242793, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 08:11:31 UTC (rev 242794)
@@ -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.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/kdeutils-kremotecontrol.install (from rev 242793, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===================================================================
--- kde-unstable-i686/kdeutils-kremotecontrol.install	                        (rev 0)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install	2015-07-29 08:11:31 UTC (rev 242794)
@@ -0,0 +1,11 @@
+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/PKGBUILD (from rev 242793, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 08:11:31 UTC (rev 242794)
@@ -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.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/kdeutils-kremotecontrol.install (from rev 242793, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-kremotecontrol.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeutils-kremotecontrol.install	2015-07-29 08:11:31 UTC (rev 242794)
@@ -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