summaryrefslogtreecommitdiffstats
path: root/kde/k3b/Pkgfile
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-06-13 23:05:49 +0200
committerfanch <fanchyannmaria at orange dot fr>2010-06-13 23:05:49 +0200
commit1a4edff9e0f79c86f76a1c1d0604cbbe9934e4f2 (patch)
tree37dad0af9346a4504c2868bd4036108a064bd9f4 /kde/k3b/Pkgfile
parent40219f27fe11b7b6ea257e0d4c7bdb0bee73b72b (diff)
downloadnutyx-extra-1a4edff9e0f79c86f76a1c1d0604cbbe9934e4f2.tar.gz
nutyx-extra-1a4edff9e0f79c86f76a1c1d0604cbbe9934e4f2.tar.bz2
nutyx-extra-1a4edff9e0f79c86f76a1c1d0604cbbe9934e4f2.tar.xz
nutyx-extra-1a4edff9e0f79c86f76a1c1d0604cbbe9934e4f2.zip
mise à jour k3b#1.92.0rc3-1
Diffstat (limited to 'kde/k3b/Pkgfile')
-rw-r--r--[-rwxr-xr-x]kde/k3b/Pkgfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/kde/k3b/Pkgfile b/kde/k3b/Pkgfile
index 1ea2eca05..ba27afc00 100755..100644
--- a/kde/k3b/Pkgfile
+++ b/kde/k3b/Pkgfile
@@ -5,16 +5,16 @@
# Depends on: kdelibs, kdemultimedia, oxygen-icons, libsamplerate, dvd+rw-tools, vcdimager, libmad, ffmpeg, taglib, libmpcdec, libdvdread, polkit-qt, automoc4, cmake, cdrkit, cdrdao
name=k3b
-version=1.69.0alpha4
+version=1.92.0rc3
release=1
-source=(http://switch.dl.sourceforge.net/sourceforge/k3b/k3b-$version.tar.bz2)
+source=(http://downloads.sourceforge.net/sourceforge/k3b/$name-1.92.0rc3.tar.bz2)
build() {
-cd k3b-*
-cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
+cd $name-1.92.0
+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
-
+
make
make DESTDIR=$PKG install
-}
+}