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

Andrea Scarpino andrea at archlinux.org
Wed Nov 21 20:07:56 UTC 2012


    Date: Wednesday, November 21, 2012 @ 15:07:56
  Author: andrea
Revision: 171858

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-wallpapers/repos/kde-unstable-any/
  kde-wallpapers/repos/kde-unstable-any/PKGBUILD
    (from rev 171857, kde-wallpapers/kde-unstable/PKGBUILD)

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

Copied: kde-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 171857, kde-wallpapers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2012-11-21 20:07:56 UTC (rev 171858)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.9.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' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e1fe65b71b0a9daa1f7f4e9d7f1656834c215e46')
+
+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