Date: Tuesday, May 10, 2016 @ 20:20:13
  Author: arojas
Revision: 267603

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-10 18:20:01 UTC (rev 267602)
+++ PKGBUILD    2016-05-10 18:20:13 UTC (rev 267603)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Antonio Rojas
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.6.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')
-conflicts=('kde-wallpapers')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('8835ea5b3a424d347a412d45f2fa5b31')
-
-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 267602, 
plasma-workspace-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2016-05-10 18:20:13 UTC (rev 267603)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.6.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')
+conflicts=('kde-wallpapers')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('6290853bcc8e4d21fd16a714b0f01cbe')
+
+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
+}

Reply via email to