openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
August 2016
- 1 participants
- 1588 discussions
Hello community,
here is the log from the commit of package mate-applet-dock for openSUSE:Factory checked in at 2016-08-31 00:10:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
and /work/SRC/openSUSE:Factory/.mate-applet-dock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-applet-dock"
Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes 2016-07-27 16:12:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes 2016-08-31 00:11:44.000000000 +0200
@@ -1,0 +2,25 @@
+Sun Aug 28 12:34:58 UTC 2016 - sor.alexei(a)meowr.ru
+
+- Update to version 0.74:
+ * Correct position of window lists on non-expanded panels.
+ * Fix for window list flickering on bottom aligned panels on MATE
+ built with Gtk3.
+ * Increase the delay before window lists are shown when the mouse
+ hovers over an application icon. It was 0.5 seconds, and is now
+ 1 second.
+ * Shortened pin/unpin window list text. It now says
+ 'Pin <application name>' rather than
+ 'Pin <application name> to the dock', and the Unpin text is
+ similarly shortened.
+ * Fix a bug that would cause Pin/Unpin actions to act upon
+ previously highlighted application icons, rather than the one
+ that is currently highlighted.
+ * When starting to drag an application icon, the window list is
+ now hidden.
+ * The applet can now display progress bars and counts on
+ application icons for applications which support this e.g. the
+ Ubuntu software updater.
+ * Fix for improved matching of binary packaged applications on
+ Gentoo.
+
+-------------------------------------------------------------------
Old:
----
mate-dock-applet-0.73.tar.gz
New:
----
mate-dock-applet-0.74.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-applet-dock.spec ++++++
--- /var/tmp/diff_new_pack.ownylg/_old 2016-08-31 00:11:47.000000000 +0200
+++ /var/tmp/diff_new_pack.ownylg/_new 2016-08-31 00:11:47.000000000 +0200
@@ -18,7 +18,7 @@
%define _name mate-dock-applet
Name: mate-applet-dock
-Version: 0.73
+Version: 0.74
Release: 0
Summary: Dock applet for the MATE panel
License: GPL-2.0+
@@ -34,8 +34,8 @@
Requires: python3-cairo
Requires: python3-gobject
Requires: python3-gobject-cairo
-Requires: python3-scipy
Requires: python3-xdg
+Recommends: libunity
%glib2_gsettings_schema_requires
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
Requires: python3-gobject-Gdk
@@ -75,7 +75,8 @@
find %{buildroot}%{_libdir}/ -type f -name '*.py' | while read py; do
# Create Python bytecode.
- rm -f *.pyc *.pyo __pycache__/
+ rm -rf *.pyc *.pyo __pycache__/
+ touch -c *.py
%py3_compile .
if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then
chmod a+x "$py"
++++++ mate-dock-applet-0.73.tar.gz -> mate-dock-applet-0.74.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-dock-applet-0.73/ChangeLog new/mate-dock-applet-0.74/ChangeLog
--- old/mate-dock-applet-0.73/ChangeLog 2016-07-20 09:17:33.000000000 +0200
+++ new/mate-dock-applet-0.74/ChangeLog 2016-08-24 09:18:29.000000000 +0200
@@ -1,3 +1,21 @@
+V0.74 Fix for improved matching of binary packaged apps on Gentoo .
+ Amended README.me to include the availability of an overlay for the applet
+ on Gentoo.
+ Corrected position of window lists on non-expanded panels.
+ Fix for window list flickering on bottom aligned panels on MATE Gtk3
+ Increased the delay before window lists are shown when the mouse hovers over an
+ app icon. It was 0.5 seconds, and is now 1 second.
+ Shortened pin/unpin window list text. It now says 'Pin <app name>' rather than
+ 'Pin <app name> to the dock', and the Unpin text is similarly shortened.
+ Fixed a bug that would cause Pin/Unpin actions to act upon previously highlighted app
+ icons, rather than the one that is currently highlighted.
+ When starting to drag an app icon, the window list is now hidden.
+ The applet can now display progress bars and counts on app icons for apps which
+ support this e.g. the Ubuntu software updater.
+
+V0.73 Added drag and drop rearranging ing of dock icons (Gtk3 only). Window list
+ reworked and prettified.
+
V0.72 The applet now works on and can be built for both GTK2 and GTK3 versions of MATE.
Aside from the changes to layout containers (i.e. GTK2 VBox & HBoxes become GTK3
Boxes/Grids), underlying differences between the two toolkits meant that the code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-dock-applet-0.73/README.md new/mate-dock-applet-0.74/README.md
--- old/mate-dock-applet-0.73/README.md 2016-07-20 09:17:33.000000000 +0200
+++ new/mate-dock-applet-0.74/README.md 2016-08-24 09:18:29.000000000 +0200
@@ -37,6 +37,10 @@
For Arch users there's a [package](http://aur.archlinux.org/packages/mate-applet-dock-git) available in the AUR.
+### Gentoo based distributions
+
+An ebuild is available via the [mate-de-gentoo](https://github.com/oz123/mate-de-gentoo)
+
### Other distributions
Users of other distros will need to install from source, so first install the required dependencies:
@@ -45,7 +49,6 @@
* gir1.2-wnck-1.0
* libglib2-dev
* Python Imaging Library
-* SciPy
* Python 3 Cairo bindings
then cd to the directory containing all of the development files and run:
@@ -81,9 +84,16 @@
From this point the instructions above for compiling from source should be followed.
+### Note for Compiz Users
+
+In order for window minimizing and maximizing to work correctly under Compiz, the Focus Prevention Level setting must be set to off in CompizConfig Settings Manager (General Options, Focus and Raise Behaviour)
### Obligatory screen shots
+GTK3 version of the applet running on Ubuntu MATE 16.10 Alpha 1
+
+![GTK3 Ubunbtu Mate](https://github.com/robint99/screenshots/raw/master/16.10 win-list.png)
+
Running on Arch with a Unity style layout
![Arch screenshot](https://github.com/robint99/screenshots/raw/master/arch_V0.6_ss…
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-dock-applet-0.73/configure.ac new/mate-dock-applet-0.74/configure.ac
--- old/mate-dock-applet-0.73/configure.ac 2016-07-20 09:17:33.000000000 +0200
+++ new/mate-dock-applet-0.74/configure.ac 2016-08-24 09:18:29.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([Dock Applet], [0.73])
+AC_INIT([Dock Applet], [0.74])
AM_INIT_AUTOMAKE
AM_PATH_PYTHON([3.0])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-dock-applet-0.73/src/dock.in new/mate-dock-applet-0.74/src/dock.in
--- old/mate-dock-applet-0.73/src/dock.in 2016-07-20 09:17:33.000000000 +0200
+++ new/mate-dock-applet-0.74/src/dock.in 2016-08-24 09:18:29.000000000 +0200
@@ -8,6 +8,8 @@
Respond to window opening and closing events from libwnck
Respond to changes to the Gtk icon theme and update all docked apps
Load and save dock settings (e.g. pinned apps and indicator type)
+Respond to Unity API DBus messages so that apps can display counts and
+progress meters on their icons
respond to selections made in the applet right click menu, specifically
: allow apps to be pinned to the dock
@@ -65,6 +67,8 @@
import os.path
import sys
from time import sleep
+import dbus
+from dbus.mainloop.glib import DBusGMainLoop
import docked_app
import dock_prefs
@@ -335,7 +339,7 @@
self.app_win_list = dock_win_list.DockWinList(self.wnck_screen)
self.app_win_list.icontheme = self.icontheme
- self.win_list_delay = 500
+ self.win_list_delay = 1000
self.win_list_timer = None
self.panel_x = 0
@@ -356,10 +360,31 @@
self.panel_cc = dock_color_changer.PanelColorChanger()
+ # we need to monitor the Unity dbus interface
+ DBusGMainLoop(set_as_default=True)
+ self.session_bus = dbus.SessionBus()
+
+ # claim the Unity bus (Unity won't be using it...) so that clients know
+ # to start using it
+ self.session_bus.request_name("com.canonical.Unity",
+ dbus.bus.NAME_FLAG_ALLOW_REPLACEMENT)
+
+ # add a handler to listen in Unity dbus messages
+ self.session_bus.add_signal_receiver(self.unity_cb_handler,
+ dbus_interface = "com.canonical.Unity.LauncherEntry",
+ signal_name="Update")
+
# instantiate a timer to perform further setup once the applet has been
# fully created
GObject.timeout_add(1000, self.do_delayed_setup)
+ def __del__(self):
+ """ Clean up ...
+ """
+
+ # release the unity bus
+ self.session_bus.release_name("com.canonical.Unity")
+
def do_delayed_setup(self):
""" Perform setup operations that we couldn't do until the dock was
fully instantiated
@@ -805,9 +830,9 @@
move_right_action.set_label("Move %s to the right on the dock" % app.app_name)
if pin_action.is_visible():
- pin_action.set_label("Pin %s to the dock" % app.app_name)
+ pin_action.set_label("Pin %s" % app.app_name)
else:
- unpin_action.set_label("Unpin %s from the dock" % app.app_name)
+ unpin_action.set_label("Unpin %s" % app.app_name)
# set the actions for selecting specific windows
@@ -900,39 +925,63 @@
"""Perform the app's 1st .desktop file specified shortcut/action
"""
- if self.right_clicked_app is not None:
- self.right_clicked_app.run_rc_action(1)
+ # get the app in question
+ if self.app_win_list is None:
+ return # shouldn't ever happen...
+ the_app = self.app_win_list.the_app
+
+ if the_app is not None:
+ the_app.run_rc_action(1)
def df_shortcut_2(self, data=None):
"""Perform the app's 1st .desktop file specified shortcut/action
"""
- if self.right_clicked_app is not None:
- self.right_clicked_app.run_rc_action(2)
+ # get the app we need in question
+ if self.app_win_list is None:
+ return # shouldn't ever happen...
+ the_app = self.app_win_list.the_app
+
+ if the_app is not None:
+ the_app.run_rc_action(2)
def df_shortcut_3(self, data=None):
"""Perform the app's 1st .desktop file specified shortcut/action
"""
+ # get the app in question
+ if self.app_win_list is None:
+ return # shouldn't ever happen...
+ the_app = self.app_win_list.the_app
- if self.right_clicked_app is not None:
- self.right_clicked_app.run_rc_action(3)
+ if the_app is not None:
+ the_app.run_rc_action(3)
def df_shortcut_4(self, data=None):
"""Perform the app's 1st .desktop file specified shortcut/action
+
+ The app is specfied from the winwdow list
"""
+ # get the app win quesion
+ if self.app_win_list is None:
+ return # shouldn't ever happen.
+ the_app = self.app_win_list.the_app
- if self.right_clicked_app is not None:
- self.right_clicked_app.run_rc_action(4)
+ if the_app is not None:
+ the_app.run_rc_action(4)
def unpin_app(self, data=None):
"""Unpin an app from the dock
+ This action is performed from the window list
Unpin the app and update the dock settings.
If the app is not running, remove it from the dock also
"""
- the_app = self.right_clicked_app
+ # get the app we need to unpin
+ if self.app_win_list is None:
+ return # shouldn't ever happen...
+ the_app = self.app_win_list.the_app
if the_app is not None:
the_app.is_pinned = False
@@ -946,7 +995,11 @@
Pin the app and update the dock settings"""
- the_app = self.right_clicked_app
+ # get the app we need to pin
+ if self.app_win_list is None:
+ return # shouldn't ever happen...
+
+ the_app = self.app_win_list.the_app
if the_app is not None:
the_app.is_pinned = True
self.write_settings()
@@ -1075,16 +1128,18 @@
two integers, the x and y coordinates
"""
+ dock_x, dock_y = self.get_dock_root_coords()
+
if (self.panel_orient == "top") or (self.panel_orient == "bottom"):
- min_x = self.applet_pos + 1 + \
+ min_x = dock_x + \
(self.get_app_position_in_dock(app) * app.drawing_area_size)
if build_gtk2:
min_x += self.get_app_position_in_dock(app)
- min_y = self.panel_y + 1
+ min_y = dock_y
else:
- min_x = self.panel_x + 1
- min_y = self.applet_pos + 1 + \
+ min_x = dock_x
+ min_y = dock_y + \
(self.get_app_position_in_dock(app) * app.drawing_area_size)
if build_gtk2:
min_y += self.get_app_position_in_dock(app)
@@ -1098,12 +1153,17 @@
two integers, the x and y coordinates
"""
- if (self.panel_orient == "top") or (self.panel_orient == "bottom"):
- dock_x = self.applet_pos + 1
- dock_y = self.panel_y + 1
+ # get root coord from the applet window rather from panel settings...
+ win = self.applet.props.window
+ # check validity of win - can be None during applet creation...
+ if win is None:
+ return 0, 0
+
+ if build_gtk2:
+ # win.get_origin doesn't work on gtk2, so...
+ dock_x, dock_y = win.get_root_coords(0, 0)
else:
- dock_x = self.panel_x + 1
- dock_y = self.applet_pos + 1
+ thing, dock_x, dock_y = win.get_origin()
return dock_x, dock_y
@@ -1838,7 +1898,33 @@
"""
self.app_list.remove(app)
- self.box.remove(app.drawing_area)
+ num_apps = len(self.box.get_children())
+
+ if build_gtk2:
+ self.box.remove(app.drawing_area)
+ else:
+ # the row/column which contains the app needs to be
+ # removed, so get the app's position in the grid
+ pos = 0
+ while pos < num_apps:
+ if self.box.orientation == Gtk.Orientation.VERTICAL:
+ left = 0
+ top = pos
+ else:
+ left = pos
+ top = 0
+
+ if self.box.get_child_at(left, top) == app.drawing_area:
+ # we've found the app
+ if self.box.orientation == Gtk.Orientation.VERTICAL:
+ self.box.remove_row(pos)
+ else:
+ self.box.remove_column(pos)
+
+ app = None
+ return
+
+ pos += 1
app = None
@@ -2152,8 +2238,8 @@
""" Show the the list of open windows and actions for the currently
highlighted app
- Get the currently highlighted app. If the highlighted app is not
- running or a window list is already being displayed for it, or a user
+ Get the currently highlighted app. If the highlighted app is being
+ launched or a window list is already being displayed for it, or a user
interaction has already dismissed the window list, then do nothing
Otherwise, fill the window list, set the window position and set the
@@ -2169,97 +2255,97 @@
if (highlighted_app is None):
return
- if highlighted_app is not None:
-
- self.set_actions_for_app(self.app_with_mouse)
-
- # first of all, add any shortcut actions specifedd in the app's
- # .desktop file
+ # is the app being launched?
+ if highlighted_app.is_pulsing:
+ self.win_list_timer = None
+ return False
- df_shortcut_1_action = self.dock_action_group.get_action("df_shortcut_1_action")
- df_shortcut_2_action = self.dock_action_group.get_action("df_shortcut_2_action")
- df_shortcut_3_action = self.dock_action_group.get_action("df_shortcut_3_action")
- df_shortcut_4_action = self.dock_action_group.get_action("df_shortcut_4_action")
- pin_action = self.dock_action_group.get_action("pin_action")
- unpin_action = self.dock_action_group.get_action("unpin_action")
+ # always recreate the window list e.g. to account for windows being
+ # opened/closed, the app being pinned/unpinned etc.
- # recreate the window every time
- if self.app_win_list is not None:
- self.app_win_list.destroy()
+ if self.app_win_list is not None:
+ self.app_win_list.destroy()
- self.app_win_list = dock_win_list.DockWinList(self.wnck_screen)
- self.app_win_list.icontheme = self.icontheme
+ self.set_actions_for_app(self.app_with_mouse)
- # set the background colour of the window list to the
- # colour of the panel
- pr, pg, pb = self.get_applet_panel_rgb()
- self.app_win_list.set_bg_col(pr, pg, pb)
+ # first of all, add any shortcut actions specified in the app's
+ # .desktop file
- self.app_win_list.the_app = highlighted_app
+ df_shortcut_1_action = self.dock_action_group.get_action("df_shortcut_1_action")
+ df_shortcut_2_action = self.dock_action_group.get_action("df_shortcut_2_action")
+ df_shortcut_3_action = self.dock_action_group.get_action("df_shortcut_3_action")
+ df_shortcut_4_action = self.dock_action_group.get_action("df_shortcut_4_action")
+ pin_action = self.dock_action_group.get_action("pin_action")
+ unpin_action = self.dock_action_group.get_action("unpin_action")
+ self.app_win_list = dock_win_list.DockWinList(self.wnck_screen)
+ self.app_win_list.icontheme = self.icontheme
- if df_shortcut_1_action.is_visible():
+ # set the background colour of the window list to the
+ # colour of the panel : Note: not properly implemented yet
+ pr, pg, pb = self.get_applet_panel_rgb()
+ self.app_win_list.set_bg_col(pr, pg, pb)
+
+ self.app_win_list.the_app = highlighted_app
+
+ if df_shortcut_1_action.is_visible():
+ self.app_win_list.add_to_list(False,
+ df_shortcut_1_action.get_label(),
+ None, df_shortcut_1_action,
+ True)
+ if df_shortcut_2_action.is_visible():
self.app_win_list.add_to_list(False,
- df_shortcut_1_action.get_label(),
- None, df_shortcut_1_action,
+ df_shortcut_2_action.get_label(),
+ None,
+ df_shortcut_2_action,
True)
- if df_shortcut_2_action.is_visible():
- self.app_win_list.add_to_list(False,
- df_shortcut_2_action.get_label(),
- None,
- df_shortcut_2_action,
- True)
- if df_shortcut_3_action.is_visible():
- self.app_win_list.add_to_list(False,
- df_shortcut_3_action.get_label(),
- None,
- df_shortcut_3_action,
- True)
- if df_shortcut_4_action.is_visible():
- self.app_win_list.add_to_list(False,
- df_shortcut_4_action.get_label(),
- None,
- df_shortcut_4_action,
- True)
- self.app_win_list.add_separator()
-
- # add any open windows
- if highlighted_app.is_running():
- self.app_win_list.setup_list(self.win_from_cur_ws_only)
- self.app_win_list.add_separator()
-
- if pin_action.is_visible():
- self.app_win_list.add_to_list(False, pin_action.get_label(),
- None, pin_action, False)
- else:
- self.app_win_list.add_to_list(False, unpin_action.get_label(),
- None, unpin_action, False)
+ if df_shortcut_3_action.is_visible():
+ self.app_win_list.add_to_list(False,
+ df_shortcut_3_action.get_label(),
+ None,
+ df_shortcut_3_action,
+ True)
+ if df_shortcut_4_action.is_visible():
+ self.app_win_list.add_to_list(False,
+ df_shortcut_4_action.get_label(),
+ None,
+ df_shortcut_4_action,
+ True)
+ self.app_win_list.add_separator()
- self.app_win_list.clear_mouse_areas()
+ # add any open windows
+ if highlighted_app.is_running():
+ self.app_win_list.setup_list(self.win_from_cur_ws_only)
+ self.app_win_list.add_separator()
- applet_x, applet_y = self.get_dock_root_coords()
- applet_w = applet_h = highlighted_app.drawing_area_size
+ if pin_action.is_visible():
+ self.app_win_list.add_to_list(False, pin_action.get_label(),
+ None, pin_action, False)
+ else:
+ self.app_win_list.add_to_list(False, unpin_action.get_label(),
+ None, unpin_action, False)
- self.app_win_list.set_applet_details(applet_x, applet_y,
- applet_w, applet_h)
- self.app_win_list.set_panel_orient(self.applet.get_orient())
- app_x, app_y = self.get_app_root_coords(highlighted_app)
- self.app_win_list.set_app_root_coords(app_x, app_y)
+ self.app_win_list.clear_mouse_areas()
- self.app_win_list.show_all()
+ applet_x, applet_y = self.get_dock_root_coords()
+ applet_w = applet_h = highlighted_app.drawing_area_size
- self.win_list_timer = None
- return False
+ self.app_win_list.set_applet_details(applet_x, applet_y,
+ applet_w, applet_h)
+ self.app_win_list.set_panel_orient(self.applet.get_orient())
+ app_x, app_y = self.get_app_root_coords(highlighted_app)
+ self.app_win_list.set_app_root_coords(app_x, app_y)
+
+ self.app_win_list.show_all()
+
+ self.win_list_timer = None
+ return False
def hide_win_list(self):
""" Hide the window list """
if self.app_win_list is not None:
- if build_gtk2:
- self.app_win_list.hide()
- else:
- self.app_win_list.destroy()
- self.app_win_list = None
+ self.app_win_list.hide()
def minimize_or_restore_windows(self, app, event):
""" Minimize or restore an app's windows in response to a left click of
@@ -2500,6 +2586,38 @@
return self.get_app_at_mouse(x, y)
+ def unity_cb_handler(self, app_uri, args):
+ """ Handler for Unity API dbus messages
+
+ If the specified app is in the dock, forward the set the progress
+ and/or count, and redraw the app's icon
+
+ Args:
+ app_uri : the basename of the .desktop file of the app
+ args : the contents of the dbus message
+
+ """
+
+ # remove the leading part of the app uri
+ df = app_uri.split("://")[1]
+
+ # search for the an app which has the same desktop file name
+ for app in self.app_list:
+ app_df_path, app_df = os.path.split(app.desktop_file)
+ if app_df == df:
+ # we've found the app - update it...
+
+ if "count-visible" in args:
+ app.set_counter_visible(args["count-visible"])
+ if "count" in args:
+ app.set_counter_value(args["count"])
+
+ if "progress-visible" in args:
+ app.set_progress_visible(args["progress-visible"])
+ if "progress" in args:
+ app.set_progress_value(args["progress"])
+ break
+
def win_activation_timer(args):
""" Timer function to be called by GObject.timeout_add and which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-dock-applet-0.73/src/dock_applet.in new/mate-dock-applet-0.74/src/dock_applet.in
--- old/mate-dock-applet-0.73/src/dock_applet.in 2016-07-20 09:17:33.000000000 +0200
+++ new/mate-dock-applet-0.74/src/dock_applet.in 2016-08-24 09:18:29.000000000 +0200
@@ -180,14 +180,12 @@
if app is not None:
app.has_mouse = True
app.queue_draw()
+
the_dock.app_with_mouse = app
# set up the available options for the app
the_dock.set_actions_for_app(app)
- the_dock.reset_win_list_timer()
-
-
def applet_leave_notify(widget, event, the_dock):
"""Leave notifiy event handle for the applet
@@ -204,7 +202,7 @@
the_dock.app_with_mouse.queue_draw()
the_dock.app_with_mouse = None
- the_dock.stop_win_list_timer()
+ the_dock.stop_win_list_timer()
def applet_motion_notify(widget, event, the_dock):
@@ -325,6 +323,10 @@
the_dock.start_drag_motion_timer(the_dock.app_with_mouse)
+ # finally, hide the window list if it was being shown
+ the_dock.hide_win_list()
+
+
def applet_drag_data_get(widget, drag_context, data, info, time):
"""
Handler the for drag-data-get event
@@ -374,7 +376,6 @@
app.set_dragee(False)
app.queue_draw()
-
def applet_fill(applet):
"""
Create the applet
@@ -470,6 +471,3 @@
if __name__ == "__main__":
main()
-
-#timer object to check the mouse x and y as a substitute for drag-motion
-#need to convert root coords to applet window coords - use applet window.get_origin to get its root coords
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-dock-applet-0.73/src/dock_win_list.in new/mate-dock-applet-0.74/src/dock_win_list.in
--- old/mate-dock-applet-0.73/src/dock_win_list.in 2016-07-20 09:17:33.000000000 +0200
+++ new/mate-dock-applet-0.74/src/dock_win_list.in 2016-08-24 09:18:29.000000000 +0200
@@ -440,6 +440,8 @@
if len(self.__list_store) == 0:
self.set_win_position()
+ self.start_mouse_area_timer()
+
def set_win_position(self):
"""
Move the window so that it appears near the panel and centrered on
@@ -579,11 +581,23 @@
self.move(win_x, win_y)
- if self.__timer_id is not None:
- GObject.source_remove(self.__timer_id)
+ def start_mouse_area_timer(self):
+ """ Start the timer that that monitors the mouse position
+ """
+
+ # remove any old timer...
+ self.stop_mouse_area_timer()
self.__timer_id = GObject.timeout_add(CONST_TIMER_DELAY, self.do_timer)
+ def stop_mouse_area_timer(self):
+ """ Stop the timer that monitors the mouse position
+ """
+ #
+ if self.__timer_id is not None:
+ GObject.source_remove(self.__timer_id)
+ self.__timer_id = None
+
def win_configure(self, widget, event):
""" Event handler for the window's configure event
@@ -611,7 +625,9 @@
self.set_win_position()
- # TODO: investigate reason for shape_combine_region not working
+ # TODO: keep checking status of this bug:
+ # https://bugzilla.gnome.org/show_bug.cgi?id=667959
+ # and when a fix is available shape_combine_region for rounded windows...
#def size_allocate(self, widget, allocation):
# def rounded_rectangle(cr, x, y, w, h, r=20):
# # Attribution:
@@ -809,9 +825,7 @@
"""
- if self.__timer_id is not None:
- GObject.source_remove(self.__timer_id)
- self.__timer_id = None
+ self.stop_mouse_area_timer()
def query_tooltip(self, widget, x, y, keyboard_mode, tooltip):
""" Handler for the query-tooltip event to determine whether or not
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-dock-applet-0.73/src/docked_app.in new/mate-dock-applet-0.74/src/docked_app.in
--- old/mate-dock-applet-0.73/src/docked_app.in 2016-07-20 09:17:33.000000000 +0200
+++ new/mate-dock-applet-0.74/src/docked_app.in 2016-08-24 09:18:29.000000000 +0200
@@ -71,6 +71,7 @@
import os
import os.path
import subprocess
+import re
from collections import namedtuple
@@ -333,6 +334,13 @@
is_dragee : boolean - indicates whether or not the app's icon is
being dragged to a new position on the dock
+
+ show_progress : boolean - indicates whether or not to display a
+ progress indicator on the app's icon
+ progress_val : the progress value( 0 to 1.0)
+ show_count : boolean - indicates whether or not to display a
+ count value on the app's icon
+ count_val : the value of the count
"""
def __init__(self):
@@ -396,6 +404,11 @@
self.is_dragee = False
+ self.show_progress = False
+ self.progress_val = 0.0
+ self.show_count = False
+ self.count_val = 0
+
def has_wnck_app(self, wnck_app):
""" see if this app has a process with the specified wnck_app
@@ -629,7 +642,6 @@
True if the desktop file was found, False otherwise
"""
-
for the_dir, dir_list, file_list in os.walk(srch_dir):
dfname = the_dir + self.wm_class_name + ".desktop"
@@ -735,9 +747,15 @@
# .desktop
de_exec = the_de.getExec()
exec_found = False
- if (de_exec is not None) and (de_exec != ""):
- de_exec = de_exec.split()
+ if de_exec:
+ # if the exec line specfies an environment variable to
+ # set, we need to get rid of this part
+ if de_exec.startswith("env"):
+ cmd_parts = de_exec.split(" ", 2)
+ de_exec = cmd_parts[2]
+
+ de_exec = de_exec.split()
# now that we have the app command line we can simply
# check that it ends with the same command as the
# .desktop file contains. So...
@@ -763,6 +781,14 @@
if exec_found:
break
+ # try matching just the last part, removing -bin from the name
+ if not exec_found:
+ de_exec = de_exec[0]
+ de_exec = re.sub("-bin", "", de_exec)
+
+ if "/" in de_exec:
+ if de_exec.split("/")[-1] in self.cmd_line:
+ exec_found = True
# check that the wm_classes match
wm_class_found = False
@@ -1176,6 +1202,13 @@
this_ind += 1
ctx.fill()
+ # do we need a count?
+ if self.show_count:
+ self.draw_count(ctx)
+
+ if self.show_progress:
+ self.draw_progress(ctx)
+
# now draw to the screen
if build_gtk2:
screen_ctx = self.drawing_area.window.cairo_create()
@@ -1199,6 +1232,174 @@
ctx = None
+ def draw_count(self, ctx):
+ """ Draw the app's counter value
+
+ Args: ctx - the cairo context where the counter is to be drawn
+ """
+
+ # drawing is done at a notional size 64x64 px, and then scaled
+ # appropriately according to self.drawing_area_size
+
+ draw_size = 64.0
+
+ # height of the counter = 2 pix border top and bottom + 16 pix
+ # internal height
+ height = 20
+
+ # work out the appropriate font size to use - has to fit within the
+ # borders and provide some space above and below the count_val
+ reqd_font_height = height - 8
+
+ # find a font size where the count can be shown with the required height
+ ctx.select_font_face("", cairo.FONT_SLANT_NORMAL, cairo.FONT_WEIGHT_BOLD)
+ ctext = "%d" % self.count_val
+ for fsize in range(24, 2, -1):
+ ctx.set_font_size(fsize)
+ extents = ctx.text_extents(ctext)
+
+ if (extents[3]< reqd_font_height):
+ font_size = fsize
+ break
+
+ # work out an appropriate width for the counter
+ inset = height/2
+ radius = inset-1
+ if int(extents[2] + extents[0]) > int(radius):
+ width = extents[2] + extents[0] + radius
+ else:
+ width = height + inset
+
+ ctx.save()
+
+ # the background color of the count is the app's highlight colour
+ # convert the highlight values to their cairo equivalents
+ bred = self.highlight_color.r / 255
+ bgreen = self.highlight_color.g / 255
+ bblue = self.highlight_color.b / 255
+
+ # set an appropriate text and border color
+ if bred + bgreen + bblue > 1.5: # mid-level grey
+ tred = tgreen = tblue = 0.0
+ else:
+ tred = tgreen = tblue = 1.0
+
+ # the count is placed in the upper right of the drawing area, and we need
+ # to calculate it's position based on the notional DA_SIZE
+ #
+
+ left = draw_size - width + inset
+
+ # do the drawing - attribution for the drawing code:
+ # https://bazaar.launchpad.net/~unity-team/unity/trunk/view/head:/launcher/La…
+ ctx.scale(self.drawing_area_size/draw_size,
+ self.drawing_area_size/draw_size)
+
+ ctx.move_to(left, height-1)
+ ctx.arc(left, inset, radius, 0.5 * math.pi, 1.5*math.pi)
+ ctx.arc(draw_size-inset, inset, radius, 1.5*math.pi, 0.5*math.pi)
+ ctx.line_to(left, height-1)
+ ctx.set_source_rgb(bred, bgreen, bblue)
+ ctx.fill_preserve()
+ ctx.set_source_rgb(tred, tgreen, tblue)
+ ctx.set_line_width(2)
+ ctx.stroke()
+
+ # draw the text
+ ctx.move_to(left - inset + width/2 - (extents[0]+extents[2]/2),
+ (height/2)+extents[3]/2)
+ ctx.set_source_rgb(tred, tgreen, tblue)
+ ctx.show_text(ctext)
+
+ ctx.restore()
+
+ def draw_progress(self, ctx):
+ """ Draw a progress bar to show the app's progress value
+
+ Args: ctx - the cairo context where the counter is to be drawn
+ """
+
+ def rounded_rectangle(cr, x, y, w, h, r=20):
+ """ Convenience function to draw a rounded rectangle, really needs
+ to be in a library module somewhere, as its used bythe window
+ list
+
+ # Attribution:
+ # https://stackoverflow.com/questions/2384374/rounded-rectangle-in-pygtk
+ # This is just one of the samples from
+ # http://www.cairographics.org/cookbook/roundedrectangles/
+ # A****BQ
+ # H C
+ # * *
+ # G D
+ # F****E
+ """
+
+ cr.move_to(x + r, y) # Move to A
+ cr.line_to(x + w - r, y) # Straight line to B
+ cr.curve_to(x + w, y, x + w, y, x + w, y + r)
+ # Curve to C, Control points are both at Q
+ cr.line_to(x + w, y + h - r) # Move to D
+ cr.curve_to(x + w, y + h, x + w, y + h, x + w - r, y + h) # Curve to E
+ cr.line_to(x + r, y + h) # Line to F
+ cr.curve_to(x, y + h, x, y + h, x, y + h - r) # Curve to G
+ cr.line_to(x, y+r) # Line to H
+ cr.curve_to(x, y, x, y, x+r, y) # Curve to A
+
+ # drawing is done on a to scale of 64x64 pixels and then scaled
+ # down to the fit the app's drawing area
+ draw_size = 64.0
+
+ # the foreground colour of the progress is the app's highlight colour
+ # convert the highlight values to their cairo equivalents
+ fred = self.highlight_color.r / 255
+ fgreen = self.highlight_color.g / 255
+ fblue = self.highlight_color.b / 255
+
+ # set an appropriate border color and also a background colour for
+ # the progress bar, based on the highlight colour
+ if fred + fgreen + fblue > 1.5: # mid-level grey
+ brd_red = brd_green = brd_blue = 0.0
+ bk_red = bk_green = bk_blue = 1.0
+ else:
+ brd_red = brd_green = brd_blue = 1.0
+ bk_red = bk_green = bk_blue = 0.0
+
+ height = 8 # total height of the progress bar
+ line_width = 2 # border line width
+ int_height = height - line_width * 2 # interior height
+ left = 8
+ width = draw_size - left * 2 # width of the progress bar
+
+ top = (draw_size/8) * 5
+
+ ctx.save()
+ ctx.scale(self.drawing_area_size/draw_size, self.drawing_area_size/draw_size)
+
+ # draw exterior of the progress bar
+ ctx.set_source_rgb(brd_red, brd_green, brd_blue)
+ ctx.set_line_width(2)
+ rounded_rectangle(ctx, left, top, width, height, 7)
+ ctx.stroke()
+
+ # fill the interior with the background colour
+ ctx.set_line_width(1)
+ ctx.set_source_rgb (bk_red, bk_green, bk_blue)
+ rounded_rectangle(ctx, left + line_width, top + line_width,
+ width - line_width*2, height-line_width*2,
+ 2)
+
+ ctx.fill()
+
+ # fill part of the interior with a different colour, depending on
+ # the progress value
+ ctx.set_source_rgb(fred, fgreen, fblue)
+ rounded_rectangle(ctx, left + line_width, top + line_width,
+ (width - line_width*2) * self.progress_val,
+ height-line_width*2, 2)
+ ctx.fill()
+ ctx.restore()
+
def set_pixbuf(self, pixbuf):
"""Set the app pixbuf and calculate its average colour.
"""
@@ -1252,9 +1453,36 @@
cmd_line = bytearray(cmd_line, "UTF-8")
cmd_line = cmd_line.decode("unicode-escape")
+
+ # if an environment variable is specified, extract its name an value
+ # Note: the .desktop file specification at
+ # https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.ht…
+ # does not mention this. Both Ubuntu
+ # https://help.ubuntu.com/community/EnvironmentVariables#Launching_desktop_ap…
+ # and Arch linux
+ # https://wiki.archlinux.org/index.php/Desktop_entries#Modify_environment_var…
+ # seem to indicate that only a single variable can be set and that
+ # there are no spaces between the variable name, the '=' character and
+ # variable's value .....
+
+ # so, if cmd_line begins with "env" it specifies an environment variable
+ # to set, follwed by the app e.g. env LANG=he_IL.UTF-8 /usr/bin/pluma
+ #
+ if cmd_line.startswith("env"):
+ cmd_parts = cmd_line.split(" ", 2)
+ var_parts = cmd_parts[1].split("=")
+ var_name = var_parts[0]
+ var_value = var_parts[1]
+
+ # now we need to get the app path and args and carry on...
+ cmd_line = cmd_parts[2]
+ else:
+ var_name = None
+ var_value = None
+
# if any of the directories in cmd_line contain a " ", they need to be
# escaped
- head,tail = os.path.split(cmd_line)
+ head, tail = os.path.split(cmd_line)
if " " in head:
head = head.replace(" ", "\ ")
cmd_line = head + "/" + tail
@@ -1263,7 +1491,11 @@
Gio.AppInfoCreateFlags.NONE)
alc = Gdk.AppLaunchContext()
alc.set_desktop(-1) # use default screen & desktop
- app_info.launch()
+ # if the .desktop specfied an environment variable, set it
+ if (var_name is not None) and (var_value is not None):
+ alc.setenv(var_name, var_value)
+
+ app_info.launch(None, alc)
# set the app icon pulsing
throbber = PulseTimer(self)
@@ -1312,6 +1544,65 @@
self.is_dragee = is_dragee
self.queue_draw()
+ def set_progress_visible(self, is_visible):
+ """
+ Update the progress visibility and cause the app's icon to be
+ redrawn
+
+ Args:
+ is_visible : whether the progress is to be displayed
+ """
+
+ if (is_visible != self.show_progress):
+ self.show_progress = bool(is_visible)
+ self.queue_draw()
+
+ def set_progress_value(self, val):
+ """
+ Update the progress value and cause the app's icon to be
+ redrawn
+
+ Args:
+ val : the counter value
+ """
+
+ # if the new progressvalue is the same as the old, then there's no need
+ # to do anything...
+ if val != self.progress_val:
+ self.progress_val = val
+ self.queue_draw()
+
+ def set_counter_visible(self, is_visible):
+ """
+ Update the counter visibility and cause the app's icon to be
+ redrawn
+
+ Args:
+ is_visible : whether the counter is to be displayed
+ """
+
+ # if the new value is the same as the old, then there's no need
+ # to do anything...
+ if is_visible != self.show_count:
+ self.show_count = bool(is_visible)
+ self.queue_draw()
+
+ def set_counter_value(self, val):
+ """
+ Update the counter value and cause the app's icon to be
+ redrawn
+
+ Args:
+ val : the counter value
+ """
+
+ # if the new counter value is the same as the old, then there's no need
+ # to do anything...
+ if val != self.count_val:
+ self.count_val = val
+ self.queue_draw()
+
+
def main():
"""Main function.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-dock-applet-0.73/src/dom_color.in new/mate-dock-applet-0.74/src/dom_color.in
--- old/mate-dock-applet-0.73/src/dom_color.in 2016-07-20 09:17:33.000000000 +0200
+++ new/mate-dock-applet-0.74/src/dom_color.in 2016-08-24 09:18:29.000000000 +0200
@@ -19,7 +19,13 @@
colour_tuple = [None, None, None]
for channel in range(3):
# Get data for one channel at a time
- pixels = image.getdata(band=channel)
+
+ # in case of errors stop processing and return black as the
+ # dominant colour
+ try:
+ pixels = image.getdata(band=channel)
+ except ValueError:
+ return "000000"
values = []
for pixel in pixels:
1
0
Hello community,
here is the log from the commit of package f2fs-tools for openSUSE:Factory checked in at 2016-08-31 00:10:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/f2fs-tools (Old)
and /work/SRC/openSUSE:Factory/.f2fs-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "f2fs-tools"
Changes:
--------
--- /work/SRC/openSUSE:Factory/f2fs-tools/f2fs-tools.changes 2016-01-26 10:15:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.f2fs-tools.new/f2fs-tools.changes 2016-08-31 00:11:41.000000000 +0200
@@ -1,0 +2,28 @@
+Sun Aug 28 12:14:21 UTC 2016 - jengelh(a)inai.de
+
+- Trim filelists, update descriptions, move symlink collection into
+ their own subpackage.
+
+-------------------------------------------------------------------
+Sun Aug 28 11:00:18 UTC 2016 - mpluskal(a)suse.com
+
+- Update to version 1.7:
+ * mkfs: define DISCARD/SECDISCARD macro
+ * dump.f2fs: show inode->i_dir_level
+ * f2fs.fsck: fix endianess
+ * fsck.f2fs: correct variable type and name
+ * fsck.f2fs: fix typo
+ * fsck.f2fs: free nat entry cache
+ * f2fs-tools: update the format of output message
+ * fsck.f2fs: clean up duplicated code
+ * fsck: recover symlink with zero i_size
+ * f2fs-tools: release 1.7.0
+- Add f2fs-tools-1.4.0-bigendian.patch (from Fedora)
+- Use _service to fetch release from upstream git
+- Split lib packages and create devel package (as andoid tools
+ need it)
+- Link binaries from /usr/sbin to /sbin, many tools expect fsck
+ and friends to be in /sbin
+- Supplement f2fs filesystem
+
+-------------------------------------------------------------------
Old:
----
f2fs-tools-1.6.0.tar.xz
New:
----
_service
f2fs-tools-1.4.0-bigendian.patch
f2fs-tools-1.7.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ f2fs-tools.spec ++++++
--- /var/tmp/diff_new_pack.uIFurV/_old 2016-08-31 00:11:44.000000000 +0200
+++ /var/tmp/diff_new_pack.uIFurV/_new 2016-08-31 00:11:44.000000000 +0200
@@ -17,55 +17,107 @@
Name: f2fs-tools
-Version: 1.6.0
+Version: 1.7.0
Release: 0
Summary: Utilities for the Flash-friendly Filesystem (F2FS)
License: GPL-2.0 and LGPL-2.1
Group: System/Filesystems
-Url: http://f2fs-tools.sf.net/_(disused)
-
-#Snapshot: v1.6.0
-#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools
-#DL-URL: no pre-made tarballs provided
+Url: https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git
Source: %name-%version.tar.xz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Patch1: f2fs-tools-1.4.0-bigendian.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: xz
+BuildRequires: pkgconfig(libselinux)
BuildRequires: pkgconfig(uuid)
+Supplements: filesystem(f2fs)
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-Utilities needed to create and maintain F2 filesystems.
+Utilities needed to create and maintain so-called Flash-Friendly (F2)
+filesystems.
+
+%package -n libf2fs1
+Summary: Library to manipulate F2 filesystems
+Group: System/Libraries
+
+%description -n libf2fs1
+This package contains a shared library used for manipulation of F2
+filesystems.
+
+%package -n libf2fs_format0
+Summary: Library to create F2 filesystems
+Group: System/Libraries
+
+%description -n libf2fs_format0
+This package contains a shared library to format F2 filesystems.
+
+%package compat
+Summary: f2fs utility compatibility symlinks
+Group: System/Filesystem
+BuildArch: noarch
+
+%description compat
+This subpackage contains symbolic links /sbin/fsck.* and /sbin/mkfs.*
+needed for programs that assume these locations.
+
+%package devel
+Summary: Development files for f2fs
+Group: Development/Languages/C and C++
+Requires: libf2fs1 = %version
+Requires: libf2fs_format0 = %version
+
+%description devel
+This package contains development files for %name.
%prep
-%setup -qn %name
+%setup -q
+%patch -P 1 -p1
%build
-if [ ! -e configure ]; then
- autoreconf -fi
-fi
+autoreconf -fiv
%configure --disable-static
-make %{?_smp_mflags} sbindir="%_sbindir"
-
-%install
-b="%buildroot"
-%make_install sbindir="%_sbindir"
-# The devel files are quite useless at this time without public headers.
-rm -f "$b/%_libdir"/*.{la,so}
-# This is a useless library which just incorporates mkfs verbatim
-rm -f "$b/%_libdir"/libf2fs_format*
+make %{?_smp_mflags}
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%install -p /bin/bash
+%make_install
+find %buildroot -type f -name "*.la" -delete -print
+
+mkdir -p "%buildroot/sbin" "%buildroot/%_includedir"
+ln -sf "%_sbindir"/{defrag.f2fs,dump.f2fs,f2fstat,fibmap.f2fs,fsck.f2fs,mkfs.f2fs,parse.f2fs,resize.f2fs,sload.f2fs} "%buildroot/sbin/"
+# for android-tools… this is of course totally untested.
+# The shared library for example has a "main" symbol :-/
+cp -a include/f2fs_fs.h mkfs/f2fs_format_utils.h \
+ "%buildroot/%_includedir/"
+
+%post -n libf2fs1 -p /sbin/ldconfig
+%postun -n libf2fs1 -p /sbin/ldconfig
+%post -n libf2fs_format0 -p /sbin/ldconfig
+%postun -n libf2fs_format0 -p /sbin/ldconfig
%files
%defattr(-,root,root)
-%_sbindir/f2fstat
-%_sbindir/*.f2fs
-%_libdir/libf2fs*.so.*
-%_mandir/man8/*
%doc COPYING
+%_sbindir/*
+%_mandir/man8/*
+
+%files -n libf2fs1
+%defattr(-,root,root)
+%_libdir/libf2fs.so.*
+
+%files -n libf2fs_format0
+%defattr(-,root,root)
+%_libdir/libf2fs_format.so.*
+
+%files compat
+%defattr(-,root,root)
+/sbin/*
+
+%files devel
+%defattr(-,root,root)
+%_includedir/*.h
+%_libdir/libf2fs*.so
%changelog
++++++ _service ++++++
<services>
<service mode="disabled" name="tar_scm">
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">f2fs-tools</param>
<param name="version">1.7.0</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>
++++++ f2fs-tools-1.4.0-bigendian.patch ++++++
---
include/f2fs_fs.h | 1 +
1 file changed, 1 insertion(+)
Index: f2fs-tools-1.7.0/include/f2fs_fs.h
===================================================================
--- f2fs-tools-1.7.0.orig/include/f2fs_fs.h
+++ f2fs-tools-1.7.0/include/f2fs_fs.h
@@ -95,6 +95,7 @@ static inline uint64_t bswap_64(uint64_t
#define cpu_to_le32(x) ((__u32)(x))
#define cpu_to_le64(x) ((__u64)(x))
#elif __BYTE_ORDER == __BIG_ENDIAN
+#include <byteswap.h>
#define le16_to_cpu(x) bswap_16(x)
#define le32_to_cpu(x) bswap_32(x)
#define le64_to_cpu(x) bswap_64(x)
++++++ f2fs-tools-1.6.0.tar.xz -> f2fs-tools-1.7.0.tar.xz ++++++
++++ 7207 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package gitg for openSUSE:Factory checked in at 2016-08-31 00:10:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gitg (Old)
and /work/SRC/openSUSE:Factory/.gitg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gitg"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gitg/gitg.changes 2016-06-25 02:23:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gitg.new/gitg.changes 2016-08-31 00:11:39.000000000 +0200
@@ -1,0 +2,11 @@
+Sat Aug 27 16:49:49 UTC 2016 - zaitor(a)opensuse.org
+
+- Update to version 3.20.2:
+ + Set primary selection to selected commit SHA1.
+ + Scrollable commit message in diff view.
+ + Incremental loading on large repositories.
+ + Faster switching of large repositories.
+ + Create global git config if it does not exist yet.
+ + Remember opened projects regardless of gnome privacy settings.
+
+-------------------------------------------------------------------
Old:
----
gitg-3.20.1.tar.xz
New:
----
gitg-3.20.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gitg.spec ++++++
--- /var/tmp/diff_new_pack.CJaIvT/_old 2016-08-31 00:11:40.000000000 +0200
+++ /var/tmp/diff_new_pack.CJaIvT/_new 2016-08-31 00:11:40.000000000 +0200
@@ -17,7 +17,7 @@
Name: gitg
-Version: 3.20.1
+Version: 3.20.2
Release: 0
Summary: Git repository viewer
License: GPL-2.0+
++++++ gitg-3.20.1.tar.xz -> gitg-3.20.2.tar.xz ++++++
++++ 290175 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package tomboy for openSUSE:Factory checked in at 2016-08-31 00:10:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tomboy (Old)
and /work/SRC/openSUSE:Factory/.tomboy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tomboy"
Changes:
--------
--- /work/SRC/openSUSE:Factory/tomboy/tomboy.changes 2016-07-21 08:17:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tomboy.new/tomboy.changes 2016-08-31 00:11:36.000000000 +0200
@@ -1,0 +2,17 @@
+Fri Aug 26 11:35:36 UTC 2016 - dimstar(a)opensuse.org
+
+- Update to version 1.15.5:
+ + gitignore additions for newer autotools, Visual Studio.
+ + Updated FSF address.
+ + Updated DOAP file: corrected URLs, added category, description
+ and programming-language.
+ + Use gacutil when searching for Mono.Cairo in configure instead
+ of hardcoded paths.
+ + Fix icon loading on Windows (bgo#734399).
+ + Help corrections: index and pin-notes pages (bgo#730502).
+ + Typo fixes in tomboy.schemas.in and FuseSyncServiceAddin.
+ + Updated translations.
+- Drop hot-patch to look for mono libraries in different locations:
+ Upstream now correctly uses gacutil.
+
+-------------------------------------------------------------------
Old:
----
tomboy-1.15.4.tar.xz
New:
----
tomboy-1.15.5.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tomboy.spec ++++++
--- /var/tmp/diff_new_pack.cOMnL2/_old 2016-08-31 00:11:38.000000000 +0200
+++ /var/tmp/diff_new_pack.cOMnL2/_new 2016-08-31 00:11:38.000000000 +0200
@@ -19,7 +19,7 @@
%define build_applet 0
Name: tomboy
-Version: 1.15.4
+Version: 1.15.5
Release: 0
Summary: GNOME Note Taking Application
License: LGPL-2.1+
@@ -79,10 +79,6 @@
%build
autoreconf -f -i
-if [ ! -d %{_libexecdir}/mono/2.0 -a -d %{_libexecdir}/mono/2.0-api ]; then
- # Mono moved the 2.0 API files from mono/2.0 to mono/2.0-api - hotpatch configure
- sed -i "s|mono/2.0/|mono/2.0-api/|g" configure
-fi
%configure\
--disable-schemas-install\
--disable-scrollkeeper\
++++++ tomboy-1.15.4.tar.xz -> tomboy-1.15.5.tar.xz ++++++
/work/SRC/openSUSE:Factory/tomboy/tomboy-1.15.4.tar.xz /work/SRC/openSUSE:Factory/.tomboy.new/tomboy-1.15.5.tar.xz differ: char 25, line 1
1
0
Hello community,
here is the log from the commit of package libgda for openSUSE:Factory checked in at 2016-08-31 00:10:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgda (Old)
and /work/SRC/openSUSE:Factory/.libgda.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgda"
Changes:
--------
--- /work/SRC/openSUSE:Factory/libgda/libgda.changes 2016-07-20 09:29:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgda.new/libgda.changes 2016-08-31 00:11:31.000000000 +0200
@@ -7,0 +8,5 @@
+Fri Apr 15 01:40:44 UTC 2016 - mgorse(a)suse.com
+
+- Update to GNOME 3.20 Fate#318572
+
+-------------------------------------------------------------------
@@ -823,13 +828,13 @@
- + This is a major re-write of the core parts of Libgda, and is API
- incompatible with the 3.x versions. Changes include:
- - Easier to understand and to use API, with less strange path usage
- - Reduce the size of the library (almost half the size, half the symbols)
- - Easier connection opening (removal of the GdaClient object)
- - Merge of the GdaQuery and GdaCommand into only one object to represent
- statements
- - New adaptative SQL parser (can be adaptated to each DBMS's SQL syntax)
- - New database based dictionary which can handle namespaces
- - Rework of the database adaptators (providers) for easier maintenance and
- more features
- - Sample "skeleton" database adaptators to make it easy to write a database
- adaptator for a new database type
+ + This is a major re-write of the core parts of Libgda, and is
+ API incompatible with the 3.x versions. Changes include:
+ - Easier to understand and to use API, with less strange path
+ usage - Reduce the size of the library (almost half the
+ size, half the symbols) - Easier connection opening (removal
+ of the GdaClient object) - Merge of the GdaQuery and
+ GdaCommand into only one object to represent statements
+ - New adaptative SQL parser (can be adaptated to each DBMS's
+ SQL syntax) - New database based dictionary which can
+ handle namespaces - Rework of the database adaptators
+ (providers) for easier maintenance and more features
+ - Sample "skeleton" database adaptators to make it easy to
+ write a database adaptator for a new database type
@@ -838,3 +843,3 @@
- + Preliminary MacOS X support, and better support for cross compilation
- + New JDBC provider (allows access to any database through a JDBC driver)
- NOTE: This is currently not built.
+ + Preliminary MacOS X support, and better support for cross
+ compilation + New JDBC provider (allows access to any database
+ through a JDBC driver) NOTE: This is currently not built.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
1
0
Hello community,
here is the log from the commit of package mtd-utils for openSUSE:Factory checked in at 2016-08-31 00:10:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mtd-utils (Old)
and /work/SRC/openSUSE:Factory/.mtd-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mtd-utils"
Changes:
--------
--- /work/SRC/openSUSE:Factory/mtd-utils/mtd-utils.changes 2016-04-28 16:56:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mtd-utils.new/mtd-utils.changes 2016-08-31 00:11:29.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Aug 28 14:48:27 UTC 2016 - mpluskal(a)suse.com
+
+- Supplement jffs2 and ubifs filesystems
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mtd-utils.spec ++++++
--- /var/tmp/diff_new_pack.Cw93Ty/_old 2016-08-31 00:11:31.000000000 +0200
+++ /var/tmp/diff_new_pack.Cw93Ty/_new 2016-08-31 00:11:31.000000000 +0200
@@ -27,10 +27,12 @@
Source1: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.bz2.asc
Source2: %{name}.keyring
BuildRequires: libacl-devel
-BuildRequires: libuuid-devel
BuildRequires: lzo-devel
-BuildRequires: zlib-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: pkgconfig
+BuildRequires: pkgconfig(uuid)
+BuildRequires: pkgconfig(zlib)
+Supplements: filesystem(jffs2)
+Supplements: filesystem(ubifs)
%description
This package contains tools for erasing and formatting flash devices,
@@ -43,7 +45,7 @@
make %{?_smp_mflags} CC="cc %{optflags}" V=1
%install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
%files
%defattr(-,root,root)
1
0
Hello community,
here is the log from the commit of package plasma5-sdk for openSUSE:Factory checked in at 2016-08-31 00:10:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-sdk (Old)
and /work/SRC/openSUSE:Factory/.plasma5-sdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-sdk"
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-sdk/plasma5-sdk.changes 2016-08-13 18:30:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-sdk.new/plasma5-sdk.changes 2016-08-31 00:11:28.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Aug 26 20:36:41 UTC 2016 - fabian(a)ritter-vogt.de
+
+- Update to 5.7.4
+ * New bugfix release
+ * For more details please see:
+ https://www.kde.org/announcements/plasma-5.7.4.php
+
+-------------------------------------------------------------------
+Fri Aug 12 23:44:28 UTC 2016 - hrvoje.senjan(a)gmail.com
+
+- Adjust filelist for the plasmoid appdata, installed with KF > 5.25.0
+
+-------------------------------------------------------------------
Old:
----
plasma-sdk-5.7.3.tar.xz
New:
----
plasma-sdk-5.7.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-sdk.spec ++++++
--- /var/tmp/diff_new_pack.Bay8kg/_old 2016-08-31 00:11:29.000000000 +0200
+++ /var/tmp/diff_new_pack.Bay8kg/_new 2016-08-31 00:11:29.000000000 +0200
@@ -18,7 +18,7 @@
%bcond_without lang
Name: plasma5-sdk
-Version: 5.7.3
+Version: 5.7.4
Release: 0
Summary: Plasma SDK
License: LGPL-2.0+
@@ -30,26 +30,26 @@
BuildRequires: extra-cmake-modules >= 1.8.0
BuildRequires: kf5-filesystem
BuildRequires: xz
-BuildRequires: cmake(KF5Archive)
-BuildRequires: cmake(KF5Completion)
-BuildRequires: cmake(KF5Config)
-BuildRequires: cmake(KF5ConfigWidgets)
-BuildRequires: cmake(KF5CoreAddons)
-BuildRequires: cmake(KF5DBusAddons)
-BuildRequires: cmake(KF5Declarative)
-BuildRequires: cmake(KF5I18n)
-BuildRequires: cmake(KF5IconThemes)
-BuildRequires: cmake(KF5ItemModels)
-BuildRequires: cmake(KF5KIO)
-BuildRequires: cmake(KF5NewStuff)
-BuildRequires: cmake(KF5Parts)
-BuildRequires: cmake(KF5Plasma)
-BuildRequires: cmake(KF5PlasmaQuick)
-BuildRequires: cmake(KF5Service)
-BuildRequires: cmake(KF5TextEditor)
-BuildRequires: cmake(KF5WidgetsAddons)
-BuildRequires: cmake(KF5WindowSystem)
-BuildRequires: cmake(KF5XmlGui)
+BuildRequires: cmake(KF5Archive) >= 5.25.0
+BuildRequires: cmake(KF5Completion) >= 5.25.0
+BuildRequires: cmake(KF5Config) >= 5.25.0
+BuildRequires: cmake(KF5ConfigWidgets) >= 5.25.0
+BuildRequires: cmake(KF5CoreAddons) >= 5.25.0
+BuildRequires: cmake(KF5DBusAddons) >= 5.25.0
+BuildRequires: cmake(KF5Declarative) >= 5.25.0
+BuildRequires: cmake(KF5I18n) >= 5.25.0
+BuildRequires: cmake(KF5IconThemes) >= 5.25.0
+BuildRequires: cmake(KF5ItemModels) >= 5.25.0
+BuildRequires: cmake(KF5KIO) >= 5.25.0
+BuildRequires: cmake(KF5NewStuff) >= 5.25.0
+BuildRequires: cmake(KF5Parts) >= 5.25.0
+BuildRequires: cmake(KF5Plasma) >= 5.25.0
+BuildRequires: cmake(KF5PlasmaQuick) >= 5.25.0
+BuildRequires: cmake(KF5Service) >= 5.25.0
+BuildRequires: cmake(KF5TextEditor) >= 5.25.0
+BuildRequires: cmake(KF5WidgetsAddons) >= 5.25.0
+BuildRequires: cmake(KF5WindowSystem) >= 5.25.0
+BuildRequires: cmake(KF5XmlGui) >= 5.25.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Gui) >= 5.4.0
@@ -133,10 +133,7 @@
%dir %{_kf5_iconsdir}/hicolor/*
%dir %{_kf5_iconsdir}/hicolor/*/*
%{_kf5_iconsdir}/*/*/*/*.*
-%if 0%{?suse_version} <= 1320
-%dir %{_kf5_appstreamdir}
-%endif
-%{_kf5_appstreamdir}/org.kde.cuttlefish.appdata.xml
+%{_kf5_appstreamdir}/
%files -n plasmaengineexplorer5
%defattr(-,root,root)
++++++ plasma-sdk-5.7.3.tar.xz -> plasma-sdk-5.7.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.7.3/CMakeLists.txt new/plasma-sdk-5.7.4/CMakeLists.txt
--- old/plasma-sdk-5.7.3/CMakeLists.txt 2016-08-02 11:47:31.000000000 +0200
+++ new/plasma-sdk-5.7.4/CMakeLists.txt 2016-08-23 14:57:46.000000000 +0200
@@ -1,5 +1,5 @@
project(plasma-sdk)
-set(PROJECT_VERSION "5.7.3")
+set(PROJECT_VERSION "5.7.4")
set(PROJECT_VERSION_MAJOR 5)
cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.7.3/cuttlefish/org.kde.cuttlefish.appdata.xml new/plasma-sdk-5.7.4/cuttlefish/org.kde.cuttlefish.appdata.xml
--- old/plasma-sdk-5.7.3/cuttlefish/org.kde.cuttlefish.appdata.xml 2016-08-02 11:47:04.000000000 +0200
+++ new/plasma-sdk-5.7.4/cuttlefish/org.kde.cuttlefish.appdata.xml 2016-08-23 14:57:10.000000000 +0200
@@ -8,9 +8,12 @@
<name xml:lang="ca-valencia">Cuttlefish</name>
<name xml:lang="da">Cuttlefish</name>
<name xml:lang="de">Cuttlefish</name>
+ <name xml:lang="en-GB">Cuttlefish</name>
<name xml:lang="es">Cuttlefish</name>
+ <name xml:lang="et">Cuttlefish</name>
<name xml:lang="fi">Cuttlefish</name>
<name xml:lang="gl">Cuttlefish</name>
+ <name xml:lang="it">Cuttlefish</name>
<name xml:lang="nl">Cuttlefish</name>
<name xml:lang="nn">Cuttlefish</name>
<name xml:lang="pl">Cuttlefish</name>
@@ -29,9 +32,12 @@
<summary xml:lang="ca">Vista prèvia de les icones pels artistes i desenvolupadors</summary>
<summary xml:lang="ca-valencia">Vista prèvia de les icones pels artistes i desenvolupadors</summary>
<summary xml:lang="de">Symbolvorschau für Künstler und Entwickler</summary>
+ <summary xml:lang="en-GB">Icon Previewer for Artists and Developers</summary>
<summary xml:lang="es">Vista previa de iconos para artistas y desarrolladores</summary>
+ <summary xml:lang="et">Ikoonide eelvaatlus kunstnikele ja arendajatele</summary>
<summary xml:lang="fi">Kuvakkeiden esikatselu graafikoille ja kehittäjille</summary>
<summary xml:lang="gl">Visor de iconas para artistas e desenvolvedores</summary>
+ <summary xml:lang="it">Visore di anteprime di icone per artisti e sviluppatori</summary>
<summary xml:lang="nl">Pictogramviewer voor kunstenaars en ontwikkelaars</summary>
<summary xml:lang="nn">Førehandsvising av ikon for kunstnarar og utviklarar</summary>
<summary xml:lang="pl">Podglądanie ikon dla artystów i programistów</summary>
@@ -52,8 +58,11 @@
</p>
<p xml:lang="ca">El Cuttlefish permet als artistes i als desenvolupadors previsualitzar i seleccionar icones. El Cuttlefish intenta representar les icones exactament com es dibuixaran a l'aplicació. Permet filtrar segons la categoria i el nom. El Cuttlefish no és una eina de propòsit general, si no destinada als casos d'ús d'artistes i desenvolupadors. El Cuttlefish també proporciona un connector pel Kate i el KDevelop per ser usat com a selector d'icones.</p>
<p xml:lang="ca-valencia">El Cuttlefish permet als artistes i als desenvolupadors previsualitzar i seleccionar icones. El Cuttlefish intenta representar les icones exactament com es dibuixaran a l'aplicació. Permet filtrar segons la categoria i el nom. El Cuttlefish no és una eina de propòsit general, si no destinada als casos d'ús d'artistes i desenvolupadors. El Cuttlefish també proporciona un connector pel Kate i el KDevelop per ser usat com a selector d'icones.</p>
+ <p xml:lang="en-GB">Cuttlefish allows artists and developers to preview and pick icons. Cuttlefish attempts to render the icons exactly as they would look drawn in the application. It allows to filter based on category and name. Cuttlefish is not a general-purpose tool, but geared towards artists' and developers' use-cases. Cuttlefish also provides a plugin for Kate and KDevelop to be used as icon picker.</p>
<p xml:lang="es">Cuttlefish permite a los artistas y a los desarrolladores obtener vistas previas de iconos y seleccionarlos. Cuttlefish trata de visualizar los iconos tal y como se verían en la aplicación. Permite filtrarlos por su categoría y por su nombre. Cuttlefish no es una herramienta de uso general, ya que está pensada para que la usen artistas y desarrolladores. Cuttlefish también proporciona un complemento para Kate y para KDevelop que se puede usar como selector de iconos.</p>
+ <p xml:lang="et">Cuttlefish annab kunstnikele ja arendajatele võimaluse näha ikoonide eelvaatlust ja neid siis enda tarbeks välja valida. Cuttlefish püüab ikoone näidata täpselt sellisena, nagu need oleksid näha vastavas rakenduses. Ikoone on võimalik filtreerida kategooria ja nime järgi. Cuttlefish ei ole nii-öelda tavakasutajale mõeldud rakendus, vaid sihtrühmana nähakse eelkõige kunstnikke ja arendajaid. Samuti pakub Cuttlefish Katele ja KDevelopile pluginat, mida saab kasutada ikoonide valimiseks.</p>
<p xml:lang="gl">Cuttlefish permite que artistas e desenvolvedores observen e seleccionen iconas. Cuttlefish intenta mostrar as iconas tal e como aparecerían nun programa. Permite filtrar por nome e por categoría. Cuttlefish non é unha ferramentas de uso xeral, senón que está pensada específicamente para casos de uso de artistas e desenvolvedores. Cuttlefish tamén fornece un complemento para usalo como selector de iconas en Kate e KDevelop.</p>
+ <p xml:lang="it">Cuttlefish permette agli artisti ed agli sviluppatori di visualizzare anteprime e scegliere icone. Cuttlefish tenta di mostrare l'icona esattamente per come apparirebbe all'interno dell'applicazione. Permette di filtrare in base alla categoria ed al nome. Cuttlefish non è uno strumento di uso generico, ma indirizzato ai casi d'uso di artisti e sviluppatori. Cuttlefish fornisce inoltre un'estensione per Kate e KDevelop che permette la selezione di icone.</p>
<p xml:lang="nl">Cuttlefish biedt artiesten en ontwikkelaars om pictogrammen te kiezen en te bekijken. Cuttlefish probeert de pictogrammen exact weer te geven zoals ze er uit zouden zien in de toepassing. Het biedt filtering gebaseerd op categorie en naam. Cuttlefish is geen hulpmiddel voor algemeen gebruik, maar is toegespitst op gebruik door artiesten en ontwikkelaars. Cuttlefish biedt ook een plug-in voor Kate en KDevelop om te worden gebruikt als kiezer voor pictogrammen.</p>
<p xml:lang="nn">Cuttlefish lèt kunstnarar og utviklarar sjå gjennom og velja ikon. Cuttlefish prøver å visa ikona akkurat slik dei vert viste i programma. Du kan òg filtrera på kategori eller namn. Cuttlefish er ikkje eit vanleg sluttbrukarprogram, men er retta mot kunstnarar og utviklarar. Det har òg Kate- og KDevelop-tillegg for veljing av ikon.</p>
<p xml:lang="pl">Cuttlefish daje artystom i programistom podgląd i możliwość wyboru ikon. Cuttlefish wyświetla ikony dokładnie tak jak będą one wyświetlane w aplikacji. Umożliwia filtrowanie na podstawie kategorii i nazwy. Cuttlefish nie jest narzędziem ogólnego przeznaczenia, lecz przystosowanym do pracy artystów i programistów. Cuttlefish dostarcza także wtyczki dla Kate oraz KDevelop.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.7.3/po/ca/plasmate.po new/plasma-sdk-5.7.4/po/ca/plasmate.po
--- old/plasma-sdk-5.7.3/po/ca/plasmate.po 2016-08-02 11:47:08.000000000 +0200
+++ new/plasma-sdk-5.7.4/po/ca/plasmate.po 2016-08-23 14:57:15.000000000 +0200
@@ -1,17 +1,17 @@
# Translation of plasmate.po to Catalan
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2016 This_file_is_part_of_KDE
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
-# Antoni Bella Pérez <antonibella5(a)yahoo.com>, 2014, 2015.
+# Antoni Bella Pérez <antonibella5(a)yahoo.com>, 2014, 2015, 2016.
# Josep Ma. Ferrer <txemaq(a)gmail.com>, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: plasmate\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2015-10-27 10:17+0000\n"
-"PO-Revision-Date: 2015-05-29 15:49+0200\n"
-"Last-Translator: Josep Ma. Ferrer <txemaq(a)gmail.com>\n"
+"PO-Revision-Date: 2016-08-16 15:43+0100\n"
+"Last-Translator: Antoni Bella Pérez <antonibella5(a)yahoo.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -19,11 +19,11 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
-msgstr "Antoni Bella Pérez"
+msgstr "Antoni Bella"
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.7.3/po/ca(a)valencia/plasmate.po new/plasma-sdk-5.7.4/po/ca(a)valencia/plasmate.po
--- old/plasma-sdk-5.7.3/po/ca(a)valencia/plasmate.po 2016-08-02 11:47:08.000000000 +0200
+++ new/plasma-sdk-5.7.4/po/ca(a)valencia/plasmate.po 2016-08-23 14:57:15.000000000 +0200
@@ -1,17 +1,17 @@
# Translation of plasmate.po to Catalan (Valencian)
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2016 This_file_is_part_of_KDE
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
-# Antoni Bella Pérez <antonibella5(a)yahoo.com>, 2014, 2015.
+# Antoni Bella Pérez <antonibella5(a)yahoo.com>, 2014, 2015, 2016.
# Josep Ma. Ferrer <txemaq(a)gmail.com>, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: plasmate\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2015-10-27 10:17+0000\n"
-"PO-Revision-Date: 2015-05-29 15:49+0200\n"
-"Last-Translator: Josep Ma. Ferrer <txemaq(a)gmail.com>\n"
+"PO-Revision-Date: 2016-08-16 15:43+0100\n"
+"Last-Translator: Antoni Bella Pérez <antonibella5(a)yahoo.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
"Language: ca@valencia\n"
"MIME-Version: 1.0\n"
@@ -19,11 +19,11 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
-msgstr "Antoni Bella Pérez"
+msgstr "Antoni Bella"
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.7.3/po/de/org.kde.plasma.themeexplorer.po new/plasma-sdk-5.7.4/po/de/org.kde.plasma.themeexplorer.po
--- old/plasma-sdk-5.7.3/po/de/org.kde.plasma.themeexplorer.po 2016-08-02 11:47:09.000000000 +0200
+++ new/plasma-sdk-5.7.4/po/de/org.kde.plasma.themeexplorer.po 2016-08-23 14:57:17.000000000 +0200
@@ -5,7 +5,7 @@
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2016-04-09 08:03+0000\n"
-"PO-Revision-Date: 2016-04-10 20:01+0100\n"
+"PO-Revision-Date: 2016-08-20 14:16+0100\n"
"Last-Translator: Frederik Schwarzer <schwarzer(a)kde.org>\n"
"Language-Team: German <kde-i18n-de(a)kde.org>\n"
"Language: de\n"
@@ -280,7 +280,7 @@
#: src/main.cpp:46
msgid "Plasma Theme Explorer"
-msgstr "Plasma-Designexplorer"
+msgstr "Plasma-Erscheinungsbild-Betrachter"
#: src/main.cpp:54
msgid "The theme to open"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.7.3/po/es/plasmawallpaperviewer.po new/plasma-sdk-5.7.4/po/es/plasmawallpaperviewer.po
--- old/plasma-sdk-5.7.3/po/es/plasmawallpaperviewer.po 2016-08-02 11:47:11.000000000 +0200
+++ new/plasma-sdk-5.7.4/po/es/plasmawallpaperviewer.po 2016-08-23 14:57:18.000000000 +0200
@@ -2,15 +2,15 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
-# Eloy Cuadra <ecuadra(a)eloihr.net>, 2009, 2012, 2013.
+# Eloy Cuadra <ecuadra(a)eloihr.net>, 2009, 2012, 2013, 2016.
# Javier Viñal <fjvinal(a)gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: plasmawallpaperviewer\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2015-10-27 10:17+0000\n"
-"PO-Revision-Date: 2013-07-24 16:23+0200\n"
-"Last-Translator: Javier Viñal <fjvinal(a)gmail.com>\n"
+"PO-Revision-Date: 2016-08-07 12:14+0200\n"
+"Last-Translator: Eloy Cuadra <ecuadra(a)eloihr.net>\n"
"Language-Team: Spanish <kde-l10n-es(a)kde.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -82,7 +82,7 @@
#: main.cpp:114
msgid "List all the known wallpapers and their modes"
-msgstr "Lista todos los fondos de escritorio conocidos y sus modos"
+msgstr "Listar todos los fondos de escritorio conocidos y sus modos"
#: main.cpp:115
msgid "Open configuration dialog additionally to show the wallpaper plugin"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.7.3/po/it/cuttlefish.po new/plasma-sdk-5.7.4/po/it/cuttlefish.po
--- old/plasma-sdk-5.7.3/po/it/cuttlefish.po 2016-08-02 11:47:16.000000000 +0200
+++ new/plasma-sdk-5.7.4/po/it/cuttlefish.po 2016-08-23 14:57:25.000000000 +0200
@@ -1,5 +1,5 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the cuttlefish package.
# Simone Solinas <ksolsim(a)gmail.com>, 2015.
# Luigi Toscano <luigi.toscano(a)tiscali.it>, 2016.
#
@@ -8,7 +8,7 @@
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2015-12-30 07:13+0000\n"
-"PO-Revision-Date: 2016-02-08 23:09+0100\n"
+"PO-Revision-Date: 2016-07-31 20:40+0200\n"
"Last-Translator: Luigi Toscano <luigi.toscano(a)tiscali.it>\n"
"Language-Team: Italian <kde-i18n-it(a)kde.org>\n"
"Language: it\n"
@@ -52,7 +52,7 @@
#: package/contents/ui/Preview.qml:223
msgid "Copy icon name to clipboard"
-msgstr "Copia il nome dell'icona negli appunti"
+msgstr "Copia il nome dell'icona negli appunti"
#: package/contents/ui/Preview.qml:229
msgid "Insert QtQuick code"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.7.3/po/ru/plasmate.po new/plasma-sdk-5.7.4/po/ru/plasmate.po
--- old/plasma-sdk-5.7.3/po/ru/plasmate.po 2016-08-02 11:47:23.000000000 +0200
+++ new/plasma-sdk-5.7.4/po/ru/plasmate.po 2016-08-23 14:57:35.000000000 +0200
@@ -1,14 +1,14 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
+#
# Alexander Potashev <aspotashev(a)gmail.com>, 2011, 2016.
# Alexander Lakhin <exclusion(a)gmail.com>, 2013.
-#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2015-10-27 10:17+0000\n"
-"PO-Revision-Date: 2016-06-08 02:04+0300\n"
+"PO-Revision-Date: 2016-08-15 03:04+0300\n"
"Last-Translator: Alexander Potashev <aspotashev(a)gmail.com>\n"
"Language-Team: Russian <kde-russian(a)lists.kde.ru>\n"
"Language: ru\n"
@@ -138,13 +138,11 @@
#: app/plasmateextention.cpp:49
msgid "Code"
-msgstr ""
+msgstr "Код"
#: app/plasmateextention.cpp:60
-#, fuzzy
-#| msgid "Close Project"
msgid "Plasmate Project Files"
-msgstr "Закрыть проект"
+msgstr "Файлы проектов Plasmate"
#. i18n: ectx: Menu (edit)
#: app/plasmateui.rc:6
@@ -156,7 +154,7 @@
#: app/plasmateui.rc:19
msgctxt "@title:menu"
msgid "Editor"
-msgstr ""
+msgstr "Редактор"
#. i18n: ectx: Menu (navigation)
#: app/plasmateui.rc:24
@@ -851,11 +849,11 @@
#: publisher/publisher.cpp:74
msgid "Save"
-msgstr ""
+msgstr "Сохранить"
#: publisher/publisher.cpp:74
msgid "Plasmoid (*.plasmoid)"
-msgstr ""
+msgstr "Виджеты Plasma (*.plasmoid)"
#: publisher/publisher.cpp:130
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.7.3/themeexplorer/package/metadata.desktop new/plasma-sdk-5.7.4/themeexplorer/package/metadata.desktop
--- old/plasma-sdk-5.7.3/themeexplorer/package/metadata.desktop 2016-08-02 11:47:04.000000000 +0200
+++ new/plasma-sdk-5.7.4/themeexplorer/package/metadata.desktop 2016-08-23 14:57:10.000000000 +0200
@@ -30,9 +30,9 @@
Encoding=UTF-8
Keywords=
Name=Plasma Theme Explorer
-Name[ca]=Explora els temes de Plasma
-Name[ca@valencia]=Explora els temes de Plasma
-Name[de]=Plasma-Designexplorer
+Name[ca]=Explorador pels temes del Plasma
+Name[ca@valencia]=Explorador pels temes del Plasma
+Name[de]=Plasma-Erscheinungsbild-Betrachter
Name[en_GB]=Plasma Theme Explorer
Name[es]=Explorador de temas de Plasma
Name[et]=Plasma teemade uurija
1
0
Hello community,
here is the log from the commit of package kwrited5 for openSUSE:Factory checked in at 2016-08-31 00:10:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwrited5 (Old)
and /work/SRC/openSUSE:Factory/.kwrited5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwrited5"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes 2016-08-13 18:30:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new/kwrited5.changes 2016-08-31 00:11:27.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Aug 26 20:36:41 UTC 2016 - fabian(a)ritter-vogt.de
+
+- Update to 5.7.4
+ * New bugfix release
+ * For more details please see:
+ https://www.kde.org/announcements/plasma-5.7.4.php
+
+-------------------------------------------------------------------
Old:
----
kwrited-5.7.3.tar.xz
New:
----
kwrited-5.7.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kwrited5.spec ++++++
--- /var/tmp/diff_new_pack.ayuSKH/_old 2016-08-31 00:11:28.000000000 +0200
+++ /var/tmp/diff_new_pack.ayuSKH/_new 2016-08-31 00:11:28.000000000 +0200
@@ -17,7 +17,7 @@
Name: kwrited5
-Version: 5.7.3
+Version: 5.7.4
Release: 0
Summary: Daemon listening for wall and write messages
License: GPL-2.0+
++++++ kwrited-5.7.3.tar.xz -> kwrited-5.7.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.7.3/CMakeLists.txt new/kwrited-5.7.4/CMakeLists.txt
--- old/kwrited-5.7.3/CMakeLists.txt 2016-08-02 11:41:21.000000000 +0200
+++ new/kwrited-5.7.4/CMakeLists.txt 2016-08-23 14:48:10.000000000 +0200
@@ -1,5 +1,5 @@
project(kwrited)
-set(PROJECT_VERSION "5.7.3")
+set(PROJECT_VERSION "5.7.4")
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
set(QT_MIN_VERSION "5.4.0")
set(KF5_MIN_VERSION "5.10.0")
1
0
Hello community,
here is the log from the commit of package kgamma5 for openSUSE:Factory checked in at 2016-08-31 00:10:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kgamma5 (Old)
and /work/SRC/openSUSE:Factory/.kgamma5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kgamma5"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes 2016-08-13 18:30:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma5.new/kgamma5.changes 2016-08-31 00:11:25.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Aug 26 20:36:41 UTC 2016 - fabian(a)ritter-vogt.de
+
+- Update to 5.7.4
+ * New bugfix release
+ * For more details please see:
+ https://www.kde.org/announcements/plasma-5.7.4.php
+
+-------------------------------------------------------------------
Old:
----
kgamma5-5.7.3.tar.xz
New:
----
kgamma5-5.7.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kgamma5.spec ++++++
--- /var/tmp/diff_new_pack.dNwBXG/_old 2016-08-31 00:11:26.000000000 +0200
+++ /var/tmp/diff_new_pack.dNwBXG/_new 2016-08-31 00:11:26.000000000 +0200
@@ -18,13 +18,13 @@
%bcond_without lang
Name: kgamma5
-Version: 5.7.3
+Version: 5.7.4
Release: 0
Summary: Display gamma configuration
License: GPL-2.0+
Group: Productivity/Graphics/Other
Url: http://www.kde.org
-Source0: %{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= 1.0.0
BuildRequires: kf5-filesystem
BuildRequires: xz
++++++ kgamma5-5.7.3.tar.xz -> kgamma5-5.7.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgamma5-5.7.3/CMakeLists.txt new/kgamma5-5.7.4/CMakeLists.txt
--- old/kgamma5-5.7.3/CMakeLists.txt 2016-08-02 11:36:08.000000000 +0200
+++ new/kgamma5-5.7.4/CMakeLists.txt 2016-08-23 14:40:43.000000000 +0200
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.9)
project(kgamma)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.7.3")
+set(PROJECT_VERSION "5.7.4")
set(QT_MIN_VERSION "5.4.0")
find_package(ECM 1.0.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
1
0
Hello community,
here is the log from the commit of package discover for openSUSE:Factory checked in at 2016-08-31 00:10:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/discover (Old)
and /work/SRC/openSUSE:Factory/.discover.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "discover"
Changes:
--------
--- /work/SRC/openSUSE:Factory/discover/discover.changes 2016-08-13 18:30:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.discover.new/discover.changes 2016-08-31 00:11:23.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Aug 26 20:36:41 UTC 2016 - fabian(a)ritter-vogt.de
+
+- Update to 5.7.4
+ * New bugfix release
+ * For more details please see:
+ https://www.kde.org/announcements/plasma-5.7.4.php
+
+-------------------------------------------------------------------
Old:
----
discover-5.7.3.tar.xz
New:
----
discover-5.7.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ discover.spec ++++++
--- /var/tmp/diff_new_pack.z6MzJU/_old 2016-08-31 00:11:25.000000000 +0200
+++ /var/tmp/diff_new_pack.z6MzJU/_new 2016-08-31 00:11:25.000000000 +0200
@@ -18,13 +18,13 @@
%bcond_without lang
Name: discover
-Version: 5.7.3
+Version: 5.7.4
Release: 0
Summary: KDE Software Installer
License: GPL-2.0
Group: System/GUI/KDE
Url: https://quickgit.kde.org/?p=discover.git
-Source0: %{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.xz
BuildRequires: PackageKit-Qt5-devel
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules
++++++ discover-5.7.3.tar.xz -> discover-5.7.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/CMakeLists.txt new/discover-5.7.4/CMakeLists.txt
--- old/discover-5.7.3/CMakeLists.txt 2016-08-02 11:33:09.000000000 +0200
+++ new/discover-5.7.4/CMakeLists.txt 2016-08-23 14:36:00.000000000 +0200
@@ -1,5 +1,5 @@
project(discover)
-set(PROJECT_VERSION "5.7.3")
+set(PROJECT_VERSION "5.7.4")
set(PROJECT_VERSION_MAJOR 5)
cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/discover/org.kde.discover.appdata.xml new/discover-5.7.4/discover/org.kde.discover.appdata.xml
--- old/discover-5.7.3/discover/org.kde.discover.appdata.xml 2016-08-02 11:32:42.000000000 +0200
+++ new/discover-5.7.4/discover/org.kde.discover.appdata.xml 2016-08-23 14:33:56.000000000 +0200
@@ -11,6 +11,7 @@
<name xml:lang="de">Discover</name>
<name xml:lang="en-GB">Discover</name>
<name xml:lang="es">Discover</name>
+ <name xml:lang="et">Avastusretk</name>
<name xml:lang="gl">Discover</name>
<name xml:lang="it">Discover</name>
<name xml:lang="nl">Ontdekken</name>
@@ -18,6 +19,7 @@
<name xml:lang="pl">Odkrywca</name>
<name xml:lang="pt">Discover</name>
<name xml:lang="pt-BR">Discover</name>
+ <name xml:lang="ru">Центр приложений Discover</name>
<name xml:lang="sk">Objaviť</name>
<name xml:lang="sl">Programsko središče</name>
<name xml:lang="sr">Oткривач</name>
@@ -36,6 +38,7 @@
<summary xml:lang="de">Discover</summary>
<summary xml:lang="en-GB">Discover</summary>
<summary xml:lang="es">Discover</summary>
+ <summary xml:lang="et">Avastusretk</summary>
<summary xml:lang="gl">Discover</summary>
<summary xml:lang="it">Discover</summary>
<summary xml:lang="nl">Ontdekken</summary>
@@ -43,6 +46,7 @@
<summary xml:lang="pl">Odkrywca</summary>
<summary xml:lang="pt">Discover</summary>
<summary xml:lang="pt-BR">Discover</summary>
+ <summary xml:lang="ru">Центр приложений Discover</summary>
<summary xml:lang="sk">Objaviť</summary>
<summary xml:lang="sl">Programsko središče</summary>
<summary xml:lang="sr">Oткривач</summary>
@@ -59,6 +63,7 @@
<p xml:lang="ca-valencia">Alguna vegada heu trobat una eina que era perfecta per a les vostres necessitats però l'heu vist després d'ensopegar-hi per la xarxa? Quan considereu instal·lar una aplicació, voleu saber si val la pena? O si és la que realment esteu cercant?</p>
<p xml:lang="en-GB">Haven’t you ever found a tool that was perfect for your need but you only found it after some time stumbling upon it on the net? When considering to install an application, don’t you wonder sometimes if it’s really worth it? Or if it’s actually what you’re looking for?</p>
<p xml:lang="es">¿Ha encontrado alguna vez una herramienta perfecta para sus necesidades aunque solo la ha encontrado tras perder un tiempo valioso en Internet? Cuando considera instalar una aplicación, ¿no se pregunta a veces si realmente merece la pena o si realmente es lo que estaba buscando?</p>
+ <p xml:lang="et">Kahtlemata on sulgi ette tulnud, et oled leidnud täpselt sobiva ja vajaliku tööriista täiesti kogemata sellele internetis peale komistades. Või oled mõne rakenduse puhul kaalunud, kas ikka tasub seda üldse paigaldada või kas see on üldse see, mida sulle tegelikult vaja läheb.</p>
<p xml:lang="gl">Nunca lle pasou que atopou unha ferramenta perfecta para o que necesitaba, pero que para atopala tivo que pasar un bo anaco buscando en internet? Á hora de instalar un programa, non se pregunta ás veces se paga a pena? Ou se realmente é o programa que está a buscar?</p>
<p xml:lang="it">Non hai mai trovato uno strumento che fosse perfetto per le tue esigenze, ma lo hai trovato solo dopo esserci incappato in Internet? Quando decidi se installare un'applicazione, non ti chiedi a volte se ne valga davvero la pena? O se è effettivamente ciò che stai cercando?</p>
<p xml:lang="nl">Hebt u niet ooit een hulpmiddel gevonden dat perfect was voor uw behoefte maar dat u alleen na enige tijd toevallig vond op het internet? Bij de overweging om een toepassing te installeren, hebt u uzelf dan soms niet afgevraagd of het dat werkelijk waard was? Of of het echt was waarnaar u op zoek was?</p>
@@ -81,6 +86,7 @@
<p xml:lang="ca-valencia">El Discover ajuda als usuaris a cercar aplicacions i eines fàcilment i ràpidament. Permet explorar una biblioteca de programari cercant per categories de programari, llistes més valorades, junt amb informació detallada que inclou captures de pantalla i ressenyes. Els usuaris poden cercar ràpidament aplicacions que s'ajusten a les seues necessitats.</p>
<p xml:lang="en-GB">Discover helps users easily and quickly find applications or tools. By allowing to navigate a software library by search, software categories, top lists along with detailed application information that includes screenshots and reviews, users can more quickly find applications that suit their needs.</p>
<p xml:lang="es">Discover le ayuda a encontrar aplicaciones y herramientas de una forma rápida y fácil. Al poder explorar una biblioteca de software usando búsquedas, categorías de software y listas de puntuaciones, junto a una detallada información sobre las aplicaciones que incluye capturas de pantalla y comentarios, los usuarios pueden encontrar más rápidamente aplicaciones que satisfagan sus necesidades.</p>
+ <p xml:lang="et">Avastusretk aitab kasutajatel kiiresti ja vähese vaevaga leida vajaliku tööriista või rakenduse. Kui kasutaja saab tarkvarakogus hõlpsasti ringi liikuda ja olemasolevat näha nii otsides, kategooriate kaupa või mitmel alusel järjestatavate edetabelite abil, kusjuures alati pakutakse rakenduste kohta põhjalikku teavet koos ekraanipiltide ja arvustustega, ei ole täpselt sobiva tööriista või rakenduse leidmine enam kuigi keeruline.</p>
<p xml:lang="gl">Discover permite atopar programas e ferramentas de maneira fácil e rápida. Atope rapidamente programas que se axustan ás súas necesidades explorando a biblioteca de software mediante buscas, categorías de software, e listas de programas máis usados con información detallada dos programas, incluíndo capturas de pantalla e opinións de usuarios.</p>
<p xml:lang="it">Discover aiuta gli utenti a trovare in modo semplice e rapido applicazioni o strumenti. Permettendo di navigare una raccolta di software tramite ricerca, categorie di software, liste preferite oltre alle informazioni dettagliate sulle applicazioni che includono schermate e recensioni, gli utenti possono trovare più rapidamente applicazioni che si adattano alle loro esigenze.</p>
<p xml:lang="nl">Discover helpt gebruikers om gemakkelijk en snel een toepassing of hulpmiddel te vinden. Door navigatie te bieden in een softwarebibliotheek door zoeken in softwarecategorieën, lijsten met toppers, samen met gedetailleerde informatie over toepassingen die schermafdrukken en reviews bevatten, kunnen gebruikers sneller toepassingen vinden die in hun behoeften voorzien.</p>
@@ -103,6 +109,7 @@
<p xml:lang="ca-valencia">Per altra banda, el Discover permet gestionar les diferents fonts de programari que tingueu i gestionar les aplicacions que ja heu instal·lat en el passat però ja no desitgeu.</p>
<p xml:lang="en-GB">Furthermore, Discover will let you manage the different sources of software you have and manage the applications you’ve already installed in the past but you don’t want anymore.</p>
<p xml:lang="es">Además, Discover le permite gestionar las distintas fuentes de software de las que disponga y las aplicaciones que ya hubiera instalado en el pasado y que ya no desee.</p>
+ <p xml:lang="et">Lisaks laseb Avastusretk sul mitmekülgselt hallata kõiki sinu käsutuses olevaid tarkvaraallikaid ega jäta sind hätta ka siis, kui sul leidub tarkvara, mille oled kunagi paigaldanud, aga enam sugugi ei vaja.</p>
<p xml:lang="gl">Ademais, Discover permitiralle xestionar as distintas fontes de software de que dispón e xestionar os programas que ten instalados pero que xa non lle interesan.</p>
<p xml:lang="it">Inoltre, Discover ti consentirà di gestire le diverse fonti del software disponibili e gestire le applicazioni che hai già installato in passato, ma che non ti servono più.</p>
<p xml:lang="nl">Verder laat Discover u de verschillende bronnen van software die u hebt beheren, evenals de al eerder geïnstalleerde toepassingen maar die u niet meer wilt.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/notifier/DiscoverNotifier.cpp new/discover-5.7.4/notifier/DiscoverNotifier.cpp
--- old/discover-5.7.3/notifier/DiscoverNotifier.cpp 2016-08-02 11:32:42.000000000 +0200
+++ new/discover-5.7.4/notifier/DiscoverNotifier.cpp 2016-08-23 14:33:56.000000000 +0200
@@ -114,9 +114,9 @@
{
switch(state()) {
case SecurityUpdates:
- return QStringLiteral("update-low");
- case NormalUpdates:
return QStringLiteral("update-high");
+ case NormalUpdates:
+ return QStringLiteral("update-low");
case NoUpdates:
return QStringLiteral("update-none");
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ar/libdiscover.po new/discover-5.7.4/po/ar/libdiscover.po
--- old/discover-5.7.3/po/ar/libdiscover.po 2016-08-02 11:32:43.000000000 +0200
+++ new/discover-5.7.4/po/ar/libdiscover.po 2016-08-23 14:34:05.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: ٢٠١٥-٠٨-١٨ ١٤:٢٩+0300\n"
"Last-Translator: Safa Alfulaij <safa1996alfulaij(a)gmail.com>\n"
"Language-Team: Arabic <doc(a)arabeyes.org>\n"
@@ -1744,6 +1744,13 @@
msgid "Testing"
msgstr "اختباريّ"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "مجهول"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ast/libdiscover.po new/discover-5.7.4/po/ast/libdiscover.po
--- old/discover-5.7.3/po/ast/libdiscover.po 2016-08-02 11:32:43.000000000 +0200
+++ new/discover-5.7.4/po/ast/libdiscover.po 2016-08-23 14:34:04.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2015-12-07 18:36+0100\n"
"Last-Translator: enolp <enolp(a)softastur.org>\n"
"Language-Team: Asturian <>\n"
@@ -1678,6 +1678,10 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr ""
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/bg/libdiscover.po new/discover-5.7.4/po/bg/libdiscover.po
--- old/discover-5.7.3/po/bg/libdiscover.po 2016-08-02 11:32:44.000000000 +0200
+++ new/discover-5.7.4/po/bg/libdiscover.po 2016-08-23 14:34:11.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2014-05-12 21:14+0200\n"
"Last-Translator: Svetoslav Stefanov <svetlisashkov(a)yahoo.com>\n"
"Language-Team: BULGARIAN <kde-i18n-doc(a)kde.org>\n"
@@ -1887,6 +1887,13 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Неизвестен"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, fuzzy, kde-format
#| msgid "%1 (%2)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/bs/libdiscover.po new/discover-5.7.4/po/bs/libdiscover.po
--- old/discover-5.7.3/po/bs/libdiscover.po 2016-08-02 11:32:45.000000000 +0200
+++ new/discover-5.7.4/po/bs/libdiscover.po 2016-08-23 14:34:17.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: muon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2014-01-31 20:46+0100\n"
"Last-Translator: Samir Ribić <megaribi(a)epn.ba>\n"
"Language-Team: Bosnian <bs(a)li.org>\n"
@@ -1811,6 +1811,13 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Nepoznato"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, fuzzy, kde-format
#| msgid "%1 (%2)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ca/libdiscover.po new/discover-5.7.4/po/ca/libdiscover.po
--- old/discover-5.7.3/po/ca/libdiscover.po 2016-08-02 11:32:45.000000000 +0200
+++ new/discover-5.7.4/po/ca/libdiscover.po 2016-08-23 14:34:18.000000000 +0200
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: libdiscover\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-06-03 22:16+0200\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-03 16:34+0200\n"
"Last-Translator: Josep Ma. Ferrer <txemaq(a)gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
"Language: ca\n"
@@ -1741,6 +1741,10 @@
msgid "Testing"
msgstr "Proves"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Desconegut"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ca(a)valencia/libdiscover.po new/discover-5.7.4/po/ca(a)valencia/libdiscover.po
--- old/discover-5.7.3/po/ca(a)valencia/libdiscover.po 2016-08-02 11:32:45.000000000 +0200
+++ new/discover-5.7.4/po/ca(a)valencia/libdiscover.po 2016-08-23 14:34:17.000000000 +0200
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: libdiscover\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-06-03 22:16+0200\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-03 16:34+0200\n"
"Last-Translator: Josep Ma. Ferrer <txemaq(a)gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
"Language: ca@valencia\n"
@@ -1741,6 +1741,10 @@
msgid "Testing"
msgstr "Proves"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Desconegut"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/cs/libdiscover.po new/discover-5.7.4/po/cs/libdiscover.po
--- old/discover-5.7.3/po/cs/libdiscover.po 2016-08-02 11:32:46.000000000 +0200
+++ new/discover-5.7.4/po/cs/libdiscover.po 2016-08-23 14:34:19.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2016-07-18 09:36+0100\n"
"Last-Translator: Vít Pelčák <vit(a)pelcak.org>\n"
"Language-Team: Czech <kde-i18n-doc(a)kde.org>\n"
@@ -1719,6 +1719,10 @@
msgid "Testing"
msgstr "Testovací"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Neznámý"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/cs/plasma-discover.po new/discover-5.7.4/po/cs/plasma-discover.po
--- old/discover-5.7.3/po/cs/plasma-discover.po 2016-08-02 11:32:46.000000000 +0200
+++ new/discover-5.7.4/po/cs/plasma-discover.po 2016-08-23 14:34:19.000000000 +0200
@@ -160,8 +160,8 @@
msgstr "Původ"
#: discover/qml/ApplicationsListPage.qml:105
-#: discover/qml/ApplicationsListPage.qml:234 discover/qml/DiscoverWindow.qml:66
-#: discover/qml/InstalledPage.qml:17
+#: discover/qml/ApplicationsListPage.qml:234
+#: discover/qml/DiscoverWindow.qml:66 discover/qml/InstalledPage.qml:17
msgid "Installed"
msgstr "Nainstalováno"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/da/libdiscover.po new/discover-5.7.4/po/da/libdiscover.po
--- old/discover-5.7.3/po/da/libdiscover.po 2016-08-02 11:32:47.000000000 +0200
+++ new/discover-5.7.4/po/da/libdiscover.po 2016-08-23 14:34:20.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2016-06-18 14:38+0100\n"
"Last-Translator: Martin Schlander <mschlander(a)opensuse.org>\n"
"Language-Team: Danish <kde-i18n-doc(a)kde.org>\n"
@@ -1728,6 +1728,13 @@
msgid "Testing"
msgstr "Under test"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Ukendt"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/de/libdiscover.po new/discover-5.7.4/po/de/libdiscover.po
--- old/discover-5.7.3/po/de/libdiscover.po 2016-08-02 11:32:47.000000000 +0200
+++ new/discover-5.7.4/po/de/libdiscover.po 2016-08-23 14:34:20.000000000 +0200
@@ -1,14 +1,14 @@
# Panagiotis Papadopoulos <pano_90(a)gmx.net>, 2010.
# Jonathan Raphael Joachim Kolberg <bulldog98(a)kubuntu-de.org>, 2010.
# Frederik Schwarzer <schwarzer(a)kde.org>, 2010, 2011, 2015, 2016.
-# Burkhard Lück <lueck(a)hube-lueck.de>, 2011, 2012, 2013, 2014, 2015.
+# Burkhard Lück <lueck(a)hube-lueck.de>, 2011, 2012, 2013, 2014, 2015, 2016.
msgid ""
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-05-31 18:53+0100\n"
-"Last-Translator: Frederik Schwarzer <schwarzer(a)kde.org>\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-04 14:44+0100\n"
+"Last-Translator: Burkhard Lück <lueck(a)hube-lueck.de>\n"
"Language-Team: German <kde-i18n-de(a)kde.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -1745,6 +1745,10 @@
msgid "Testing"
msgstr "Testing"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Unbekannt"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/el/libdiscover.po new/discover-5.7.4/po/el/libdiscover.po
--- old/discover-5.7.3/po/el/libdiscover.po 2016-08-02 11:32:47.000000000 +0200
+++ new/discover-5.7.4/po/el/libdiscover.po 2016-08-23 14:34:21.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2016-02-07 11:26+0200\n"
"Last-Translator: Dimitris Kardarakos <dimkard(a)gmail.com>\n"
"Language-Team: Greek <kde-i18n-el(a)kde.org>\n"
@@ -1745,6 +1745,13 @@
msgid "Testing"
msgstr "Σε δοκιμή"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Άγνωστη"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/en_GB/libdiscover.po new/discover-5.7.4/po/en_GB/libdiscover.po
--- old/discover-5.7.3/po/en_GB/libdiscover.po 2016-08-02 11:32:47.000000000 +0200
+++ new/discover-5.7.4/po/en_GB/libdiscover.po 2016-08-23 14:34:21.000000000 +0200
@@ -7,16 +7,16 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-05-02 11:55+0100\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-05 13:10+0000\n"
"Last-Translator: Steve Allewell <steve.allewell(a)gmail.com>\n"
-"Language-Team: British English <kde-l10n-en_gb(a)kde.org>\n"
+"Language-Team: English <kde-l10n-en_gb(a)kde.org>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
#: categoriesxml.cpp:2
#: libdiscover/backends/DummyBackend/dummy-backend-categories.xml:4
@@ -26,12 +26,9 @@
#: categoriesxml.cpp:4
#: libdiscover/backends/DummyBackend/dummy-backend-categories.xml:11
-#, fuzzy
-#| msgctxt "Category"
-#| msgid "dummy 1"
msgctxt "Category"
msgid "dummy addons"
-msgstr "dummy 1"
+msgstr "dummy addons"
#: categoriesxml.cpp:6
#: libdiscover/backends/DummyBackend/dummy-backend-categories.xml:19
@@ -1737,6 +1734,10 @@
msgid "Testing"
msgstr "Testing"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Unknown"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/en_GB/plasma-discover.po new/discover-5.7.4/po/en_GB/plasma-discover.po
--- old/discover-5.7.3/po/en_GB/plasma-discover.po 2016-08-02 11:32:47.000000000 +0200
+++ new/discover-5.7.4/po/en_GB/plasma-discover.po 2016-08-23 14:34:21.000000000 +0200
@@ -7,15 +7,15 @@
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-05-02 11:54+0100\n"
+"PO-Revision-Date: 2016-08-05 13:12+0000\n"
"Last-Translator: Steve Allewell <steve.allewell(a)gmail.com>\n"
-"Language-Team: British English <kde-l10n-en_gb(a)kde.org>\n"
+"Language-Team: English <kde-l10n-en_gb(a)kde.org>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
#: discover/main.cpp:49
msgid "Directly open the specified application by its package name."
@@ -237,10 +237,8 @@
msgstr "Update (%1)"
#: discover/qml/DiscoverWindow.qml:101
-#, fuzzy
-#| msgid "Configure Sources"
msgid "Configure Sources..."
-msgstr "Configure Sources"
+msgstr "Configure Sources..."
#: discover/qml/InstallApplicationButton.qml:61
msgid "Install"
@@ -276,11 +274,11 @@
#: discover/qml/Main.qml:102
#, kde-format
msgid "Resources requested but unable to find: %1"
-msgstr ""
+msgstr "Resources requested but unable to find: %1"
#: discover/qml/Main.qml:110
msgid "Running as <em>root</em> is discouraged and unnecessary."
-msgstr ""
+msgstr "Running as <em>root</em> is discouraged and unnecessary."
#: discover/qml/MuonToolbar.qml:65
msgid "Back"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/es/libdiscover.po new/discover-5.7.4/po/es/libdiscover.po
--- old/discover-5.7.3/po/es/libdiscover.po 2016-08-02 11:32:49.000000000 +0200
+++ new/discover-5.7.4/po/es/libdiscover.po 2016-08-23 14:34:22.000000000 +0200
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-05-31 19:16+0200\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-02 19:29+0200\n"
"Last-Translator: Eloy Cuadra <ecuadra(a)eloihr.net>\n"
"Language-Team: Spanish <kde-l10n-es(a)kde.org>\n"
"Language: es\n"
@@ -1743,6 +1743,10 @@
msgid "Testing"
msgstr "En pruebas"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Desconocido"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/et/libdiscover.po new/discover-5.7.4/po/et/libdiscover.po
--- old/discover-5.7.3/po/et/libdiscover.po 2016-08-02 11:32:48.000000000 +0200
+++ new/discover-5.7.4/po/et/libdiscover.po 2016-08-23 14:34:23.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-07-27 19:16+0300\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-11 05:53+0300\n"
"Last-Translator: Marek Laane <qiilaq69(a)gmail.com>\n"
"Language-Team: Estonian <kde-i18n-doc(a)kde.org>\n"
"Language: et\n"
@@ -1728,6 +1728,10 @@
msgid "Testing"
msgstr "Testimine"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Tundmatu"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/fi/libdiscover.po new/discover-5.7.4/po/fi/libdiscover.po
--- old/discover-5.7.3/po/fi/libdiscover.po 2016-08-02 11:32:49.000000000 +0200
+++ new/discover-5.7.4/po/fi/libdiscover.po 2016-08-23 14:34:25.000000000 +0200
@@ -13,7 +13,7 @@
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2016-06-08 23:30+0200\n"
"Last-Translator: Lasse Liehu <lasse.liehu(a)gmail.com>\n"
"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
@@ -1731,6 +1731,13 @@
msgid "Testing"
msgstr "Testattavana"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Tuntematon"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/fr/libdiscover.po new/discover-5.7.4/po/fr/libdiscover.po
--- old/discover-5.7.3/po/fr/libdiscover.po 2016-08-02 11:32:50.000000000 +0200
+++ new/discover-5.7.4/po/fr/libdiscover.po 2016-08-23 14:34:26.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2015-11-05 05:21+0100\n"
"Last-Translator: Vincent Pinon <vpinon(a)kde.org>\n"
"Language-Team: French <kde-francophone(a)kde.org>\n"
@@ -1746,6 +1746,13 @@
msgid "Testing"
msgstr "en test"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Inconnu(s)"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ga/libdiscover.po new/discover-5.7.4/po/ga/libdiscover.po
--- old/discover-5.7.3/po/ga/libdiscover.po 2016-08-02 11:32:50.000000000 +0200
+++ new/discover-5.7.4/po/ga/libdiscover.po 2016-08-23 14:34:27.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2011-12-28 12:28-0500\n"
"Last-Translator: Kevin Scannell <kscanne(a)gmail.com>\n"
"Language-Team: Irish <gaeilge-gnulinux(a)lists.sourceforge.net>\n"
@@ -1848,6 +1848,13 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Anaithnid"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/gl/libdiscover.po new/discover-5.7.4/po/gl/libdiscover.po
--- old/discover-5.7.3/po/gl/libdiscover.po 2016-08-02 11:32:51.000000000 +0200
+++ new/discover-5.7.4/po/gl/libdiscover.po 2016-08-23 14:34:28.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2016-06-29 07:02+0100\n"
"Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail."
"com>\n"
@@ -1740,6 +1740,13 @@
msgid "Testing"
msgstr "Probas"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Descoñecido"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/he/libdiscover.po new/discover-5.7.4/po/he/libdiscover.po
--- old/discover-5.7.3/po/he/libdiscover.po 2016-08-02 11:32:51.000000000 +0200
+++ new/discover-5.7.4/po/he/libdiscover.po 2016-08-23 14:34:29.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2016-06-30 13:01+0200\n"
"Last-Translator: Elkana Bardugo <ttv200(a)gmail.com>\n"
"Language-Team: Hebrew <kde-i18n-doc(a)kde.org>\n"
@@ -1678,6 +1678,12 @@
msgid "Testing"
msgstr "בבדיקות"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgid "Unknown Status"
+msgid "Unknown"
+msgstr "מצב לא ידוע"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/hu/libdiscover.po new/discover-5.7.4/po/hu/libdiscover.po
--- old/discover-5.7.3/po/hu/libdiscover.po 2016-08-02 11:32:52.000000000 +0200
+++ new/discover-5.7.4/po/hu/libdiscover.po 2016-08-23 14:34:39.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2015-04-21 15:50+0200\n"
"Last-Translator: Kiszel Kristóf <ulysses(a)kubuntu.org>\n"
"Language-Team: Hungarian <kde-l10n-hu(a)kde.org>\n"
@@ -1769,6 +1769,13 @@
msgid "Testing"
msgstr "Teszt"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Ismeretlen"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/id/libdiscover.po new/discover-5.7.4/po/id/libdiscover.po
--- old/discover-5.7.3/po/id/libdiscover.po 2016-08-02 11:32:53.000000000 +0200
+++ new/discover-5.7.4/po/id/libdiscover.po 2016-08-23 14:34:42.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: KDE Frameworks 5 Applications\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2015-01-01 10:43+0700\n"
"Last-Translator: Wantoyo <wantoyo(a)yahoo.com>\n"
"Language-Team: Indonesian <translation-team-id(a)lists.sourceforge.net>\n"
@@ -1771,6 +1771,13 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Tidak Diketahui"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, fuzzy, kde-format
#| msgid "%1 (%2)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/it/libdiscover.po new/discover-5.7.4/po/it/libdiscover.po
--- old/discover-5.7.3/po/it/libdiscover.po 2016-08-02 11:32:53.000000000 +0200
+++ new/discover-5.7.4/po/it/libdiscover.po 2016-08-23 14:34:45.000000000 +0200
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-06-02 08:24+0200\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-04 06:50+0200\n"
"Last-Translator: Vincenzo Reale <smart2128(a)baslug.org>\n"
"Language-Team: Italian <kde-i18n-it(a)kde.org>\n"
"Language: it\n"
@@ -1734,6 +1734,10 @@
msgid "Testing"
msgstr "Di prova"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Sconosciuta"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ja/libdiscover.po new/discover-5.7.4/po/ja/libdiscover.po
--- old/discover-5.7.3/po/ja/libdiscover.po 2016-08-02 11:32:54.000000000 +0200
+++ new/discover-5.7.4/po/ja/libdiscover.po 2016-08-23 14:34:49.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: muon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2010-06-20 00:46-0700\n"
"Last-Translator: Japanese KDE translation team <kde-jp(a)kde.org>\n"
"Language-Team: Japanese <kde-jp(a)kde.org>\n"
@@ -1675,6 +1675,10 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr ""
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ja/plasma-discover.po new/discover-5.7.4/po/ja/plasma-discover.po
--- old/discover-5.7.3/po/ja/plasma-discover.po 2016-08-02 11:32:54.000000000 +0200
+++ new/discover-5.7.4/po/ja/plasma-discover.po 2016-08-23 14:34:49.000000000 +0200
@@ -157,8 +157,8 @@
msgstr ""
#: discover/qml/ApplicationsListPage.qml:105
-#: discover/qml/ApplicationsListPage.qml:234 discover/qml/DiscoverWindow.qml:66
-#: discover/qml/InstalledPage.qml:17
+#: discover/qml/ApplicationsListPage.qml:234
+#: discover/qml/DiscoverWindow.qml:66 discover/qml/InstalledPage.qml:17
msgid "Installed"
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/kk/libdiscover.po new/discover-5.7.4/po/kk/libdiscover.po
--- old/discover-5.7.3/po/kk/libdiscover.po 2016-08-02 11:32:54.000000000 +0200
+++ new/discover-5.7.4/po/kk/libdiscover.po 2016-08-23 14:34:53.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2013-10-03 04:53+0600\n"
"Last-Translator: Sairan Kikkarin <sairan(a)computer.org>\n"
"Language-Team: Kazakh <kde-i18n-doc(a)kde.org>\n"
@@ -1861,6 +1861,13 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Беймәлім"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, fuzzy, kde-format
#| msgid "%1 (%2)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ko/libdiscover.po new/discover-5.7.4/po/ko/libdiscover.po
--- old/discover-5.7.3/po/ko/libdiscover.po 2016-08-02 11:32:55.000000000 +0200
+++ new/discover-5.7.4/po/ko/libdiscover.po 2016-08-23 14:34:59.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2015-11-07 00:41+0100\n"
"Last-Translator: Shinjo Park <peremen(a)gmail.com>\n"
"Language-Team: Korean <kde(a)peremen.name>\n"
@@ -1716,6 +1716,13 @@
msgid "Testing"
msgstr "테스팅 버전"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "알 수 없음"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/lt/libdiscover.po new/discover-5.7.4/po/lt/libdiscover.po
--- old/discover-5.7.3/po/lt/libdiscover.po 2016-08-02 11:32:56.000000000 +0200
+++ new/discover-5.7.4/po/lt/libdiscover.po 2016-08-23 14:35:03.000000000 +0200
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2015-12-30 19:15+0200\n"
"Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.kalba(a)gmail.com>\n"
"Language-Team: lt <kde-i18n-lt(a)kde.org>\n"
@@ -1872,6 +1872,13 @@
msgid "Testing"
msgstr "Testavimas"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Nežinoma"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, fuzzy, kde-format
#| msgid "%1 (%2)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/mr/libdiscover.po new/discover-5.7.4/po/mr/libdiscover.po
--- old/discover-5.7.3/po/mr/libdiscover.po 2016-08-02 11:32:57.000000000 +0200
+++ new/discover-5.7.4/po/mr/libdiscover.po 2016-08-23 14:35:12.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2013-03-28 16:07+0530\n"
"Last-Translator: Chetan Khona <chetan(a)kompkin.com>\n"
"Language-Team: Marathi <kde-i18n-doc(a)kde.org>\n"
@@ -1847,6 +1847,13 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "अपरिचीत"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, fuzzy, kde-format
#| msgid "%1 (%2)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/nds/libdiscover.po new/discover-5.7.4/po/nds/libdiscover.po
--- old/discover-5.7.3/po/nds/libdiscover.po 2016-08-02 11:32:58.000000000 +0200
+++ new/discover-5.7.4/po/nds/libdiscover.po 2016-08-23 14:35:18.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: muon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2014-07-06 22:08+0200\n"
"Last-Translator: Sönke Dibbern <s_dibbern(a)web.de>\n"
"Language-Team: Low Saxon <kde-i18n-nds(a)kde.org>\n"
@@ -2010,6 +2010,15 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt ""
+#| "@item:inlistbox Human-readable name for the Debian package section "
+#| "\"unknown\""
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Nich begäng"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/nl/libdiscover.po new/discover-5.7.4/po/nl/libdiscover.po
--- old/discover-5.7.3/po/nl/libdiscover.po 2016-08-02 11:32:58.000000000 +0200
+++ new/discover-5.7.4/po/nl/libdiscover.po 2016-08-23 14:35:23.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-05-31 13:40+0200\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-03 12:54+0200\n"
"Last-Translator: Freek de Kruijf <freekdekruijf(a)kde.nl>\n"
"Language-Team: Dutch <kde-i18n-nl(a)kde.org>\n"
"Language: nl\n"
@@ -1737,6 +1737,10 @@
msgid "Testing"
msgstr "Testen"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Onbekend"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/pa/libdiscover.po new/discover-5.7.4/po/pa/libdiscover.po
--- old/discover-5.7.3/po/pa/libdiscover.po 2016-08-02 11:32:59.000000000 +0200
+++ new/discover-5.7.4/po/pa/libdiscover.po 2016-08-23 14:35:24.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2013-04-30 19:56+0530\n"
"Last-Translator: A S Alam <aalam(a)users.sf.net>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users(a)lists.sf.net>\n"
@@ -1830,6 +1830,13 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "ਅਣਜਾਣ"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, fuzzy, kde-format
#| msgid "%1 (%2)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/pl/libdiscover.po new/discover-5.7.4/po/pl/libdiscover.po
--- old/discover-5.7.3/po/pl/libdiscover.po 2016-08-02 11:33:00.000000000 +0200
+++ new/discover-5.7.4/po/pl/libdiscover.po 2016-08-23 14:35:25.000000000 +0200
@@ -8,8 +8,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-06-04 07:35+0100\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-06 08:41+0100\n"
"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc(a)kde.org>\n"
"Language: pl\n"
@@ -1744,6 +1744,10 @@
msgid "Testing"
msgstr "Testowe"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Nieznane"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/pt/libdiscover.po new/discover-5.7.4/po/pt/libdiscover.po
--- old/discover-5.7.3/po/pt/libdiscover.po 2016-08-02 11:33:00.000000000 +0200
+++ new/discover-5.7.4/po/pt/libdiscover.po 2016-08-23 14:35:26.000000000 +0200
@@ -2,8 +2,8 @@
msgstr ""
"Project-Id-Version: muon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-05-31 12:37+0100\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-02 15:00+0100\n"
"Last-Translator: José Nuno Coelho Pires <zepires(a)gmail.com>\n"
"Language-Team: Portuguese <kde-i18n-pt(a)kde.org>\n"
"Language: pt\n"
@@ -1740,6 +1740,10 @@
msgid "Testing"
msgstr "Testes"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Desconhecido"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/pt_BR/libdiscover.po new/discover-5.7.4/po/pt_BR/libdiscover.po
--- old/discover-5.7.3/po/pt_BR/libdiscover.po 2016-08-02 11:33:00.000000000 +0200
+++ new/discover-5.7.4/po/pt_BR/libdiscover.po 2016-08-23 14:35:27.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: libdiscover\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2016-04-30 09:28-0300\n"
"Last-Translator: André Marcelo Alvarenga <alvarenga(a)kde.org>\n"
"Language-Team: Brazilian Portuguese <kde-i18n-pt_br(a)kde.org>\n"
@@ -1740,6 +1740,13 @@
msgid "Testing"
msgstr "Testes"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Desconhecida"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ro/libdiscover.po new/discover-5.7.4/po/ro/libdiscover.po
--- old/discover-5.7.3/po/ro/libdiscover.po 2016-08-02 11:33:00.000000000 +0200
+++ new/discover-5.7.4/po/ro/libdiscover.po 2016-08-23 14:35:26.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2014-05-02 12:03+0300\n"
"Last-Translator: Sergiu Bivol <sergiu(a)ase.md>\n"
"Language-Team: Romanian <kde-i18n-ro(a)kde.org>\n"
@@ -1868,6 +1868,13 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Necunoscută"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, fuzzy, kde-format
#| msgid "%1 (%2)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ru/libdiscover.po new/discover-5.7.4/po/ru/libdiscover.po
--- old/discover-5.7.3/po/ru/libdiscover.po 2016-08-02 11:33:01.000000000 +0200
+++ new/discover-5.7.4/po/ru/libdiscover.po 2016-08-23 14:35:28.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2016-03-27 22:05+0300\n"
"Last-Translator: Alexander Potashev <aspotashev(a)gmail.com>\n"
"Language-Team: Russian <kde-russian(a)lists.kde.ru>\n"
@@ -1756,6 +1756,13 @@
msgid "Testing"
msgstr "тестовое"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Неизвестно"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ru/plasma_applet_org.kde.discovernotifier.po new/discover-5.7.4/po/ru/plasma_applet_org.kde.discovernotifier.po
--- old/discover-5.7.3/po/ru/plasma_applet_org.kde.discovernotifier.po 1970-01-01 01:00:00.000000000 +0100
+++ new/discover-5.7.4/po/ru/plasma_applet_org.kde.discovernotifier.po 2016-08-23 14:35:28.000000000 +0200
@@ -0,0 +1,33 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Alexander Potashev <aspotashev(a)gmail.com>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2016-06-13 08:41+0000\n"
+"PO-Revision-Date: 2015-08-20 15:48+0300\n"
+"Last-Translator: Alexander Potashev <aspotashev(a)gmail.com>\n"
+"Language-Team: Russian <kde-russian(a)lists.kde.ru>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Lokalize 2.0\n"
+
+# Над кнопкой сообщается, какие обновления доступны. Обновления можно _установить_. --aspotashev
+#: contents/ui/Full.qml:57
+msgid "Update"
+msgstr "Установить"
+
+#: contents/ui/Full.qml:58
+msgid "Launches the software to perform the update"
+msgstr "Запустить программу, выполняющую обновление"
+
+# Над кнопкой сообщается, какие обновления доступны. Обновления можно _установить_. --aspotashev
+#: contents/ui/main.qml:41
+msgid "See Updates..."
+msgstr "Просмотреть обновления..."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/sk/libdiscover.po new/discover-5.7.4/po/sk/libdiscover.po
--- old/discover-5.7.3/po/sk/libdiscover.po 2016-08-02 11:33:02.000000000 +0200
+++ new/discover-5.7.4/po/sk/libdiscover.po 2016-08-23 14:35:33.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-06-07 22:09+0100\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-04 21:08+0100\n"
"Last-Translator: Roman Paholik <wizzardsk(a)gmail.com>\n"
"Language-Team: Slovak <kde-sk(a)linux.sk>\n"
"Language: sk\n"
@@ -1735,6 +1735,10 @@
msgid "Testing"
msgstr "Testovanie"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Neznáme"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/sl/libdiscover.po new/discover-5.7.4/po/sl/libdiscover.po
--- old/discover-5.7.3/po/sl/libdiscover.po 2016-08-02 11:33:02.000000000 +0200
+++ new/discover-5.7.4/po/sl/libdiscover.po 2016-08-23 14:35:35.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-07-11 18:35+0200\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-03 22:32+0200\n"
"Last-Translator: Andrej Mernik <andrejm(a)ubuntu.si>\n"
"Language-Team: Slovenian <lugos-slo(a)lugos.si>\n"
"Language: sl\n"
@@ -1746,6 +1746,10 @@
msgid "Testing"
msgstr "Testing"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Neznano"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/sr/libdiscover.po new/discover-5.7.4/po/sr/libdiscover.po
--- old/discover-5.7.3/po/sr/libdiscover.po 2016-08-02 11:33:03.000000000 +0200
+++ new/discover-5.7.4/po/sr/libdiscover.po 2016-08-23 14:35:39.000000000 +0200
@@ -5,8 +5,8 @@
msgstr ""
"Project-Id-Version: libdiscover\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-06-05 12:15+0200\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-14 23:47+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
"Language: sr\n"
@@ -1761,6 +1761,11 @@
msgid "Testing"
msgstr "пробно"
+# >> @item unknown licence
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "непозната"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/sr(a)ijekavian/libdiscover.po new/discover-5.7.4/po/sr(a)ijekavian/libdiscover.po
--- old/discover-5.7.3/po/sr(a)ijekavian/libdiscover.po 2016-08-02 11:33:03.000000000 +0200
+++ new/discover-5.7.4/po/sr(a)ijekavian/libdiscover.po 2016-08-23 14:35:43.000000000 +0200
@@ -5,8 +5,8 @@
msgstr ""
"Project-Id-Version: libdiscover\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-06-05 12:15+0200\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-14 23:47+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
"Language: sr@ijekavian\n"
@@ -1761,6 +1761,11 @@
msgid "Testing"
msgstr "пробно"
+# >> @item unknown licence
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "непозната"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/sr(a)ijekavianlatin/libdiscover.po new/discover-5.7.4/po/sr(a)ijekavianlatin/libdiscover.po
--- old/discover-5.7.3/po/sr(a)ijekavianlatin/libdiscover.po 2016-08-02 11:33:03.000000000 +0200
+++ new/discover-5.7.4/po/sr(a)ijekavianlatin/libdiscover.po 2016-08-23 14:35:43.000000000 +0200
@@ -5,8 +5,8 @@
msgstr ""
"Project-Id-Version: libdiscover\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-06-05 12:15+0200\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-14 23:47+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
"Language: sr@ijekavianlatin\n"
@@ -1762,6 +1762,11 @@
msgid "Testing"
msgstr "probno"
+# >> @item unknown licence
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "nepoznata"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/sr(a)latin/libdiscover.po new/discover-5.7.4/po/sr(a)latin/libdiscover.po
--- old/discover-5.7.3/po/sr(a)latin/libdiscover.po 2016-08-02 11:33:04.000000000 +0200
+++ new/discover-5.7.4/po/sr(a)latin/libdiscover.po 2016-08-23 14:35:45.000000000 +0200
@@ -5,8 +5,8 @@
msgstr ""
"Project-Id-Version: libdiscover\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-06-05 12:15+0200\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-14 23:47+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
"Language: sr@latin\n"
@@ -1762,6 +1762,11 @@
msgid "Testing"
msgstr "probno"
+# >> @item unknown licence
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "nepoznata"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/sv/libdiscover.po new/discover-5.7.4/po/sv/libdiscover.po
--- old/discover-5.7.3/po/sv/libdiscover.po 2016-08-02 11:33:04.000000000 +0200
+++ new/discover-5.7.4/po/sv/libdiscover.po 2016-08-23 14:35:50.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-05-31 17:30+0100\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-02 17:53+0100\n"
"Last-Translator: Stefan Asserhäll <stefan.asserhall(a)bredband.net>\n"
"Language-Team: Swedish <kde-i18n-doc(a)kde.org>\n"
"Language: sv\n"
@@ -1731,6 +1731,10 @@
msgid "Testing"
msgstr "Test"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Okänd"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/tr/libdiscover.po new/discover-5.7.4/po/tr/libdiscover.po
--- old/discover-5.7.3/po/tr/libdiscover.po 2016-08-02 11:33:05.000000000 +0200
+++ new/discover-5.7.4/po/tr/libdiscover.po 2016-08-23 14:35:53.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: extragear-sysadmin-kde4\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2015-09-15 09:33+0000\n"
"Last-Translator: Necdet <necdetyucel(a)gmail.com>\n"
"Language-Team: Turkish <kde-l10n-tr(a)kde.org>\n"
@@ -1766,6 +1766,13 @@
msgid "Testing"
msgstr "Deneme"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Bilinmeyen"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/ug/libdiscover.po new/discover-5.7.4/po/ug/libdiscover.po
--- old/discover-5.7.3/po/ug/libdiscover.po 2016-08-02 11:33:06.000000000 +0200
+++ new/discover-5.7.4/po/ug/libdiscover.po 2016-08-23 14:35:53.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libmuon\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2013-09-08 07:04+0900\n"
"Last-Translator: Gheyret Kenji <gheyret(a)gmail.com>\n"
"Language-Team: Uyghur Computer Science Association <UKIJ(a)yahoogroups.com>\n"
@@ -1791,6 +1791,13 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "نامەلۇم"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, fuzzy, kde-format
#| msgid "%1 (%2)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/uk/libdiscover.po new/discover-5.7.4/po/uk/libdiscover.po
--- old/discover-5.7.3/po/uk/libdiscover.po 2016-08-02 11:33:06.000000000 +0200
+++ new/discover-5.7.4/po/uk/libdiscover.po 2016-08-23 14:35:54.000000000 +0200
@@ -8,8 +8,8 @@
msgstr ""
"Project-Id-Version: libdiscover\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-05-31 14:51+0300\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-02 20:29+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor(a)ukr.net>\n"
"Language-Team: Ukrainian <kde-i18n-uk(a)kde.org>\n"
"Language: uk\n"
@@ -1758,6 +1758,10 @@
msgid "Testing"
msgstr "Тестовий"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "Невідомий"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/vi/libdiscover.po new/discover-5.7.4/po/vi/libdiscover.po
--- old/discover-5.7.3/po/vi/libdiscover.po 2016-08-02 11:33:06.000000000 +0200
+++ new/discover-5.7.4/po/vi/libdiscover.po 2016-08-23 14:35:55.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2012-06-13 11:10+0800\n"
"Last-Translator: HeroP <herophuong93(a)gmail.com>\n"
"Language-Team: Vietnamese <kde-i18n-vi(a)kde.org>\n"
@@ -1929,6 +1929,13 @@
msgid "Testing"
msgstr ""
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "Không rõ"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/zh_CN/libdiscover.po new/discover-5.7.4/po/zh_CN/libdiscover.po
--- old/discover-5.7.3/po/zh_CN/libdiscover.po 2016-08-02 11:33:07.000000000 +0200
+++ new/discover-5.7.4/po/zh_CN/libdiscover.po 2016-08-23 14:35:58.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
"PO-Revision-Date: 2016-06-17 13:00-0800\n"
"Last-Translator: Weng Xuetian <wengxt(a)gmail.com>\n"
"Language-Team: Chinese <kde-china(a)kde.org>\n"
@@ -1702,6 +1702,13 @@
msgid "Testing"
msgstr "测试"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+#, fuzzy
+#| msgctxt "@info license"
+#| msgid "Unknown"
+msgid "Unknown"
+msgstr "未知"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discover-5.7.3/po/zh_TW/libdiscover.po new/discover-5.7.4/po/zh_TW/libdiscover.po
--- old/discover-5.7.3/po/zh_TW/libdiscover.po 2016-08-02 11:33:08.000000000 +0200
+++ new/discover-5.7.4/po/zh_TW/libdiscover.po 2016-08-23 14:35:58.000000000 +0200
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2016-07-28 11:36+0000\n"
-"PO-Revision-Date: 2016-06-27 17:00+0800\n"
+"POT-Creation-Date: 2016-08-02 12:18+0000\n"
+"PO-Revision-Date: 2016-08-03 17:04+0800\n"
"Last-Translator: Jeff Huang <s8321414(a)gmail.com>\n"
"Language-Team: Chinese <kde-i18n-doc(a)kde.org>\n"
"Language: zh_TW\n"
@@ -1699,6 +1699,10 @@
msgid "Testing"
msgstr "測試中"
+#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:97
+msgid "Unknown"
+msgstr "未知"
+
#: libdiscover/backends/PackageKitBackend/PackageKitResource.cpp:226
#, kde-format
msgctxt "package-name (version)"
1
0