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

Andrea Scarpino andrea at archlinux.org
Tue May 29 23:14:07 UTC 2012


    Date: Tuesday, May 29, 2012 @ 19:14:07
  Author: andrea
Revision: 160176

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

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

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

Copied: kde-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 160175, kde-wallpapers/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2012-05-29 23:14:07 UTC (rev 160176)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.8.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=('dd673d1c480eff1d2eadb8a71cbdee17e8146cc0')
+
+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