[arch-commits] Commit in kde-wallpapers/repos/kde-unstable-any (PKGBUILD PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Tue Dec 4 19:42:45 UTC 2012
Date: Tuesday, December 4, 2012 @ 14:42:45
Author: andrea
Revision: 172754
archrelease: copy kde-unstable to kde-unstable-any
Added:
kde-wallpapers/repos/kde-unstable-any/PKGBUILD
(from rev 172753, kde-wallpapers/kde-unstable/PKGBUILD)
Deleted:
kde-wallpapers/repos/kde-unstable-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-12-04 19:42:16 UTC (rev 172753)
+++ PKGBUILD 2012-12-04 19:42:45 UTC (rev 172754)
@@ -1,24 +0,0 @@
-# $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
-}
Copied: kde-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 172753, kde-wallpapers/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-12-04 19:42:45 UTC (rev 172754)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.9.90
+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=('5609da9e26d8b809e95f70583775b6970657aa8b')
+
+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