[arch-commits] Commit in kde-base-artwork/repos (2 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jun 13 18:47:49 UTC 2013


    Date: Thursday, June 13, 2013 @ 20:47:48
  Author: andrea
Revision: 188274

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-base-artwork/repos/kde-unstable-any/
  kde-base-artwork/repos/kde-unstable-any/PKGBUILD
    (from rev 188273, kde-base-artwork/kde-unstable/PKGBUILD)

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

Copied: kde-base-artwork/repos/kde-unstable-any/PKGBUILD (from rev 188273, kde-base-artwork/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2013-06-13 18:47:48 UTC (rev 188274)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-base-artwork
+pkgver=4.10.80
+pkgrel=1
+pkgdesc="KDE KSplash theme"
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('1bbb3b18f0649f5c940a7217282270cbab99db7c')
+
+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