thunar-vcs-plugin-*: Add the icons the the right package

Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
This commit is contained in:
Leo Unglaub 2015-03-04 02:54:37 +00:00
parent c898cebe56
commit edb149aba6
4 changed files with 22 additions and 2 deletions

View File

@ -2,3 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/thunar/
-rwxr-xr-x root/root usr/lib/thunar/tvp-git-helper
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/git.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/git.png

View File

@ -32,6 +32,7 @@ build ()
# remove some things we dont need
rm -r $PKG/usr/share
rm -r $PKG/usr/share/locale
rm -r $PKG/usr/lib/thunarx-2/
find $PKG/usr/share/icons/hicolor -name subversion.png -delete
}

View File

@ -2,3 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/thunar/
-rwxr-xr-x root/root usr/lib/thunar/tvp-svn-helper
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/subversion.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/subversion.png

View File

@ -32,6 +32,7 @@ build ()
# remove some things we dont need
rm -r $PKG/usr/share
rm -r $PKG/usr/share/locale
rm -r $PKG/usr/lib/thunarx-2/
find $PKG/usr/share/icons/hicolor -name git.png -delete
}