|
@@ -3,17 +3,24 @@
|
|
Summary: Drop-down terminal for GNOME Desktop Environment
|
|
Summary: Drop-down terminal for GNOME Desktop Environment
|
|
Summary(ja): GNOME 用のドロップダウン式の端末エミュレータ
|
|
Summary(ja): GNOME 用のドロップダウン式の端末エミュレータ
|
|
Name: guake
|
|
Name: guake
|
|
-Version: 0.4.4
|
|
+Version: 0.8.4
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source0: %{name}-%{version}.tar.gz
|
|
#Source1: guake-0.4.1-ja.po
|
|
#Source1: guake-0.4.1-ja.po
|
|
-Patch0: 0001-Fix-focus-issue-on-gnome-shell.patch
|
|
+#Patch0: 0001-Fix-focus-issue-on-gnome-shell.patch
|
|
-Patch1: 0001-Fix-notification.patch
|
|
+#Patch1: 0001-Fix-notification.patch
|
|
|
|
+#Patch2: 0001-Let-allow-the-signal.SIGTERM-to-fail.patch
|
|
|
|
+#Patch3: 0001-Fix-regex-to-include-the-port-number-when-there-is-o.patch
|
|
|
|
+# Upstream patch at https://github.com/Guake/guake/pull/75
|
|
|
|
+#Patch4: 0001-Include-bpython-and-ipython-as-interpreters.patch
|
|
|
|
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: Applications/Accessories
|
|
Group: Applications/Accessories
|
|
URL: http://guake.org/
|
|
URL: http://guake.org/
|
|
|
|
|
|
|
|
+Requires: gnome-python
|
|
|
|
+Requires: python-keybinder
|
|
|
|
+
|
|
Requires(pre): GConf2
|
|
Requires(pre): GConf2
|
|
Requires(post): GConf2
|
|
Requires(post): GConf2
|
|
Requires(preun):GConf2
|
|
Requires(preun):GConf2
|
|
@@ -23,8 +30,11 @@ BuildRequires: gtk2-devel, pygtk2-devel
|
|
BuildRequires: vte, GConf2-devel, libffi-devel
|
|
BuildRequires: vte, GConf2-devel, libffi-devel
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: intltool, gettext
|
|
BuildRequires: intltool, gettext
|
|
|
|
+BuildRequires: gnome-common
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
Packager: kazutaka
|
|
Packager: kazutaka
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -46,10 +56,14 @@ sed -i 's/Encoding=UTF-8//g' data/guake.desktop.in data/guake-prefs.desktop.in
|
|
sed -i 's/Categories=GNOME;GTK;Utility;TerminalEmulator;/Categories=GNOME;GTK;Utility;/g' \
|
|
sed -i 's/Categories=GNOME;GTK;Utility;TerminalEmulator;/Categories=GNOME;GTK;Utility;/g' \
|
|
data/guake.desktop.in
|
|
data/guake.desktop.in
|
|
|
|
|
|
-%patch0 -p1
|
|
+#%patch0 -p1
|
|
-%patch1 -p1
|
|
+#%patch1 -p1
|
|
|
|
+#%patch2 -p1
|
|
|
|
+#%patch3 -p1
|
|
|
|
+#%patch4 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+./autogen.sh
|
|
%configure --disable-static \
|
|
%configure --disable-static \
|
|
--disable-schemas-install
|
|
--disable-schemas-install
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
@@ -63,7 +77,7 @@ sed -i 's/Categories=GNOME;GTK;Utility;TerminalEmulator;/Categories=GNOME;GTK;Ut
|
|
rm -f %{buildroot}%{_libdir}/%{name}/globalhotkeys.la
|
|
rm -f %{buildroot}%{_libdir}/%{name}/globalhotkeys.la
|
|
|
|
|
|
if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then
|
|
if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then
|
|
- mv %{buildroot}%{python_sitelib}/%{name}/* %{buildroot}%{python_sitearch}/%{name}/
|
|
+ mv %{buildroot}/usr/lib/ %{buildroot}%{_libdir}
|
|
fi
|
|
fi
|
|
|
|
|
|
%check
|
|
%check
|
|
@@ -106,7 +120,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
|
|
+%doc AUTHORS COPYING ChangeLog INSTALL NEWS README.rst
|
|
%{_bindir}/%{name}
|
|
%{_bindir}/%{name}
|
|
%{_bindir}/%{name}-prefs
|
|
%{_bindir}/%{name}-prefs
|
|
%{_datadir}/%{name}
|
|
%{_datadir}/%{name}
|
|
@@ -115,21 +129,35 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
%{_datadir}/dbus-1/services/org.guake.Guake.service
|
|
%{_datadir}/dbus-1/services/org.guake.Guake.service
|
|
%{_datadir}/icons/hicolor/*/
|
|
%{_datadir}/icons/hicolor/*/
|
|
%{_datadir}/pixmaps/%{name}
|
|
%{_datadir}/pixmaps/%{name}
|
|
-%{python_sitearch}/%{name}
|
|
+%{python_sitearch}/%{name}/*
|
|
%{_mandir}/man1/guake.1*
|
|
%{_mandir}/man1/guake.1*
|
|
%{_sysconfdir}/gconf/schemas/%{name}.schemas
|
|
%{_sysconfdir}/gconf/schemas/%{name}.schemas
|
|
#%{_sysconfdir}/xdg/autostart/%{name}.desktop
|
|
#%{_sysconfdir}/xdg/autostart/%{name}.desktop
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Fri Mar 21 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.4-2
|
|
+* Sun Apr 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.4-1
|
|
-- rebuilt with new toolchain
|
|
+- new upstream release
|
|
|
|
+- delete all patches
|
|
|
|
+- run autogen.sh in %%build
|
|
|
|
+- added BuildRequires: gnome-common
|
|
|
|
+- added Requires: gnome-python, python-keybinder
|
|
|
|
+- fixed %%install
|
|
|
|
+- fixed %%files and %%doc
|
|
|
|
+
|
|
|
|
+* Tue Dec 31 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.4.4-2
|
|
|
|
+- add some patches from Fedora guake-0.4.4-11.fc21
|
|
|
|
+ - 0001-Let-allow-the-signal.SIGTERM-to-fail.patch (Patch2)
|
|
|
|
+ - 0001-Fix-regex-to-include-the-port-number-when-there-is-o.patch (Patch3)
|
|
|
|
+ - 0001-Include-bpython-and-ipython-as-interpreters.patch (Patch4)
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
|
|
* Sat Jul 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.4-1
|
|
* Sat Jul 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.4-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added Patch1 from Fedora
|
|
- added Patch1 from Fedora
|
|
- run gtk-update-icon-cache in %%post, %%posutn
|
|
- run gtk-update-icon-cache in %%post, %%posutn
|
|
|
|
|
|
|
|
+
|
|
* Thu Jun 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.3-2
|
|
* Thu Jun 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.3-2
|
|
- run desktop-file-validate in %%check
|
|
- run desktop-file-validate in %%check
|
|
|
|
|