[arch-commits] Commit in kde-base-artwork/repos/kde-unstable-any (PKGBUILD PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Jun 27 12:59:52 UTC 2012


    Date: Wednesday, June 27, 2012 @ 08:59:52
  Author: andrea
Revision: 162559

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-base-artwork/repos/kde-unstable-any/PKGBUILD
    (from rev 162558, 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-06-27 12:59:30 UTC (rev 162558)
+++ PKGBUILD	2012-06-27 12:59:52 UTC (rev 162559)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kde-base-artwork
-pkgver=4.8.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=('de44e0d2d32c35ab46015163fc9340bb0907fee4')
-
-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 162558, kde-base-artwork/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-06-27 12:59:52 UTC (rev 162559)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-base-artwork
+pkgver=4.8.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=('97d44b874fd0f2d525123df2b331201437e86cf9')
+
+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