[arch-commits] Commit in kde-wallpapers/repos/staging-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 10 23:01:51 UTC 2015


    Date: Saturday, April 11, 2015 @ 01:01:50
  Author: arojas
Revision: 236249

archrelease: copy trunk to staging-any

Added:
  kde-wallpapers/repos/staging-any/PKGBUILD
    (from rev 236248, kde-wallpapers/trunk/PKGBUILD)
Deleted:
  kde-wallpapers/repos/staging-any/PKGBUILD

----------+
 PKGBUILD |   49 ++++++++++++++++++++++++-------------------------
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-10 23:00:35 UTC (rev 236248)
+++ PKGBUILD	2015-04-10 23:01:50 UTC (rev 236249)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kde-wallpapers
-pkgver=15.04.0
-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/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('2db123a59c234715d21cff630671cb42c25b56bf')
-
-package() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make DESTDIR="${pkgdir}" install
-}

Copied: kde-wallpapers/repos/staging-any/PKGBUILD (from rev 236248, kde-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-04-10 23:01:50 UTC (rev 236249)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=15.04.0
+pkgrel=2
+pkgdesc="A set of wallpapers for KDE"
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('2db123a59c234715d21cff630671cb42c25b56bf')
+
+package() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list