[arch-commits] Commit in kde-base-artwork/repos (testing-any testing-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Mar 4 09:20:07 UTC 2015


    Date: Wednesday, March 4, 2015 @ 10:20:07
  Author: fyan
Revision: 232541

archrelease: copy trunk to testing-any

Added:
  kde-base-artwork/repos/testing-any/
  kde-base-artwork/repos/testing-any/PKGBUILD
    (from rev 232540, kde-base-artwork/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: kde-base-artwork/repos/testing-any/PKGBUILD (from rev 232540, kde-base-artwork/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-03-04 09:20:07 UTC (rev 232541)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-base-artwork
+pkgver=14.12.3
+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=('e5708ee34fe99ee4ea6d920f80522f5327c00864')
+
+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