[arch-commits] Commit in kaffeine/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jun 8 18:29:14 UTC 2016


    Date: Wednesday, June 8, 2016 @ 20:29:14
  Author: arojas
Revision: 178671

Update to 2.0.2

Modified:
  kaffeine/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-08 16:45:13 UTC (rev 178670)
+++ PKGBUILD	2016-06-08 18:29:14 UTC (rev 178671)
@@ -3,27 +3,24 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kaffeine
-pkgver=2.0.1
-pkgrel=3
+pkgver=2.0.2
+pkgrel=1
 pkgdesc='KDE media player'
 license=(GPL)
 arch=(i686 x86_64)
 url="http://kaffeine.kde.org"
 depends=(kio hicolor-icon-theme libxss vlc)
-makedepends=(extra-cmake-modules kidletime)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2")
-md5sums=('8e976eeda060addb09df2431c2301bf2')
+makedepends=(extra-cmake-modules kidletime kdoctools)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('14776e1f1e21dc5fb725f2991f03ed04')
 
 prepare() {
   mkdir -p build
-
-# Fix installing translations
-  sed -e 's|ecm_optional_add_subdirectory|ki18n_install|' -i $pkgname/CMakeLists.txt
 }
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTING=OFF



More information about the arch-commits mailing list