diff options
author | sibel <lesibel@free.fr> | 2011-03-16 13:25:12 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-16 13:25:12 +0100 |
commit | 86a79c5abb2862fe07ae60f864fa5212e0a69b50 (patch) | |
tree | c003dbd9d5aea889f39b5d966e64fe6cf42bc5e2 /extra/cover-thumbnailer/Pkgfile | |
parent | ef43dfd930e92051251fd6368dcb20b8e398a86a (diff) | |
download | nutyx-pakxe-86a79c5abb2862fe07ae60f864fa5212e0a69b50.tar.gz nutyx-pakxe-86a79c5abb2862fe07ae60f864fa5212e0a69b50.tar.bz2 nutyx-pakxe-86a79c5abb2862fe07ae60f864fa5212e0a69b50.tar.xz nutyx-pakxe-86a79c5abb2862fe07ae60f864fa5212e0a69b50.zip |
cover-thumbnailer déplacé dans ouvert
Diffstat (limited to 'extra/cover-thumbnailer/Pkgfile')
-rw-r--r-- | extra/cover-thumbnailer/Pkgfile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/extra/cover-thumbnailer/Pkgfile b/extra/cover-thumbnailer/Pkgfile deleted file mode 100644 index f15cff076..000000000 --- a/extra/cover-thumbnailer/Pkgfile +++ /dev/null @@ -1,39 +0,0 @@ -# Description: Affiche les pochettes des albums de musique dans nautilus et plus... -# URL: http://software.flogisoft.com/cover-thumbnailer/ -# Maintainer: NuTyX core team -# Packager: FLOZz -# Depends on: python, pil, pygtk, gconf, gettext -# Run on: python,pil,pygtk,gconf,gettext - -name=cover-thumbnailer -version=0.7 -release=2 -source=(http://download.flogisoft.com/files/Software/Cover_thumbnailer/${name}_${version}_src.tar.gz) - -build() { - cd $name-$version - #BUILD - msgfmt ./locale/fr.po -o ./locale/fr.mo - - #INSTALL - #bin - mkdir -p $PKG/{usr/{bin,share/{cover-thumbnailer,man/man1,locale/fr/LC_MESSAGES,applications,doc/cover-thumbnailer}},etc/gconf/schemas/} - cp ./cover-thumbnailer.py $PKG/usr/bin/cover-thumbnailer - cp ./cover-thumbnailer-gui.py $PKG/usr/bin/cover-thumbnailer-gui - chmod 755 $PKG/usr/bin/cover-thumbnailer* - #share - cp ./share/* $PKG/usr/share/cover-thumbnailer/ - #man - cp ./man/* $PKG/usr/share/man/man1/ - #.desktop - cp ./freedesktop/* $PKG/usr/share/applications - #locale - cp ./locale/fr.mo $PKG/usr/share/locale/fr/LC_MESSAGES/cover-thumbnailer-gui.mo - #doc - cp ./README $PKG/usr/share/doc/cover-thumbnailer/ - cp ./COPYING $PKG/usr/share/doc/cover-thumbnailer/ - #schemas - mv $PKG/usr/share/cover-thumbnailer/cover-thumbnailer.schema $PKG/etc/gconf/schemas/cover-thumbnailer.schemas -} - - |