[arch-commits] Commit in kmplayer/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon Oct 4 12:47:37 UTC 2010
Date: Monday, October 4, 2010 @ 08:47:37
Author: andrea
Revision: 94084
upgpkg: kmplayer 0.11.2c-1
upstream release
Modified:
kmplayer/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-10-04 12:47:13 UTC (rev 94083)
+++ PKGBUILD 2010-10-04 12:47:37 UTC (rev 94084)
@@ -3,17 +3,17 @@
# Contributor: damir <damir at archlinux.org>
pkgname=kmplayer
-pkgver=0.11.2b
+pkgver=0.11.2c
pkgrel=1
pkgdesc="Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
url="http://kmplayer.kde.org"
-depends=('kdebase-runtime' 'gtk2')
-makedepends=('pkgconfig' 'cmake' 'automoc4')
+depends=('kdebase-runtime' 'pango')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
install=${pkgname}.install
source=("http://kmplayer.kde.org/pkgs/$pkgname-$pkgver.tar.bz2")
-md5sums=('4dcaf4dc7fa2b2e9a2792ae7cd525bd0')
+md5sums=('7a1363dfaad0c7b563ecbd58f301e704')
build() {
cd ${srcdir}
@@ -22,13 +22,10 @@
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
- make || return 1
+ make
}
package() {
cd ${srcdir}/build
- make DESTDIR=${pkgdir} install || return 1
-
- # icons are included in oxygen-icons
- rm -rf ${pkgdir}/usr/share/icons/oxygen/
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list