Date: Friday, March 27, 2015 @ 09:09:52
  Author: arojas
Revision: 235013

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

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2015-03-27 08:09:33 UTC (rev 235012)
+++ PKGBUILD    2015-03-27 08:09:52 UTC (rev 235013)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=kde-base-artwork
-pkgver=15.03.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/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('a2345c12915dee97344b85fcc54981afe959147d')
-
-build() {
-       cd $srcdir
-       mkdir build
-       cd build
-       cmake ../${pkgname}-${pkgver} \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DKDE4_BUILD_TESTS=OFF \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package() {
-       cd $srcdir/build
-       make DESTDIR=$pkgdir install
-}

Copied: kde-base-artwork/repos/kde-unstable-any/PKGBUILD (from rev 235012, 
kde-base-artwork/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2015-03-27 08:09:52 UTC (rev 235013)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kde-base-artwork
+pkgver=15.03.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/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('b315e00e0a364cd0d4e7af1e2d21a4731a5b0ce2')
+
+build() {
+       cd $srcdir
+       mkdir build
+       cd build
+       cmake ../${pkgname}-${pkgver} \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DKDE4_BUILD_TESTS=OFF \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+package() {
+       cd $srcdir/build
+       make DESTDIR=$pkgdir install
+}

Reply via email to