[arch-commits] Commit in kdeutils-print-manager/repos (4 files)
Felix Yan
fyan at archlinux.org
Wed Feb 4 09:02:25 UTC 2015
Date: Wednesday, February 4, 2015 @ 10:02:25
Author: fyan
Revision: 230728
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdeutils-print-manager/repos/testing-i686/
kdeutils-print-manager/repos/testing-i686/PKGBUILD
(from rev 230727, kdeutils-print-manager/trunk/PKGBUILD)
kdeutils-print-manager/repos/testing-x86_64/
kdeutils-print-manager/repos/testing-x86_64/PKGBUILD
(from rev 230727, kdeutils-print-manager/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: kdeutils-print-manager/repos/testing-i686/PKGBUILD (from rev 230727, kdeutils-print-manager/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-02-04 09:02:25 UTC (rev 230728)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-print-manager
+pkgver=14.12.2
+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=('kdebase-workspace' 'libcups')
+makedepends=('cmake' 'automoc4')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('print-manager' 'kdeutils-printer-applet' 'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz")
+sha1sums=('b5f86cc52a31fb90396f6a80e9b5a168ebccf6d2')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../print-manager-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdeutils-print-manager/repos/testing-x86_64/PKGBUILD (from rev 230727, kdeutils-print-manager/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 09:02:25 UTC (rev 230728)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-print-manager
+pkgver=14.12.2
+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=('kdebase-workspace' 'libcups')
+makedepends=('cmake' 'automoc4')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('print-manager' 'kdeutils-printer-applet' 'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz")
+sha1sums=('b5f86cc52a31fb90396f6a80e9b5a168ebccf6d2')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../print-manager-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list