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

Antonio Rojas arojas at archlinux.org
Wed Sep 16 06:10:41 UTC 2015


    Date: Wednesday, September 16, 2015 @ 08:10:41
  Author: arojas
Revision: 246381

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

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

------------------------------+
 /PKGBUILD                    |   92 +++++++++++++++++++++++++++++++++++++++++
 /baloo.install               |   22 +++++++++
 testing-i686/PKGBUILD        |   40 -----------------
 testing-i686/baloo.install   |   11 ----
 testing-x86_64/PKGBUILD      |   40 -----------------
 testing-x86_64/baloo.install |   11 ----
 6 files changed, 114 insertions(+), 102 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-09-16 06:09:26 UTC (rev 246380)
+++ testing-i686/PKGBUILD	2015-09-16 06:10:41 UTC (rev 246381)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=baloo
-pkgver=5.14.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')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('baloo-frameworks')
-replaces=('baloo-frameworks')
-provides=('baloo-frameworks')
-groups=('kf5')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-md5sums=('0e708135232432d371596d22ed864e3e')
-
-prepare() {
-  mkdir 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/PKGBUILD (from rev 246380, baloo/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-09-16 06:10:41 UTC (rev 246381)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo
+pkgver=5.14.0
+pkgrel=2
+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')
+provides=('baloo-frameworks')
+groups=('kf5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+  baloo-bug352454.patch::"https://quickgit.kde.org/?p=baloo.git&a=commitdiff&h=3312d6f&o=plain")
+md5sums=('0e708135232432d371596d22ed864e3e'
+         '3b61489b8e4a2910bced3fb7b8872f69')
+
+prepare() {
+  mkdir build
+
+# Fix crash when Baloo is disabled https://bugs.kde.org/show_bug.cgi?id=352454
+  cd $pkgname-$pkgver
+  patch -p1 -i ../baloo-bug352454.patch
+}
+
+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
+}

Deleted: testing-i686/baloo.install
===================================================================
--- testing-i686/baloo.install	2015-09-16 06:09:26 UTC (rev 246380)
+++ testing-i686/baloo.install	2015-09-16 06:10:41 UTC (rev 246381)
@@ -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/repos/testing-i686/baloo.install (from rev 246380, baloo/trunk/baloo.install)
===================================================================
--- testing-i686/baloo.install	                        (rev 0)
+++ testing-i686/baloo.install	2015-09-16 06:10:41 UTC (rev 246381)
@@ -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
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-09-16 06:09:26 UTC (rev 246380)
+++ testing-x86_64/PKGBUILD	2015-09-16 06:10:41 UTC (rev 246381)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=baloo
-pkgver=5.14.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')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('baloo-frameworks')
-replaces=('baloo-frameworks')
-provides=('baloo-frameworks')
-groups=('kf5')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-md5sums=('0e708135232432d371596d22ed864e3e')
-
-prepare() {
-  mkdir 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/PKGBUILD (from rev 246380, baloo/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-09-16 06:10:41 UTC (rev 246381)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo
+pkgver=5.14.0
+pkgrel=2
+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')
+provides=('baloo-frameworks')
+groups=('kf5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+  baloo-bug352454.patch::"https://quickgit.kde.org/?p=baloo.git&a=commitdiff&h=3312d6f&o=plain")
+md5sums=('0e708135232432d371596d22ed864e3e'
+         '3b61489b8e4a2910bced3fb7b8872f69')
+
+prepare() {
+  mkdir build
+
+# Fix crash when Baloo is disabled https://bugs.kde.org/show_bug.cgi?id=352454
+  cd $pkgname-$pkgver
+  patch -p1 -i ../baloo-bug352454.patch
+}
+
+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
+}

Deleted: testing-x86_64/baloo.install
===================================================================
--- testing-x86_64/baloo.install	2015-09-16 06:09:26 UTC (rev 246380)
+++ testing-x86_64/baloo.install	2015-09-16 06:10:41 UTC (rev 246381)
@@ -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/repos/testing-x86_64/baloo.install (from rev 246380, baloo/trunk/baloo.install)
===================================================================
--- testing-x86_64/baloo.install	                        (rev 0)
+++ testing-x86_64/baloo.install	2015-09-16 06:10:41 UTC (rev 246381)
@@ -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