Control: tags 1020155 + patch
Control: tags 1020155 + pending

Dear maintainer,

I've prepared an NMU for caffeine (versioned as 2.9.12-0.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru caffeine-2.9.10/caffeinate caffeine-2.9.12/caffeinate
--- caffeine-2.9.10/caffeinate  2017-01-16 07:59:02.000000000 -0500
+++ caffeine-2.9.12/caffeinate  2022-04-11 03:42:09.000000000 -0400
@@ -25,7 +25,7 @@
 
 sys.tracebacklimit = None
 PROGRAM_NAME = "caffeinate"
-VERSION = pkg_resources.require("caffeine")[0].version
+VERSION = pkg_resources.require("cups-of-caffeine")[0].version
 
 def die(err):
     sys.exit(PROGRAM_NAME + ': ' + err)
diff -Nru caffeine-2.9.10/caffeine caffeine-2.9.12/caffeine
--- caffeine-2.9.10/caffeine    2020-07-06 17:21:36.000000000 -0400
+++ caffeine-2.9.12/caffeine    2022-04-11 03:42:49.000000000 -0400
@@ -32,7 +32,7 @@
 
 # Handle command-line arguments
 parser = argparse.ArgumentParser(prog=PROGRAM_NAME, description='Prevent
desktop idleness in full-screen mode')
-parser.add_argument('-V', '--version', action='version',
version=PROGRAM_NAME + ' ' + pkg_resources.require(PROGRAM_NAME)[0].version)
+parser.add_argument('-V', '--version', action='version',
version=PROGRAM_NAME + ' ' + pkg_resources.require("cups-of-
caffeine")[0].version)
 parser.parse_args()
 
 ewmh = EWMH()
diff -Nru caffeine-2.9.10/caffeine-indicator caffeine-2.9.12/caffeine-
indicator
--- caffeine-2.9.10/caffeine-indicator  2020-08-31 11:54:38.000000000 -0400
+++ caffeine-2.9.12/caffeine-indicator  2022-04-11 03:42:25.000000000 -0400
@@ -34,7 +34,7 @@
 from Xlib import display
 
 PROGRAM_NAME = "caffeine-indicator"
-VERSION = pkg_resources.require("caffeine")[0].version
+VERSION = pkg_resources.require("cups-of-caffeine")[0].version
 
 # Register the gettext function for the whole interpreter as "_"
 builtins._ = gettext.gettext
diff -Nru caffeine-2.9.10/cups_of_caffeine.egg-info/PKG-INFO caffeine-
2.9.12/cups_of_caffeine.egg-info/PKG-INFO
--- caffeine-2.9.10/cups_of_caffeine.egg-info/PKG-INFO  2022-03-29
13:41:08.000000000 -0400
+++ caffeine-2.9.12/cups_of_caffeine.egg-info/PKG-INFO  2022-07-14
16:55:06.000000000 -0400
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cups-of-caffeine
-Version: 2.9.10
+Version: 2.9.12
 Summary: Keep your computer awake.
 Home-page: https://launchpad.net/caffeine
 Author: Reuben Thomas
diff -Nru caffeine-2.9.10/debian/changelog caffeine-2.9.12/debian/changelog
--- caffeine-2.9.10/debian/changelog    2022-04-11 03:24:50.000000000 -0400
+++ caffeine-2.9.12/debian/changelog    2022-10-18 23:15:26.000000000 -0400
@@ -1,3 +1,10 @@
+caffeine (2.9.12-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+    + Fix build with setuptools (>= 61.0). (Closes: #1020155)
+
+ -- Boyuan Yang <by...@debian.org>  Tue, 18 Oct 2022 23:15:26 -0400
+
 caffeine (2.9.10-2) unstable; urgency=medium
 
   * Hard-code the version directly into executables to workaround
diff -Nru caffeine-2.9.10/PKG-INFO caffeine-2.9.12/PKG-INFO
--- caffeine-2.9.10/PKG-INFO    2022-03-29 13:41:08.237084000 -0400
+++ caffeine-2.9.12/PKG-INFO    2022-07-14 16:55:06.973254200 -0400
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cups-of-caffeine
-Version: 2.9.10
+Version: 2.9.12
 Summary: Keep your computer awake.
 Home-page: https://launchpad.net/caffeine
 Author: Reuben Thomas
diff -Nru caffeine-2.9.10/setup.py caffeine-2.9.12/setup.py
--- caffeine-2.9.10/setup.py    2022-03-29 13:35:27.000000000 -0400
+++ caffeine-2.9.12/setup.py    2022-07-14 16:54:26.000000000 -0400
@@ -57,7 +57,7 @@
 data_files.append(tuple(("/" + autostart_dir, [join(autostart_dir,
desktop_name)])))
 
 setup(name="cups-of-caffeine",
-    version="2.9.10",
+    version="2.9.12",
     description="Keep your computer awake.",
     license="GPLv3",
     author="Reuben Thomas",
@@ -68,4 +68,5 @@
     data_files=data_files,
 
     scripts=["caffeine", "caffeinate", "caffeine-indicator"],
+    py_modules=[], # Workaround for setuptools >= 61.0; see
https://bugs.launchpad.net/caffeine/+bug/1981419
     )
diff -Nru caffeine-2.9.10/translations/ar.po caffeine-
2.9.12/translations/ar.po
--- caffeine-2.9.10/translations/ar.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/ar.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/be.po caffeine-
2.9.12/translations/be.po
--- caffeine-2.9.10/translations/be.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/be.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/bg.po caffeine-
2.9.12/translations/bg.po
--- caffeine-2.9.10/translations/bg.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/bg.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/bs.po caffeine-
2.9.12/translations/bs.po
--- caffeine-2.9.10/translations/bs.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/bs.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-11 06:19+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 "Language: bs\n"
 
 #. file 'caffeine/core.py', line 123
diff -Nru caffeine-2.9.10/translations/ca.po caffeine-
2.9.12/translations/ca.po
--- caffeine-2.9.10/translations/ca.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/ca.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/cs.po caffeine-
2.9.12/translations/cs.po
--- caffeine-2.9.10/translations/cs.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/cs.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/da.po caffeine-
2.9.12/translations/da.po
--- caffeine-2.9.10/translations/da.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/da.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/de.po caffeine-
2.9.12/translations/de.po
--- caffeine-2.9.10/translations/de.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/de.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/el.po caffeine-
2.9.12/translations/el.po
--- caffeine-2.9.10/translations/el.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/el.po  2022-07-14 16:50:31.000000000 -0400
@@ -8,14 +8,14 @@
 "Project-Id-Version: caffeine\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2014-02-25 21:00+0000\n"
-"PO-Revision-Date: 2021-07-10 08:57+0000\n"
+"PO-Revision-Date: 2022-04-05 07:18+0000\n"
 "Last-Translator: tzem <athmakrigian...@gmail.com>\n"
 "Language-Team: Greek <e...@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-11 06:19+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
@@ -30,7 +30,6 @@
 msgstr ""
 "Launchpad Contributions:\n"
 "  Caffeine Developers https://launchpad.net/~caffeine-developers\n";
-"  Spyros Kavvadias https://launchpad.net/~thunk\n";
 "  tzem https://launchpad.net/~athmakrigiannis\n";
 "  Μανώλης Σκόνδρας https://launchpad.net/~emmaskon";
 
diff -Nru caffeine-2.9.10/translations/en_GB.po caffeine-
2.9.12/translations/en_GB.po
--- caffeine-2.9.10/translations/en_GB.po       2022-03-28
10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/en_GB.po       2022-07-14
16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/eo.po caffeine-
2.9.12/translations/eo.po
--- caffeine-2.9.10/translations/eo.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/eo.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/es.po caffeine-
2.9.12/translations/es.po
--- caffeine-2.9.10/translations/es.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/es.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-09-01 06:19+0000\n"
-"X-Generator: Launchpad (build 0c8f1877ebb14058529e2f7e30ad87ef8ef878a7)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/eu.po caffeine-
2.9.12/translations/eu.po
--- caffeine-2.9.10/translations/eu.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/eu.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/fi.po caffeine-
2.9.12/translations/fi.po
--- caffeine-2.9.10/translations/fi.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/fi.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/fr.po caffeine-
2.9.12/translations/fr.po
--- caffeine-2.9.10/translations/fr.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/fr.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 "Language: fr\n"
 
 #. file 'caffeine/core.py', line 123
diff -Nru caffeine-2.9.10/translations/gl.po caffeine-
2.9.12/translations/gl.po
--- caffeine-2.9.10/translations/gl.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/gl.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/he.po caffeine-
2.9.12/translations/he.po
--- caffeine-2.9.10/translations/he.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/he.po  2022-07-14 16:50:31.000000000 -0400
@@ -8,14 +8,14 @@
 "Project-Id-Version: caffeine\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2014-02-25 21:00+0000\n"
-"PO-Revision-Date: 2021-07-10 08:57+0000\n"
+"PO-Revision-Date: 2022-04-05 07:18+0000\n"
 "Last-Translator: Reuben Thomas <r...@sc3d.org>\n"
 "Language-Team: Hebrew <h...@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-11 06:19+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
@@ -29,8 +29,7 @@
 msgid "translator-credits"
 msgstr ""
 "Launchpad Contributions:\n"
-"  Caffeine Developers https://launchpad.net/~caffeine-developers\n";
-"  Woland https://launchpad.net/~thewoland";
+"  Caffeine Developers https://launchpad.net/~caffeine-developers";
 
 #. file 'caffeine/main.py', line 85
 #. file 'caffeine/main.py', line 100
diff -Nru caffeine-2.9.10/translations/hr.po caffeine-
2.9.12/translations/hr.po
--- caffeine-2.9.10/translations/hr.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/hr.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/hu.po caffeine-
2.9.12/translations/hu.po
--- caffeine-2.9.10/translations/hu.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/hu.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/id.po caffeine-
2.9.12/translations/id.po
--- caffeine-2.9.10/translations/id.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/id.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/it.po caffeine-
2.9.12/translations/it.po
--- caffeine-2.9.10/translations/it.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/it.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/ja.po caffeine-
2.9.12/translations/ja.po
--- caffeine-2.9.10/translations/ja.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/ja.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 "Language: ja\n"
 
 #. file 'caffeine/core.py', line 123
diff -Nru caffeine-2.9.10/translations/ko.po caffeine-
2.9.12/translations/ko.po
--- caffeine-2.9.10/translations/ko.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/ko.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/lt.po caffeine-
2.9.12/translations/lt.po
--- caffeine-2.9.10/translations/lt.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/lt.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/ms.po caffeine-
2.9.12/translations/ms.po
--- caffeine-2.9.10/translations/ms.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/ms.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/nl.po caffeine-
2.9.12/translations/nl.po
--- caffeine-2.9.10/translations/nl.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/nl.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:24+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/no.po caffeine-
2.9.12/translations/no.po
--- caffeine-2.9.10/translations/no.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/no.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-11 06:19+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/oc.po caffeine-
2.9.12/translations/oc.po
--- caffeine-2.9.10/translations/oc.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/oc.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/pl.po caffeine-
2.9.12/translations/pl.po
--- caffeine-2.9.10/translations/pl.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/pl.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-11 06:19+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/pt_BR.po caffeine-
2.9.12/translations/pt_BR.po
--- caffeine-2.9.10/translations/pt_BR.po       2022-03-28
10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/pt_BR.po       2022-07-14
16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/pt.po caffeine-
2.9.12/translations/pt.po
--- caffeine-2.9.10/translations/pt.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/pt.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/ro.po caffeine-
2.9.12/translations/ro.po
--- caffeine-2.9.10/translations/ro.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/ro.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/ru.po caffeine-
2.9.12/translations/ru.po
--- caffeine-2.9.10/translations/ru.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/ru.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/si.po caffeine-
2.9.12/translations/si.po
--- caffeine-2.9.10/translations/si.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/si.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/sk.po caffeine-
2.9.12/translations/sk.po
--- caffeine-2.9.10/translations/sk.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/sk.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/sl.po caffeine-
2.9.12/translations/sl.po
--- caffeine-2.9.10/translations/sl.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/sl.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/sr.po caffeine-
2.9.12/translations/sr.po
--- caffeine-2.9.10/translations/sr.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/sr.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/sv.po caffeine-
2.9.12/translations/sv.po
--- caffeine-2.9.10/translations/sv.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/sv.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/sw.po caffeine-
2.9.12/translations/sw.po
--- caffeine-2.9.10/translations/sw.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/sw.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/th.po caffeine-
2.9.12/translations/th.po
--- caffeine-2.9.10/translations/th.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/th.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/tr.po caffeine-
2.9.12/translations/tr.po
--- caffeine-2.9.10/translations/tr.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/tr.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2022-01-14 04:41+0000\n"
-"X-Generator: Launchpad (build 0072e2709f85567cc6c8d33e98acde9fcc09f491)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/uk.po caffeine-
2.9.12/translations/uk.po
--- caffeine-2.9.10/translations/uk.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/uk.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/vi.po caffeine-
2.9.12/translations/vi.po
--- caffeine-2.9.10/translations/vi.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/vi.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-12 06:04+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/xh.po caffeine-
2.9.12/translations/xh.po
--- caffeine-2.9.10/translations/xh.po  2022-03-28 10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/xh.po  2022-07-14 16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-11 06:19+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 "Language: xh\n"
 
 #. file 'caffeine/core.py', line 123
diff -Nru caffeine-2.9.10/translations/zh_CN.po caffeine-
2.9.12/translations/zh_CN.po
--- caffeine-2.9.10/translations/zh_CN.po       2022-03-28
10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/zh_CN.po       2022-07-14
16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 
 #. file 'caffeine/core.py', line 123
 msgid "Caffeine is dormant"
diff -Nru caffeine-2.9.10/translations/zh_TW.po caffeine-
2.9.12/translations/zh_TW.po
--- caffeine-2.9.10/translations/zh_TW.po       2022-03-28
10:04:23.000000000 -0400
+++ caffeine-2.9.12/translations/zh_TW.po       2022-07-14
16:50:31.000000000 -0400
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2021-07-13 06:11+0000\n"
-"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\n"
+"X-Launchpad-Export-Date: 2022-04-19 06:25+0000\n"
+"X-Generator: Launchpad (build 5cc3bd61c85a328825183f316ddd801c0f7d7ef2)\n"
 "Language: \n"
 
 #. file 'caffeine/core.py', line 123

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to