Hello community,
here is the log from the commit of package package-update-indicator for
openSUSE:Factory checked in at 2019-07-29 17:29:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/package-update-indicator (Old)
and /work/SRC/openSUSE:Factory/.package-update-indicator.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "package-update-indicator"
Mon Jul 29 17:29:09 2019 rev:4 rq:719369 version:4
Changes:
--------
---
/work/SRC/openSUSE:Factory/package-update-indicator/package-update-indicator.changes
2019-04-26 22:54:29.489313537 +0200
+++
/work/SRC/openSUSE:Factory/.package-update-indicator.new.4126/package-update-indicator.changes
2019-07-29 17:29:13.606239235 +0200
@@ -1,0 +2,8 @@
+Wed Jul 24 17:43:57 UTC 2019 - Stefan Seyfried <[email protected]>
+
+- Update to version 4:
+ * Use consistent vocabulary in German translations
+ * Add support for libayantana-indicator
+ * Fix typo in German translations
+
+-------------------------------------------------------------------
Old:
----
package-update-indicator-2.tar.gz
New:
----
package-update-indicator-4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ package-update-indicator.spec ++++++
--- /var/tmp/diff_new_pack.9FuGvT/_old 2019-07-29 17:29:14.382238948 +0200
+++ /var/tmp/diff_new_pack.9FuGvT/_new 2019-07-29 17:29:14.382238948 +0200
@@ -18,7 +18,7 @@
Name: package-update-indicator
-Version: 2
+Version: 4
Release: 0
Summary: Package update status notification applet
License: MIT
++++++ package-update-indicator-2.tar.gz -> package-update-indicator-4.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/package-update-indicator-2/Makefile
new/package-update-indicator-4/Makefile
--- old/package-update-indicator-2/Makefile 2018-12-08 10:03:54.000000000
+0100
+++ new/package-update-indicator-4/Makefile 2019-07-24 16:29:14.000000000
+0200
@@ -24,7 +24,7 @@
PACKAGE = package-update-indicator
APPLICATION_ID = org.guido-berhoerster.code.package-update-indicator
PREFS_APPLICATION_ID =
org.guido-berhoerster.code.package-update-indicator.preferences
-VERSION = 2
+VERSION = 4
DISTNAME = $(PACKAGE)-$(VERSION)
AUTHOR = Guido Berhoerster
BUG_ADDRESS = [email protected]
@@ -70,6 +70,14 @@
--keyword=NC_:1c,2 \
--keyword=g_dngettext:2,3 \
--add-comments
+INDICATOR_LIB := $(or \
+ $(shell pkg-config --exists appindicator3-0.1 && \
+ printf '%s\\\n' appindicator3-0.1), \
+ $(shell pkg-config --exists ayatana-appindicator3-0.1 && \
+ printf '%s\\\n' ayatana-appindicator3-0.1), \
+ appindicator3-0.1)
+INDICATOR_FLAG := $(if $(findstring ayatana,$(INDICATOR_LIB)), \
+ -DHAVE_AYATANA_APPINDICATOR,)
define generate-manpage-rule =
%.$1: %.$(addsuffix .xml,$1) docbook-update-source-data.xsl
@@ -150,12 +158,13 @@
-DPACKAGE_LOCALE_DIR="\"$(localedir)\"" \
-DGETTEXT_PACKAGE=\"$(PACKAGE)\" \
-DSETTINGS_SCHEMA_ID=\"$(APPLICATION_ID)\" \
- -DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE
+ -DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE \
+ $(INDICATOR_FLAG)
$(PACKAGE): XCFLAGS = $(shell pkg-config --cflags gtk+-3.0 \
- appindicator3-0.1 packagekit-glib2 \
+ $(INDICATOR_LIB) packagekit-glib2 \
polkit-gobject-1 upower-glib)
$(PACKAGE): LDLIBS = $(shell pkg-config --libs gtk+-3.0 \
- appindicator3-0.1 packagekit-glib2 \
+ $(INDICATOR_LIB) packagekit-glib2 \
polkit-gobject-1 upower-glib)
$(PACKAGE)-prefs: XCPPFLAGS = -DPACKAGE=\"$(PACKAGE)\" \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/package-update-indicator-2/NEWS
new/package-update-indicator-4/NEWS
--- old/package-update-indicator-2/NEWS 2018-12-08 10:09:51.000000000 +0100
+++ new/package-update-indicator-4/NEWS 2019-07-24 16:29:14.000000000 +0200
@@ -1,11 +1,28 @@
News
====
+package-update-indicator 4 (2019-07-24T16:27:25+02:00)
+------------------------------------------------------
+
+- Fix support for libayatana-appindicator
+
+package-update-indicator 3 (2019-07-24T10:33:37+02:00)
+------------------------------------------------------
+
+- Use consistent vocabulary in German translations
+- Add support for libayantana-indicator
+- Fix typo in German translations
+- Add missing changelog entries
+
package-update-indicator 2 (2018-12-08T10:09:35+01:00)
------------------------------------------------------
- Add keywords to desktop files
- Fix typo in notification message
+- Do not run glib-compile-schemas if schemas are installed into staging
+ directory
+- Set application indicator title
+- Add note for vendors on how to override default settings
package-update-indicator 1 (2018-07-06T14:21:28+02:00)
------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/package-update-indicator-2/local.mk
new/package-update-indicator-4/local.mk
--- old/package-update-indicator-2/local.mk 2018-06-08 21:55:48.000000000
+0200
+++ new/package-update-indicator-4/local.mk 1970-01-01 01:00:00.000000000
+0100
@@ -1,3 +0,0 @@
-CC = clang -std=c99
-CFLAGS = -O2 -ggdb3 -Wall -Wextra -Wno-unused-parameter
#-fsanitize=undefined,address
-LDFLAGS = #-fsanitize=undefined,address
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/package-update-indicator-2/po/de.po
new/package-update-indicator-4/po/de.po
--- old/package-update-indicator-2/po/de.po 2018-12-08 10:01:40.000000000
+0100
+++ new/package-update-indicator-4/po/de.po 2019-07-24 16:29:14.000000000
+0200
@@ -156,7 +156,7 @@
#: pui-application.c:271
msgid "You need to log out and back in for the update to take effect."
msgstr ""
-"Sie müssen sich aus- und wieder einloggen, damit das Update wirksam wird."
+"Sie müssen sich aus- und wieder einloggen, damit die Aktualisierung wirksam
wird."
#: pui-application.c:275
msgid "Restart Required"
@@ -165,11 +165,11 @@
#: pui-application.c:276
msgid "The computer has to be restarted for the updates to take effect."
msgstr ""
-"Der Computer muss neu gestarte werden damit die Updates wirksam werden."
+"Der Computer muss neu gestarte werden damit die Aktualisierungen wirksam
werden."
#: pui-application.c:324
msgid "Install Updates"
-msgstr "Installiere Updates"
+msgstr "Installiere Aktualisierungen"
#: pui-application.c:434
msgid "Update notifications are not supported."
@@ -177,11 +177,11 @@
#: pui-menu.ui:13
msgid "_Install updates"
-msgstr "_Installiere updates"
+msgstr "_Installiere Aktualisierungen"
#: pui-menu.ui:22
msgid "_Preferences…"
-msgstr "_Einstallungen…"
+msgstr "_Einstellungen…"
#: pui-menu.ui:31
msgid "_About…"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/package-update-indicator-2/pui-application.c
new/package-update-indicator-4/pui-application.c
--- old/package-update-indicator-2/pui-application.c 2018-12-08
08:01:52.000000000 +0100
+++ new/package-update-indicator-4/pui-application.c 2019-07-24
16:29:14.000000000 +0200
@@ -23,7 +23,11 @@
#include <gio/gdesktopappinfo.h>
#include <glib/gi18n.h>
+#ifndef HAVE_AYATANA_APPINDICATOR
#include <libappindicator/app-indicator.h>
+#else /* !HAVE_AYATANA_APPINDICATOR */
+#include <libayatana-appindicator/app-indicator.h>
+#endif /* !HAVE_AYATANA_APPINDICATOR */
#include <stdlib.h>
#include <string.h>