SHA256
1
0
forked from pool/xdg-utils

- Update to version 1.2.1:

* xdg-mime: Added a secutity note on xdg-mime default to warn against confusing
  * all: Fix config.status warning about ignored --datarootdir setting
  * xdg-mime: Create a generic implementation for KDE
  * xdg-mime: Improve synopsis
  * xdg-desk-menu: Check if defaults file exists during installation
- Add support-deepin-desktop.patch
- boo#1004321 desktop files with a - are still valid, issue in
- boo#959912 Introduce LXQt support, renamed
  bfo#93231
- add fix-enlightenment-support.patch
- added xdg-utils-1.0.2-bnc591714.patch to fix bnc#591714
- added LXDE support
   * SVG icons are not supported but doc still mentioned SVG
   * xdg-email can now be used without any e-mail address
- fix xdg-su outside KDE/GNOME (#309164)
- fix xdg-su for XFCE (#304753)
  * Non-ascii mailto URI handling of xdg-email on non-UTF8 locales
- Initial package (TP1)

OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/xdg-utils?expand=0&rev=99
This commit is contained in:
Dirk Mueller 2024-04-13 07:47:29 +00:00 committed by Git OBS Bridge
parent e6c1cf6c14
commit 6ff5de6fd3
6 changed files with 26 additions and 48 deletions

View File

@ -1,17 +0,0 @@
<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.1+%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>

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.freedesktop.org/xdg/xdg-utils.git</param>
<param name="changesrevision">54b6c1e4da163598c8e903978a29b543f97b0cda</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b9cdd48cd0f410e95fe64782d071ccda338f65307d28ac99f4c175dfbb92217
size 822796

3
xdg-utils-v1.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6b648c064464c2636884c05746e80428110a576f8daacf46ef2e554dcfdae75
size 307637

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Wed Mar 13 09:52:36 UTC 2024 - christophe@krop.fr
- Update to version 1.2.1+20240208:
- Update to version 1.2.1:
* Better shellcheck tooling
* Use 1.2.99 for the Version in the development branch while
not releasing.

View File

@ -17,14 +17,13 @@
Name: xdg-utils
Version: 1.2.1+20240208
Version: 1.2.1
Release: 0
Summary: Utilities to uniformly interface desktop environments
License: MIT
Group: System/GUI/Other
URL: https://www.freedesktop.org/wiki/Software/xdg-utils/
# http://portland.freedesktop.org/download/xdg-utils-%%{version}.tar.gz
Source: xdg-utils-%{version}.tar.xz
Source: https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v%{version}/xdg-utils-v%{version}.tar.gz
# PATCH-FEATURE-OPENSUSE install-some-more-scripts.diff jslaby@suse.cz
Patch0: install-some-more-scripts.diff
BuildRequires: make
@ -55,7 +54,7 @@ This means that:
environment.
%prep
%autosetup -p1
%autosetup -p1 -n %{name}-v%{version}
%build
%configure