[arch-commits] Commit in kde-wallpapers/repos (testing-any testing-any/PKGBUILD)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Tue Jan 14 07:54:12 UTC 2014
Date: Tuesday, January 14, 2014 @ 08:54:11
Author: svenstaro
Revision: 204009
archrelease: copy trunk to testing-any
Added:
kde-wallpapers/repos/testing-any/
kde-wallpapers/repos/testing-any/PKGBUILD
(from rev 204008, kde-wallpapers/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: kde-wallpapers/repos/testing-any/PKGBUILD (from rev 204008, kde-wallpapers/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2014-01-14 07:54:11 UTC (rev 204009)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.12.1
+pkgrel=1
+pkgdesc="A set of wallpapers for KDE"
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('71f2e6383045a9534108fa2c19d47711876b6a03')
+
+package() {
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list