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

Antonio Rojas arojas at archlinux.org
Sat Mar 25 01:23:11 UTC 2017


    Date: Saturday, March 25, 2017 @ 01:23:10
  Author: arojas
Revision: 291472

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

Added:
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 291471, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD (from rev 291471, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-03-25 01:23:10 UTC (rev 291472)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kremotecontrol
+pkgver=17.03.80
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='https://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')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz"{,.sig})
+sha256sums=('52634505375bd380111ba1d858c987bbf0e8676205b527b320677eacb0bc4bf8'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+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
+}



More information about the arch-commits mailing list