rpms/deskbar-applet/devel deskbar-applet-2.14.0-beagleexists.patch, NONE, 1.1 deskbar-applet-2.14.0-fedorabz.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 deskbar-applet.spec, 1.19, 1.20 sources, 1.9, 1.10 deskbar-applet-2.13.91-beagleexists.patch, 1.1, NONE deskbar-applet-2.13.91-fedorabz.patch, 1.1, NONE deskbar-applet-2.13.91-prctl.patch, 1.1, NONE

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Mon Mar 13 05:49:42 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/deskbar-applet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10216

Modified Files:
	.cvsignore deskbar-applet.spec sources 
Added Files:
	deskbar-applet-2.14.0-beagleexists.patch 
	deskbar-applet-2.14.0-fedorabz.patch 
Removed Files:
	deskbar-applet-2.13.91-beagleexists.patch 
	deskbar-applet-2.13.91-fedorabz.patch 
	deskbar-applet-2.13.91-prctl.patch 
Log Message:
Upstream update

deskbar-applet-2.14.0-beagleexists.patch:

--- NEW FILE deskbar-applet-2.14.0-beagleexists.patch ---
--- deskbar-applet-2.14.0/deskbar/handlers/beagle-static.py.fedora	2006-03-12 21:24:16.000000000 -0500
+++ deskbar-applet-2.14.0/deskbar/handlers/beagle-static.py	2006-03-12 21:24:56.000000000 -0500
@@ -1,5 +1,6 @@
 import os
 from os.path import exists, join
+from glob import glob
 from gettext import gettext as _
 
 import gobject
@@ -9,7 +10,7 @@
 #FIXME: better way to detect beagle ?
 def _check_requirements():
 	for dir in get_xdg_data_dirs():
-		if exists(join(dir, "applications", "best.desktop")) or exists(join(dir, "applications", "beagle-search.desktop")):
+		if exists(join(dir, "applications", "best.desktop")) or glob(join(dir, "applications", "*beagle-search.desktop")):
 			return (deskbar.Handler.HANDLER_IS_HAPPY, None, None)
 	
 	return (deskbar.Handler.HANDLER_IS_NOT_APPLICABLE, "Beagle does not seem to be installed, skipping", None)

deskbar-applet-2.14.0-fedorabz.patch:

--- NEW FILE deskbar-applet-2.14.0-fedorabz.patch ---
--- deskbar-applet-2.14.0/deskbar/handlers/Makefile.in.fedorabz	2006-03-12 21:21:00.000000000 -0500
+++ deskbar-applet-2.14.0/deskbar/handlers/Makefile.in	2006-03-12 21:21:25.000000000 -0500
@@ -240,6 +240,7 @@
 	email_address.py epiphany.py files.py galago.py galeon.py \
 	gtkbookmarks.py google-live.py history.py mozilla.py \
 	programs.py pathprograms.py volumes.py web_address.py yahoo.py \
+	fedorabz.py \
 	$(am__append_1)
 EXTRA_DIST = \
 	debug-async_handler.py \
--- deskbar-applet-2.14.0/data/art/Makefile.in.fedorabz	2006-03-12 21:20:07.000000000 -0500
+++ deskbar-applet-2.14.0/data/art/Makefile.in	2006-03-12 21:20:42.000000000 -0500
@@ -244,6 +244,7 @@
 	deskbar-applet-panel-v.png \
 	deskbar-applet-panel-h.png \
 	deskbar-applet-small.png \
+	fedorabz.png \
 	folder-bookmark.png \
 	generic.png \
 	yahoo.png \


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/deskbar-applet/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	14 Feb 2006 05:00:09 -0000	1.9
+++ .cvsignore	13 Mar 2006 05:49:42 -0000	1.10
@@ -1 +1 @@
-deskbar-applet-2.13.91.tar.bz2
+deskbar-applet-2.14.0.tar.bz2


Index: deskbar-applet.spec
===================================================================
RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- deskbar-applet.spec	24 Feb 2006 12:07:06 -0000	1.19
+++ deskbar-applet.spec	13 Mar 2006 05:49:42 -0000	1.20
@@ -2,19 +2,18 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python}%{pyver} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           deskbar-applet
-Version:        2.13.91
-Release:        3%{?dist}
+Version:        2.14.0
+Release:        1%{?dist}
 
 Summary:        A Gnome applet to allow easy access to various search engines
 Group:          Applications/Internet
 License:        GPL
-URL:            http://browserbookapp.sourceforge.net/deskbar.html
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.13/%{name}-%{version}.tar.bz2
+URL:            http://live.gnome.org/DeskbarApplet
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.14/%{name}-%{version}.tar.bz2
 Source1:        fedorabz.py
 Source2:        fedorabz.png
-Patch0:         deskbar-applet-2.13.91-fedorabz.patch
-Patch1:         deskbar-applet-2.13.91-prctl.patch
-Patch2:         deskbar-applet-2.13.91-beagleexists.patch
+Patch0:         deskbar-applet-2.14.0-fedorabz.patch
+Patch2:         deskbar-applet-2.14.0-beagleexists.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gtk2-devel python-devel pygtk2-devel gnome-python2-extras gettext evolution-data-server-devel gnome-desktop-devel libSM-devel gnome-python2-applet
 Requires:       gnome-python2 gnome-python2-applet gnome-python2-bonobo gnome-python2-gconf pygtk2
@@ -23,24 +22,19 @@
 Requires(preun): GConf2
 
 %description
-This applet looks like the current Gnome Mini-Commander, but it launches search
-queries instead of programs.
-
-Example search-engines include
-+ Google
-+ MSN
-+ EBay
-+ IMDB
-+ Stock Quotes
-+ Wikipedia
-+ Local File Search (and eventually also Beagle)
+The goal of DeskbarApplet is to provide an omnipresent versatile search
+interface. By typing search terms into the deskbar entry in your panel you are
+presented with the search results as you type.
+
+Seaches are handled by a series of plugins. DeskbarApplet provides a simple
+interface to manage these plugins to provide you with the search results that
+fit your needs.
 
 %prep
 %setup -q
 cp %{SOURCE1} deskbar/handlers
 cp %{SOURCE2} data/art
 %patch -p1 -b .fedorabz
-%patch1 -p1 -b .prctl
 %patch2 -p1 -b .beagleexists
 
 %build
@@ -90,6 +84,9 @@
 %{_datadir}/pixmaps/%{name}.svg
 
 %changelog
+* Sun Mar 12 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 2.14.0-1
+- Upstream update
+
 * Fri Feb 24 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 2.13.91-3
 - Added beagle fix (#182728)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/deskbar-applet/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	14 Feb 2006 05:00:09 -0000	1.9
+++ sources	13 Mar 2006 05:49:42 -0000	1.10
@@ -1 +1 @@
-693c3221d73e8a6fe59144249e6deb43  deskbar-applet-2.13.91.tar.bz2
+2c9910160c2814e6497c5d6b6887fa8e  deskbar-applet-2.14.0.tar.bz2


--- deskbar-applet-2.13.91-beagleexists.patch DELETED ---


--- deskbar-applet-2.13.91-fedorabz.patch DELETED ---


--- deskbar-applet-2.13.91-prctl.patch DELETED ---




More information about the fedora-extras-commits mailing list