[arch-commits] Commit in print-manager (5 files)
Antonio Rojas
arojas at archlinux.org
Sat Mar 14 10:46:48 UTC 2015
Date: Saturday, March 14, 2015 @ 11:46:48
Author: arojas
Revision: 233778
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
print-manager/repos/
print-manager/repos/kde-unstable-i686/
print-manager/repos/kde-unstable-i686/PKGBUILD
(from rev 233777, print-manager/kde-unstable/PKGBUILD)
print-manager/repos/kde-unstable-x86_64/
print-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233777, print-manager/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 233777, print-manager/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD 2015-03-14 10:46:48 UTC (rev 233778)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=print-manager
+pkgver=15.03.90
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('libcups' 'kio')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('kdeutils-print-manager')
+conflicts=('kdeutils-print-manager')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz")
+sha1sums=('229f0de3a2ae3182e6639eead48b064e61e68561')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../print-manager-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 233777, print-manager/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2015-03-14 10:46:48 UTC (rev 233778)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=print-manager
+pkgver=15.03.90
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('libcups' 'kio')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('kdeutils-print-manager')
+conflicts=('kdeutils-print-manager')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz")
+sha1sums=('229f0de3a2ae3182e6639eead48b064e61e68561')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../print-manager-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list