diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-28 21:03:56 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-28 21:03:56 +0100 |
commit | a3fa0507e5fb9711b66619e800f8a3a133ff5727 (patch) | |
tree | 39d61ff23d15fc2cfb266c8c98e4fb95f46b5cc9 /extra | |
parent | c2903bcc9ead593bf24c2a9d1787ffb66566485d (diff) | |
download | nutyx-extra-a3fa0507e5fb9711b66619e800f8a3a133ff5727.tar.gz nutyx-extra-a3fa0507e5fb9711b66619e800f8a3a133ff5727.tar.bz2 nutyx-extra-a3fa0507e5fb9711b66619e800f8a3a133ff5727.tar.xz nutyx-extra-a3fa0507e5fb9711b66619e800f8a3a133ff5727.zip |
Maj cover-thumbnailer#0.7-2
Diffstat (limited to 'extra')
-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 |