[arch-commits] Commit in k3b/trunk (PKGBUILD k3b.install)
Tobias Powalowski
tpowa at archlinux.org
Mon May 4 19:39:23 UTC 2009
Date: Monday, May 4, 2009 @ 15:39:23
Author: tpowa
Revision: 37923
'bump to new kde4 version'
Added:
k3b/trunk/k3b.install
Modified:
k3b/trunk/PKGBUILD
-------------+
PKGBUILD | 33 ++++++++++++++++-----------------
k3b.install | 11 +++++++++++
2 files changed, 27 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-05-04 18:02:49 UTC (rev 37922)
+++ PKGBUILD 2009-05-04 19:39:23 UTC (rev 37923)
@@ -1,32 +1,31 @@
# $Id$
-# Maintainer: Ronald van Haren
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
# Contributor: jlvsimoes
# Contributor: damir <damir at archlinux.org>
pkgname=k3b
-pkgver=1.0.5
-pkgrel=3
-depends=('cdrdao' 'cdrkit' 'cdparanoia' 'kdelibs3' 'libsamplerate' 'lame' 'libidn' 'libmad'
- 'normalize' 'sox' 'hal>=0.5.8.1-6' 'ffmpeg>=0.5' 'musicbrainz' 'libart-lgpl'
- 'taglib>=1.4' 'libmpcdec>=1.2.5' 'libdvdread' 'dbus-qt3' 'flac>=1.2.0' 'libvorbis')
-optdepends=('dvd+rw-tools: for DVD-Burner support')
+pkgver=1.65.0alpha1
+pkgrel=1
+depends=('cdrdao' 'cdrkit' 'cdparanoia' 'kdelibs' 'kdemultimedia' 'libsamplerate' 'lame' 'libmad'
+ 'normalize' 'sox' 'ffmpeg>=0.5' 'musicbrainz' 'taglib>=1.4' 'libmpcdec>=1.2.5' 'libdvdread'
+ 'flac>=1.2.0' 'libvorbis' 'polkit-qt')
+makedepends=('cmake' 'pkgconfig' 'automoc4' )
pkgdesc="Feature-rich and easy to handle CD burning application"
arch=("i686" "x86_64")
license=('GPL')
+install=$pkgname.install
source=(http://downloads.sourceforge.net/sourceforge/k3b/${pkgname}-${pkgver}.tar.bz2)
-
url="http://k3b.sourceforge.net/"
-md5sums=('e3b37d0d009af3dd149215d6ae0d54f3')
-
+optdepends=('dvd+rw-tools: for dvd burning support'
+ 'vcdimager: for vcd burning support'
+ 'transcode: for advanced mpeg conversion support'
+ 'emovix: for bootable multimedia cd/dvd support')
+options=(!libtool)
build() {
- . /etc/profile.d/qt3.sh
- . /etc/profile.d/kde3.sh
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/opt/kde --enable-mt --disable-debug \
- --enable-debug=no --with-k3bsetup=no \
- --without-cdrecord-suid-root \
- --enable-ffmpeg-all-codecs --without-arts
+ cd ${srcdir}/${pkgname}-1.65.0
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make || return 1
make DESTDIR=${pkgdir} install || return 1
}
+md5sums=('1573fcf064fee3d9848a63ceefa5cf41')
Added: k3b.install
===================================================================
--- k3b.install (rev 0)
+++ k3b.install 2009-05-04 19:39:23 UTC (rev 37923)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list