Index: head/net-im/corebird/Makefile =================================================================== --- head/net-im/corebird/Makefile (revision 440072) +++ head/net-im/corebird/Makefile (revision 440073) @@ -1,55 +1,54 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.4.2 -PORTREVISION= 3 +PORTVERSION= 1.5 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org COMMENT= GTK3 Twitter client written in Vala LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libnotify.so:devel/libnotify \ libjson-glib-1.0.so:devel/json-glib \ librest-0.7.so:devel/librest USE_GITHUB= yes GH_ACCOUNT= baedert USES= autoreconf gmake libtool pkgconfig sqlite GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango INSTALLS_ICONS= yes CONFIGURE_ARGS= --disable-spellcheck # spellchecking depends on gspell >= 1.0.x OPTIONS_DEFINE= GSTREAMER NLS OPTIONS_DEFAULT= GSTREAMER OPTIONS_SUB= yes GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1 \ libgstreamer-1.0.so:multimedia/gstreamer1 GSTREAMER_USE= gstreamer1=yes,bad,good,gtksink,hls,libav,soup,x,ximagesrc GSTREAMER_CONFIGURE_OFF= --disable-video NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls GLIB_SCHEMAS= org.baedert.corebird.gschema.xml post-extract: @(cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in \ corebird.desktop.in) # Replace locales files in right place post-configure: @${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \ ${WRKSRC}/po/Makefile .include Index: head/net-im/corebird/distinfo =================================================================== --- head/net-im/corebird/distinfo (revision 440072) +++ head/net-im/corebird/distinfo (revision 440073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485602884 -SHA256 (baedert-corebird-1.4.2_GH0.tar.gz) = 776ff02e6b58b9d2019b141047eccf25615e3ac50a2092c665e15dabf4ec8e1f -SIZE (baedert-corebird-1.4.2_GH0.tar.gz) = 462026 +TIMESTAMP = 1493852816 +SHA256 (baedert-corebird-1.5_GH0.tar.gz) = 39d451238ef30bf2caf5568d9c02c6e2a2f8b7256f19786ebcd6557adc815203 +SIZE (baedert-corebird-1.5_GH0.tar.gz) = 492120 Index: head/net-im/corebird/files/patch-Makefile.am =================================================================== --- head/net-im/corebird/files/patch-Makefile.am (revision 440072) +++ head/net-im/corebird/files/patch-Makefile.am (revision 440073) @@ -1,10 +1,10 @@ ---- Makefile.am.orig 2016-08-01 21:40:32 UTC +--- Makefile.am.orig 2017-05-02 13:34:40 UTC +++ Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = src data po tests +SUBDIRS = src data po EXTRA_DIST = \ vapi/config.vapi \ Index: head/net-im/corebird/files/patch-data_Makefile.am =================================================================== --- head/net-im/corebird/files/patch-data_Makefile.am (revision 440072) +++ head/net-im/corebird/files/patch-data_Makefile.am (revision 440073) @@ -1,11 +1,11 @@ ---- data/Makefile.am.orig 2016-08-01 21:45:23 UTC +--- data/Makefile.am.orig 2017-05-02 13:34:40 UTC +++ data/Makefile.am @@ -2,7 +2,7 @@ iconprefix=$(datarootdir)/icons/hicolor/ - SUBDIRS = 256x256 128x128 96x96 64x64 48x48 32x32 24x24 16x16 + SUBDIRS = hicolor desktopdir = $(datarootdir)/applications -desktop_in_files = org.baedert.corebird.desktop.in +desktop_in_files = corebird.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) appdatadir = $(datarootdir)/appdata Index: head/net-im/corebird/files/patch-src_Corebird.vala =================================================================== --- head/net-im/corebird/files/patch-src_Corebird.vala (nonexistent) +++ head/net-im/corebird/files/patch-src_Corebird.vala (revision 440073) @@ -0,0 +1,12 @@ +--- src/Corebird.vala.orig 2017-05-03 23:08:40 UTC ++++ src/Corebird.vala +@@ -194,7 +194,8 @@ public class Corebird : Gtk.Application + base.startup (); + this.set_resource_base_path ("/org/baedert/corebird"); + +- typeof (LazyMenuButton).ensure (); ++ new ComposeImageManager (); ++ new LazyMenuButton (); + + #if DEBUG + GLib.Environment.set_variable ("G_MESSAGES_DEBUG", "corebird", true); Property changes on: head/net-im/corebird/files/patch-src_Corebird.vala ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/corebird/pkg-plist =================================================================== --- head/net-im/corebird/pkg-plist (revision 440072) +++ head/net-im/corebird/pkg-plist (revision 440073) @@ -1,46 +1,47 @@ bin/corebird man/man1/corebird.1.gz share/appdata/org.baedert.corebird.appdata.xml share/applications/corebird.desktop share/dbus-1/services/org.baedert.corebird.service share/icons/hicolor/256x256/apps/corebird.png share/icons/hicolor/128x128/apps/corebird.png share/icons/hicolor/16x16/apps/corebird.png share/icons/hicolor/24x24/apps/corebird.png share/icons/hicolor/32x32/apps/corebird.png share/icons/hicolor/48x48/apps/corebird.png share/icons/hicolor/64x64/apps/corebird.png share/icons/hicolor/96x96/apps/corebird.png %%NLS%%share/locale/ar/LC_MESSAGES/corebird.mo %%NLS%%share/locale/ast/LC_MESSAGES/corebird.mo %%NLS%%share/locale/ca/LC_MESSAGES/corebird.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/corebird.mo %%NLS%%share/locale/de/LC_MESSAGES/corebird.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/corebird.mo %%NLS%%share/locale/es_419/LC_MESSAGES/corebird.mo %%NLS%%share/locale/es/LC_MESSAGES/corebird.mo %%NLS%%share/locale/es_MX/LC_MESSAGES/corebird.mo %%NLS%%share/locale/es_VE/LC_MESSAGES/corebird.mo %%NLS%%share/locale/fa/LC_MESSAGES/corebird.mo %%NLS%%share/locale/fi/LC_MESSAGES/corebird.mo %%NLS%%share/locale/fr/LC_MESSAGES/corebird.mo +%%NLS%%share/locale/ga/LC_MESSAGES/corebird.mo %%NLS%%share/locale/gl/LC_MESSAGES/corebird.mo %%NLS%%share/locale/hi/LC_MESSAGES/corebird.mo %%NLS%%share/locale/hu/LC_MESSAGES/corebird.mo %%NLS%%share/locale/id/LC_MESSAGES/corebird.mo %%NLS%%share/locale/it/LC_MESSAGES/corebird.mo %%NLS%%share/locale/ja/LC_MESSAGES/corebird.mo %%NLS%%share/locale/ko/LC_MESSAGES/corebird.mo %%NLS%%share/locale/lt/LC_MESSAGES/corebird.mo %%NLS%%share/locale/nb/LC_MESSAGES/corebird.mo %%NLS%%share/locale/nl/LC_MESSAGES/corebird.mo %%NLS%%share/locale/pl/LC_MESSAGES/corebird.mo %%NLS%%share/locale/pt/LC_MESSAGES/corebird.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/corebird.mo %%NLS%%share/locale/ro/LC_MESSAGES/corebird.mo %%NLS%%share/locale/ru/LC_MESSAGES/corebird.mo %%NLS%%share/locale/sr/LC_MESSAGES/corebird.mo %%NLS%%share/locale/tr/LC_MESSAGES/corebird.mo %%NLS%%share/locale/uk_UA/LC_MESSAGES/corebird.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/corebird.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/corebird.mo