[arch-commits] Commit in kde-base-artwork/repos (staging-any staging-any/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 10 18:49:39 UTC 2015
Date: Friday, April 10, 2015 @ 20:49:39
Author: arojas
Revision: 236074
archrelease: copy trunk to staging-any
Added:
kde-base-artwork/repos/staging-any/
kde-base-artwork/repos/staging-any/PKGBUILD
(from rev 236073, kde-base-artwork/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: kde-base-artwork/repos/staging-any/PKGBUILD (from rev 236073, kde-base-artwork/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2015-04-10 18:49:39 UTC (rev 236074)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-base-artwork
+pkgver=15.04.0
+pkgrel=1
+pkgdesc="KDE KSplash theme"
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('bd91ff7a3b8cb34c4058d286c21cb29aae7387fa')
+
+build() {
+ cd $srcdir
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list