[arch-commits] Commit in kde-wallpapers/repos (testing-any testing-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Mar 4 17:25:38 UTC 2015


    Date: Wednesday, March 4, 2015 @ 18:25:37
  Author: fyan
Revision: 232853

archrelease: copy trunk to testing-any

Added:
  kde-wallpapers/repos/testing-any/
  kde-wallpapers/repos/testing-any/PKGBUILD
    (from rev 232852, kde-wallpapers/trunk/PKGBUILD)

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

Copied: kde-wallpapers/repos/testing-any/PKGBUILD (from rev 232852, kde-wallpapers/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-03-04 17:25:37 UTC (rev 232853)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-wallpapers
+pkgver=14.12.3
+pkgrel=1
+pkgdesc="A set of wallpapers for KDE"
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('b046454e0d0b52c8f0547b8358d1edb291d587e4')
+
+package() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list