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

Andrea Scarpino andrea at archlinux.org
Thu Jan 26 00:01:59 UTC 2012


    Date: Wednesday, January 25, 2012 @ 19:01:59
  Author: andrea
Revision: 147650

archrelease: copy trunk to testing-any

Added:
  kde-wallpapers/repos/testing-any/
  kde-wallpapers/repos/testing-any/PKGBUILD
    (from rev 147649, kde-wallpapers/trunk/PKGBUILD)

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

Copied: kde-wallpapers/repos/testing-any/PKGBUILD (from rev 147649, kde-wallpapers/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-01-26 00:01:59 UTC (rev 147650)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.8.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/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('95ccd9845d2ff935089e895a9ae0360561aff9d5')
+
+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