Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d36d8c9db2 | ||
|
|
57cbc92cc3 | ||
|
|
943ba068b6 | ||
|
|
fd36a3306a | ||
|
|
da799853e2 | ||
|
|
fc34fc5f4a | ||
|
|
8350cbbefb | ||
|
|
7147319eaf | ||
|
|
3a0f0fb7e9 | ||
|
|
658f8a20fc | ||
|
|
f37b2e69e5 |
4 changed files with 53 additions and 42 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/xfce4-docklike-plugin-0.4.0.tar.bz2
|
||||
/xfce4-docklike-plugin-*.tar.bz2
|
||||
|
|
|
|||
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.0.tar.bz2) = 4da41fc9ebae96e706ce4def8c34d214bcd92910a19ea89d3a83bb2a24665a2382d5006908048756501c7e21475b5ff4043eedf6463a8b5294eaa2b2720149bc
|
||||
SHA512 (xfce4-docklike-plugin-xfce4-docklike-plugin-0.5.1.tar.bz2) = 4d7cbb0a64b811e9c41d373d151650d5acdf80947ce97db1711001ed4c3d6595aefadda3a5f790752a00e7fc9da10621490ac0c27e02b1abe598178fe595b1ea
|
||||
|
|
|
|||
|
|
@ -1,68 +1,53 @@
|
|||
%global majorversion 0.4
|
||||
%global xfceversion 4.16
|
||||
%global xfceversion 4.20
|
||||
|
||||
Name: xfce4-docklike-plugin
|
||||
Version: 0.4.0
|
||||
Release: 3%{?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: GPLv2+ and GPLv3+ 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
|
||||
|
||||
# remove libtool archives
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc NEWS AUTHORS
|
||||
%{_datadir}/xfce4/panel/plugins/docklike.desktop
|
||||
%{_libdir}/xfce4/panel/plugins/libdocklike.so
|
||||
|
||||
|
||||
%changelog
|
||||
* 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