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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jul 25 14:51:04 UTC 2014


    Date: Friday, July 25, 2014 @ 16:51:04
  Author: svenstaro
Revision: 217874

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 217873, kde-base-artwork/kde-unstable/PKGBUILD)

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

Copied: kde-base-artwork/repos/kde-unstable-any/PKGBUILD (from rev 217873, kde-base-artwork/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2014-07-25 14:51:04 UTC (rev 217874)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-base-artwork
+pkgver=4.13.95
+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=('4c51ca7d4a2962ea4468ba2a13536c411e9826b6')
+
+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