[arch-commits] Commit in (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun May 11 10:48:13 UTC 2014


    Date: Sunday, May 11, 2014 @ 12:48:12
  Author: andrea
Revision: 212252

Let's try to package KDE Frameworks 5

Added:
  kiconthemes/
  kiconthemes/repos/
  kiconthemes/trunk/
  kiconthemes/trunk/PKGBUILD

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

Added: kiconthemes/trunk/PKGBUILD
===================================================================
--- kiconthemes/trunk/PKGBUILD	                        (rev 0)
+++ kiconthemes/trunk/PKGBUILD	2014-05-11 10:48:12 UTC (rev 212252)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kiconthemes
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='KIconThemes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kiconthemes'
+license=('LGPL')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('fe792bfca8700f0eb51ef622fe92e242')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: kiconthemes/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list