diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-07-28 12:22:59 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-07-28 12:36:54 +0200 |
commit | 83dfc011bcea933e0908b15bb0117ba5fff4845e (patch) | |
tree | 89c1fb9adbe89e0cdb5c7daeb8cd1eb637d6895b /x11-terms/guake/files | |
parent | x11-plugins/wmclockmon: EAPI7, improve ebuild (diff) | |
download | gentoo-83dfc011bcea933e0908b15bb0117ba5fff4845e.tar.gz gentoo-83dfc011bcea933e0908b15bb0117ba5fff4845e.tar.bz2 gentoo-83dfc011bcea933e0908b15bb0117ba5fff4845e.zip |
x11-terms/guake: Version 3.3.2.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'x11-terms/guake/files')
-rw-r--r-- | x11-terms/guake/files/guake-3.3.2-paths.patch | 20 |
1 files changed, 20 insertions, 0 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 new file mode 100644 index 000000000000..d2d94daa4b1a --- /dev/null +++ b/x11-terms/guake/files/guake-3.3.2-paths.patch @@ -0,0 +1,20 @@ +--- 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 |