Date: Sunday, August 21, 2016 @ 05:34:26 Author: felixonmars Revision: 274503
upgpkg: print-manager 16.08.0-1 Upstream release Added: print-manager/trunk/ print-manager/trunk/PKGBUILD Deleted: print-manager/trunk/ ----------+ PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 05:34:26 UTC (rev 274503) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> + +pkgname=print-manager +pkgver=16.08.0 +pkgrel=1 +pkgdesc="A tool for managing print jobs and printers" +arch=('i686' 'x86_64') +url='https://www.kde.org/applications/utilities/' +license=('GPL' 'LGPL' 'FDL') +depends=('libcups' 'kcmutils') +makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'plasma-framework') +optdepends=('system-config-printer: auto-detect the printer driver') +replaces=('kdeutils-print-manager') +conflicts=('kdeutils-print-manager') +groups=('kde-applications' 'kdeutils') +source=("http://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz") +sha1sums=('68007655baf38282f5a1fc4bd290d589c5a13ab9') + +build() { + mkdir -p build + cd build + cmake ../print-manager-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Property changes on: print-manager/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
