Remove twitux, it's been dead upstream since its import in 2009, and

there are plenty of other ways to brag about your boring life on the
interwebs.
discussed with jasper@
This commit is contained in:
landry 2016-11-03 10:45:07 +00:00
parent c5512193c9
commit 902d3df867
7 changed files with 1 additions and 130 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.989 2016/10/31 16:02:00 phessler Exp $
# $OpenBSD: Makefile,v 1.990 2016/11/03 10:45:07 landry Exp $
SUBDIR =
SUBDIR += GeoIP
@ -681,7 +681,6 @@
SUBDIR += trickle
SUBDIR += ttg
SUBDIR += twirssi
SUBDIR += twitux
SUBDIR += ucspi-tcp
SUBDIR += ucspi-tools
SUBDIR += ucspi-unix

View File

@ -1,52 +0,0 @@
# $OpenBSD: Makefile,v 1.37 2015/08/21 19:17:10 sthen Exp $
COMMENT= Gtk-based GUI client for Twitter
GNOME_PROJECT= twitux
GNOME_VERSION= 0.69
REVISION= 12
EPOCH= 0
CATEGORIES= net
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twitux/}
EXTRACT_SUFX= .tar.bz2
WANTLIB += X11 Xcomposite Xcursor Xdamage
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0
WANTLIB += c cairo canberra canberra-gtk dbus-1 dbus-glib-1
WANTLIB += enchant expat fontconfig freetype gcrypt gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gnome-keyring
WANTLIB += gobject-2.0 gpg-error gthread-2.0 gtk-x11-2.0 ltdl
WANTLIB += m notify ogg pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs sexy soup-2.4
WANTLIB += stdc++ vorbis vorbisfile xcb xcb-render xcb-shm xml2
WANTLIB += z ffi graphite2 harfbuzz lzma sqlite3
BUILD_DEPENDS= devel/iso-codes
RUN_DEPENDS= devel/iso-codes
LIB_DEPENDS= devel/libsoup \
x11/libsexy \
x11/gnome/libgnome-keyring \
devel/libnotify>=0.7.2 \
audio/libcanberra,-gtk \
textproc/enchant
MODULES= devel/gconf2 \
devel/gettext \
x11/gnome
MODGCONF2_SCHEMAS_DIR= twitux
MODGNOME_TOOLS += desktop-file-utils gtk-update-icon-cache yelp
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-dbus=yes \
--enable-gnome-keyring=yes \
--enable-spell=yes
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (twitux-0.69.tar.bz2) = N09CmySPKqpC1VZ2plJGRN8piTmBx0gUQmY65jupfPA=
SIZE (twitux-0.69.tar.bz2) = 474366

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-src_twitux-app_c,v 1.1 2011/04/21 07:05:51 ajacoutot Exp $
Fix with libnotify>=0.7
(notify_notification_new has lost its widget argument)
--- src/twitux-app.c.orig Tue Apr 19 10:56:15 2011
+++ src/twitux-app.c Tue Apr 19 10:56:28 2011
@@ -1446,8 +1446,7 @@ twitux_app_notify (gchar *msg)
notification = notify_notification_new (PACKAGE_NAME,
msg,
- "twitux",
- NULL);
+ "twitux");
notify_notification_set_timeout (notification, 8 * 1000);
notify_notification_show (notification, &error);

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_twitux-parser_c,v 1.1 2012/05/20 19:55:55 naddy Exp $
Needed for strptime(3).
--- src/twitux-parser.c.orig Sun May 20 13:45:46 2012
+++ src/twitux-parser.c Sun May 20 13:46:21 2012
@@ -27,6 +27,7 @@
* Just make sure we include the prototype for strptime as well
*/
#define _XOPEN_SOURCE
+#define _XOPEN_SOURCE_EXTENDED 1
#include <time.h>
#include <string.h> /* for g_memmove - memmove */

View File

@ -1,4 +0,0 @@
Twitux is a free and open source GTK+ application for Twitter. You can:
Send status, view friend status and see what they are doing, send direct
messages to your Twitter friends, GUI notifications when a friend
updates their status and more.

View File

@ -1,39 +0,0 @@
@comment $OpenBSD: PLIST,v 1.6 2013/02/06 14:23:06 ajacoutot Exp $
@bin bin/twitux
share/applications/twitux.desktop
share/gnome/help/twitux/
share/gnome/help/twitux/C/
share/gnome/help/twitux/C/figures/
share/gnome/help/twitux/C/figures/client.png
share/gnome/help/twitux/C/legal.xml
share/gnome/help/twitux/C/twitux.xml
share/icons/hicolor/48x48/
share/icons/hicolor/48x48/apps/
share/icons/hicolor/48x48/apps/twitux.png
share/icons/hicolor/scalable/
share/icons/hicolor/scalable/apps/
share/icons/hicolor/scalable/apps/twitux.svg
share/locale/de/LC_MESSAGES/twitux.mo
share/locale/es/LC_MESSAGES/twitux.mo
share/locale/fr/LC_MESSAGES/twitux.mo
share/locale/ja/LC_MESSAGES/twitux.mo
share/locale/pt/LC_MESSAGES/twitux.mo
share/locale/sv/LC_MESSAGES/twitux.mo
share/omf/twitux/
share/omf/twitux/twitux-C.omf
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas >/dev/null 2>&1
${SCHEMAS_INSTDIR}/
${SCHEMAS_INSTDIR}/twitux.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas >/dev/null 2>&1
share/twitux/
share/twitux/account_dlg.xml
share/twitux/add_friend_dlg.xml
share/twitux/lists_dlg.xml
share/twitux/main_window.xml
share/twitux/prefs_dlg.xml
share/twitux/send_message_dlg.xml
share/twitux/spell_dlg.xml
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database