Date: Thursday, March 3, 2016 @ 23:29:26
  Author: arojas
Revision: 260705

archrelease: copy kde-unstable to staging-any

Added:
  plasma-workspace-wallpapers/repos/staging-any/
  plasma-workspace-wallpapers/repos/staging-any/PKGBUILD
    (from rev 260704, plasma-workspace-wallpapers/kde-unstable/PKGBUILD)

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

Copied: plasma-workspace-wallpapers/repos/staging-any/PKGBUILD (from rev 
260704, plasma-workspace-wallpapers/kde-unstable/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD                                (rev 0)
+++ staging-any/PKGBUILD        2016-03-03 22:29:26 UTC (rev 260705)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+conflicts=('kde-wallpapers')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('533fa598429666484eec1b0c0fa05390')
+
+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