[arch-commits] Commit in (5 files)

Andrea Scarpino andrea at archlinux.org
Wed May 25 10:24:44 UTC 2011


    Date: Wednesday, May 25, 2011 @ 06:24:44
  Author: andrea
Revision: 124942

KDE 4.7beta1 - wallpapers are now splitted from kdebase-workspace

Added:
  kde-wallpapers/
  kde-wallpapers/kde-unstable/
  kde-wallpapers/kde-unstable/PKGBUILD
  kde-wallpapers/repos/
  kde-wallpapers/trunk/

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

Added: kde-wallpapers/kde-unstable/PKGBUILD
===================================================================
--- kde-wallpapers/kde-unstable/PKGBUILD	                        (rev 0)
+++ kde-wallpapers/kde-unstable/PKGBUILD	2011-05-25 10:24:44 UTC (rev 124942)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.6.80
+pkgrel=1
+pkgdesc="A set of wallpapers for KDE"
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('2deb41d382f5ec3ce58c10134765664d85fa109e')
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  
+  make DESTDIR=$pkgdir install
+}


Property changes on: kde-wallpapers/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list