From edb149aba66f72f5fc9e251909d4e63bbd7cacff Mon Sep 17 00:00:00 2001 From: Leo Unglaub Date: Wed, 4 Mar 2015 02:54:37 +0000 Subject: [PATCH] thunar-vcs-plugin-*: Add the icons the the right package Signed-off-by: Leo Unglaub --- thunar-vcs-plugin-git/.footprint | 9 +++++++++ thunar-vcs-plugin-git/Pkgfile | 3 ++- thunar-vcs-plugin-subversion/.footprint | 9 +++++++++ thunar-vcs-plugin-subversion/Pkgfile | 3 ++- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/thunar-vcs-plugin-git/.footprint b/thunar-vcs-plugin-git/.footprint index a8f2e10..3c86108 100644 --- a/thunar-vcs-plugin-git/.footprint +++ b/thunar-vcs-plugin-git/.footprint @@ -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 diff --git a/thunar-vcs-plugin-git/Pkgfile b/thunar-vcs-plugin-git/Pkgfile index aab5a4f..fbc024f 100644 --- a/thunar-vcs-plugin-git/Pkgfile +++ b/thunar-vcs-plugin-git/Pkgfile @@ -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 } diff --git a/thunar-vcs-plugin-subversion/.footprint b/thunar-vcs-plugin-subversion/.footprint index c53ff01..dd4c726 100644 --- a/thunar-vcs-plugin-subversion/.footprint +++ b/thunar-vcs-plugin-subversion/.footprint @@ -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 diff --git a/thunar-vcs-plugin-subversion/Pkgfile b/thunar-vcs-plugin-subversion/Pkgfile index 0a6a248..f742844 100644 --- a/thunar-vcs-plugin-subversion/Pkgfile +++ b/thunar-vcs-plugin-subversion/Pkgfile @@ -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 }