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

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 14:35:48 UTC 2012


    Date: Wednesday, August 1, 2012 @ 10:35:48
  Author: andrea
Revision: 164538

db-move: moved kde-base-artwork from [kde-unstable] to [testing] (any)

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

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

Copied: kde-base-artwork/repos/testing-any/PKGBUILD (from rev 164519, kde-base-artwork/repos/kde-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-08-01 14:35:48 UTC (rev 164538)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-base-artwork
+pkgver=4.9.0
+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/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('3985dc77e449ef553e74bc64babe48d38184181b')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd $srcdir/build
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list