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

Antonio Rojas arojas at archlinux.org
Thu Nov 19 21:26:15 UTC 2015


    Date: Thursday, November 19, 2015 @ 22:26:14
  Author: arojas
Revision: 251426

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

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

------------------------------------------------+
 staging-i686/PKGBUILD                          |   35 +++++++++++++++++++++++
 staging-i686/kdeutils-kremotecontrol.install   |   11 +++++++
 staging-x86_64/PKGBUILD                        |   35 +++++++++++++++++++++++
 staging-x86_64/kdeutils-kremotecontrol.install |   11 +++++++
 4 files changed, 92 insertions(+)

Copied: kdeutils-kremotecontrol/repos/staging-i686/PKGBUILD (from rev 251425, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-11-19 21:26:14 UTC (rev 251426)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=15.11.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=('e18caeb220ced8a97c2d2d669847e1a2bc039086')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p 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/staging-i686/kdeutils-kremotecontrol.install (from rev 251425, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===================================================================
--- staging-i686/kdeutils-kremotecontrol.install	                        (rev 0)
+++ staging-i686/kdeutils-kremotecontrol.install	2015-11-19 21:26:14 UTC (rev 251426)
@@ -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/staging-x86_64/PKGBUILD (from rev 251425, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-11-19 21:26:14 UTC (rev 251426)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=15.11.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=('e18caeb220ced8a97c2d2d669847e1a2bc039086')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p 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/staging-x86_64/kdeutils-kremotecontrol.install (from rev 251425, kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===================================================================
--- staging-x86_64/kdeutils-kremotecontrol.install	                        (rev 0)
+++ staging-x86_64/kdeutils-kremotecontrol.install	2015-11-19 21:26:14 UTC (rev 251426)
@@ -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