diff options
| author | Simeon Simeonov | 2023-01-13 08:23:44 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2023-01-13 08:23:44 +0100 |
| commit | 2c863a5548c9a11846b81581a87775f444aeab7b (patch) | |
| tree | fb12c832233e385aa45d49f09d452383ff5b610e /x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch | |
| parent | a1d0d1ae62d35ee8f532326baebfcb758a9d128a (diff) | |
Add x11-terms/terminator yet again since single tab patch was removed from upstream
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, 16 insertions, 0 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 new file mode 100644 index 0000000..c924de3 --- /dev/null +++ b/x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 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 | |||
