[arch-commits] Commit in kde-wallpapers/repos/kde-unstable-any (PKGBUILD PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sat Jan 5 08:34:24 UTC 2013
Date: Saturday, January 5, 2013 @ 03:34:24
Author: andrea
Revision: 174608
archrelease: copy kde-unstable to kde-unstable-any
Added:
kde-wallpapers/repos/kde-unstable-any/PKGBUILD
(from rev 174607, 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 2013-01-05 08:33:52 UTC (rev 174607)
+++ PKGBUILD 2013-01-05 08:34:24 UTC (rev 174608)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kde-wallpapers
-pkgver=4.9.95
-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=('d4ff36f43825bf2684e1026502988f5fd090da13')
-
-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 174607, kde-wallpapers/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-01-05 08:34:24 UTC (rev 174608)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=4.9.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=('ccdf41a51bfc2e45f6ddd6cfefb2909d51c1aacb')
+
+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