[arch-commits] Commit in kcoreaddons/repos (6 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat May 10 18:42:33 UTC 2014


    Date: Saturday, May 10, 2014 @ 20:42:33
  Author: andrea
Revision: 212204

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

Added:
  kcoreaddons/repos/kde-unstable-i686/
  kcoreaddons/repos/kde-unstable-i686/PKGBUILD
    (from rev 212203, kcoreaddons/trunk/PKGBUILD)
  kcoreaddons/repos/kde-unstable-i686/kcoreaddons.install
    (from rev 212203, kcoreaddons/trunk/kcoreaddons.install)
  kcoreaddons/repos/kde-unstable-x86_64/
  kcoreaddons/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 212203, kcoreaddons/trunk/PKGBUILD)
  kcoreaddons/repos/kde-unstable-x86_64/kcoreaddons.install
    (from rev 212203, kcoreaddons/trunk/kcoreaddons.install)

-----------------------------------------+
 kde-unstable-i686/PKGBUILD              |   36 ++++++++++++++++++++++++++++++
 kde-unstable-i686/kcoreaddons.install   |   11 +++++++++
 kde-unstable-x86_64/PKGBUILD            |   36 ++++++++++++++++++++++++++++++
 kde-unstable-x86_64/kcoreaddons.install |   11 +++++++++
 4 files changed, 94 insertions(+)

Copied: kcoreaddons/repos/kde-unstable-i686/PKGBUILD (from rev 212203, kcoreaddons/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-05-10 18:42:33 UTC (rev 212204)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcoreaddons
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='KCoreAddons'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcoreaddons'
+license=('LGPL')
+depends=('qt5-base' 'shared-mime-info' 'gamin')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+install=kcoreaddons.install
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('8dbd0d10913bb72ae4e44159cc322dc0')
+
+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: kcoreaddons/repos/kde-unstable-i686/kcoreaddons.install (from rev 212203, kcoreaddons/trunk/kcoreaddons.install)
===================================================================
--- kde-unstable-i686/kcoreaddons.install	                        (rev 0)
+++ kde-unstable-i686/kcoreaddons.install	2014-05-10 18:42:33 UTC (rev 212204)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kcoreaddons/repos/kde-unstable-x86_64/PKGBUILD (from rev 212203, kcoreaddons/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-05-10 18:42:33 UTC (rev 212204)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcoreaddons
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='KCoreAddons'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcoreaddons'
+license=('LGPL')
+depends=('qt5-base' 'shared-mime-info' 'gamin')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+install=kcoreaddons.install
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('8dbd0d10913bb72ae4e44159cc322dc0')
+
+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: kcoreaddons/repos/kde-unstable-x86_64/kcoreaddons.install (from rev 212203, kcoreaddons/trunk/kcoreaddons.install)
===================================================================
--- kde-unstable-x86_64/kcoreaddons.install	                        (rev 0)
+++ kde-unstable-x86_64/kcoreaddons.install	2014-05-10 18:42:33 UTC (rev 212204)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list