2018-12-09 19:51:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.63 2018/12/09 18:52:42 adam Exp $
|
2008-11-21 01:21:31 +01:00
|
|
|
#
|
|
|
|
|
Update to 0.69:
NEW in 0.69:
==============
- Display messages in notification, not count of tweets. (Thomas Thurman)
- Use https, not http api. (Evan McClain)
- Fix incorrect pluralising of relative time. (Deskin Miller)
- Fixed #1998551, the double-escaping of < and >. (Mike Lundy)
- Fixed #1961611, character count behavior. (Brian Pepple)
NEW in 0.68:
==============
- Fixed #1963695, Save avatars a little more sensibly. (Brian Pepple)
- Use Enchant, instead of ASpell. (Brian Pepple)
- Add option to have sound notication when new tweets arrive . (Brian Pepple)
- Add help (Brian Pepple)
NEW in 0.65:
==============
- Add support for Online Accounts Service (Marina Zhurakhinskaya, Colin Walters)
* More info about OAS can be found here: https://fedoraproject.org/wiki/Features/OnlineAccountsService
- Fixed #2122886, Fix date parsing on other than C/POSIX locale (Hiroshi Miura)
- Fixed #2083410, have textview in send message dialog get focus.
- Fixed #1961570, time issue w/ "1 hour" & "1 minute". (Derick Rethans)
- add Japanese translation (Hiroshi Miura)
2009-10-11 19:48:21 +02:00
|
|
|
DISTNAME= twitux-0.69
|
2018-12-09 19:51:58 +01:00
|
|
|
PKGREVISION= 55
|
2008-11-21 01:21:31 +01:00
|
|
|
CATEGORIES= net gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twitux/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2009-03-18 14:31:19 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2008-11-21 01:21:31 +01:00
|
|
|
HOMEPAGE= http://live.gnome.org/DanielMorales/Twitux
|
|
|
|
COMMENT= GTK+ Twitter client
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
|
|
USE_LIBTOOL= YES
|
|
|
|
|
|
|
|
GCONF_SCHEMAS= twitux.schemas
|
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.twitux
|
|
|
|
PKG_SUPPORTED_OPTIONS= aspell
|
|
|
|
PKG_SUGGESTED_OPTIONS= aspell
|
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Maspell)
|
|
|
|
CONFIGURE_ARGS+= --enable-aspell=yes
|
|
|
|
.include "../../textproc/aspell/buildlink3.mk"
|
|
|
|
.include "../../textproc/iso-codes/buildlink3.mk"
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --enable-aspell=no
|
|
|
|
.endif
|
|
|
|
|
Update to 0.69:
NEW in 0.69:
==============
- Display messages in notification, not count of tweets. (Thomas Thurman)
- Use https, not http api. (Evan McClain)
- Fix incorrect pluralising of relative time. (Deskin Miller)
- Fixed #1998551, the double-escaping of < and >. (Mike Lundy)
- Fixed #1961611, character count behavior. (Brian Pepple)
NEW in 0.68:
==============
- Fixed #1963695, Save avatars a little more sensibly. (Brian Pepple)
- Use Enchant, instead of ASpell. (Brian Pepple)
- Add option to have sound notication when new tweets arrive . (Brian Pepple)
- Add help (Brian Pepple)
NEW in 0.65:
==============
- Add support for Online Accounts Service (Marina Zhurakhinskaya, Colin Walters)
* More info about OAS can be found here: https://fedoraproject.org/wiki/Features/OnlineAccountsService
- Fixed #2122886, Fix date parsing on other than C/POSIX locale (Hiroshi Miura)
- Fixed #2083410, have textview in send message dialog get focus.
- Fixed #1961570, time issue w/ "1 hour" & "1 minute". (Derick Rethans)
- add Japanese translation (Hiroshi Miura)
2009-10-11 19:48:21 +02:00
|
|
|
.include "../../audio/libcanberra/buildlink3.mk"
|
2008-11-21 01:21:31 +01:00
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
|
|
.include "../../devel/libsexy/buildlink3.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2015-06-07 16:05:57 +02:00
|
|
|
.include "../../net/libsoup/buildlink3.mk"
|
2008-11-21 01:21:31 +01:00
|
|
|
.include "../../security/gnome-keyring/buildlink3.mk"
|
|
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
2012-07-01 21:05:10 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2013-08-16 11:20:40 +02:00
|
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
Update to 0.69:
NEW in 0.69:
==============
- Display messages in notification, not count of tweets. (Thomas Thurman)
- Use https, not http api. (Evan McClain)
- Fix incorrect pluralising of relative time. (Deskin Miller)
- Fixed #1998551, the double-escaping of < and >. (Mike Lundy)
- Fixed #1961611, character count behavior. (Brian Pepple)
NEW in 0.68:
==============
- Fixed #1963695, Save avatars a little more sensibly. (Brian Pepple)
- Use Enchant, instead of ASpell. (Brian Pepple)
- Add option to have sound notication when new tweets arrive . (Brian Pepple)
- Add help (Brian Pepple)
NEW in 0.65:
==============
- Add support for Online Accounts Service (Marina Zhurakhinskaya, Colin Walters)
* More info about OAS can be found here: https://fedoraproject.org/wiki/Features/OnlineAccountsService
- Fixed #2122886, Fix date parsing on other than C/POSIX locale (Hiroshi Miura)
- Fixed #2083410, have textview in send message dialog get focus.
- Fixed #1961570, time issue w/ "1 hour" & "1 minute". (Derick Rethans)
- add Japanese translation (Hiroshi Miura)
2009-10-11 19:48:21 +02:00
|
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
2012-08-29 21:56:47 +02:00
|
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
2008-11-21 01:21:31 +01:00
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|