Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 5bab90aa76aa5734596e591e9527f0b1 > files > 2

guake-0.4.4-2.mga3.src.rpm

Summary:	A drop-down terminal for Gnome Desktop Environment
Name:     	guake
Version:	0.4.4
Release:	%mkrel 2
License:	GPLv2+
Group:		Graphical desktop/GNOME
Source0: 	http://guake.org/files/%{name}-%{version}.tar.gz
URL:		http://guake.org
BuildRequires:	intltool
BuildRequires:	GConf2
BuildRequires:	python-vte
BuildRequires:	pkgconfig(gtk+-2.0)
BuildRequires:	pkgconfig(pygtk-2.0)
Requires:	pygtk2.0
Requires:	pygtk2.0-libglade
Requires:	python-vte
Requires:	python-dbus
Requires:	python-notify
Requires:	gnome-python-gconf

%description
Guake is a drop-down terminal for Gnome Desktop Environment, so you just
need to press a key to invoke him, and press again to hide.

%prep
%setup -q

%build
%configure2_5x \
	--disable-schemas-install \
	--disable-static
%make

%install
%makeinstall_std pythondir=%{python_sitearch}

# we don't want these
find %{buildroot} -name "*.la" -delete

%find_lang %{name}

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{python_sitearch}/%{name}
%{_bindir}/%{name}*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}*.desktop
%{_mandir}/man1/*
%{_datadir}/dbus-1/services/org.guake.Guake.service
%{_datadir}/pixmaps/%{name}/
%{_iconsdir}/hicolor/*/apps/guake*.png



%changelog

* Sat Jan 12 2013 umeabot <umeabot> 0.4.4-2.mga3
+ Revision: 352941
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Jul 29 2012 wally <wally> 0.4.4-1.mga3
+ Revision: 275743
- new version 0.4.4

* Thu Jun 07 2012 wally <wally> 0.4.3-1.mga3
+ Revision: 257079
- new version 0.4.3
- drop unneeded patches
- require pygtk2.0-libglade (mga#5907)

* Fri Apr 20 2012 wally <wally> 0.4.2-5.mga2
+ Revision: 232052
- add P1 to fix glib includes
- clean BRs and .spec
- require gnome-python-gconf

* Thu May 05 2011 wally <wally> 0.4.2-4.mga1
+ Revision: 95138
- require python-notify (mga#1154)

* Thu Mar 03 2011 wally <wally> 0.4.2-3.mga1
+ Revision: 63258
- drop buildroot definition
- clean .spec
- imported package guake