1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

net-im/gajim: update to 0.16.6

- update to 0.16.6
- remove patches, applied upstream
This commit is contained in:
Ruslan Makhmatkhanov 2016-10-04 05:38:12 +00:00
parent aa56fe80d3
commit fd49777646
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423234
5 changed files with 5 additions and 44 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gajim
PORTVERSION= 0.16.5
PORTVERSION= 0.16.6
CATEGORIES= net-im
MASTER_SITES= http://gajim.org/downloads/0.16/
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \
${PYTHON_PKGNAMEPREFIX}nbxmpp>0:net-im/py-nbxmpp
NO_ARCH= yes
USES= cpe dos2unix gmake pathfix python:2 tar:bzip2
USES= cpe dos2unix gmake localbase pathfix python:2.7 tar:bzip2
USE_GNOME= intltool pygtk2
USE_XORG= x11 xext xscrnsaver
@ -26,8 +26,6 @@ DOS2UNIX_FILES= src/plugins/plugins_i18n.py
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PYTHON=${PYTHON_CMD}
INSTALLS_ICONS= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
OPTIONS_DEFINE= AVAHI CRYPTO DBUS DOCS GUPNP NLS SPELL
OPTIONS_DEFAULT=DBUS SPELL

View File

@ -1,2 +1,3 @@
SHA256 (gajim-0.16.5.tar.bz2) = a5c015b3b140ec5e47d3842cbe701c9948af5a0cce36314248f0793c2d66d091
SIZE (gajim-0.16.5.tar.bz2) = 4562971
TIMESTAMP = 1475522393
SHA256 (gajim-0.16.6.tar.bz2) = 1357ed178ce497d28fc2d48960b999821e1370f42ffaa4669c1cb803fce778dc
SIZE (gajim-0.16.6.tar.bz2) = 4564505

View File

@ -1,14 +0,0 @@
Fix desktop-file-validate warnings. This is upstream commit:
https://trac.gajim.org/changeset/eaea5e65364b167d14dc191b00f114b4f5ccb508/
--- data/gajim-remote.desktop.in.in.orig 2015-12-28 12:38:50 UTC
+++ data/gajim-remote.desktop.in.in
@@ -1,7 +1,7 @@
[Desktop Entry]
Categories=Network;InstantMessaging;RemoteAccess;ConsoleOnly;
_Name=Gajim Remote
-_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip
+_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip;
Version=1.0
Exec=gajim-remote handle_uri %u
TryExec=gajim-remote

View File

@ -1,14 +0,0 @@
Fix desktop-file-validate warnings. This is upstream commit:
https://trac.gajim.org/changeset/eaea5e65364b167d14dc191b00f114b4f5ccb508/
--- data/gajim.desktop.in.in.orig 2015-12-28 12:38:50 UTC
+++ data/gajim.desktop.in.in
@@ -3,7 +3,7 @@ Categories=Network;InstantMessaging;GTK;
_Name=Gajim
_GenericName=Jabber IM Client
_Comment=A GTK+ Jabber client
-_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip
+_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip;
Version=1.0
Exec=gajim
Icon=gajim

View File

@ -1,10 +0,0 @@
--- src/plugins/plugins_i18n.py.orig 2015-12-28 12:38:51 UTC
+++ src/plugins/plugins_i18n.py
@@ -29,7 +29,6 @@ plugins_locale_dir = os_path.join(gajim.
if os.name != 'nt':
locale.setlocale(locale.LC_ALL, '')
- locale.bindtextdomain(APP, plugins_locale_dir)
gettext.bindtextdomain(APP, plugins_locale_dir)
gettext.textdomain(APP)