Update to 3.16.0
This commit is contained in:
parent
644ac9b040
commit
b163aac7b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/glade-3.15.2-git-9d3b3b3.tar.bz2
|
||||
/glade-3.15.3.tar.xz
|
||||
/glade-3.15.4.tar.xz
|
||||
/glade-3.16.0.tar.xz
|
||||
|
@ -1,25 +0,0 @@
|
||||
From ca71b4bd6d3121d9fd6022a7c6b1d57902760db0 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <kalevlember@gmail.com>
|
||||
Date: Wed, 18 Sep 2013 14:26:43 +0200
|
||||
Subject: [PATCH] Fix desktop file keywords syntax in Korean translation
|
||||
|
||||
---
|
||||
po/ko.po | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/po/ko.po b/po/ko.po
|
||||
index 0d1e613..8ba97c8 100644
|
||||
--- a/po/ko.po
|
||||
+++ b/po/ko.po
|
||||
@@ -49,7 +49,7 @@ msgstr "GTK+ 프로그램의 사용자 인터페이스 디자인을 열거나
|
||||
|
||||
#: ../data/glade.desktop.in.in.h:5
|
||||
msgid "GUI designer;user interface;ui builder;"
|
||||
-msgstr "GUI designer;GUI 디자인;user interface;사용자 인터페이스;ui builder;인터페이스 빌더"
|
||||
+msgstr "GUI designer;GUI 디자인;user interface;사용자 인터페이스;ui builder;인터페이스 빌더;"
|
||||
|
||||
#: ../src/glade-window.c:55
|
||||
msgid "[Read Only]"
|
||||
--
|
||||
1.8.3.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: glade
|
||||
Version: 3.15.4
|
||||
Version: 3.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: User Interface Designer for GTK+
|
||||
|
||||
@ -9,8 +9,7 @@ Summary: User Interface Designer for GTK+
|
||||
# GPLv2+ and LGPLv2+ code, so the resulting binaries are GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://glade.gnome.org/
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.15/glade-%{version}.tar.xz
|
||||
Patch0: 0001-Fix-desktop-file-keywords-syntax-in-Korean-translati.patch
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.16/glade-%{version}.tar.xz
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -61,7 +60,6 @@ developing applications that use Glade widget library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .desktop_keywords
|
||||
|
||||
|
||||
%build
|
||||
@ -134,6 +132,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%doc %{_datadir}/gtk-doc/
|
||||
|
||||
%changelog
|
||||
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.16.0-1
|
||||
- Update to 3.16.0
|
||||
|
||||
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.15.4-1
|
||||
- Update to 3.15.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user