|
@@ -1,23 +1,24 @@
|
|
Summary: modern terminal emulator for Xfce
|
|
Summary: modern terminal emulator for Xfce
|
|
Summary(ja): Xfce用のターミナルエミュレータ
|
|
Summary(ja): Xfce用のターミナルエミュレータ
|
|
Name: Terminal
|
|
Name: Terminal
|
|
-Version: 0.2.12
|
|
+Version: 0.4.6
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
|
|
+
|
|
-#Patch0: Terminal-docmake.patch
|
|
|
|
-#Patch1: Terminal-usage.patch
|
|
|
|
-License: GPL
|
|
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
-URL: http://www.os-cillation.com/article.php?sid=40
|
|
+License: GPL
|
|
|
|
+URL: http://www.xfce.org/projects/terminal
|
|
|
|
+
|
|
|
|
+Source0: http://archive.xfce.org/src/apps/terminal/0.4/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: libexo-devel >= 0.3.2
|
|
+BuildRequires: dbus-glib-devel >= 0.22
|
|
-BuildRequires: libxfcegui4-devel >= 4.6.0
|
|
+BuildRequires: gettext
|
|
-BuildRequires: libxfce4util-devel >= 4.6.0
|
|
+BuildRequires: glib2-devel >= 2.16.0
|
|
-BuildRequires: gtk2-devel
|
|
+BuildRequires: gtk2-devel >= 2.14.0
|
|
-BuildRequires: vte-devel >= 0.11.11
|
|
+BuildRequires: intltool >= 0.31
|
|
-BuildRequires: startup-notification-devel
|
|
+BuildRequires: libexo-devel >= 0.6.0
|
|
-BuildRequires: dbus-devel
|
|
+BuildRequires: pkgconfig
|
|
|
|
+BuildRequires: vte-devel >= 0.17.1
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -37,8 +38,6 @@ GNOMEターミナルエミュレータの代替たりうる、軽量で使いや
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-#patch0 -p1
|
|
|
|
-#patch1 -p1
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -46,46 +45,48 @@ GNOMEターミナルエミュレータの代替たりうる、軽量で使いや
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
-%makeinstall
|
|
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
|
|
|
|
|
-rm -rf docs_to_install
|
|
+rm -rf _docs_to_install
|
|
-mv $RPM_BUILD_ROOT%{_docdir}/Terminal docs_to_install
|
|
+mv $RPM_BUILD_ROOT%{_docdir}/Terminal _docs_to_install
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/*.cache
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/*.cache
|
|
|
|
|
|
|
|
+%find_lang %{name}
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%post
|
|
%post
|
|
touch --no-create %{_datadir}/icons/hicolor
|
|
touch --no-create %{_datadir}/icons/hicolor
|
|
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
|
+
|
|
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
+%posttrans
|
|
-fi
|
|
+gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
|
|
%postun
|
|
%postun
|
|
-touch --no-create %{_datadir}/icons/hicolor
|
|
+if [ $1 -eq 0 ] ; then
|
|
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
|
+ touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
+ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
fi
|
|
fi
|
|
|
|
|
|
-
|
|
+%files -f %{name}.lang
|
|
-%files
|
|
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
|
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
|
|
-%doc docs_to_install/*
|
|
+%doc _docs_to_install/*
|
|
|
|
+%{_bindir}/Terminal
|
|
|
|
+%{_bindir}/terminal
|
|
%{_datadir}/%{name}/
|
|
%{_datadir}/%{name}/
|
|
-%{_datadir}/icons/hicolor/*/stock/navigation/*.png
|
|
|
|
-%{_datadir}/icons/hicolor/48x48/apps/Terminal.png
|
|
|
|
-%{_datadir}/icons/hicolor/scalable/apps/Terminal.svg
|
|
|
|
-%{_datadir}/pixmaps/terminal.xpm
|
|
|
|
-%{_localedir}/*/LC_MESSAGES/Terminal.mo
|
|
|
|
%{_datadir}/applications/Terminal.desktop
|
|
%{_datadir}/applications/Terminal.desktop
|
|
|
|
+%{_datadir}/gnome-control-center/default-apps/*.xml
|
|
|
|
+%{_datadir}/icons/hicolor/*
|
|
|
|
+%{_datadir}/pixmaps/terminal.xpm
|
|
%{_mandir}/man1/Terminal.1*
|
|
%{_mandir}/man1/Terminal.1*
|
|
-%{_bindir}/Terminal
|
|
+%{_mandir}/*/man1/Terminal.1*
|
|
-%{_bindir}/terminal
|
|
|
|
-%{_libexecdir}/TerminalHelp
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.6-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.12-1
|
|
* Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.12-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|