forked from pool/xfce4-session
- Update to version 4.18.4
* Update copyright year * Explicitly depend on gio-unix-2.0 * Replace deprecated xfce_spawn_command_line_on_screen() * Add missing G_(BEGIN|END)_DECLS * Add xapp for Wallpaper and Screenshot in xfce-portals.conf * Add minimal xdg-desktop-portal conf file for Xfce (Fixes #181) * Ensure all various XDG_* etc. env vars are passed to DBus and systemd * Add missing export for XDG_CONFIG_HOME and XDG_CACHE_HOME * Clean up SVG icon metadata for 24px, 48px actions * Add action icons at 96px * Add icons at missing sizes, clean up SVG metadata * Translation Updates OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=165
This commit is contained in:
parent
fda56e1a0b
commit
0f90e6ec63
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:382f93e096ec6493098719cab8cc31b93ad9bb469c0715c0c5117d75fe7394ec
|
|
||||||
size 875517
|
|
3
xfce4-session-4.18.4.tar.bz2
Normal file
3
xfce4-session-4.18.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a9c5074c7338b881a5259d3b643619bf84901360c03478e1a697938ece06516
|
||||||
|
size 922274
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 9 18:20:02 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||||
|
|
||||||
|
- Update to version 4.18.4
|
||||||
|
* Update copyright year
|
||||||
|
* Explicitly depend on gio-unix-2.0
|
||||||
|
* Replace deprecated xfce_spawn_command_line_on_screen()
|
||||||
|
* Add missing G_(BEGIN|END)_DECLS
|
||||||
|
* Add xapp for Wallpaper and Screenshot in xfce-portals.conf
|
||||||
|
* Add minimal xdg-desktop-portal conf file for Xfce (Fixes #181)
|
||||||
|
* Ensure all various XDG_* etc. env vars are passed to DBus and systemd
|
||||||
|
* Add missing export for XDG_CONFIG_HOME and XDG_CACHE_HOME
|
||||||
|
* Clean up SVG icon metadata for 24px, 48px actions
|
||||||
|
* Add action icons at 96px
|
||||||
|
* Add icons at missing sizes, clean up SVG metadata
|
||||||
|
* Translation Updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 26 07:11:11 UTC 2023 - Maurizio Galli <maurizio.galli@suse.com>
|
Thu Oct 26 07:11:11 UTC 2023 - Maurizio Galli <maurizio.galli@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xfce4-session
|
# spec file for package xfce4-session
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_with git
|
%bcond_with git
|
||||||
Name: xfce4-session
|
Name: xfce4-session
|
||||||
Version: 4.18.3
|
Version: 4.18.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Xfce Session Manager
|
Summary: Xfce Session Manager
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -44,6 +44,7 @@ BuildRequires: pkgconfig(atk)
|
|||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.66.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.66.0
|
||||||
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.66.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
|
||||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.66.0
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.66.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
|
||||||
@ -63,7 +64,7 @@ Requires: xfconf
|
|||||||
# bnc#845264
|
# bnc#845264
|
||||||
Requires: iceauth
|
Requires: iceauth
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Recommends: %{name}-doc = %{version}
|
Recommends: %{name}-doc = %{version}
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
# minimal packages for an Xfce session
|
# minimal packages for an Xfce session
|
||||||
|
Loading…
Reference in New Issue
Block a user