SHA256
1
0
forked from pool/xdg-utils
xdg-utils/_service
Simon Lees f10dca985a Accepting request 1114327 from home:simotek:branches:X11:common:Factory
- Update to version 1.2.0-beta1+20230929:
  * Set Version to 1.2.0-beta1
  * Update Changes and Release Notes
  * fix(xdg-open): handle spaces in .desktop file path
  * Quote Browser variable to avod unintentional code execution
  * Add missing result gathering
  * Enhance LXQt Desktop Enviromment support
  * xdg-terminal: don't run 'kreadconfig' if KDE_SESSION_VERSION is >= 5
- Drop the following fix, now actually included upstream
  * xdg-terminal-don-t-run-kreadconfig-if-KDE_SESSION_VE.patch
- The following entries may have been missed in previous changelog
  versions
  * all: shellcheck fixes; make xdg-mime DASH-compatible
  * xdg-email: do not run BROWSER if xdg-open failed
  * Ensure POSIX-compliant shell scripting to support DASH
  * all: spelling fixes
  * Fix set_url_scheme_handler_gnome3 to not associate text/html handler
  * xdg-screensaver: fix the freedesktop screensaver
  * xdg-screensaver: implement support for "gnome3" DE
  * xdg-screensaver: better error detection for freedesktop 'status' command
  * xdg-desktop-menu: Drop obsolete GNOME support
  * xdg-open: support WSL (FDO#108975)
  * xdg-su: support deepin
  * xdg-mime: If mimeapps.list is a symlink, retain the symlink (#7)
  * xdg-open: fix search_desktop_file's logic
  * xdg-open: handle local hostname in `file:` URLs
  * xdg-desk-menu: Check if defaults file exists during installation 
  * xdg-su: Remove quotes for lxqt-sudo cmd arg
  * xdg-open: handle opening files when DE=flatpak

OBS-URL: https://build.opensuse.org/request/show/1114327
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/xdg-utils?expand=0&rev=92
2023-09-29 11:35:11 +00:00

18 lines
676 B
Plaintext

<services>
<service mode="manual" name="obs_scm">
<param name="url">https://gitlab.freedesktop.org/xdg/xdg-utils.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">xdg-utils</param>
<param name="versionformat">1.2.0~beta1+%cd</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>