public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfce4-panel] rawhide: Fix Licenses, move to Forge macros, enable tests
@ 2026-08-08 22:20 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-08 22:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xfce4-panel
Branch : rawhide
Commit : 48b694d0d854cb0e3d8b60d665d09e1de22c581a
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-08T18:21:52-03:00
Stats : +16/-10 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xfce4-panel/c/48b694d0d854cb0e3d8b60d665d09e1de22c581a?branch=rawhide
Log:
Fix Licenses, move to Forge macros, enable tests
---
diff --git a/xfce4-panel.spec b/xfce4-panel.spec
index d094b03..341b276 100644
--- a/xfce4-panel.spec
+++ b/xfce4-panel.spec
@@ -1,4 +1,5 @@
%global xfceversion 4.20
+%global forgeurl https://gitlab.xfce.org/xfce/xfce4-panel
%global namespc Libxfce4panel
@@ -11,14 +12,14 @@
Name: xfce4-panel
Version: 4.20.8
+%forgemeta
Release: %autorelease
Summary: Next generation panel for Xfce
-# Automatically converted from old format: GPLv2+ and LGPLv2+ - review is highly recommended.
-License: GPL-2.0-or-later AND LicenseRef-Callaway-LGPLv2+
+License: GPL-2.0-or-later AND LGPL-2.0-or-later
URL: http://www.xfce.org/
#VCS git:git://git.xfce.org/xfce/xfce4-panel
-Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
+Source0: %{forgesource}
# clock icon taken from system-config-date, license is GPLv2+
Source1: xfce4-clock.png
@@ -27,18 +28,16 @@ Source2: xfce4-clock.svg
BuildRequires: desktop-file-utils
BuildRequires: exo-devel >= 0.3.93
BuildRequires: garcon-devel >= 0.6.0
-BuildRequires: gcc-c++
+BuildRequires: gcc
BuildRequires: gettext
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: gtk-layer-shell-devel >= 0.7.0
BuildRequires: gtk3-devel
-BuildRequires: intltool
BuildRequires: libwnck3-devel >= 3.14
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: libxfce4windowing-devel >= 4.20.6
BuildRequires: libxml2-devel >= 2.4.0
-BuildRequires: make
BuildRequires: meson
BuildRequires: startup-notification-devel
BuildRequires: xfce4-dev-tools
@@ -66,9 +65,9 @@ This package includes the panel for the Xfce desktop environment.
%package devel
Summary: Development headers for xfce4-panel
Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
-Requires: libxfce4util-devel >= %{xfceversion}
Requires: libxfce4ui-devel >= %{xfceversion}
+Requires: libxfce4util-devel >= %{xfceversion}
+Requires: pkgconfig
%description devel
This package includes the header files you will need to build
@@ -76,7 +75,7 @@ plugins for xfce4-panel.
%prep
-%autosetup -p1
+%forgeautosetup -p1
# Fix icon in 'Add new panel item' dialog
sed -i 's|Icon=office-calendar|Icon=xfce4-clock|g' plugins/clock/clock.desktop.in.in
@@ -112,11 +111,18 @@ install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
install -pm 0644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
+%check
+%meson_test
+
+
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog NEWS
%config(noreplace) %{_sysconfdir}/xdg/xfce4/panel/default.xml
-%{_bindir}/*
+%{_bindir}/xfce4-panel
+%{_bindir}/xfce4-popup-applicationsmenu
+%{_bindir}/xfce4-popup-directorymenu
+%{_bindir}/xfce4-popup-windowmenu
%{_libdir}/libxfce4panel-*.so.*
%{_libdir}/xfce4/panel/
%{_libdir}/girepository-1.0/%{namespc}-2.0.typelib
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-08 22:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-08 22:20 [rpms/xfce4-panel] rawhide: Fix Licenses, move to Forge macros, enable tests Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox