public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfce4-docklike-plugin] rawhide: Update to 0.5.1. Fixes rhbz#2499517
@ 2026-07-12 19:53 Kevin Fenzi
  0 siblings, 0 replies; only message in thread
From: Kevin Fenzi @ 2026-07-12 19:53 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/xfce4-docklike-plugin
            Branch : rawhide
            Commit : 57cbc92cc3ee68f10302669f023fc747f4a06480
            Author : Kevin Fenzi <kevin@scrye.com>
            Date   : 2026-07-12T12:53:12-07:00
            Stats  : +10/-9 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/xfce4-docklike-plugin/c/57cbc92cc3ee68f10302669f023fc747f4a06480?branch=rawhide

            Log:
            Update to 0.5.1. Fixes rhbz#2499517

Signed-off-by: Kevin Fenzi <kevin@scrye.com>

---
diff --git a/sources b/sources
index e45012f..77b08a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xfce4-docklike-plugin-0.4.3.tar.bz2) = 89b3739568fb4d908ad99268688448b8883d5f8e2b4c7ac092fbd687f53ada7f9c08f58e34572e9e2f733035174db1a5340a02e329a7fbed848786235bc3b298
+SHA512 (xfce4-docklike-plugin-xfce4-docklike-plugin-0.5.1.tar.bz2) = 4d7cbb0a64b811e9c41d373d151650d5acdf80947ce97db1711001ed4c3d6595aefadda3a5f790752a00e7fc9da10621490ac0c27e02b1abe598178fe595b1ea

diff --git a/xfce4-docklike-plugin.spec b/xfce4-docklike-plugin.spec
index f7d335f..e066c44 100644
--- a/xfce4-docklike-plugin.spec
+++ b/xfce4-docklike-plugin.spec
@@ -1,14 +1,14 @@
 %global majorversion 0.4
-%global xfceversion 4.18
+%global xfceversion 4.20
 
 Name:		xfce4-docklike-plugin
-Version:	0.4.3
+Version:	0.5.1
 Release:	%autorelease
 Summary:	A modern, minimalist taskbar for Xfce
 
 License:	GPL-2.0-or-later AND GPL-3.0-or-later AND FSFUL
 URL:		https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin
-Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2
+Source0:	https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin/-/archive/xfce4-docklike-plugin-%{version}/xfce4-docklike-plugin-xfce4-docklike-plugin-%{version}.tar.bz2
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gcc-c++
@@ -18,8 +18,9 @@ BuildRequires:	libxfce4windowing-devel
 BuildRequires:	libwnck3-devel
 BuildRequires:	libxfce4ui-devel >= %{xfceversion}
 BuildRequires:	libX11-devel
-BuildRequires:	make
+BuildRequires:	meson
 BuildRequires:	xfce4-panel-devel >= %{xfceversion}
+BuildRequires:	gtk-layer-shell-devel
 
 %description
 Docklike Taskbar behaves similarly to many other desktop environments and
@@ -28,17 +29,17 @@ an icon and can be pinned to act as a launcher when the application is not
 running. Commonly referred to as a dock.
 
 %prep
-%autosetup
+%autosetup -n xfce4-docklike-plugin-xfce4-docklike-plugin-%{version}
 
 # remove empty files
 rm -f ChangeLog README
 
 %build
-%configure
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 
 %find_lang %{name}
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-12 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 19:53 [rpms/xfce4-docklike-plugin] rawhide: Update to 0.5.1. Fixes rhbz#2499517 Kevin Fenzi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox