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

Felix Yan fyan at archlinux.org
Wed Feb 25 03:41:58 UTC 2015


    Date: Wednesday, February 25, 2015 @ 04:41:58
  Author: fyan
Revision: 231918

archrelease: copy trunk to staging-any

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

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

Copied: plasma-workspace-wallpapers/repos/staging-any/PKGBUILD (from rev 231917, plasma-workspace-wallpapers/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2015-02-25 03:41:58 UTC (rev 231918)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.2.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')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('f371d6b2d7e933d861fc6ec655a0b3d0')
+
+prepare() {
+  mkdir 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