[arch-commits] Commit in kdeutils-sweeper (trunk trunk trunk/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 21 05:35:34 UTC 2016
Date: Sunday, August 21, 2016 @ 05:35:33
Author: felixonmars
Revision: 274505
upgpkg: kdeutils-sweeper 16.08.0-1
Upstream release
Added:
kdeutils-sweeper/trunk/
kdeutils-sweeper/trunk/PKGBUILD
Deleted:
kdeutils-sweeper/trunk/
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD (rev 0)
+++ trunk/PKGBUILD 2016-08-21 05:35:33 UTC (rev 274505)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-sweeper
+pkgver=16.08.0
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz")
+sha1sums=('f3687ae75bbd2860deb4a795d96d67fa6eabea58')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../sweeper-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Property changes on: kdeutils-sweeper/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list