summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Unglaub <leo@leo-unglaub.net>2015-03-04 02:54:37 +0000
committerLeo Unglaub <leo@leo-unglaub.net>2015-03-04 02:54:37 +0000
commitedb149aba66f72f5fc9e251909d4e63bbd7cacff (patch)
tree58795e9f35b3c1bef1ea6ef8340030eead8d1c6f
parentc898cebe5670c1aeeeeb15e97e9ace6d16a5129c (diff)
downloadxfce-edb149aba66f72f5fc9e251909d4e63bbd7cacff.tar.gz
xfce-edb149aba66f72f5fc9e251909d4e63bbd7cacff.tar.xz
thunar-vcs-plugin-*: Add the icons the the right package
Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
-rw-r--r--thunar-vcs-plugin-git/.footprint9
-rw-r--r--thunar-vcs-plugin-git/Pkgfile3
-rw-r--r--thunar-vcs-plugin-subversion/.footprint9
-rw-r--r--thunar-vcs-plugin-subversion/Pkgfile3
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
}

Generated by cgit