[arch-commits] Commit in kconfig (5 files)

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


    Date: Sunday, May 11, 2014 @ 12:13:29
  Author: andrea
Revision: 212234

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kconfig/repos/kde-unstable-i686/
  kconfig/repos/kde-unstable-i686/PKGBUILD
    (from rev 212233, kconfig/trunk/PKGBUILD)
  kconfig/repos/kde-unstable-x86_64/
  kconfig/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 212233, kconfig/trunk/PKGBUILD)
Deleted:
  kconfig/{trunk,/

------------------------------+
 kde-unstable-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: kconfig/repos/kde-unstable-i686/PKGBUILD (from rev 212233, kconfig/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2014-05-11 10:13:29 UTC (rev 212234)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kconfig
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='KConfig'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kconfig'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('e33647c16fabe50a9545476b6be03eb3')
+
+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
+}

Copied: kconfig/repos/kde-unstable-x86_64/PKGBUILD (from rev 212233, kconfig/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2014-05-11 10:13:29 UTC (rev 212234)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kconfig
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='KConfig'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kconfig'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('e33647c16fabe50a9545476b6be03eb3')
+
+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
+}




More information about the arch-commits mailing list