[girl] girl release 0.4.1
- From: Ole Aamot <ole src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [girl] girl release 0.4.1
- Date: Thu, 27 Nov 2014 18:42:59 +0000 (UTC)
commit bc8efe8fd777fb308c9e5b0989445ab66087e24a
Author: Ole Aamot <oka oka no>
Date: Thu Nov 27 19:42:28 2014 +0100
girl release 0.4.1
ChangeLog | 1 +
girl.spec.in | 15 ++++++++++-----
src/girl-gui.c | 19 ++++++++++---------
3 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 087be3f..f9018d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* AUTHORS: Add Marek Černocký (Czech translation).
* AUTHORS: Add Rafael Ferreira (Brazilian Portuguese translation).
* NEWS: girl 0.4.1 released.
+ * configure.ac: Version 0.4.1.
* po/cs.po: Czech translation by Marek Černocký.
* po/pt_BR.po: Brazilian Portuguese translation by Rafael Ferreira.
* src/girl-0.5.dtd: Add station type property.
diff --git a/girl.spec.in b/girl.spec.in
index cf75263..d86eece 100644
--- a/girl.spec.in
+++ b/girl.spec.in
@@ -18,7 +18,7 @@ Requires: libxml2 >= 2.9.1
Requires: gnome-vfs2 >= 2.24.4
Requires: libgnomeui >= 2.24.5
Requires: totem >= 3.10.1
-BuildRequires: /usr/bin/gcc gtk2-devel libgnome-devel libxml2-devel gnome-vfs2-devel libgnomeui-devel
+BuildRequires: /usr/bin/gcc gtk2-devel libgnome-devel libxml2-devel gnome-vfs2-devel libgnomeui-devel
intltool
%description
Girl is a GNOME Internet Radio Locator program that allow users
@@ -38,21 +38,27 @@ Enjoy Internet Radio.
%configure
%install
-rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_bindir}
+
%makeinstall
+mkdir -p %{buildroot}%{_bindir}
+
+%find_lang %{name}
+
%clean
rm -rf %{buildroot}
-%files
+%files -f %{name}.lang
%defattr (-,root,root)
%doc AUTHORS COPYING LETTER NEWS README TODO YP-DIRS
+%lang(cs)
+%lang(pt_BR)
%{_bindir}/girl
%{_datadir}/girl/girl-0.1.dtd
%{_datadir}/girl/girl-0.2.dtd
%{_datadir}/girl/girl-0.3.dtd
%{_datadir}/girl/girl-0.4.dtd
+%{_datadir}/girl/girl-0.5.dtd
%{_datadir}/girl/girl-logo.png
%{_datadir}/girl/girl.png
%{_datadir}/girl/listener-1.0.dtd
@@ -68,7 +74,6 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/48x48/apps/girl.png
%{_datadir}/icons/hicolor/256x256/apps/girl.png
%{_datadir}/icons/hicolor/icon-theme.cache
-%{_datadir}/locale/nb/LC_MESSAGES/girl.mo
%changelog
* Sat Nov 22 2014 Ole Aamot - 0.4.0-1
diff --git a/src/girl-gui.c b/src/girl-gui.c
index 023026a..2646bab 100644
--- a/src/girl-gui.c
+++ b/src/girl-gui.c
@@ -124,13 +124,14 @@ GtkWidget *create_listeners_selector(char *selected_listener_uri,
/* creating the menu items */
- /* world_listener_xml_uri = gnome_program_locate_file(NULL, */
- /* GNOME_FILE_DOMAIN_APP_DATADIR, */
- /* "girl/listeners.xml", */
- /* FALSE, */
- /* NULL); */
+ world_listener_xml_uri = gnome_program_locate_file(NULL,
+ GNOME_FILE_DOMAIN_APP_DATADIR,
+ "girl/listeners.xml",
+ FALSE,
+ NULL);
+
+ /* world_listener_xml_uri = g_strdup("http://girl.src.oka.no/listeners.xml"); */
- world_listener_xml_uri = g_strdup("http://girl.src.oka.no/listeners.xml");
MSG("world_listener_xml_uri = %s\n",
world_listener_xml_uri);
@@ -251,12 +252,12 @@ GtkWidget *create_stations_selector(char *selected_station_uri,
/* creating the menu items */
- /* world_station_xml_filename = gnome_program_locate_file(NULL,
+ world_station_xml_filename = gnome_program_locate_file(NULL,
GNOME_FILE_DOMAIN_APP_DATADIR,
"girl/stations.xml",
FALSE,
- NULL); */
- world_station_xml_filename = g_strdup("http://girl.src.oka.no/stations.xml");
+ NULL);
+ /* world_station_xml_filename = g_strdup("http://girl.src.oka.no/stations.xml"); */
MSG("world_station_xml_filename = %s\n",
world_station_xml_filename);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]