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

Felix Yan fyan at archlinux.org
Wed Mar 16 04:20:43 UTC 2016


    Date: Wednesday, March 16, 2016 @ 05:20:43
  Author: fyan
Revision: 261695

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 261694, kcoreaddons/trunk/PKGBUILD)
  kcoreaddons/repos/kde-unstable-i686/kcoreaddons.install
    (from rev 261694, kcoreaddons/trunk/kcoreaddons.install)
  kcoreaddons/repos/kde-unstable-x86_64/
  kcoreaddons/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 261694, kcoreaddons/trunk/PKGBUILD)
  kcoreaddons/repos/kde-unstable-x86_64/kcoreaddons.install
    (from rev 261694, kcoreaddons/trunk/kcoreaddons.install)

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

Copied: kcoreaddons/repos/kde-unstable-i686/PKGBUILD (from rev 261694, kcoreaddons/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-03-16 04:20:43 UTC (rev 261695)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcoreaddons
+pkgver=5.20.0
+pkgrel=1
+pkgdesc='Addons to QtCore'
+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=${pkgname}.install
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('ae26f693d3c60660b7c593d2f9d293bf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -D_KDE4_DEFAULT_HOME_POSTFIX=4 \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcoreaddons/repos/kde-unstable-i686/kcoreaddons.install (from rev 261694, kcoreaddons/trunk/kcoreaddons.install)
===================================================================
--- kde-unstable-i686/kcoreaddons.install	                        (rev 0)
+++ kde-unstable-i686/kcoreaddons.install	2016-03-16 04:20:43 UTC (rev 261695)
@@ -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 261694, kcoreaddons/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-03-16 04:20:43 UTC (rev 261695)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcoreaddons
+pkgver=5.20.0
+pkgrel=1
+pkgdesc='Addons to QtCore'
+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=${pkgname}.install
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('ae26f693d3c60660b7c593d2f9d293bf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -D_KDE4_DEFAULT_HOME_POSTFIX=4 \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcoreaddons/repos/kde-unstable-x86_64/kcoreaddons.install (from rev 261694, kcoreaddons/trunk/kcoreaddons.install)
===================================================================
--- kde-unstable-x86_64/kcoreaddons.install	                        (rev 0)
+++ kde-unstable-x86_64/kcoreaddons.install	2016-03-16 04:20:43 UTC (rev 261695)
@@ -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