Date: Sunday, August 21, 2016 @ 05:30:48 Author: felixonmars Revision: 274495
upgpkg: kdeutils-kremotecontrol 16.08.0-1 Upstream release Added: kdeutils-kremotecontrol/trunk/ kdeutils-kremotecontrol/trunk/PKGBUILD Deleted: kdeutils-kremotecontrol/trunk/ ----------+ PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 05:30:48 UTC (rev 274495) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> + +pkgname=kdeutils-kremotecontrol +pkgver=16.08.0 +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') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz") +sha1sums=('ed86a001120c9ed5c9433d9a3e9c4ebe13fb612c') + +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 +} Property changes on: kdeutils-kremotecontrol/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
