Hello community,

here is the log from the commit of package xfce4-panel-plugin-quicklauncher for 
openSUSE:Factory
checked in at Thu Mar 17 12:00:19 CET 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/xfce4-panel-plugin-quicklauncher/xfce4-panel-plugin-quicklauncher.changes
      2011-03-09 22:46:02.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Wed Mar  9 11:00:00 UTC 2011 - g...@opensuse.org
+
+- new package (split off from xfce4-panel-plugins)
+

calling whatdependson for head-i586


New:
----
  xfce4-panel-plugin-quicklauncher-1.9.4-add-missing-en-translation.patch
  xfce4-panel-plugin-quicklauncher-1.9.4-fix-desktop-file.patch
  xfce4-panel-plugin-quicklauncher-1.9.4-fix-multiscreen.patch
  xfce4-panel-plugin-quicklauncher-1.9.4-fix-parameters-launcher.patch
  xfce4-panel-plugin-quicklauncher-1.9.4-save-settings.patch
  xfce4-panel-plugin-quicklauncher.changes
  xfce4-panel-plugin-quicklauncher.spec
  xfce4-quicklauncher-plugin-1.9.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfce4-panel-plugin-quicklauncher.spec ++++++
#
# spec file for package xfce4-panel-plugin-quicklauncher
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define panel_version 4.8.0
%define plugin_name xfce4-quicklauncher-plugin

Name:           xfce4-panel-plugin-quicklauncher
License:        GPLv2+
Version:        1.9.4
Release:        25
Summary:        Application launcher plugin for the Xfce panel
Url:            
http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin
Source0:        xfce4-quicklauncher-plugin-1.9.4.tar.bz2
# PATCH-FIX-UPSTREAM xfce4-panel-plugin-quicklauncher-1.9.4-save-settings.patch 
bxo#3782 g...@opensuse.org -- Makes quicklauncher save its settings (backported 
from upstream git)
Patch0:         xfce4-panel-plugin-quicklauncher-1.9.4-save-settings.patch
# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-quicklauncher-1.9.4-fix-parameters-launcher.patch bxo#5752 
g...@opensuse.org -- Fixes the "Parameters" launcher by calling 
xfce4-settings-manager
Patch1:         
xfce4-panel-plugin-quicklauncher-1.9.4-fix-parameters-launcher.patch
# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-quicklauncher-1.9.4-fix-multiscreen.patch deb#481085 
bxo#4323 g...@opensuse.org -- Lauches applications on the right screen in 
multiscreen setups
Patch2:         xfce4-panel-plugin-quicklauncher-1.9.4-fix-multiscreen.patch
# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-quicklauncher-1.9.4-add-missing-en-translation.patch 
bxo#3783 g...@opensuse.org -- Adds missing English translation (backported from 
upstream git)
Patch3:         
xfce4-panel-plugin-quicklauncher-1.9.4-add-missing-en-translation.patch
# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-quicklauncher-1.9.4-fix-desktop-file.patch bxo#7015 
g...@opensuse.org -- Adds missing X-XFCE-Module-Path to .desktop files so the 
plugin can be loaded
Patch4:         xfce4-panel-plugin-quicklauncher-1.9.4-fix-desktop-file.patch
Group:          System/GUI/XFCE
BuildRequires:  intltool
BuildRequires:  fdupes
BuildRequires:  pkgconfig(libxfce4panel-1.0)
Requires:       xfce4-panel >= 4.8.0
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The Quicklauncher plugin offers application launchers for the panel which can
be displayed on multiple lines.


