diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-01-12 23:40:36 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-13 03:06:17 -0500 |
commit | 031343498b462b40cca9b65ece8d4020b2495a5e (patch) | |
tree | 43dacae0ad4aa3acfb1da93d4afca32f475c2f79 /x11-terms/guake/files | |
parent | net-analyzer/zabbix: remove unused file (diff) | |
download | gentoo-031343498b462b40cca9b65ece8d4020b2495a5e.tar.gz gentoo-031343498b462b40cca9b65ece8d4020b2495a5e.tar.bz2 gentoo-031343498b462b40cca9b65ece8d4020b2495a5e.zip |
x11-terms/guake: drop 3.7.0, 3.8.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/guake/files')
-rw-r--r-- | x11-terms/guake/files/guake-3.3.2-paths.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-terms/guake/files/guake-3.3.2-paths.patch b/x11-terms/guake/files/guake-3.3.2-paths.patch deleted file mode 100644 index d2d94daa4b1a..000000000000 --- a/x11-terms/guake/files/guake-3.3.2-paths.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -81,7 +81,7 @@ - - @if [ -f guake/paths.py.dev ]; then rm -f guake/paths.py.dev; fi - @if [ -f guake/paths.py ]; then mv guake/paths.py guake/paths.py.dev; fi -- @cp -f guake/paths.py.in guake/paths.py -+ -@cp -f guake/paths.py.in guake/paths.py - @sed -i -e 's|{{ LOCALE_DIR }}|"$(localedir)"|g' guake/paths.py - @sed -i -e 's|{{ IMAGE_DIR }}|"$(IMAGE_DIR)"|g' guake/paths.py - @sed -i -e 's|{{ GLADE_DIR }}|"$(GLADE_DIR)"|g' guake/paths.py -@@ -368,7 +368,7 @@ - - generate-paths: - @echo "Generating path.py..." -- @cp -f guake/paths.py.in guake/paths.py -+ -@cp -f guake/paths.py.in guake/paths.py - @# Generic - @sed -i -e 's|{{ LOGIN_DESTOP_PATH }}|""|g' guake/paths.py - @sed -i -e 's|{{ AUTOSTART_FOLDER }}|""|g' guake/paths.py |