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

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 14:43:31 UTC 2012


    Date: Wednesday, August 1, 2012 @ 10:43:30
  Author: andrea
Revision: 164621

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

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

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

Copied: kde-wallpapers/repos/testing-any/PKGBUILD (from rev 164520, kde-wallpapers/repos/kde-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-08-01 14:43:30 UTC (rev 164621)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.9.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.xz")
+sha1sums=('9b6c1f7302eae9f85aa8f86e6029ff42ea72be00')
+
+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