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

Andrea Scarpino andrea at archlinux.org
Mon Oct 31 04:25:15 UTC 2011


    Date: Monday, October 31, 2011 @ 00:25:14
  Author: andrea
Revision: 141567

archrelease: copy trunk to staging-any

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

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

Copied: kde-wallpapers/repos/staging-any/PKGBUILD (from rev 141566, kde-wallpapers/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2011-10-31 04:25:14 UTC (rev 141567)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.7.3
+pkgrel=1
+pkgdesc="A set of wallpapers for KDE"
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('d1b5b9a65a731469a3fbeaae9169d50196fe4158')
+
+package() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list