[arch-commits] Commit in (7 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 9 19:13:49 UTC 2015
Date: Thursday, April 9, 2015 @ 21:13:49
Author: arojas
Revision: 235977
Rename baloo-frameworks to baloo for Plasma 5.3
Added:
baloo/
baloo/kde-unstable/
baloo/kde-unstable/baloo.install
(from rev 235429, baloo-frameworks/trunk/baloo-frameworks.install)
Modified:
baloo/kde-unstable/PKGBUILD
Deleted:
baloo/kde-unstable/baloo-frameworks.install
baloo/repos/
baloo/trunk/
----------------------------------+
PKGBUILD | 12 ++++++------
baloo-frameworks.install | 11 -----------
baloo/kde-unstable/baloo.install | 11 +++++++++++
3 files changed, 17 insertions(+), 17 deletions(-)
Modified: baloo/kde-unstable/PKGBUILD
===================================================================
--- baloo-frameworks/trunk/PKGBUILD 2015-04-04 07:06:38 UTC (rev 235429)
+++ baloo/kde-unstable/PKGBUILD 2015-04-09 19:13:49 UTC (rev 235977)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
# Contributor: Andrea Scarpino <andrea at archlinux.org>
-pkgname=baloo-frameworks
+pkgname=baloo
pkgver=5.6.2
_pkgver=5.2.2
pkgrel=1
@@ -10,12 +10,12 @@
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/kdelibs/baloo'
license=('LGPL')
-depends=('xapian-core' 'kfilemetadata5' 'kidletime' 'kcmutils' 'kdelibs4support')
+depends=('xapian-core' 'kfilemetadata' 'kidletime' 'kcmutils' 'kdelibs4support')
makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('baloo4')
-provides=('baloo')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks')
install="${pkgname}.install"
-source=("http://download.kde.org/stable/plasma/${_pkgver}/baloo-$pkgver.tar.xz")
+source=("http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz")
md5sums=('2bf95870eca03aefd0e499835b52d55a')
prepare() {
@@ -24,7 +24,7 @@
build() {
cd build
- cmake ../baloo-${pkgver} \
+ cmake ../$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \
Deleted: baloo/kde-unstable/baloo-frameworks.install
===================================================================
--- baloo-frameworks/trunk/baloo-frameworks.install 2015-04-04 07:06:38 UTC (rev 235429)
+++ baloo/kde-unstable/baloo-frameworks.install 2015-04-09 19:13:49 UTC (rev 235977)
@@ -1,11 +0,0 @@
-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/kde-unstable/baloo.install (from rev 235429, baloo-frameworks/trunk/baloo-frameworks.install)
===================================================================
--- baloo/kde-unstable/baloo.install (rev 0)
+++ baloo/kde-unstable/baloo.install 2015-04-09 19:13:49 UTC (rev 235977)
@@ -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