upgrade to 0.8.10 for xfce 4.16
This commit is contained in:
parent
5c387cc74d
commit
f8e8f5236a
BIN
xfce4-terminal-0.8.10.tar.bz2
Normal file
BIN
xfce4-terminal-0.8.10.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
@ -1,15 +1,15 @@
|
||||
%global xfceversion 4.14
|
||||
%global minorversion 0.8
|
||||
%global xfceversion 4.16
|
||||
|
||||
Name: xfce4-terminal
|
||||
Version: 0.8.9.2
|
||||
Version: 0.8.10
|
||||
Release: 1
|
||||
Summary: Terminal Emulator for the Xfce Desktop environment
|
||||
License: GPLv2+
|
||||
#Group: Development/Libraries
|
||||
URL: http://docs.xfce.org/apps/terminal/start
|
||||
Source0: http://archive.xfce.org/src/apps/xfce4-terminal/0.8/%{name}-%{version}.tar.bz2
|
||||
Source0: http://archive.xfce.org/src/apps/xfce4-terminal/%{minorversion}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
#BuildArch: noarch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: vte291-devel >= 0.38
|
||||
BuildRequires: gtk3-devel >= 3.14.0
|
||||
@ -17,8 +17,9 @@ BuildRequires: glib2-devel >= 2.26.0
|
||||
BuildRequires: intltool
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||
|
||||
Requires: dejavu-sans-mono-fonts
|
||||
Provides: Terminal = %{version}-%{release}
|
||||
Provides: Terminal = %{version}-%{release}
|
||||
|
||||
%description
|
||||
Xfce4-terminal is a lightweight and easy to use terminal emulator application
|
||||
@ -48,18 +49,23 @@ desktop-file-install \
|
||||
--dir=%{buildroot}%{_datadir}/applications \
|
||||
%{buildroot}%{_datadir}/applications/%{name}-settings.desktop
|
||||
|
||||
rm -rf %{buildroot}%{_datadir}/gnome-control-center/
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc README ChangeLog NEWS AUTHORS HACKING THANKS
|
||||
%doc ChangeLog NEWS AUTHORS HACKING THANKS
|
||||
%{_bindir}/xfce4-terminal
|
||||
%{_datadir}/xfce4/terminal
|
||||
%{_datadir}/icons/hicolor/*/apps/org.xfce.terminal*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/applications/%{name}-settings.desktop
|
||||
%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml
|
||||
%{?el6:%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml}
|
||||
%{_mandir}/man1/xfce4-terminal.1.*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.8.10-1
|
||||
- Update to 0.8.10
|
||||
|
||||
* Fri Jul 17 2020 <dillon.chen@turbolinux.com.cn> - 0.8.9.2-1
|
||||
- Init package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user