[frogr] Explicitly raised gettext minimum version up to 0.19.8
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Explicitly raised gettext minimum version up to 0.19.8
- Date: Tue, 4 Oct 2016 22:57:45 +0000 (UTC)
commit b5b338ecfbdbc5d327fddc88f5a8920cb4490c3b
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Tue Oct 4 21:48:55 2016 +0100
Explicitly raised gettext minimum version up to 0.19.8
This is needed due to the removal of the dependency on intltool.
NEWS | 3 ++-
configure.ac | 2 +-
debian/control | 19 +++++++++++++++++--
frogr.spec | 18 +++++++++---------
4 files changed, 29 insertions(+), 13 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4c0bf8e..f59e108 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
1.1 (??)
========
- * Remove dependency on intltool completely. Gettext is enough now.
+ * Remove dependency on intltool completely.
+ * Raised gettext minimum version up to 0.19.8.
1.0 (30 Dec 2015)
=================
diff --git a/configure.ac b/configure.ac
index faeaf1c..bdbc8ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,7 +144,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
[The prefix for our gettext translation domains.])
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.18.3)
+AM_GNU_GETTEXT_VERSION(0.19.8)
# Substitute
diff --git a/debian/control b/debian/control
index ac9868f..bc27f61 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,28 @@ Source: frogr
Section: graphics
Priority: optional
Maintainer: Mario Sanchez Prada <msanchez gnome org>
-Build-Depends: cdbs, debhelper (>= 5), yelp-tools, libexif-dev (>= 0.6.14), libgcrypt11-dev (>= 1.5.0),
libglib2.0-dev (>= 2.44), libgstreamer0.10-dev | libgstreamer1.0-dev, libgtk-3-dev (>= 3.4), libjson-glib-dev
(>= 0.12), libsoup2.4-dev (>= 2.34), libxml2-dev (>= 2.6.8)
+Build-Depends: cdbs,
+ debhelper (>= 5),
+ yelp-tools,
+ libexif-dev (>= 0.6.14),
+ libgcrypt11-dev (>= 1.5.0),
+ libglib2.0-dev (>= 2.44),
+ libgstreamer0.10-dev | libgstreamer1.0-dev,
+ libgtk-3-dev (>= 3.4),
+ libjson-glib-dev (>= 0.12),
+ libsoup2.4-dev (>= 2.34),
+ libxml2-dev (>= 2.6.8),
+ gettext (>= 0.19.8)
Standards-Version: 3.7.3
Homepage: https://wiki.gnome.org/Apps/Frogr
Package: frogr
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, desktop-file-utils, gvfs, shared-mime-info
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ desktop-file-utils,
+ gvfs,
+ shared-mime-info
Recommends: gstreamer0.10-ffmpeg
Description: Flickr Remote Organizer for GNOME
frogr is a small application for the GNOME desktop that allows users
diff --git a/frogr.spec b/frogr.spec
index 975b32a..0159f0d 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -8,16 +8,16 @@ License: GPLv3
URL: https://wiki.gnome.org/Apps/Frogr
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
-BuildRequires: gettext
BuildRequires: yelp-tools
-BuildRequires: gtk3-devel > 3.4
-BuildRequires: glib2-devel > 2.44
-BuildRequires: gstreamer1-devel > 1.0
-BuildRequires: json-glib-devel > 0.12
-BuildRequires: libsoup-devel > 2.34
-BuildRequires: libxml2-devel > 2.6.8
-BuildRequires: libexif-devel > 0.6.14
-BuildRequires: libgcrypt-devel > 1.5.0
+BuildRequires: gettext >= 0.19.8
+BuildRequires: gtk3-devel >= 3.4
+BuildRequires: glib2-devel >= 2.44
+BuildRequires: gstreamer1-devel >= 1.0
+BuildRequires: json-glib-devel >= 0.12
+BuildRequires: libsoup-devel >= 2.34
+BuildRequires: libxml2-devel >= 2.6.8
+BuildRequires: libexif-devel >= 0.6.14
+BuildRequires: libgcrypt-devel >= 1.5.0
BuildRequires: desktop-file-utils
#Explicitly Requires: gvfs since we need to be able to open a web
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]