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

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 04:56:38 UTC 2012


    Date: Wednesday, August 1, 2012 @ 00:56:38
  Author: andrea
Revision: 164407

archrelease: copy trunk to kde-unstable-any

Added:
  kde-base-artwork/repos/kde-unstable-any/PKGBUILD
    (from rev 164406, kde-base-artwork/trunk/PKGBUILD)
Deleted:
  kde-base-artwork/kde-unstable/
  kde-base-artwork/repos/kde-unstable-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: repos/kde-unstable-any/PKGBUILD
===================================================================
--- repos/kde-unstable-any/PKGBUILD	2012-08-01 04:56:12 UTC (rev 164406)
+++ repos/kde-unstable-any/PKGBUILD	2012-08-01 04:56:38 UTC (rev 164407)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kde-base-artwork
-pkgver=4.8.97
-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=('f219c91586ff9b9c8540512588f553b6660ca282')
-
-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 164406, kde-base-artwork/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-any/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-any/PKGBUILD	2012-08-01 04:56:38 UTC (rev 164407)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-base-artwork
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="KDE KSplash theme"
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('3985dc77e449ef553e74bc64babe48d38184181b')
+
+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