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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jul 25 15:11:42 UTC 2014


    Date: Friday, July 25, 2014 @ 17:11:41
  Author: svenstaro
Revision: 218168

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

Added:
  kde-wallpapers/repos/kde-unstable-any/
  kde-wallpapers/repos/kde-unstable-any/PKGBUILD
    (from rev 218167, kde-wallpapers/kde-unstable/PKGBUILD)

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

Copied: kde-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 218167, kde-wallpapers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2014-07-25 15:11:41 UTC (rev 218168)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.13.95
+pkgrel=1
+pkgdesc="A set of wallpapers for KDE"
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('f70769d8ea9e082420cbf631264bf7283b804584')
+
+package() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list