[arch-commits] Commit in plasma-workspace-wallpapers/repos/extra-any (2 files)

Antonio Rojas arojas at archlinux.org
Tue Nov 28 15:00:47 UTC 2017


    Date: Tuesday, November 28, 2017 @ 15:00:46
  Author: arojas
Revision: 311101

archrelease: copy trunk to extra-any

Added:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD
    (from rev 311100, plasma-workspace-wallpapers/trunk/PKGBUILD)
Deleted:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-28 15:00:28 UTC (rev 311100)
+++ PKGBUILD	2017-11-28 15:00:46 UTC (rev 311101)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.11.3
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3483c7b4133526331117d5778f7dc5393a0af098e88fe984c6542eb3207c6ef5'
-            'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 311100, plasma-workspace-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-28 15:00:46 UTC (rev 311101)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.11.4
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('70d2293dd0691375e7b0c9fa8c08a0b159ea222f653bb5136e4ea056501c0627'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list