xfce4-appfinder/xfce4-appfinder.spec

67 lines
1.7 KiB
RPMSpec
Raw Normal View History

2021-06-15 19:10:42 +08:00
%global xfceversion 4.16
2020-07-12 11:29:17 +08:00
Name: xfce4-appfinder
2021-06-15 19:10:42 +08:00
Version: 4.16.0
Release: 1
Summary: Appfinder for the Xfce4 Desktop Environment
2020-07-12 11:29:17 +08:00
License: GPLv2+
URL: http://www.xfce.org/
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
2021-06-15 19:10:42 +08:00
BuildRequires: make
2020-07-12 11:29:17 +08:00
BuildRequires: gcc-c++
BuildRequires: pkgconfig(dbus-glib-1) >= 0.84
BuildRequires: pkgconfig(garcon-1) >= 0.1.7
2021-06-15 19:10:42 +08:00
BuildRequires: pkgconfig(libxfce4ui-2) >= %{xfceversion}
2020-07-12 11:29:17 +08:00
BuildRequires: pkgconfig(libxfconf-0) >= %{xfceversion}
2021-06-15 19:10:42 +08:00
BuildRequires: startup-notification-devel
2020-07-12 11:29:17 +08:00
BuildRequires: gettext
BuildRequires: intltool
2021-06-15 19:10:42 +08:00
BuildRequires: desktop-file-utils
2020-07-12 11:29:17 +08:00
BuildRequires: libappstream-glib
%description
2021-06-15 19:10:42 +08:00
xfce-appfinder shows system wide installed applications.
2020-07-12 11:29:17 +08:00
%prep
%setup -q
# fix icon problems - GTK-3.10+
sed -i 's/gtk-find/edit-find/g' data/xfce4-appfinder.desktop.in
sed -i 's/gtk-execute/system-run/g' data/xfce4-run.desktop.in
%build
%configure
%make_build
%install
%make_install
2021-06-15 19:10:42 +08:00
2020-07-12 11:29:17 +08:00
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/xfce4-run.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.xfce.%{name}.appdata.xml
%find_lang %{name}
2021-06-15 19:10:42 +08:00
2020-07-12 11:29:17 +08:00
%files -f %{name}.lang
%license COPYING
2021-06-15 19:10:42 +08:00
%doc TODO ChangeLog AUTHORS
2020-07-12 11:29:17 +08:00
%{_bindir}/xfce4-appfinder
%{_bindir}/xfrun4
%{_datadir}/applications/xfce4-*.desktop
2021-06-15 19:10:42 +08:00
%{_datadir}/icons/hicolor/*/apps/org.xfce.appfinder*
2020-07-12 11:29:17 +08:00
%{_metainfodir}/org.xfce.%{name}.appdata.xml
%changelog
2021-06-15 19:10:42 +08:00
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 4.16.0-1
- Update to 4.16.0
2020-07-12 11:29:17 +08:00
* Sun Jul 12 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.0-1
- Init package