%prep
%setup -q -n %{plugin_name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%configure --disable-static
make %{_smp_mflags} V=1

%install
%make_install
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
%find_lang %{plugin_name} %{name}.lang
%fdupes %{buildroot}%{_datadir}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%{_libdir}/xfce4/panel-plugins/libquicklauncher*
%{_datadir}/xfce4/panel-plugins/quicklauncher.desktop

%changelog
++++++ xfce4-panel-plugin-quicklauncher-1.9.4-add-missing-en-translation.patch 
++++++
diff -urN xfce4-quicklauncher-plugin-1.9.4.orig/configure 
xfce4-quicklauncher-plugin-1.9.4/configure
--- xfce4-quicklauncher-plugin-1.9.4.orig/configure     2007-06-27 
21:07:14.000000000 +0200
+++ xfce4-quicklauncher-plugin-1.9.4/configure  2011-01-01 11:53:38.000000000 
+0100
@@ -21181,7 +21181,7 @@
 
 
 
-    ALL_LINGUAS="cs el eu fr gl hu ja pl ru vi"
+    ALL_LINGUAS="cs el en eu fr gl hu ja pl ru vi"
 
 
 for ac_header in locale.h
diff -urN xfce4-quicklauncher-plugin-1.9.4.orig/po/en.po 
xfce4-quicklauncher-plugin-1.9.4/po/en.po
--- xfce4-quicklauncher-plugin-1.9.4.orig/po/en.po      1970-01-01 
01:00:00.000000000 +0100
+++ xfce4-quicklauncher-plugin-1.9.4/po/en.po   2011-01-01 11:53:38.000000000 
+0100
@@ -0,0 +1,87 @@
+# English translation of xfce4-quicklauncher-plugin.
+# Copyright (C) 2007 THE xfce4-quicklauncher-plugin'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the 
xfce4-quicklauncher-plugin package.
+# Jeff Bailes <thepizzak...@gmail.com>, 2007.
+# , fuzzy
+# 
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce4-quicklauncher-plugin\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-17 21:37+0200\n"
+"PO-Revision-Date: 2007-03-31 10:17+1000\n"
+"Last-Translator: Jeff Bailes <thepizzak...@gmail.com>\n"
+"Language-Team: English\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit"
+
+#: ../panel-plugin/callbacks.c:79
+msgid "Configure Quicklauncher"
+msgstr "Configure Quicklauncher"
+
+#: ../panel-plugin/callbacks.c:93
+msgid "Lines: "
+msgstr "Lines: "
+
+#: ../panel-plugin/callbacks.c:123
+msgid "Espace entre les lanceurs :"
+msgstr "Space between launchers"
+
+#: ../panel-plugin/callbacks.c:131
+msgid "afficher les tooltips"
+msgstr "Show tooltips"
+
+#: ../panel-plugin/callbacks.c:135
+msgid "afficher les labels"
+msgstr "Show labels"
+
+#: ../panel-plugin/callbacks.c:216
+msgid "icone"
+msgstr "icon"
+
+#: ../panel-plugin/callbacks.c:222
+msgid "commande"
+msgstr "command"
+
+#: ../panel-plugin/callbacks.c:228
+msgid "nom"
+msgstr "name"
+
+#: ../panel-plugin/callbacks.c:327
+msgid "Open icon"
+msgstr "Open icon"
+
+#: ../panel-plugin/main.c:163 ../panel-plugin/quicklauncher.desktop.in.in.h:2
+msgid "Quicklauncher"
+msgstr "Quicklauncher"
+
+#: ../panel-plugin/main.c:166
+msgid "Allows you to add launchers easily and display them on many lines."
+msgstr "Allows you to add launchers easily and display them on many lines."
+
+#: ../panel-plugin/main.c:168
+msgid "Other plugins available here"
+msgstr "Other plugins available here"
+
+#: ../panel-plugin/main.c:320
+msgid "Lock"
+msgstr "Lock"
+
+#: ../panel-plugin/main.c:323
+msgid "Parameters"
+msgstr "Parameters"
+
+#: ../panel-plugin/main.c:326
+msgid "Applications"
+msgstr "Applications"
+
+#: ../panel-plugin/main.c:329
+msgid "Help"
+msgstr "Help"
+
+#: ../panel-plugin/quicklauncher.desktop.in.in.h:1
+msgid "Program with several launchers"
+msgstr "Program with several launchers"
+
++++++ xfce4-panel-plugin-quicklauncher-1.9.4-fix-desktop-file.patch ++++++
diff -ur 
xfce4-quicklauncher-plugin-1.9.4.orig/panel-plugin/quicklauncher.desktop.in.in 
xfce4-quicklauncher-plugin-1.9.4/panel-plugin/quicklauncher.desktop.in.in
--- 
xfce4-quicklauncher-plugin-1.9.4.orig/panel-plugin/quicklauncher.desktop.in.in  
    2005-09-25 21:08:43.000000000 +0200
+++ xfce4-quicklauncher-plugin-1.9.4/panel-plugin/quicklauncher.desktop.in.in   
2011-01-01 13:43:26.000000000 +0100
@@ -4,4 +4,5 @@
 _Name=Quicklauncher
 _Comment=Program with several launchers
 Icon=gnome-fs-executable
-X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libquicklauncher.so
+X-XFCE-Module=libquicklauncher.so
+X-XFCE-Module-Path=@INTERNAL_PLUGIN_PATH@
++++++ xfce4-panel-plugin-quicklauncher-1.9.4-fix-multiscreen.patch ++++++
diff -ur xfce4-quicklauncher-plugin-1.9.4.orig/panel-plugin/main.c 
xfce4-quicklauncher-plugin-1.9.4/panel-plugin/main.c
--- xfce4-quicklauncher-plugin-1.9.4.orig/panel-plugin/main.c   2011-01-01 
11:44:18.000000000 +0100
+++ xfce4-quicklauncher-plugin-1.9.4/panel-plugin/main.c        2011-01-01 
11:47:16.000000000 +0100
@@ -148,6 +148,7 @@
        t_qck_launcher_opt_dlg* dlg;
        xfce_panel_plugin_block_menu(plugin);
        dlg = create_qck_launcher_dlg();
+        gtk_window_set_screen (GTK_WINDOW (dlg->dialog), gtk_widget_get_screen 
(plugin));
        qck_launcher_opt_dlg_set_quicklauncher(quicklauncher);
        gtk_dialog_run(GTK_DIALOG(dlg->dialog));
        quicklauncher_save(plugin, quicklauncher);
@@ -161,6 +162,7 @@
        GtkWidget *about;
        const gchar* authors[2] = {"Bountykiller <masse_nico...@yahoo.fr>", 
NULL};
        about = gtk_about_dialog_new();
+        gtk_window_set_screen (GTK_WINDOW (about), gtk_widget_get_screen 
(plugin));
        gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(about), _("Quicklauncher"));
        gtk_about_dialog_set_logo(GTK_ABOUT_DIALOG(about), NULL);
        gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(about), (const gchar**) 
