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
|
Name: xfce4-terminal
|
||||||
Version: 0.8.9.2
|
Version: 0.8.10
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Terminal Emulator for the Xfce Desktop environment
|
Summary: Terminal Emulator for the Xfce Desktop environment
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
#Group: Development/Libraries
|
|
||||||
URL: http://docs.xfce.org/apps/terminal/start
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
#BuildArch: noarch
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: vte291-devel >= 0.38
|
BuildRequires: vte291-devel >= 0.38
|
||||||
BuildRequires: gtk3-devel >= 3.14.0
|
BuildRequires: gtk3-devel >= 3.14.0
|
||||||
@ -17,6 +17,7 @@ BuildRequires: glib2-devel >= 2.26.0
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||||
|
|
||||||
Requires: dejavu-sans-mono-fonts
|
Requires: dejavu-sans-mono-fonts
|
||||||
Provides: Terminal = %{version}-%{release}
|
Provides: Terminal = %{version}-%{release}
|
||||||
|
|
||||||
@ -48,18 +49,23 @@ desktop-file-install \
|
|||||||
--dir=%{buildroot}%{_datadir}/applications \
|
--dir=%{buildroot}%{_datadir}/applications \
|
||||||
%{buildroot}%{_datadir}/applications/%{name}-settings.desktop
|
%{buildroot}%{_datadir}/applications/%{name}-settings.desktop
|
||||||
|
|
||||||
|
rm -rf %{buildroot}%{_datadir}/gnome-control-center/
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README ChangeLog NEWS AUTHORS HACKING THANKS
|
%doc ChangeLog NEWS AUTHORS HACKING THANKS
|
||||||
%{_bindir}/xfce4-terminal
|
%{_bindir}/xfce4-terminal
|
||||||
%{_datadir}/xfce4/terminal
|
%{_datadir}/xfce4/terminal
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/org.xfce.terminal*
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/applications/%{name}-settings.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.*
|
%{_mandir}/man1/xfce4-terminal.1.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 17 2020 <dillon.chen@turbolinux.com.cn> - 0.8.9.2-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user