Update to 3.17.91
This commit is contained in:
parent
fb79265351
commit
37a303a8ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/gnome-characters-3.16.2.tar.xz
|
/gnome-characters-3.16.2.tar.xz
|
||||||
/gnome-characters-3.17.4.1.tar.xz
|
/gnome-characters-3.17.4.1.tar.xz
|
||||||
/gnome-characters-3.17.90.tar.xz
|
/gnome-characters-3.17.90.tar.xz
|
||||||
|
/gnome-characters-3.17.91.tar.xz
|
||||||
|
@ -0,0 +1,25 @@
|
|||||||
|
From 7b98efc89c36cda12867aff597fd75c15715a331 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Kalev Lember <klember@redhat.com>
|
||||||
|
Date: Mon, 31 Aug 2015 09:45:44 +0200
|
||||||
|
Subject: [PATCH] Fix syntax error in desktop file keywords Arabic translation
|
||||||
|
|
||||||
|
---
|
||||||
|
po/ar.po | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/po/ar.po b/po/ar.po
|
||||||
|
index b24a0af..11701af 100644
|
||||||
|
--- a/po/ar.po
|
||||||
|
+++ b/po/ar.po
|
||||||
|
@@ -82,7 +82,7 @@ msgstr "تطبيق للبحث عن المحارف غير المألوفة وإد
|
||||||
|
|
||||||
|
#: ../data/org.gnome.Characters.desktop.in.h:3
|
||||||
|
msgid "characters;unicode;"
|
||||||
|
-msgstr "characters;unicode;محرف;محارف;يونيكود"
|
||||||
|
+msgstr "characters;unicode;محرف;محارف;يونيكود;"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.Characters.gschema.xml.h:1
|
||||||
|
msgid "Font to display characters"
|
||||||
|
--
|
||||||
|
2.4.3
|
||||||
|
|
@ -1,14 +1,16 @@
|
|||||||
%global appname org.gnome.Characters
|
%global appname org.gnome.Characters
|
||||||
|
|
||||||
Name: gnome-characters
|
Name: gnome-characters
|
||||||
Version: 3.17.90
|
Version: 3.17.91
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Character map application for GNOME
|
Summary: Character map application for GNOME
|
||||||
# Files from gtk-js-app are licensed under 3-clause BSD.
|
# Files from gtk-js-app are licensed under 3-clause BSD.
|
||||||
# Other files are GPL 2.0 or later.
|
# Other files are GPL 2.0 or later.
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
URL: https://wiki.gnome.org/Design/Apps/CharacterMap
|
URL: https://wiki.gnome.org/Design/Apps/CharacterMap
|
||||||
Source0: https://download.gnome.org/sources/gnome-characters/3.17/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-characters/3.17/%{name}-%{version}.tar.xz
|
||||||
|
# Backported from upstream
|
||||||
|
Patch0: 0001-Fix-syntax-error-in-desktop-file-keywords-Arabic-tra.patch
|
||||||
|
|
||||||
# This package uses GtkWidget template, which was added in Gjs 1.43.3.
|
# This package uses GtkWidget template, which was added in Gjs 1.43.3.
|
||||||
BuildRequires: gjs-devel >= 1.43.3, gtk3-devel, intltool, desktop-file-utils
|
BuildRequires: gjs-devel >= 1.43.3, gtk3-devel, intltool, desktop-file-utils
|
||||||
@ -30,6 +32,7 @@ characters.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -81,6 +84,9 @@ gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 31 2015 Kalev Lember <klember@redhat.com> - 3.17.91-1
|
||||||
|
- Update to 3.17.91
|
||||||
|
|
||||||
* Fri Aug 21 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.90-2
|
* Fri Aug 21 2015 Matthias Clasen <mclasen@redhat.com> - 3.17.90-2
|
||||||
- Force-update the icon cache for the gnome theme. This is necessary
|
- Force-update the icon cache for the gnome theme. This is necessary
|
||||||
because icons were moved from gnome to hicolor, and if we don't update
|
because icons were moved from gnome to hicolor, and if we don't update
|
||||||
|
Loading…
Reference in New Issue
Block a user