Date: Sun, 25 Jan 2004 17:10:50 +0100 From: "Franz Klammer" <klammer@webonaut.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61887: [maintainer update] deskutils/splashsetter Message-ID: <1075047039.1de0a19d@ds9.webonaut.com> Resent-Message-ID: <200401251620.i0PGKChB031160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61887 >Category: ports >Synopsis: [maintainer update] deskutils/splashsetter >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 25 08:20:12 PST 2004 >Closed-Date: >Last-Modified: >Originator: Franz Klammer >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD ds9.webonaut.com 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Tue Jan 6 00:09:47 CET 2004 root@ds9.webonaut.com:/usr/obj/usr/src/sys/DS9 i386 >Description: update to 0.6.4: * fixed some bugs i added to 0.6.3 * gnome-session has problems starting programs without a gui in "startup programs" add a workaround to solve this issue hopefully the last (bugfix-)update for a while... :-( >How-To-Repeat: >Fix: --- splashsetter64.diff begins here --- diff -Nur splashsetter.orig/Makefile splashsetter/Makefile --- splashsetter.orig/Makefile Thu Jan 22 12:29:09 2004 +++ splashsetter/Makefile Sun Jan 25 16:42:55 2004 @@ -6,7 +6,7 @@ # PORTNAME= splashsetter -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 CATEGORIES= deskutils gnome MASTER_SITES= http://webonaut.com/distfiles/${PORTNAME}/ diff -Nur splashsetter.orig/distinfo splashsetter/distinfo --- splashsetter.orig/distinfo Thu Jan 22 12:29:09 2004 +++ splashsetter/distinfo Sun Jan 25 16:43:25 2004 @@ -1 +1 @@ -MD5 (splashsetter-0.6.3.tar.bz2) = f9437f8e517fd5c675562a7b705cb19e +MD5 (splashsetter-0.6.4.tar.bz2) = 0eba3a23c8775250d183414ad226523a diff -Nur splashsetter.orig/files/patch-splash_set_gui_lib.py splashsetter/files/patch-splash_set_gui_lib.py --- splashsetter.orig/files/patch-splash_set_gui_lib.py Thu Jan 22 12:29:09 2004 +++ splashsetter/files/patch-splash_set_gui_lib.py Thu Jan 1 01:00:00 1970 @@ -1,21 +0,0 @@ ---- splash_set_gui_lib.py.orig Thu Jan 22 11:46:50 2004 -+++ splash_set_gui_lib.py Thu Jan 22 11:42:38 2004 -@@ -182,6 +182,7 @@ - - self.__def_thumb_size = 120 - -+ - def run_gui(self): - self.set_icon(gtk.gdk.pixbuf_new_from_file(SPLASH_SET_ICON)) - self.connect('destroy', gtk.mainquit) -@@ -260,8 +261,8 @@ - def __toolbar_workaround(self, x1 = None, x2 = None): - - if self.__toolbar.get_style() == 2: # 2 is text below icons but is also set if "both-horiz" == 3 should be. -- self.config = gconf.client_get_default() -- tc_or = self.config.get_string("/desktop/gnome/interface/toolbar_style") -+ config = gconf_lib() -+ tc_or = config.get_string("/desktop/gnome/interface/toolbar_style") - if (tc_or == "both-horiz"): - self.__toolbar.set_style(gtk.TOOLBAR_BOTH_HORIZ) - diff -Nur splashsetter.orig/files/patch-splash_set_lib.py splashsetter/files/patch-splash_set_lib.py --- splashsetter.orig/files/patch-splash_set_lib.py Thu Jan 22 12:29:09 2004 +++ splashsetter/files/patch-splash_set_lib.py Thu Jan 1 01:00:00 1970 @@ -1,38 +0,0 @@ ---- splash_set_lib.py.orig Thu Jan 22 11:46:44 2004 -+++ splash_set_lib.py Thu Jan 22 11:44:48 2004 -@@ -105,7 +105,7 @@ - self.__splash_home_dir = "~/.splash/" - self.splash_screen_list = [] - self.allow_set_splash_now = False -- self.config = gconf_lib() -+ self.__config = gconf_lib() - - - def set_random_splash(self): -@@ -135,14 +135,14 @@ - - def load_config(self): - -- self.__search_in_system_dir = self.config.get_cb_sysdir_state() -- self.__splash_search_dir = self.config.get_splash_dir() -+ self.__search_in_system_dir = self.__config.get_cb_sysdir_state() -+ self.__splash_search_dir = self.__config.get_splash_dir() - - if self.__splash_search_dir[-1:] != "/": - self.__splash_search_dir += "/" - - if not self.__original_splash: -- self.__original_splash = self.config.get_current_splash_screen() -+ self.__original_splash = self.__config.get_current_splash_screen() - self.active_splash = self.__original_splash - - -@@ -168,7 +168,7 @@ - - def set_splash(self): - print "new splash:",self.active_splash -- self.config.set_splash_image(self.active_splash) -+ self.__config.set_splash_image(self.active_splash) - - - def __load_splash_file_list(self, path, splashlist): --- splashsetter64.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1075047039.1de0a19d>