[arch-commits] Commit in kfilemetadata (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 9 19:10:24 UTC 2015
Date: Thursday, April 9, 2015 @ 21:10:24
Author: arojas
Revision: 235975
Rename kfilemetadata5 to kfilemetadata for Plasma 5.3
Added:
kfilemetadata/kde-unstable/
Modified:
kfilemetadata/kde-unstable/PKGBUILD
Deleted:
kfilemetadata/repos/
kfilemetadata/trunk/
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: kde-unstable/PKGBUILD
===================================================================
--- 5/trunk/PKGBUILD 2015-04-04 07:06:38 UTC (rev 235429)
+++ kde-unstable/PKGBUILD 2015-04-09 19:10:24 UTC (rev 235975)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
# Contributor: Andrea Scarpino <andrea at archlinux.org>
-pkgname=kfilemetadata5
+pkgname=kfilemetadata
pkgver=5.6.2
_pkgver=5.2.2
pkgrel=1
@@ -12,9 +12,9 @@
license=('LGPL')
depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 'ebook-tools')
makedepends=('extra-cmake-modules' 'python2')
-conflicts=('kfilemetadata-frameworks')
-replaces=('kfilemetadata-frameworks')
-source=("http://download.kde.org/stable/plasma/${_pkgver}/kfilemetadata-$pkgver.tar.xz")
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=("http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz")
md5sums=('d627068dc7b9b4b671a507d989ef04f2')
prepare() {
@@ -23,7 +23,7 @@
build() {
cd build
- cmake ../kfilemetadata-${pkgver} \
+ cmake ../$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \
More information about the arch-commits
mailing list