Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d36d8c9db2 | ||
|
|
57cbc92cc3 | ||
|
|
943ba068b6 | ||
|
|
fd36a3306a | ||
|
|
da799853e2 | ||
|
|
fc34fc5f4a | ||
|
|
8350cbbefb |
3 changed files with 52 additions and 45 deletions
26
changelog
Normal file
26
changelog
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Feb 12 2024 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 0.4.2-1
|
||||
- Update to 0.4.2
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Mar 22 2022 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 0.4.0-2
|
||||
- SPEC file fixes
|
||||
|
||||
* Tue Mar 8 2022 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 0.4.0-1
|
||||
- Initial build for Fedora
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfce4-docklike-plugin-0.4.2.tar.bz2) = 8e96abbde0f9f81bb4797302aba3a711307ab46c832aac92351e038543e078bbf42f86785ee06c28c9d38dff0655ee2933247e9086ba0925f5aa05416b3ef708
|
||||
SHA512 (xfce4-docklike-plugin-xfce4-docklike-plugin-0.5.1.tar.bz2) = 4d7cbb0a64b811e9c41d373d151650d5acdf80947ce97db1711001ed4c3d6595aefadda3a5f790752a00e7fc9da10621490ac0c27e02b1abe598178fe595b1ea
|
||||
|
|
|
|||
|
|
@ -1,45 +1,45 @@
|
|||
%global majorversion 0.4
|
||||
%global xfceversion 4.18
|
||||
%global xfceversion 4.20
|
||||
|
||||
Name: xfce4-docklike-plugin
|
||||
Version: 0.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern, minimalist taskbar for Xfce
|
||||
Name: xfce4-docklike-plugin
|
||||
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
|
||||
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: 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
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gio-qt-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libwnck3-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libxfce4windowing-devel
|
||||
BuildRequires: libwnck3-devel
|
||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||
BuildRequires: gtk-layer-shell-devel
|
||||
|
||||
%description
|
||||
Docklike Taskbar behaves similarly to many other desktop environments
|
||||
and operating systems. Wherein all application windows are grouped
|
||||
together as an icon and can be pinned to act as a launcher when
|
||||
the application is not running. Commonly referred to as a dock.
|
||||
Docklike Taskbar behaves similarly to many other desktop environments and
|
||||
operating systems. Wherein all application windows are grouped together as
|
||||
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}
|
||||
|
||||
|
|
@ -50,23 +50,4 @@ rm -f ChangeLog README
|
|||
%{_libdir}/xfce4/panel/plugins/libdocklike.so
|
||||
|
||||
%changelog
|
||||
* Mon Feb 12 2024 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 0.4.2-1
|
||||
- Update to 0.4.2
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Mar 22 2022 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 0.4.0-2
|
||||
- SPEC file fixes
|
||||
|
||||
* Tue Mar 8 2022 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 0.4.0-1
|
||||
- Initial build for Fedora
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue