Compare commits
No commits in common. "rawhide" and "f38" have entirely different histories.
3 changed files with 16 additions and 17 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -12,6 +12,3 @@ xfce4-taskmanager-1.0.0.tar.bz2
|
|||
/xfce4-taskmanager-1.5.4.tar.bz2
|
||||
/xfce4-taskmanager-1.5.5.tar.bz2
|
||||
/xfce4-taskmanager-1.5.6.tar.bz2
|
||||
/xfce4-taskmanager-1.5.7.tar.bz2
|
||||
/xfce4-taskmanager-1.5.8.tar.bz2
|
||||
/xfce4-taskmanager-1.6.0.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfce4-taskmanager-1.6.0.tar.xz) = 05d5ac1b0f9e15bbbb3cdba3afcc03f1e5bab38ecaf391997e4a29f0ddb267442fd5b191ac5a6689c76f806fbde3c4df0d93f9a5fbf5b0902ddcb9909afb75d5
|
||||
SHA512 (xfce4-taskmanager-1.5.6.tar.bz2) = 49c6222f3dcab4767f356bb71bdb949f3cbb6e04a6969bf0b8757e7448066f3162b4b983c3ccb9b7b72d4d953eae2758c33f1e528b1bf730077171725110d2ff
|
||||
|
|
|
|||
|
|
@ -1,22 +1,21 @@
|
|||
%global majorversion 1.6
|
||||
%global majorversion 1.5
|
||||
|
||||
Name: xfce4-taskmanager
|
||||
Version: 1.6.0
|
||||
Version: 1.5.6
|
||||
Release: %autorelease
|
||||
Summary: Taskmanager for the Xfce desktop environment
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
URL: http://goodies.xfce.org/projects/applications/%{name}
|
||||
Source0: http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.xz
|
||||
Source0: http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libxfce4ui-devel
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: gettext
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libwnck3-devel
|
||||
BuildRequires: intltool
|
||||
|
||||
%description
|
||||
A simple taskmanager for the Xfce desktop environment.
|
||||
|
|
@ -27,12 +26,13 @@ A simple taskmanager for the Xfce desktop environment.
|
|||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
%configure --enable-gtk3
|
||||
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%make_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
|
@ -49,11 +49,13 @@ desktop-file-install \
|
|||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS THANKS
|
||||
%doc AUTHORS ChangeLog NEWS THANKS
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/*%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/16x16/actions/xc_crosshair.png
|
||||
%{_datadir}/icons/hicolor/24x24/actions/xc_crosshair.png
|
||||
%{_datadir}/icons/hicolor/scalable/actions/xc_crosshair.svg
|
||||
%{_datadir}/icons/hicolor/*/apps/org.xfce.taskmanager.*
|
||||
%{_datadir}/icons/hicolor/scalable/actions/xc_crosshair-symbolic.svg
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue