diff options
author | sibelle <lesibel@free.fr> | 2010-02-28 21:35:23 +0100 |
---|---|---|
committer | sibelle <lesibel@free.fr> | 2010-02-28 21:35:23 +0100 |
commit | d39b96da3a824aa47bb9609c8b3bc037e8d48f27 (patch) | |
tree | add8e5cbb04af7b1db8445cf1dbae54eabca018f /extra/cover-thumbnailer | |
parent | e57f8d990a2d9ae2c84bbe39d2a53537a2533517 (diff) | |
parent | a3fa0507e5fb9711b66619e800f8a3a133ff5727 (diff) | |
download | nutyx-pakxe-d39b96da3a824aa47bb9609c8b3bc037e8d48f27.tar.gz nutyx-pakxe-d39b96da3a824aa47bb9609c8b3bc037e8d48f27.tar.bz2 nutyx-pakxe-d39b96da3a824aa47bb9609c8b3bc037e8d48f27.tar.xz nutyx-pakxe-d39b96da3a824aa47bb9609c8b3bc037e8d48f27.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/cover-thumbnailer')
-rw-r--r-- | extra/cover-thumbnailer/.footprint | 2 | ||||
-rw-r--r-- | extra/cover-thumbnailer/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/cover-thumbnailer/.footprint b/extra/cover-thumbnailer/.footprint index c917f912a..5826c1804 100644 --- a/extra/cover-thumbnailer/.footprint +++ b/extra/cover-thumbnailer/.footprint @@ -8,7 +8,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/cover-thumbnailer-gui drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/cover-thumbnailer-gui.desktop +-rw-r--r-- root/root usr/share/applications/cover-thumbnailer-gui.desktop drwxr-xr-x root/root usr/share/cover-thumbnailer/ -rw-r--r-- root/root usr/share/cover-thumbnailer/cover-thumbnailer-gui.glade -rw-r--r-- root/root usr/share/cover-thumbnailer/icon.png diff --git a/extra/cover-thumbnailer/Pkgfile b/extra/cover-thumbnailer/Pkgfile index dc95c514f..e681ea088 100644 --- a/extra/cover-thumbnailer/Pkgfile +++ b/extra/cover-thumbnailer/Pkgfile @@ -6,7 +6,7 @@ name=cover-thumbnailer version=0.7 -release=1 +release=2 source=(http://download.flogisoft.com/files/Software/Cover_thumbnailer/${name}_${version}_src.tar.gz) build() { @@ -25,7 +25,7 @@ build() { #man cp ./man/* $PKG/usr/share/man/man1/ #.desktop - cp ./freedesktop/* $PKG/usr/share/ + cp ./freedesktop/* $PKG/usr/share/applications #locale cp ./locale/fr.mo $PKG/usr/share/locale/fr/LC_MESSAGES/cover-thumbnailer-gui.mo #doc |