Update to 3.19.0
This commit is contained in:
parent
a18874a1a5
commit
7ce32ad6cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/glade-3.18.1.tar.xz
|
/glade-3.18.1.tar.xz
|
||||||
/glade-3.18.2.tar.xz
|
/glade-3.18.2.tar.xz
|
||||||
/glade-3.18.3.tar.xz
|
/glade-3.18.3.tar.xz
|
||||||
|
/glade-3.19.0.tar.xz
|
||||||
|
@ -0,0 +1,26 @@
|
|||||||
|
From 784e3626ec039e943f9d14f2437be46acc953031 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Kalev Lember <kalevlember@gmail.com>
|
||||||
|
Date: Mon, 15 Jun 2015 08:43:37 +0200
|
||||||
|
Subject: [PATCH] Fix a syntax error in desktop file keywords Bosnian
|
||||||
|
translation
|
||||||
|
|
||||||
|
---
|
||||||
|
po/bs.po | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/po/bs.po b/po/bs.po
|
||||||
|
index 864b634..53729d1 100644
|
||||||
|
--- a/po/bs.po
|
||||||
|
+++ b/po/bs.po
|
||||||
|
@@ -32,7 +32,7 @@ msgstr "Stvorite ili otvorite dizajne korisničkog sučelja za GTK + aplikacije"
|
||||||
|
|
||||||
|
#: ../data/glade.desktop.in.in.h:5
|
||||||
|
msgid "GUI designer;user interface;ui builder;"
|
||||||
|
-msgstr "GUI dizajner;korisničko sučelje;ui graditelj"
|
||||||
|
+msgstr "GUI dizajner;korisničko sučelje;ui graditelj;"
|
||||||
|
|
||||||
|
#. To translators: AppData description first paragraph
|
||||||
|
#: ../data/glade.appdata.xml.in.h:2
|
||||||
|
--
|
||||||
|
2.4.2
|
||||||
|
|
12
glade.spec
12
glade.spec
@ -1,6 +1,6 @@
|
|||||||
Name: glade
|
Name: glade
|
||||||
Version: 3.18.3
|
Version: 3.19.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: User Interface Designer for GTK+
|
Summary: User Interface Designer for GTK+
|
||||||
|
|
||||||
# - /usr/bin/glade is GPLv2+
|
# - /usr/bin/glade is GPLv2+
|
||||||
@ -9,7 +9,8 @@ Summary: User Interface Designer for GTK+
|
|||||||
# GPLv2+ and LGPLv2+ code, so the resulting binaries are GPLv2+
|
# GPLv2+ and LGPLv2+ code, so the resulting binaries are GPLv2+
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://glade.gnome.org/
|
URL: http://glade.gnome.org/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.18/glade-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.19/glade-%{version}.tar.xz
|
||||||
|
Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -61,6 +62,7 @@ developing applications that use Glade widget library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -121,6 +123,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_bindir}/glade-previewer
|
%{_bindir}/glade-previewer
|
||||||
%{_datadir}/applications/glade.desktop
|
%{_datadir}/applications/glade.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/glade.png
|
%{_datadir}/icons/hicolor/*/apps/glade.png
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/glade-symbolic.svg
|
||||||
%{_datadir}/appdata/glade.appdata.xml
|
%{_datadir}/appdata/glade.appdata.xml
|
||||||
%{_mandir}/man1/glade.1*
|
%{_mandir}/man1/glade.1*
|
||||||
%{_mandir}/man1/glade-previewer*
|
%{_mandir}/man1/glade-previewer*
|
||||||
@ -143,6 +146,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%doc %{_datadir}/gtk-doc/
|
%doc %{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 15 2015 Kalev Lember <kalevlember@gmail.com> - 3.19.0-1
|
||||||
|
- Update to 3.19.0
|
||||||
|
|
||||||
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.18.3-5
|
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.18.3-5
|
||||||
- Use better AppData screenshots
|
- Use better AppData screenshots
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user