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

Antonio Rojas arojas at archlinux.org
Mon Nov 9 22:26:50 UTC 2015


    Date: Monday, November 9, 2015 @ 23:26:49
  Author: arojas
Revision: 250482

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-09 22:26:39 UTC (rev 250481)
+++ PKGBUILD	2015-11-09 22:26:49 UTC (rev 250482)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kde-wallpapers
-pkgver=15.08.2
-pkgrel=1
-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=('16d43fa39dfaad2e5ef26290ddb2e932695d36c1')
-
-package() {
-  mkdir -p 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/extra-any/PKGBUILD (from rev 250481, kde-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-09 22:26:49 UTC (rev 250482)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=15.08.3
+pkgrel=1
+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=('1daa0daa7f85f234f865366f304b6b9ba4ad1b3a')
+
+package() {
+  mkdir -p 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