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

Andrea Scarpino andrea at archlinux.org
Sat Oct 18 09:25:12 UTC 2014


    Date: Saturday, October 18, 2014 @ 11:25:12
  Author: andrea
Revision: 224732

archrelease: copy trunk to extra-any

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

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

Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 224731, plasma-workspace-wallpapers/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2014-10-18 09:25:12 UTC (rev 224732)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.1.0.1
+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')
+groups=('plasma-next')
+source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz")
+md5sums=('6eb9b3511a36ac6b3db45021a4d39224')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+    -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