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

Felix Yan fyan at archlinux.org
Wed Feb 4 04:10:31 UTC 2015


    Date: Wednesday, February 4, 2015 @ 05:10:30
  Author: fyan
Revision: 230433

archrelease: copy trunk to testing-any

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

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

Copied: kde-base-artwork/repos/testing-any/PKGBUILD (from rev 230432, kde-base-artwork/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-02-04 04:10:30 UTC (rev 230433)
@@ -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.2
+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=('c7a80b530754e1601acf60cf04ca19001b5b6548')
+
+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