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

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 05:58:54 UTC 2012


    Date: Wednesday, August 1, 2012 @ 01:58:54
  Author: andrea
Revision: 164492

archrelease: copy trunk to kde-unstable-any

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

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

Deleted: repos/kde-unstable-any/PKGBUILD
===================================================================
--- repos/kde-unstable-any/PKGBUILD	2012-08-01 05:58:26 UTC (rev 164491)
+++ repos/kde-unstable-any/PKGBUILD	2012-08-01 05:58:54 UTC (rev 164492)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kde-wallpapers
-pkgver=4.8.97
-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=('41b94b1d24a01bb3ba7762a03c2c0e7bdbfa2df6')
-
-package() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make DESTDIR="${pkgdir}" install
-}

Copied: kde-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 164491, kde-wallpapers/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-any/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-any/PKGBUILD	2012-08-01 05:58:54 UTC (rev 164492)
@@ -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