pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat Remove chat/empathy - this is the GNOME 2 version.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7f29fd1b251
branches:  trunk
changeset: 402899:e7f29fd1b251
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Oct 18 13:29:51 2019 +0000

description:
Remove chat/empathy - this is the GNOME 2 version.

Empathy is unmaintained and was moved to GNOME's attic.
Plenty of other IM clients are available.

diffstat:

 chat/Makefile                                                |     3 +-
 chat/empathy/DESCR                                           |    22 -
 chat/empathy/MESSAGE                                         |     7 -
 chat/empathy/Makefile                                        |    67 -
 chat/empathy/PLIST                                           |  1148 ----------
 chat/empathy/buildlink3.mk                                   |    19 -
 chat/empathy/distinfo                                        |    10 -
 chat/empathy/patches/patch-ad                                |    85 -
 chat/empathy/patches/patch-libempathy_empathy-auth-factory.c |    14 -
 chat/empathy/patches/patch-src_Makefile.am                   |    31 -
 chat/empathy/patches/patch-src_Makefile.in                   |    31 -
 11 files changed, 1 insertions(+), 1436 deletions(-)

diffs (truncated from 1491 to 300 lines):

diff -r e09a165f9a83 -r e7f29fd1b251 chat/Makefile
--- a/chat/Makefile     Fri Oct 18 12:52:00 2019 +0000
+++ b/chat/Makefile     Fri Oct 18 13:29:51 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.229 2019/09/13 10:24:13 nia Exp $
+# $NetBSD: Makefile,v 1.230 2019/10/18 13:29:51 nia Exp $
 #
 
 COMMENT=       Communication programs
@@ -27,7 +27,6 @@
 SUBDIR+=       ekg
 SUBDIR+=       emacs-jabber
 SUBDIR+=       emech
-SUBDIR+=       empathy
 SUBDIR+=       epic4
 SUBDIR+=       epic4-doc
 SUBDIR+=       farstream
