diff options
author | sibel <lesibel at free dot fr> | 2010-07-30 15:22:34 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-30 15:22:34 +0200 |
commit | 79a5e969e7a1e8758ef6aa2daef673ccff32a7ba (patch) | |
tree | 90be5b7b516283ebaba4801415ca210864fa6422 /kde/kipi-plugins/Pkgfile | |
parent | 7e04694f502fd3dd73277c99a91963ff96c193b8 (diff) | |
download | nutyx-pakxe-79a5e969e7a1e8758ef6aa2daef673ccff32a7ba.tar.gz nutyx-pakxe-79a5e969e7a1e8758ef6aa2daef673ccff32a7ba.tar.bz2 nutyx-pakxe-79a5e969e7a1e8758ef6aa2daef673ccff32a7ba.tar.xz nutyx-pakxe-79a5e969e7a1e8758ef6aa2daef673ccff32a7ba.zip |
maj de kipi-plugins#1.3.0-2 (avec support iPod)
Diffstat (limited to 'kde/kipi-plugins/Pkgfile')
-rwxr-xr-x | kde/kipi-plugins/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kde/kipi-plugins/Pkgfile b/kde/kipi-plugins/Pkgfile index f3fc1cf84..7c239c950 100755 --- a/kde/kipi-plugins/Pkgfile +++ b/kde/kipi-plugins/Pkgfile @@ -1,17 +1,17 @@ # Description: Gestionnaire de photos pour KDE 4 # URL: http://www.digikam.org # Packager: lesibel at free dot fr -# Depends on: kdegraphics, kdepimlibs, opencv, imagemagick, qca - -#### libgpod sera a ajouter dans les deps +# Depends on: kdegraphics, kdepimlibs, opencv, imagemagick, qca, libgpod name=kipi-plugins version=1.3.0 -release=1 -source=(http://downloads.sourceforge.net/kipi/$name-$version.tar.bz2) +release=2 +source=(http://downloads.sourceforge.net/kipi/$name-$version.tar.bz2 + ipodexport_no_keywords.patch) build() { cd $name-$version + patch -p0 -i $SRC/ipodexport_no_keywords.patch mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr |