[arch-commits] Commit in kde-wallpapers/repos (staging-any staging-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 10 19:50:06 UTC 2015


    Date: Friday, April 10, 2015 @ 21:50:06
  Author: arojas
Revision: 236241

archrelease: copy trunk to staging-any

Added:
  kde-wallpapers/repos/staging-any/
  kde-wallpapers/repos/staging-any/PKGBUILD
    (from rev 236240, kde-wallpapers/trunk/PKGBUILD)

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

Copied: kde-wallpapers/repos/staging-any/PKGBUILD (from rev 236240, kde-wallpapers/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2015-04-10 19:50:06 UTC (rev 236241)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=15.04.0
+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/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('2db123a59c234715d21cff630671cb42c25b56bf')
+
+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