authors);
@@ -462,7 +464,7 @@
                if(launcher->quicklauncher->_last_zoomed_launcher == launcher)
                {
                        g_return_val_if_fail(launcher->clicked_img, FALSE);
-                       xfce_exec(launcher->command, FALSE, FALSE, NULL);
+                       xfce_exec_on_screen(gtk_widget_get_screen (box), 
launcher->command, FALSE, FALSE, NULL);
                        gtk_image_set_from_pixbuf (GTK_IMAGE(launcher->image), 
launcher->def_img);
                }
                else
++++++ xfce4-panel-plugin-quicklauncher-1.9.4-fix-parameters-launcher.patch 
++++++
diff -ur xfce4-quicklauncher-plugin-1.9.4.orig/panel-plugin/main.c 
xfce4-quicklauncher-plugin-1.9.4/panel-plugin/main.c
--- xfce4-quicklauncher-plugin-1.9.4.orig/panel-plugin/main.c   2011-01-01 
11:40:59.000000000 +0100
+++ xfce4-quicklauncher-plugin-1.9.4/panel-plugin/main.c        2011-01-01 
11:44:18.000000000 +0100
@@ -321,7 +321,7 @@
        launcher = launcher_new(_("Lock"), "xflock4", XFCE_ICON_CATEGORY_SYSTEM,
                                                        NULL, quicklauncher);
        quicklauncher_add_element(quicklauncher, launcher);
-       launcher = launcher_new(_("Parameters"),"xfce-setting-show", 
XFCE_ICON_CATEGORY_SETTINGS,
+       launcher = launcher_new(_("Parameters"),"xfce4-settings-manager", 
XFCE_ICON_CATEGORY_SETTINGS,
                                                        NULL, quicklauncher);
        quicklauncher_add_element(quicklauncher, launcher);
        launcher = launcher_new(_("Applications"), "xfce4-appfinder", 
XFCE_ICON_CATEGORY_UTILITY,
++++++ xfce4-panel-plugin-quicklauncher-1.9.4-save-settings.patch ++++++
diff -ur xfce4-quicklauncher-plugin-1.9.4.orig/panel-plugin/main.c 
xfce4-quicklauncher-plugin-1.9.4/panel-plugin/main.c
--- xfce4-quicklauncher-plugin-1.9.4.orig/panel-plugin/main.c   2007-05-14 
22:42:09.000000000 +0200
+++ xfce4-quicklauncher-plugin-1.9.4/panel-plugin/main.c        2011-01-01 
11:40:59.000000000 +0100
@@ -150,6 +150,7 @@
        dlg = create_qck_launcher_dlg();
        qck_launcher_opt_dlg_set_quicklauncher(quicklauncher);
        gtk_dialog_run(GTK_DIALOG(dlg->dialog));
+       quicklauncher_save(plugin, quicklauncher);
        xfce_panel_plugin_unblock_menu(plugin);
 }
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to