summaryrefslogtreecommitdiffstats
path: root/gnome2-apps
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-18 03:09:05 +0200
committerIsmael Luceno2019-05-18 03:29:09 +0200
commitd8aa935c8bc442ebd7defa2da70b2d3009b8fbfd (patch)
tree96745cfd81f6f2374ea3e9dba14a1f4bbbb57d0d /gnome2-apps
parentc872f7339d07c0036e33977b54e980f00f9f37bb (diff)
galculator: Update dependency; s/gettext/GETTEXT/
Diffstat (limited to 'gnome2-apps')
-rwxr-xr-xgnome2-apps/galculator/DEPENDS2
-rw-r--r--gnome2-apps/galculator/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/gnome2-apps/galculator/DEPENDS b/gnome2-apps/galculator/DEPENDS
index a9051cbdc2..1626b0f6eb 100755
--- a/gnome2-apps/galculator/DEPENDS
+++ b/gnome2-apps/galculator/DEPENDS
@@ -11,7 +11,7 @@ if ! is_depends_enabled $SPELL gtk+3; then
depends libglade2
fi &&
-optional_depends gettext \
+optional_depends GETTEXT \
"--enable-nls" \
"--disable-nls" \
"to use Native Language Support"
diff --git a/gnome2-apps/galculator/HISTORY b/gnome2-apps/galculator/HISTORY
index 4fd549c20e..9d9218a9e5 100644
--- a/gnome2-apps/galculator/HISTORY
+++ b/gnome2-apps/galculator/HISTORY
@@ -1,3 +1,6 @@
+2019-05-18 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: Update dependency; s/gettext/GETTEXT/
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)