Date: Saturday, March 14, 2015 @ 10:50:00
  Author: arojas
Revision: 233623

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

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

Copied: kde-base-artwork/repos/kde-unstable-any/PKGBUILD (from rev 233622, 
kde-base-artwork/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD                           (rev 0)
+++ kde-unstable-any/PKGBUILD   2015-03-14 09:50:00 UTC (rev 233623)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kde-base-artwork
+pkgver=15.03.90
+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=('0e54e3a09ba3552f2b0fffea064be76f6ecac778')
+
+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
+}

Reply via email to