diff -r e09a165f9a83 -r e7f29fd1b251 chat/empathy/DESCR
--- a/chat/empathy/DESCR        Fri Oct 18 12:52:00 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-Empathy consists of a rich set of reusable instant messaging widgets,
-and a GNOME client using those widgets. It uses Telepathy and
-Nokia's Mission Control, and reuses Gossip's UI. The main goal is
-to permit desktop integration by providing libempathy and libempathy-gtk
-libraries. libempathy-gtk is a set of powerful widgets that can be
-embeded into any GNOME application.
-
-Current features
-
-    * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
-      supported by pidgin
-    * Account editor (specialized UI for most protocols)
-    * Auto away and extended away using gnome-screensaver
-    * Auto re-connect using Network Manager
-    * Private and group chat (with smileys, spellcheck)
-    * Powerful theme engine for chats
-    * Log conversations, view/search in logs and prepend logs in
-      new chats
-    * Adding new contacts and viewing/editing contact information
-    * Voice and Video call using SIP and Jingle
-    * Python bindings for libempathy and libempathy-gtk
-    * Collaborative work using Tubes
diff -r e09a165f9a83 -r e7f29fd1b251 chat/empathy/MESSAGE
--- a/chat/empathy/MESSAGE      Fri Oct 18 12:52:00 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.4 2010/07/13 19:57:06 drochner Exp $
-
-To use empathy, you'll need a plugin for the communication protocol,
-eg. chat/telepathy-gabble or chat/telepathy-idle,
-and chat/telepathy-mission-control5 for account management.
-===========================================================================
diff -r e09a165f9a83 -r e7f29fd1b251 chat/empathy/Makefile
--- a/chat/empathy/Makefile     Fri Oct 18 12:52:00 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,67 +0,0 @@
-# $NetBSD: Makefile,v 1.109 2019/09/02 13:19:53 adam Exp $
-
-DISTNAME=      empathy-2.34.0
-PKGREVISION=   74
-CATEGORIES=    chat gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/empathy/2.34/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://live.gnome.org/Empathy
-COMMENT=       Gnome instant messenger client
-LICENSE=       gnu-gpl-v2
-
-PYTHON_VERSIONS_ACCEPTED=       27
-
-GNU_CONFIGURE=         yes
-USE_TOOLS+=            gawk gmake gsed intltool msgfmt pkg-config
-USE_TOOLS+=            autoconf msgmerge xgettext
-USE_LIBTOOL=           yes
-USE_PKGLOCALEDIR=      yes
-CONFIGURE_ENV+=        YELL_CFLAGS=-I${WRKSRC}/telepathy-yell
-CONFIGURE_ENV+=        \
-  YELL_LIBS="-L${WRKSRC}/telepathy-yell/telepathy-yell -ltelepathy-yell"
-
-# see pkgsrc/security/mozilla-rootcerts-openssl
-CONFIGURE_ARGS+=       --with-ca-file=/etc/ssl/certs/ca-certificates.crt
-
-BUILDLINK_TRANSFORM+=  rm:-Werror
-
-# with --nonet, xsltproc needs a helping hand finding some dtds
-XSLTPROC_PATH+=        ${LOCALBASE}/share/doc/dbus
-
-# notyet
-#CONFIGURE_ARGS+=      --enable-meego
-
-.include "../../audio/libcanberra/buildlink3.mk"
-.include "../../chat/telepathy-farsight/buildlink3.mk"
-.include "../../chat/telepathy-glib/buildlink3.mk"
-.include "../../chat/telepathy-logger/buildlink3.mk"
-.include "../../chat/libfolks/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.16.0
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/glib2/schemas.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/python/application.mk"
-BUILDLINK_API_DEPENDS.enchant+=                enchant>=1.2.0
-.include "../../mail/evolution-data-server/buildlink3.mk"
-.include "../../security/gnome-keyring/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../sysutils/dbus/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
-.include "../../textproc/enchant2/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../textproc/gtk-doc/buildlink3.mk"
-.include "../../textproc/iso-codes/buildlink3.mk"
-.include "../../textproc/libxslt/xsltproc-nonet.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../x11/gnome-panel/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+=           gtk2+>=2.12.0
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libunique/buildlink3.mk"
-# notyet
-#.include "../../graphics/clutter-mx/buildlink3.mk"
-#.include "../../chat/telepathy-logger/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r e09a165f9a83 -r e7f29fd1b251 chat/empathy/PLIST
--- a/chat/empathy/PLIST        Fri Oct 18 12:52:00 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1148 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2011/04/05 18:27:08 drochner Exp $
-bin/empathy
-bin/empathy-accounts
-bin/empathy-debugger
-libexec/empathy-auth-client
-libexec/empathy-av
-man/man1/empathy-accounts.1
-man/man1/empathy.1
-share/GConf/gsettings/empathy.convert
-share/applications/empathy-accounts.desktop
-share/applications/empathy.desktop
-share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service
-share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
-share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
-share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
-share/empathy/Template.html
-share/empathy/codec-preferences
-share/empathy/element-properties
-share/empathy/empathy-account-widget-aim.ui
-share/empathy/empathy-account-widget-generic.ui
-share/empathy/empathy-account-widget-groupwise.ui
-share/empathy/empathy-account-widget-icq.ui
-share/empathy/empathy-account-widget-irc.ui
-share/empathy/empathy-account-widget-jabber.ui
-share/empathy/empathy-account-widget-local-xmpp.ui
-share/empathy/empathy-account-widget-msn.ui
-share/empathy/empathy-account-widget-sip.ui
-share/empathy/empathy-account-widget-yahoo.ui
-share/empathy/empathy-accounts-dialog.ui
-share/empathy/empathy-call-window-fullscreen.ui
-share/empathy/empathy-call-window.ui
-share/empathy/empathy-chat-window.ui
-share/empathy/empathy-chat.ui
-share/empathy/empathy-chatroom-manager.dtd
-share/empathy/empathy-chatrooms-window.ui
-share/empathy/empathy-contact-blocking-dialog.ui
-share/empathy/empathy-contact-dialogs.ui
-share/empathy/empathy-contact-groups.dtd
-share/empathy/empathy-contact-selector-dialog.ui
-share/empathy/empathy-contact-widget.ui
-share/empathy/empathy-ft-manager.ui
-share/empathy/empathy-import-dialog.ui
-share/empathy/empathy-individual-widget.ui
-share/empathy/empathy-irc-networks.dtd
-share/empathy/empathy-log-window.ui
-share/empathy/empathy-main-window.ui
-share/empathy/empathy-new-chatroom-dialog.ui
-share/empathy/empathy-preferences.ui
-share/empathy/empathy-search-bar.ui
-share/empathy/empathy-status-icon.ui
-share/empathy/empathy-status-preset-dialog.ui
-share/empathy/empathy-status-presets.dtd
-share/empathy/icons/hicolor/16x16/actions/im-message-new.png
-share/empathy/icons/hicolor/16x16/apps/im-aim.png
-share/empathy/icons/hicolor/16x16/apps/im-ekiga.png
-share/empathy/icons/hicolor/16x16/apps/im-facebook.png
-share/empathy/icons/hicolor/16x16/apps/im-gadugadu.png
-share/empathy/icons/hicolor/16x16/apps/im-gizmo.png
-share/empathy/icons/hicolor/16x16/apps/im-google-talk.png
-share/empathy/icons/hicolor/16x16/apps/im-groupwise.png
-share/empathy/icons/hicolor/16x16/apps/im-icq.png
-share/empathy/icons/hicolor/16x16/apps/im-irc.png
-share/empathy/icons/hicolor/16x16/apps/im-jabber.png
-share/empathy/icons/hicolor/16x16/apps/im-local-xmpp.png
-share/empathy/icons/hicolor/16x16/apps/im-meanwhile.png
-share/empathy/icons/hicolor/16x16/apps/im-msn.png
-share/empathy/icons/hicolor/16x16/apps/im-mxit.png
-share/empathy/icons/hicolor/16x16/apps/im-myspace.png
-share/empathy/icons/hicolor/16x16/apps/im-qq.png
-share/empathy/icons/hicolor/16x16/apps/im-sametime.png
-share/empathy/icons/hicolor/16x16/apps/im-silc.png
-share/empathy/icons/hicolor/16x16/apps/im-sip.png
-share/empathy/icons/hicolor/16x16/apps/im-yahoo.png
-share/empathy/icons/hicolor/16x16/apps/im-zephyr.png
-share/empathy/icons/hicolor/16x16/status/empathy-pending.png
-share/empathy/icons/hicolor/16x16/status/im-message.png
-share/empathy/icons/hicolor/16x16/status/user-available.png
-share/empathy/icons/hicolor/16x16/status/user-away.png
-share/empathy/icons/hicolor/16x16/status/user-busy.png
-share/empathy/icons/hicolor/16x16/status/user-idle.png
-share/empathy/icons/hicolor/16x16/status/user-offline.png
-share/empathy/icons/hicolor/16x16/status/user-typing.png
-share/empathy/icons/hicolor/22x22/actions/im-message-new.png
-share/empathy/icons/hicolor/22x22/apps/im-aim.png
-share/empathy/icons/hicolor/22x22/apps/im-ekiga.png
-share/empathy/icons/hicolor/22x22/apps/im-facebook.png
-share/empathy/icons/hicolor/22x22/apps/im-gadugadu.png
-share/empathy/icons/hicolor/22x22/apps/im-gizmo.png
-share/empathy/icons/hicolor/22x22/apps/im-google-talk.png
-share/empathy/icons/hicolor/22x22/apps/im-groupwise.png
-share/empathy/icons/hicolor/22x22/apps/im-icq.png
-share/empathy/icons/hicolor/22x22/apps/im-irc.png
-share/empathy/icons/hicolor/22x22/apps/im-jabber.png
-share/empathy/icons/hicolor/22x22/apps/im-local-xmpp.png
-share/empathy/icons/hicolor/22x22/apps/im-meanwhile.png
-share/empathy/icons/hicolor/22x22/apps/im-msn.png
-share/empathy/icons/hicolor/22x22/apps/im-mxit.png
-share/empathy/icons/hicolor/22x22/apps/im-myspace.png
-share/empathy/icons/hicolor/22x22/apps/im-qq.png
-share/empathy/icons/hicolor/22x22/apps/im-sametime.png
-share/empathy/icons/hicolor/22x22/apps/im-silc.png
-share/empathy/icons/hicolor/22x22/apps/im-sip.png
-share/empathy/icons/hicolor/22x22/apps/im-yahoo.png
-share/empathy/icons/hicolor/22x22/apps/im-zephyr.png
-share/empathy/icons/hicolor/22x22/status/empathy-pending.png
-share/empathy/icons/hicolor/22x22/status/im-message.png
-share/empathy/icons/hicolor/22x22/status/user-available.png
-share/empathy/icons/hicolor/22x22/status/user-away.png
-share/empathy/icons/hicolor/22x22/status/user-busy.png
-share/empathy/icons/hicolor/22x22/status/user-idle.png
-share/empathy/icons/hicolor/22x22/status/user-offline.png
-share/empathy/icons/hicolor/24x24/actions/im-message-new.png
-share/empathy/icons/hicolor/24x24/apps/im-aim.png
-share/empathy/icons/hicolor/24x24/apps/im-ekiga.png
-share/empathy/icons/hicolor/24x24/apps/im-gadugadu.png
-share/empathy/icons/hicolor/24x24/apps/im-gizmo.png
-share/empathy/icons/hicolor/24x24/apps/im-google-talk.png
-share/empathy/icons/hicolor/24x24/apps/im-groupwise.png
-share/empathy/icons/hicolor/24x24/apps/im-icq.png
-share/empathy/icons/hicolor/24x24/apps/im-irc.png
-share/empathy/icons/hicolor/24x24/apps/im-jabber.png
-share/empathy/icons/hicolor/24x24/apps/im-local-xmpp.png
-share/empathy/icons/hicolor/24x24/apps/im-meanwhile.png
-share/empathy/icons/hicolor/24x24/apps/im-msn.png
-share/empathy/icons/hicolor/24x24/apps/im-mxit.png
-share/empathy/icons/hicolor/24x24/apps/im-myspace.png
-share/empathy/icons/hicolor/24x24/apps/im-qq.png
-share/empathy/icons/hicolor/24x24/apps/im-sametime.png
-share/empathy/icons/hicolor/24x24/apps/im-silc.png
-share/empathy/icons/hicolor/24x24/apps/im-sip.png
-share/empathy/icons/hicolor/24x24/apps/im-yahoo.png
-share/empathy/icons/hicolor/24x24/apps/im-zephyr.png
-share/empathy/icons/hicolor/24x24/status/empathy-pending.png
-share/empathy/icons/hicolor/24x24/status/user-available.png
-share/empathy/icons/hicolor/24x24/status/user-away.png
-share/empathy/icons/hicolor/24x24/status/user-busy.png
-share/empathy/icons/hicolor/24x24/status/user-idle.png
-share/empathy/icons/hicolor/24x24/status/user-offline.png
-share/empathy/icons/hicolor/32x32/apps/im-aim.png
-share/empathy/icons/hicolor/32x32/apps/im-ekiga.png
-share/empathy/icons/hicolor/32x32/apps/im-gadugadu.png
-share/empathy/icons/hicolor/32x32/apps/im-gizmo.png
-share/empathy/icons/hicolor/32x32/apps/im-google-talk.png
-share/empathy/icons/hicolor/32x32/apps/im-groupwise.png
-share/empathy/icons/hicolor/32x32/apps/im-icq.png
-share/empathy/icons/hicolor/32x32/apps/im-irc.png
-share/empathy/icons/hicolor/32x32/apps/im-jabber.png
-share/empathy/icons/hicolor/32x32/apps/im-local-xmpp.png
-share/empathy/icons/hicolor/32x32/apps/im-meanwhile.png
-share/empathy/icons/hicolor/32x32/apps/im-msn.png
-share/empathy/icons/hicolor/32x32/apps/im-mxit.png
-share/empathy/icons/hicolor/32x32/apps/im-myspace.png
-share/empathy/icons/hicolor/32x32/apps/im-qq.png
-share/empathy/icons/hicolor/32x32/apps/im-sametime.png
-share/empathy/icons/hicolor/32x32/apps/im-silc.png
-share/empathy/icons/hicolor/32x32/apps/im-sip.png
-share/empathy/icons/hicolor/32x32/apps/im-yahoo.png
-share/empathy/icons/hicolor/32x32/apps/im-zephyr.png
-share/empathy/icons/hicolor/32x32/status/empathy-pending.png
-share/empathy/icons/hicolor/32x32/status/user-available.png
-share/empathy/icons/hicolor/32x32/status/user-away.png
-share/empathy/icons/hicolor/32x32/status/user-busy.png
-share/empathy/icons/hicolor/32x32/status/user-idle.png
-share/empathy/icons/hicolor/32x32/status/user-offline.png
-share/empathy/icons/hicolor/48x48/apps/im-aim.png
-share/empathy/icons/hicolor/48x48/apps/im-ekiga.png
-share/empathy/icons/hicolor/48x48/apps/im-facebook.png
-share/empathy/icons/hicolor/48x48/apps/im-gadugadu.png
-share/empathy/icons/hicolor/48x48/apps/im-gizmo.png
-share/empathy/icons/hicolor/48x48/apps/im-google-talk.png
-share/empathy/icons/hicolor/48x48/apps/im-groupwise.png



Home | Main Index | Thread Index | Old Index