diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-30 20:46:19 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-30 20:46:19 +0100 |
commit | 9782b4ac1c87fc583725225d07bdc25daa3f215d (patch) | |
tree | a98a2701f8220c15294f7bc86137004b1ca0ef68 /kde/k3b | |
parent | 1b64824da47de9e90b5a9f9396945ba14afbc22a (diff) | |
download | nutyx-pakxe-9782b4ac1c87fc583725225d07bdc25daa3f215d.tar.gz nutyx-pakxe-9782b4ac1c87fc583725225d07bdc25daa3f215d.tar.bz2 nutyx-pakxe-9782b4ac1c87fc583725225d07bdc25daa3f215d.tar.xz nutyx-pakxe-9782b4ac1c87fc583725225d07bdc25daa3f215d.zip |
maj de k3b#1.69.0alpha4-1 et de ses dépendances
Diffstat (limited to 'kde/k3b')
-rwxr-xr-x | kde/k3b/.footprint | 3 | ||||
-rwxr-xr-x | kde/k3b/.md5sum | 2 | ||||
-rwxr-xr-x | kde/k3b/Pkgfile | 9 |
3 files changed, 8 insertions, 6 deletions
diff --git a/kde/k3b/.footprint b/kde/k3b/.footprint index de1d6c3a4..e04cd77d3 100755 --- a/kde/k3b/.footprint +++ b/kde/k3b/.footprint @@ -422,6 +422,9 @@ drwxr-xr-x root/root opt/kde/share/kde4/services/ServiceMenus/ -rw-r--r-- root/root opt/kde/share/kde4/services/videodvd.protocol drwxr-xr-x root/root opt/kde/share/kde4/servicetypes/ -rw-r--r-- root/root opt/kde/share/kde4/servicetypes/k3bplugin.desktop +drwxr-xr-x root/root opt/kde/share/mime/ +drwxr-xr-x root/root opt/kde/share/mime/packages/ +-rw-r--r-- root/root opt/kde/share/mime/packages/x-k3b.xml drwxr-xr-x root/root opt/kde/share/sounds/ -rw-r--r-- root/root opt/kde/share/sounds/k3b_error1.wav -rw-r--r-- root/root opt/kde/share/sounds/k3b_success1.wav diff --git a/kde/k3b/.md5sum b/kde/k3b/.md5sum index c3bd64b97..8007a861c 100755 --- a/kde/k3b/.md5sum +++ b/kde/k3b/.md5sum @@ -1 +1 @@ -60717ca718da93ee65f5fc2c0d9e8c71 k3b-1.66.0alpha2.tar.bz2 +8e7c15565c806cb028e11764f8781b97 k3b-1.69.0alpha4.tar.bz2 diff --git a/kde/k3b/Pkgfile b/kde/k3b/Pkgfile index 6d7049f6b..0aa888fe4 100755 --- a/kde/k3b/Pkgfile +++ b/kde/k3b/Pkgfile @@ -2,16 +2,15 @@ # URL: http://k3b.sourceforge.net/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: kdebase-runtime, kdemultimedia, libsamplerate, dvd+rw-tools, vcdimager, libmad, ffmpeg, taglib, libmpcdec, libdvdread, polkit-qt, automoc4, cmake, cdrkit, cdrdao +# Depends on: kdelibs, kdemultimedia, libsamplerate, dvd+rw-tools, vcdimager, libmad, ffmpeg, taglib, libmpcdec, libdvdread, polkit-qt, automoc4, cmake, cdrkit, cdrdao name=k3b -version=1.66.0alpha2 +version=1.69.0alpha4 release=1 -source=(http://switch.dl.sourceforge.net/sourceforge/k3b/k3b-$version.tar.bz2 \ - ) +source=(http://switch.dl.sourceforge.net/sourceforge/k3b/k3b-$version.tar.bz2) build() { -cd k3b-1.66.0 +cd k3b-* cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=ON -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \ -DBUILD_doc=OFF |