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

Antonio Rojas arojas at archlinux.org
Mon Sep 14 20:53:20 UTC 2015


    Date: Monday, September 14, 2015 @ 22:53:20
  Author: arojas
Revision: 246054

archrelease: copy trunk to testing-any

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

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

Copied: kde-base-artwork/repos/testing-any/PKGBUILD (from rev 246053, kde-base-artwork/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-09-14 20:53:20 UTC (rev 246054)
@@ -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.08.1
+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=('a2ee05540b31da087f99126f0548669762f5e82d')
+
+build() {
+	cd $srcdir
+	mkdir -p 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