[arch-commits] Commit in baloo/repos (6 files)
Felix Yan
fyan at archlinux.org
Mon Apr 11 04:11:25 UTC 2016
Date: Monday, April 11, 2016 @ 06:11:25
Author: fyan
Revision: 264623
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
baloo/repos/testing-i686/
baloo/repos/testing-i686/PKGBUILD
(from rev 264622, baloo/trunk/PKGBUILD)
baloo/repos/testing-i686/baloo.install
(from rev 264622, baloo/trunk/baloo.install)
baloo/repos/testing-x86_64/
baloo/repos/testing-x86_64/PKGBUILD
(from rev 264622, baloo/trunk/PKGBUILD)
baloo/repos/testing-x86_64/baloo.install
(from rev 264622, 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 264622, baloo/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-04-11 04:11:25 UTC (rev 264623)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo
+pkgver=5.21.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+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=('67191a45e4630dd61949ee5500fcfc1c')
+
+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 264622, baloo/trunk/baloo.install)
===================================================================
--- testing-i686/baloo.install (rev 0)
+++ testing-i686/baloo.install 2016-04-11 04:11:25 UTC (rev 264623)
@@ -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 264622, baloo/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-11 04:11:25 UTC (rev 264623)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo
+pkgver=5.21.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+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=('67191a45e4630dd61949ee5500fcfc1c')
+
+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 264622, baloo/trunk/baloo.install)
===================================================================
--- testing-x86_64/baloo.install (rev 0)
+++ testing-x86_64/baloo.install 2016-04-11 04:11:25 UTC (rev 264623)
@@ -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