2012-12-28 11:54:10 +01:00
|
|
|
#
|
|
|
|
# spec file for package xfce4-terminal
|
|
|
|
#
|
2018-03-03 22:37:52 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-12-28 11:54:10 +01:00
|
|
|
# Copyright (c) 2012 Guido Berhoerster.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: xfce4-terminal
|
2018-03-03 22:37:52 +01:00
|
|
|
Version: 0.8.7
|
2012-12-28 11:54:10 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Terminal Emulator for the Xfce Desktop Environment
|
2018-03-03 22:37:52 +01:00
|
|
|
License: GPL-2.0-or-later
|
2012-12-28 11:54:10 +01:00
|
|
|
Group: System/X11/Terminals
|
|
|
|
Url: http://docs.xfce.org/apps/terminal/start
|
2016-10-26 17:24:42 +02:00
|
|
|
Source0: http://archive.xfce.org/src/apps/xfce4-terminal/0.8/%{name}-%{version}.tar.bz2
|
2012-12-28 11:54:10 +01:00
|
|
|
BuildRequires: intltool
|
2016-08-11 17:11:20 +02:00
|
|
|
BuildRequires: pkgconfig
|
2018-03-03 22:37:52 +01:00
|
|
|
BuildRequires: utempter-devel
|
2012-12-28 11:54:10 +01:00
|
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
|
|
|
BuildRequires: pkgconfig(exo-1)
|
2018-03-03 22:37:52 +01:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.8
|
2016-08-11 17:11:20 +02:00
|
|
|
BuildRequires: pkgconfig(libxfce4ui-2)
|
|
|
|
BuildRequires: pkgconfig(vte-2.91)
|
|
|
|
Recommends: %{name}-lang
|
2012-12-28 11:54:10 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
xfce4-terminal is a lightweight and easy to use terminal emulator for the Xfce
|
|
|
|
desktop environment. Its major features include a simple configuration
|
|
|
|
interface, the ability to use multiple tabs with terminals within a single
|
|
|
|
window, the possibility to have a pseudo-transparent terminal background, and a
|
|
|
|
compact mode where both the menubar and the window decorations are hidden which
|
|
|
|
helps to save space on the desktop.
|
|
|
|
|
2016-08-11 17:11:20 +02:00
|
|
|
%lang_package
|
2012-12-28 11:54:10 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2018-03-03 22:37:52 +01:00
|
|
|
%configure \
|
|
|
|
--with-utempter
|
2017-06-16 10:34:10 +02:00
|
|
|
make %{?_smp_mflags} V=1
|
2012-12-28 11:54:10 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
# create a list of localized man directories, these need to be owned
|
|
|
|
(
|
|
|
|
printf '%%%%defattr(-,root,root)\n'
|
|
|
|
cd '%{buildroot}'
|
|
|
|
for dir in ".%{_mandir}/"*; do
|
|
|
|
[ -d "${dir}" ] || continue
|
|
|
|
case ${dir##*/} in
|
|
|
|
man*) continue ;;
|
|
|
|
*) lang="${dir##*/}"
|
|
|
|
printf "%%%%dir %%%%lang(%%s) %%s\n" "${lang}" "${dir#.}"
|
|
|
|
for subdir in "${dir}/"*; do
|
|
|
|
[ -d "${subdir}" ] || continue
|
|
|
|
printf "%%%%dir %%%%lang(%%s) %%s\n" "${lang}" \
|
|
|
|
"${subdir#.}"
|
|
|
|
done
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
) >> %{name}.lang
|
|
|
|
|
2016-08-11 17:11:20 +02:00
|
|
|
%find_lang %{name} --with-man %{?no_lang_C}
|
2012-12-28 11:54:10 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2016-08-11 17:11:20 +02:00
|
|
|
%doc AUTHORS COPYING HACKING NEWS README THANKS
|
2012-12-28 11:54:10 +01:00
|
|
|
%{_bindir}/xfce4-terminal
|
|
|
|
%dir %{_datadir}/xfce4
|
|
|
|
%{_datadir}/xfce4/terminal
|
|
|
|
%{_datadir}/applications/xfce4-terminal.desktop
|
|
|
|
%dir %{_datadir}/gnome-control-center
|
|
|
|
%{_datadir}/gnome-control-center/default-apps
|
2016-08-11 17:11:20 +02:00
|
|
|
%{_mandir}/man1/xfce4-terminal.1*
|
2012-12-28 11:54:10 +01:00
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
2017-06-16 10:34:10 +02:00
|
|
|
%defattr(-,root,root)
|
2012-12-28 11:54:10 +01:00
|
|
|
|
|
|
|
%changelog
|