From 4903cfc5f43257a1aff6660ed8b31388063a708f Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Fri, 22 Jul 2016 15:18:12 +0200 Subject: [PATCH] Build fix for Epel 7. Fix typos. --- configure.ac | 2 +- gnome-shell-extension-panel-osd.spec | 13 ++++++++++--- src/prefs.js | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 28316b6..bcbb441 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The prefix for our gettext translation domains.]) # i18n AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.19.4]) +AM_GNU_GETTEXT_VERSION([0.18.2]) PKG_PROG_PKG_CONFIG([0.22]) diff --git a/gnome-shell-extension-panel-osd.spec b/gnome-shell-extension-panel-osd.spec index f43343d..79c0880 100644 --- a/gnome-shell-extension-panel-osd.spec +++ b/gnome-shell-extension-panel-osd.spec @@ -1,12 +1,12 @@ -%global git 6ad19f0 +%global git 5897019 %global uuid panel-osd@berend.de.schouwer.gmail.com %global github jenslody-gnome-shell-extension-panel-osd %global checkout git%{git} -%global checkout_date 20160721 +%global checkout_date 20160722 Name: gnome-shell-extension-panel-osd Version: 1 -Release: 0.14.%{checkout_date}%{checkout}%{?dist} +Release: 0.16.%{checkout_date}%{checkout}%{?dist} Summary: Configure the place where notifications are shown Group: User Interface/Desktops @@ -66,6 +66,13 @@ fi %{_datadir}/gnome-shell/extensions/%{uuid} %changelog +* Fri Jul 22 2016 Jens Lody - 1-0.16.20160722git5897019 +- Switched translation to gettext via Makefile. +- Add missing BR to gettext-devel. + +* Thu Jul 21 2016 Jens Lody - 1-0.15.20160721gite121669 +- Added polish translation by piotrdrag. + * Thu Jul 21 2016 Jens Lody - 1-0.14.20160721git6ad19f0 - Fixes layout on multimonitor-systems or when using bottom-panel extensions. diff --git a/src/prefs.js b/src/prefs.js index 82409c1..a4d5474 100644 --- a/src/prefs.js +++ b/src/prefs.js @@ -2,7 +2,7 @@ /* * * GNOME Shell Extension Panel OSD preferences - * - Creates a widget to set the preferences of the weather extension + * - Creates a widget to set the preferences of the panel-osd extension * * Copyright (C) 2014 - 2015 * Jens Lody ,