[arch-commits] Commit in kde-wallpapers/repos (testing-any testing-any/PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Aug 16 20:23:23 UTC 2014
Date: Saturday, August 16, 2014 @ 22:23:22
Author: svenstaro
Revision: 220116
archrelease: copy trunk to testing-any
Added:
kde-wallpapers/repos/testing-any/
kde-wallpapers/repos/testing-any/PKGBUILD
(from rev 220115, kde-wallpapers/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: kde-wallpapers/repos/testing-any/PKGBUILD (from rev 220115, kde-wallpapers/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2014-08-16 20:23:22 UTC (rev 220116)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.14.0
+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=('2e83770154ecc9294733c7f318324d8d023ebd21')
+
+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