* Change tarball to released one Changelog: Version 1.3.3 (2016-10-01): - Support longer tweets in a few more places - Properly escape ampersand characters in user mentions to fix GtkLabel warnings about wrong escape characters in tooltips - Fix tweet length calculations for whitespace-only tweets - Check for duplicated entries in media arrays. This is apparently a problem on Twitter's side but led to crashes in Corebird (see #627) - Use the correct nsfw status of a tweet, i.e. the one that can actually show images. - Fix a crash when sending a tweet with multiple images attached - Fix tweet length calculation of quote tweets. This previously led to tweets getting rejected by the server even though Corebird claimed they were fine. See #628 Version 1.3.2 (2016-09-25): - Cope with the tweet length changes introduced by Twitter - Fix a problem with malformed media URLs
33 lines
1,006 B
Makefile
33 lines
1,006 B
Makefile
# $NetBSD: Makefile,v 1.18 2016/10/26 20:34:00 ryoon Exp $
|
|
|
|
DISTNAME= corebird-1.3.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://github.com/baedert/corebird/releases/download/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://corebird.baedert.org/
|
|
COMMENT= Native Gtk+ Twitter Client
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gettext-m4 pkg-config gmake msgfmt
|
|
|
|
.include "options.mk"
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../www/librest07/buildlink3.mk"
|
|
.include "../../textproc/json-glib/buildlink3.mk"
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../net/libsoup/buildlink3.mk"
|
|
.include "../../devel/libgee/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.vala= build
|
|
.include "../../lang/vala/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../devel/glib2/schemas.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|