update to 0.6.3 [release 0.6.3-1mamba;Sat Mar 28 2015]
This commit is contained in:
parent
288734e3f5
commit
0f5d5aba12
@ -1,2 +1,4 @@
|
|||||||
# xfce4-terminal
|
# xfce4-terminal
|
||||||
|
|
||||||
|
This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system, with some new ideas and features that makes it unique among X terminal emulators.
|
||||||
|
|
||||||
|
135
xfce4-terminal.spec
Normal file
135
xfce4-terminal.spec
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
Name: xfce4-terminal
|
||||||
|
Version: 0.6.3
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: X Terminal Emulator
|
||||||
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://terminal.os-cillation.com/
|
||||||
|
Source: http://archive.xfce.org/src/apps/xfce4-terminal/%{majver}/xfce4-terminal-%{version}.tar.bz2
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libvte0-devel
|
||||||
|
BuildRequires: libxfce4ui-devel
|
||||||
|
BuildRequires: libxfce4util-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: exo >= 0.3.2
|
||||||
|
Requires: libvte >= 0.11.15
|
||||||
|
BuildRequires: libxfce4util-devel >= 4.12.1-1mamba
|
||||||
|
BuildRequires: libwww-devel >= 5.4.0
|
||||||
|
BuildRequires: docbook-xsl
|
||||||
|
BuildRequires: docbook-dtds
|
||||||
|
Provides: Terminal
|
||||||
|
Obsoletes: Terminal
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
This is the Terminal emulator application. Terminal is a lightweight and easy to use terminal emulator for the X windowing system, with some new ideas and features that makes it unique among X terminal emulators.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --enable-final --enable-xsltproc
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%post
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
fi
|
||||||
|
|
||||||
|
%postun
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
fi
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/xfce4-terminal
|
||||||
|
%{_datadir}/applications/xfce4-terminal.desktop
|
||||||
|
%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml
|
||||||
|
%lang(ar) %{_mandir}/ar/man1/xfce4-terminal.1*
|
||||||
|
%lang(ca) %{_mandir}/ca/man1/xfce4-terminal.1*
|
||||||
|
%lang(da) %{_mandir}/da/man1/xfce4-terminal.1*
|
||||||
|
%lang(de) %{_mandir}/de/man1/xfce4-terminal.1*
|
||||||
|
%lang(el) %{_mandir}/el/man1/xfce4-terminal.1*
|
||||||
|
%lang(es) %{_mandir}/es/man1/xfce4-terminal.1*
|
||||||
|
%lang(fr) %{_mandir}/fr/man1/xfce4-terminal.1*
|
||||||
|
%lang(gl) %{_mandir}/gl/man1/xfce4-terminal.1*
|
||||||
|
%lang(id) %{_mandir}/id/man1/xfce4-terminal.1*
|
||||||
|
%lang(it) %{_mandir}/it/man1/xfce4-terminal.1*
|
||||||
|
%lang(ja) %{_mandir}/ja/man1/xfce4-terminal.1*
|
||||||
|
%lang(ko) %{_mandir}/ko/man1/xfce4-terminal.1*
|
||||||
|
%lang(lt) %{_mandir}/lt/man1/xfce4-terminal.1*
|
||||||
|
%{_mandir}/man1/xfce4-terminal.1*
|
||||||
|
%lang(pl) %{_mandir}/pl/man1/xfce4-terminal.1*
|
||||||
|
%lang(pt) %{_mandir}/pt/man1/xfce4-terminal.1*
|
||||||
|
%lang(pt_BR) %{_mandir}/pt_BR/man1/xfce4-terminal.1*
|
||||||
|
%lang(ru) %{_mandir}/ru/man1/xfce4-terminal.1*
|
||||||
|
%lang(sr) %{_mandir}/sr/man1/xfce4-terminal.1*
|
||||||
|
%lang(sv) %{_mandir}/sv/man1/xfce4-terminal.1*
|
||||||
|
%lang(tr) %{_mandir}/tr/man1/xfce4-terminal.1*
|
||||||
|
%lang(ug) %{_mandir}/ug/man1/xfce4-terminal.1*
|
||||||
|
%lang(uk) %{_mandir}/uk/man1/xfce4-terminal.1*
|
||||||
|
%lang(zh_CN) %{_mandir}/zh_CN/man1/xfce4-terminal.1*
|
||||||
|
%dir %{_datadir}/xfce4/terminal
|
||||||
|
%dir %{_datadir}/xfce4/terminal/colorschemes
|
||||||
|
%{_datadir}/xfce4/terminal/colorschemes/*.theme
|
||||||
|
%{_datadir}/xfce4/terminal/terminal-preferences.ui
|
||||||
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Mar 28 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.3-1mamba
|
||||||
|
- update to 0.6.3
|
||||||
|
|
||||||
|
* Sat Mar 28 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-3mamba
|
||||||
|
- rebuilt by autoport with build requirements: libxfce4util-devel>=4.12.1-1mamba
|
||||||
|
|
||||||
|
* Fri Oct 19 2012 Automatic Build System <autodist@mambasoft.it> 0.4.8-2mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 0.4.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue May 03 2011 Automatic Build System <autodist@mambasoft.it> 0.4.7-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Feb 22 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.6-1mamba
|
||||||
|
- update to 0.4.6
|
||||||
|
|
||||||
|
* Fri May 08 2009 Automatic Build System <autodist@mambasoft.it> 0.2.12-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 06 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.10-1mamba
|
||||||
|
- automatic update to 0.2.10 by autodist
|
||||||
|
|
||||||
|
* Wed Dec 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.8.3-1mamba
|
||||||
|
- update to 0.2.8.3
|
||||||
|
|
||||||
|
* Thu Apr 26 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.6-2mamba
|
||||||
|
- rebuilt with libvte 0.16.0
|
||||||
|
- fixed Group name
|
||||||
|
- added missing build requirements
|
||||||
|
|
||||||
|
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 0.2.6-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user