diff options
| author | Simeon Simeonov | 2024-06-30 19:06:22 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2024-06-30 19:06:22 +0200 |
| commit | 991d0d96e5e079dae7feef4fc9c4736c306f6e57 (patch) | |
| tree | e5ef1df00ea2b872f74a3c475bc17db400e37a30 /x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch | |
| parent | 8459629cd213b551f3ccb6a519247594fa137425 (diff) | |
Fix legacy ebuilds and fix pkgcheck issues
Diffstat (limited to 'x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch')
| -rw-r--r-- | x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch b/x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch deleted file mode 100644 index c924de3..0000000 --- a/x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | Without this patch, terminator's build script runs gtk-update-icon-cache which | ||
| 2 | causes terminator package to claim /usr/share/icons/hicolor/icon-theme.cache as | ||
| 3 | its own. To avoid that, gtk-update-icon-cache is run later, as part of | ||
| 4 | xdg_pkg_postinst in the ebuild. | ||
| 5 | |||
| 6 | --- a/setup.py 2009-08-12 22:22:53.000000000 -0400 | ||
| 7 | +++ b/setup.py 2009-08-12 22:22:57.000000000 -0400 | ||
| 8 | @@ -25,7 +25,7 @@ | ||
| 9 | |||
| 10 | def __init__ (self, *args): | ||
| 11 | self.without_gettext = False | ||
| 12 | - self.without_icon_cache = False | ||
| 13 | + self.without_icon_cache = True | ||
| 14 | Distribution.__init__(self, *args) | ||
| 15 | |||
| 16 | |||
