[arch-commits] Commit in kde-base-artwork/repos/kde-unstable-any (PKGBUILD PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Thu Dec 20 08:25:28 UTC 2012
Date: Thursday, December 20, 2012 @ 03:25:27
Author: andrea
Revision: 173521
archrelease: copy kde-unstable to kde-unstable-any
Added:
kde-base-artwork/repos/kde-unstable-any/PKGBUILD
(from rev 173520, kde-base-artwork/kde-unstable/PKGBUILD)
Deleted:
kde-base-artwork/repos/kde-unstable-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-12-20 08:25:03 UTC (rev 173520)
+++ PKGBUILD 2012-12-20 08:25:27 UTC (rev 173521)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kde-base-artwork
-pkgver=4.9.90
-pkgrel=1
-pkgdesc="KDE KSplash theme"
-arch=('any')
-url='http://www.kde.org/'
-license=('LGPL')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('aef99c5fc97172623fe61b393081740d16912199')
-
-build() {
- cd $srcdir
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
-}
Copied: kde-base-artwork/repos/kde-unstable-any/PKGBUILD (from rev 173520, kde-base-artwork/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-12-20 08:25:27 UTC (rev 173521)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-base-artwork
+pkgver=4.9.95
+pkgrel=1
+pkgdesc="KDE KSplash theme"
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e1656e5eb8856f191e23cc004e591390d8b7d77f')
+
+build() {
+ cd $srcdir
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list