diff options
author | Ismael Luceno | 2019-05-18 03:08:52 +0200 |
---|---|---|
committer | Ismael Luceno | 2019-05-18 03:29:03 +0200 |
commit | 09b9e2705e796e2f4e17598ca73f1e09a689eac5 (patch) | |
tree | 4020cf5035eb62d1a414d0885c3d00c2e48f5601 /chat-im | |
parent | b666603cb17a960e4ac33de1e4da41eb51ea482d (diff) |
centerim: Update dependency; s/gettext/GETTEXT/
Diffstat (limited to 'chat-im')
-rwxr-xr-x | chat-im/centerim/DEPENDS | 2 | ||||
-rw-r--r-- | chat-im/centerim/HISTORY | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chat-im/centerim/DEPENDS b/chat-im/centerim/DEPENDS index d66f67ef05..7306b6eee8 100755 --- a/chat-im/centerim/DEPENDS +++ b/chat-im/centerim/DEPENDS @@ -25,7 +25,7 @@ if [[ $LIBDRM_BRANCH == stable ]]; then "enable Off-the-Record Messaging" && suggest_depends luit "" "" "utf-8 support" else - depends gettext && + depends GETTEXT && depends pidgin && depends glib2 && depends libsigc++3 diff --git a/chat-im/centerim/HISTORY b/chat-im/centerim/HISTORY index bb8678152f..af0d742152 100644 --- a/chat-im/centerim/HISTORY +++ b/chat-im/centerim/HISTORY @@ -1,3 +1,6 @@ +2019-05-18 Ismael Luceno <ismael@sourcemage.org> + * DEPENDS: Update dependency; s/gettext/GETTEXT/ + 2014-08-19 Treeve Jelbert <treeve@sourcemage.org> * DEPENDS: openssl => SSL |