Update to 0.0.9
This commit is contained in:
parent
a07cbc929a
commit
c05dbadcc3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/libhandy-v0.0.6.tar.bz2
|
||||
/libhandy-v0.0.7.tar.bz2
|
||||
/libhandy-v0.0.8.tar.bz2
|
||||
/libhandy-v0.0.9.tar.bz2
|
||||
|
||||
@ -1,29 +0,0 @@
|
||||
From a89f1e0d060e3690591ba441fa0b322260007c14 Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Tue, 26 Feb 2019 16:59:49 +0100
|
||||
Subject: [PATCH] Fix broken translations in all libhandy applications
|
||||
|
||||
Translations in all the applications using libhandy would be broken
|
||||
after a call to hdy_init() as it changed the default gettext translation
|
||||
domain.
|
||||
|
||||
See https://gitlab.gnome.org/GNOME/gnome-control-center/issues/393
|
||||
---
|
||||
src/hdy-main.c | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/src/hdy-main.c b/src/hdy-main.c
|
||||
index 08ef1e3..d6e71da 100644
|
||||
--- a/src/hdy-main.c
|
||||
+++ b/src/hdy-main.c
|
||||
@@ -42,7 +42,6 @@ hdy_init (int *argc, char ***argv)
|
||||
if (hdy_initialized)
|
||||
return TRUE;
|
||||
|
||||
- textdomain (GETTEXT_PACKAGE);
|
||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
|
||||
g_resources_register (hdy_get_resource ());
|
||||
--
|
||||
2.21.0
|
||||
|
||||
@ -1,14 +1,12 @@
|
||||
Name: libhandy
|
||||
Version: 0.0.8
|
||||
Release: 2%{?dist}
|
||||
Version: 0.0.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Library with GTK+ widgets for mobile phones
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://source.puri.sm/Librem5/libhandy/
|
||||
Source0: https://source.puri.sm/Librem5/libhandy/-/archive/v%{version}/libhandy-v%{version}.tar.bz2
|
||||
|
||||
Patch1: 0001-Fix-broken-translations-in-all-libhandy-applications.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
@ -59,6 +57,9 @@ developing applications that use %{name}.
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Thu Mar 07 2019 Kalev Lember <klember@redhat.com> - 0.0.9-1
|
||||
- Update to 0.0.9
|
||||
|
||||
* Fri Mar 1 2019 Yanko Kaneti <yaneti@declera.com> - 0.0.8-2
|
||||
- Pull an upstream fix to prevent broken translations in
|
||||
libhandy using apps
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libhandy-v0.0.8.tar.bz2) = 13478c627627f6966f2ec3f465643fc4beea0292ae3154c6158dfb9bbde4a26e5d4bfa8eb1b5601567b4680a300f84db7fee469bcd19c53d6ef94f8b805e6114
|
||||
SHA512 (libhandy-v0.0.9.tar.bz2) = d3256c2ff49a7fd0ccfec14ba3e34ed51577841c1670902d25f2a0166e63820428e689c722dddbccf787e1380c7f9a8ddc5b9042a1632b688b151ecce0f6d262
|
||||
|
||||
Loading…
Reference in New Issue
Block a user