public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xfce4-session] rawhide: Update to 4.20.4 + spec cleanup and modernization
Date: Sat, 01 Aug 2026 17:22:02 GMT	[thread overview]
Message-ID: <178560492243.1.16097275794741374004.rpms-xfce4-session-be4667e61041@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xfce4-session
            Branch : rawhide
            Commit : be4667e6104164381e875e15ffcc7eee7f3873a3
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-31T01:09:24-03:00
            Stats  : +54/-32 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/xfce4-session/c/be4667e6104164381e875e15ffcc7eee7f3873a3?branch=rawhide

            Log:
            Update to 4.20.4 + spec cleanup and modernization

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index f468da5..8ba9c57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ xfce4-session-4.6.2.tar.bz2
 /xfce4-session-4.20.0.tar.bz2
 /xfce4-session-4.20.2.tar.bz2
 /xfce4-session-4.20.3.tar.bz2
+/xfce4-session-4.20.4.tar.bz2

diff --git a/sources b/sources
index c25ce54..e08468d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xfce4-session-4.20.3.tar.bz2) = 7ac40ebb270353afc21dd421d1c617cf44fba69122cb10b9b2998a56946bd2cc035360773d136d557563b44986240a5aee2e06f905abfcfda34614cc5babd92f
+SHA512 (xfce4-session-4.20.4.tar.bz2) = 35d5081b6bf36b00a4fa8dcf50417430193c6424034fa21b1bc14003ad925bcc94e2e683c9aa61193a36bc6e50d5fa52b5c4d33abb41bcd259695478509d86d9

diff --git a/xfce4-session.spec b/xfce4-session.spec
index a82bcd4..8cd5592 100644
--- a/xfce4-session.spec
+++ b/xfce4-session.spec
@@ -1,49 +1,49 @@
+# VCS   https://gitlab.xfce.org/xfce/xfce4-session.git
+
 %global xfceversion 4.20
 
 Name:           xfce4-session
-Version:        4.20.3
+Version:        4.20.4
 Release:        %autorelease
 Summary:        Xfce session manager
 
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
 License:        GPL-2.0-or-later
 URL:            http://www.xfce.org/
-#VCS git:git://git.xfce.org/xfce/xfce4-session
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
 # Add a xfce-mimeapps.list to allow setting mime handlers for Xfce apps
-
 Source2:        xfce-mimeapps.list
+
 # Patch startxfce4 to keep it on the same vty for logind
 # https://bugzilla.redhat.com/show_bug.cgi?id=1117682
 Patch1:         xfce-session-%{xfceversion}-startxfce4.patch
 
-BuildRequires:  make
-BuildRequires:  dbus-devel >= 1.1.0
-BuildRequires:  dbus-glib-devel >= 0.84
-BuildRequires:  glib2-devel >= 2.24.0
-BuildRequires:  libSM-devel
-BuildRequires:  libwnck3-devel >= 3.14
-BuildRequires:  libxfce4ui-devel >= %{xfceversion}
-BuildRequires:  startup-notification-devel
-BuildRequires:  xfce4-panel-devel >= %{xfceversion}
-BuildRequires:  xfconf-devel >= %{xfceversion}
-BuildRequires:  iceauth xrdb xset
-# Build tools
 BuildRequires:  desktop-file-utils
-BuildRequires:  gettext 
+BuildRequires:  gcc
+BuildRequires:  gettext
+BuildRequires:  glib2-devel >= 2.72.0
+BuildRequires:  gtk-layer-shell-devel
+BuildRequires:  gtk3-devel >= 3.24.0
+BuildRequires:  iceauth
 BuildRequires:  intltool
-BuildRequires:  libxslt
-#BuildRequires:  libxml2
-BuildRequires:  systemd-devel >= 195
+BuildRequires:  libICE-devel
+BuildRequires:  libSM-devel
+BuildRequires:  libX11-devel
+BuildRequires:  libwnck3-devel >= 3.10.0
+BuildRequires:  libxfce4ui-devel >= %{xfceversion}
+BuildRequires:  libxfce4util-devel >= %{xfceversion}
+BuildRequires:  libxfce4windowing-devel >= %{xfceversion}
+BuildRequires:  make
 BuildRequires:  polkit-devel
-BuildRequires:  libtool
-BuildRequires:  libxfce4windowing-devel
+BuildRequires:  xfconf-devel >= %{xfceversion}
+BuildRequires:  xrdb
+BuildRequires:  xset
 
-Requires:       iceauth xrdb xset
-Requires:       xfce-polkit >= 0.2-2
-Requires:       systemd >= 195
-# Needed for exo desktop preferred applications
 Requires:       exo
+Requires:       iceauth
+Requires:       systemd >= 195
+Requires:       xfce-polkit >= 0.2-2
+Requires:       xrdb
+Requires:       xset
 # Need this to pull in the right imsettings in groupinstalls
 # See https://bugzilla.redhat.com/show_bug.cgi?id=1349743
 Suggests:       imsettings-xfce
@@ -59,9 +59,11 @@ Obsoletes:      xfce4-session-devel <= 4.13.3
 xfce4-session is the session manager for the Xfce desktop environment.
 
 %package wayland-session
-Summary:       Wayland session for Xfce
-Requires:      %{name}%{?_isa} = %{version}-%{release}
-Requires:      labwc
+Summary:        Wayland session for Xfce
+BuildArch:      noarch
+Requires:       %{name} = %{version}-%{release}
+Requires:       labwc
+
 %description wayland-session
 Wayland session for Xfce. Currently requires labwc.
 Available for testing/advanced users.
@@ -87,18 +89,37 @@ rm -fr %{buildroot}%{_sysconfdir}/xdg/autostart/xscreensaver.desktop
 
 find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
 
+# Remove non-standard hye locale to prevent invalid-lc-messages-dir rpmlint error
+rm -rf %{buildroot}%{_datadir}/locale/hye
+
+# Make xinitrc executable as it has a shebang and is meant to be run
+chmod 755 %{buildroot}%{_sysconfdir}/xdg/xfce4/xinitrc
+
 %find_lang %{name}
 
 # install our xfce-mimeapps.list file to set mime handlers
 mkdir -p %{buildroot}%{_datadir}/applications
 cp -a %{SOURCE2} %{buildroot}%{_datadir}/applications/xfce-mimeapps.list
 
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/xfce-session-settings.desktop
+desktop-file-validate %{buildroot}%{_datadir}/applications/xfce4-session-logout.desktop
+
 %files -f %{name}.lang
 %license COPYING
 %doc AUTHORS ChangeLog NEWS
 %doc doc/FAQ doc/NEWS.pre-4.3 doc/README.Kiosk
-%{_sysconfdir}/xdg/xfce4
-%{_bindir}/*
+%dir %{_sysconfdir}/xdg/xfce4
+%config(noreplace) %{_sysconfdir}/xdg/xfce4/Xft.xrdb
+%{_sysconfdir}/xdg/xfce4/xinitrc
+%dir %{_sysconfdir}/xdg/xfce4/xfconf
+%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
+%config(noreplace) %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
+%{_bindir}/startxfce4
+%{_bindir}/xfce4-session
+%{_bindir}/xfce4-session-logout
+%{_bindir}/xfce4-session-settings
+%{_bindir}/xflock4
 %dir %{_libdir}/xfce4/session/
 %{_libdir}/xfce4/session/xfsm-shutdown-helper
 %{_datadir}/xdg-desktop-portal/xfce-portals.conf

                 reply	other threads:[~2026-08-01 17:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178560492243.1.16097275794741374004.rpms-xfce4-session-be4667e61041@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox