SHA256
1
0
forked from pool/xdg-utils
xdg-utils/install-some-more-scripts.diff
Jiri Slaby 23bae38918 Accepting request 251712 from home:sumski:hazard:to:your:stereo
- Update to 20140922:
  * Initial support for Plasma5
  * XFCE .desktop file created for browser selection is broken (fdo#56092)
  * Unnecessary filtering file:// for pcmanfm (fdo#63153)
  * fails if user sets a custom IFS environment variable (fdo#81386)
  * xdg-utils-common is broken, xdg-open uses bashism (fdo#83979)
  * xdg-email: do not encode - character

OBS-URL: https://build.opensuse.org/request/show/251712
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/xdg-utils?expand=0&rev=35
2014-09-23 18:25:24 +00:00

27 lines
548 B
Diff

From: Jiri Slaby <jslaby@suse.cz>
Subject: Install some more scripts
Why are they commented in the repo?
---
scripts/Makefile.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -20,11 +20,11 @@ SCRIPTS = \
xdg-open \
xdg-email \
xdg-screensaver \
- xdg-settings
-# xdg-su
+ xdg-settings \
+ xdg-su \
+ xdg-terminal
# xdg-copy \
# xdg-file-dialog
-# xdg-terminal
MANPAGES= $(SCRIPTS:%=man/%.1)
WEBPAGES= $(SCRIPTS:%=html/%.html)