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

Felix Yan fyan at archlinux.org
Sun Feb 14 04:16:20 UTC 2016


    Date: Sunday, February 14, 2016 @ 05:16:20
  Author: fyan
Revision: 259279

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  baloo/repos/testing-i686/
  baloo/repos/testing-i686/PKGBUILD
    (from rev 259278, baloo/trunk/PKGBUILD)
  baloo/repos/testing-i686/baloo.install
    (from rev 259278, baloo/trunk/baloo.install)
  baloo/repos/testing-x86_64/
  baloo/repos/testing-x86_64/PKGBUILD
    (from rev 259278, baloo/trunk/PKGBUILD)
  baloo/repos/testing-x86_64/baloo.install
    (from rev 259278, baloo/trunk/baloo.install)

------------------------------+
 testing-i686/PKGBUILD        |   40 ++++++++++++++++++++++++++++++++++++++++
 testing-i686/baloo.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD      |   40 ++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/baloo.install |   11 +++++++++++
 4 files changed, 102 insertions(+)

Copied: baloo/repos/testing-i686/PKGBUILD (from rev 259278, baloo/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-14 04:16:20 UTC (rev 259279)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo
+pkgver=5.19.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Baloo'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks' 'baloo4')
+provides=('baloo-frameworks')
+groups=('kf5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+md5sums=('58351139c7bf473b08ab7fa3220ede8b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: baloo/repos/testing-i686/baloo.install (from rev 259278, baloo/trunk/baloo.install)
===================================================================
--- testing-i686/baloo.install	                        (rev 0)
+++ testing-i686/baloo.install	2016-02-14 04:16:20 UTC (rev 259279)
@@ -0,0 +1,11 @@
+post_install() {
+    [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 259278, baloo/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-14 04:16:20 UTC (rev 259279)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo
+pkgver=5.19.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Baloo'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks' 'baloo4')
+provides=('baloo-frameworks')
+groups=('kf5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+md5sums=('58351139c7bf473b08ab7fa3220ede8b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: baloo/repos/testing-x86_64/baloo.install (from rev 259278, baloo/trunk/baloo.install)
===================================================================
--- testing-x86_64/baloo.install	                        (rev 0)
+++ testing-x86_64/baloo.install	2016-02-14 04:16:20 UTC (rev 259279)
@@ -0,0 +1,11 @@
+post_install() {
+    [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list