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

Antonio Rojas arojas at archlinux.org
Wed Jul 29 07:17:13 UTC 2015


    Date: Wednesday, July 29, 2015 @ 09:17:13
  Author: arojas
Revision: 242641

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

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

Copied: kde-base-artwork/repos/kde-unstable-any/PKGBUILD (from rev 242640, kde-base-artwork/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2015-07-29 07:17:13 UTC (rev 242641)
@@ -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.07.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/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('94611f0218f84709d57dfa69eae949ac059cd110')
+
+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