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

Andrea Scarpino andrea at archlinux.org
Thu Nov 24 16:17:12 UTC 2011


    Date: Thursday, November 24, 2011 @ 11:17:11
  Author: andrea
Revision: 143451

db-move: moved kde-wallpapers from [staging] to [kde-unstable] (any)

Added:
  kde-wallpapers/repos/kde-unstable-any/
  kde-wallpapers/repos/kde-unstable-any/PKGBUILD
    (from rev 143277, kde-wallpapers/repos/staging-any/PKGBUILD)
Deleted:
  kde-wallpapers/repos/staging-any/

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

Copied: kde-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 143277, kde-wallpapers/repos/staging-any/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2011-11-24 16:17:11 UTC (rev 143451)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.7.80
+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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('fa6db1c8389da549e56ea8a081c65500c039715a')
+
+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