Index: head/net-im/corebird/Makefile =================================================================== --- head/net-im/corebird/Makefile (revision 419506) +++ head/net-im/corebird/Makefile (revision 419507) @@ -1,48 +1,48 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.2.2 +PORTVERSION= 1.3 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 \ - libgee-0.8.so:devel/libgee + librest-0.7.so:devel/librest USE_GITHUB= yes GH_ACCOUNT= baedert -USES= autoreconf gettext gmake libtool pkgconfig sqlite +USES= autoreconf compiler:c++11-lang gettext gmake libtool pkgconfig sqlite + GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango INSTALLS_ICONS= yes OPTIONS_DEFINE= GSTREAMER OPTIONS_DEFAULT= GSTREAMER GSTREAMER_USE= gstreamer1=yes,bad,good,gtksink,libav,x,ximagesrc GSTREAMER_CONFIGURE_OFF= --disable-video GLIB_SCHEMAS= org.baedert.corebird.gschema.xml post-extract: - cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in.in \ - corebird.desktop.in.in + cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in \ + corebird.desktop.in pre-configure: ${MKDIR} ${WRKSRC}/m4 # 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 419506) +++ head/net-im/corebird/distinfo (revision 419507) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463830755 -SHA256 (baedert-corebird-1.2.2_GH0.tar.gz) = b3d6a9f2e9fcb17acbd1e91159302398d18877f16101612da5a55886f7add752 -SIZE (baedert-corebird-1.2.2_GH0.tar.gz) = 423551 +TIMESTAMP = 1470087209 +SHA256 (baedert-corebird-1.3_GH0.tar.gz) = f4f86a2e898342297c2379c25b6274598d81d8983f185d98753725552f670860 +SIZE (baedert-corebird-1.3_GH0.tar.gz) = 431652 Index: head/net-im/corebird/files/patch-configure.ac =================================================================== --- head/net-im/corebird/files/patch-configure.ac (revision 419506) +++ head/net-im/corebird/files/patch-configure.ac (nonexistent) @@ -1,17 +0,0 @@ ---- configure.ac.orig 2016-05-10 17:41:05 UTC -+++ configure.ac -@@ -1,4 +1,4 @@ --AC_INIT([corebird],[1.2.1],[mail@baedert.org]) -+AC_INIT([corebird],[1.2.2],[mail@baedert.org]) - - AC_PREREQ([2.65]) - -@@ -113,7 +113,7 @@ Makefile - src/Makefile - ui/Makefile - data/Makefile --data/org.baedert.corebird.desktop.in -+data/corebird.desktop.in - assets/Makefile - assets/256x256/Makefile - assets/128x128/Makefile Property changes on: head/net-im/corebird/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-im/corebird/files/patch-ui_about-dialog.ui =================================================================== --- head/net-im/corebird/files/patch-ui_about-dialog.ui (revision 419506) +++ head/net-im/corebird/files/patch-ui_about-dialog.ui (nonexistent) @@ -1,11 +0,0 @@ ---- ui/about-dialog.ui.orig 2016-05-10 17:41:05 UTC -+++ ui/about-dialog.ui -@@ -6,7 +6,7 @@ - About Corebird - dialog - Corebird -- 1.2.1 -+ 1.2.2 - Using Font Awesome by Dave Gandy - http://fontawesome.io - http://corebird.baedert.org - Timm Bäder<mail@baedert.org> (Bugs go here) Property changes on: head/net-im/corebird/files/patch-ui_about-dialog.ui ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-im/corebird/files/patch-Makefile.am =================================================================== --- head/net-im/corebird/files/patch-Makefile.am (revision 419506) +++ head/net-im/corebird/files/patch-Makefile.am (revision 419507) @@ -1,10 +1,10 @@ ---- Makefile.am.orig 2016-02-29 16:55:42 UTC +--- Makefile.am.orig 2016-08-01 21:40:32 UTC +++ Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} --SUBDIRS = src ui data assets po tests -+SUBDIRS = src ui data assets po +-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 419506) +++ head/net-im/corebird/files/patch-data_Makefile.am (revision 419507) @@ -1,10 +1,11 @@ ---- data/Makefile.am.orig 2016-02-29 16:55:42 UTC +--- data/Makefile.am.orig 2016-08-01 21:45:23 UTC +++ data/Makefile.am -@@ -1,6 +1,6 @@ +@@ -2,7 +2,7 @@ iconprefix=$(datarootdir)/icons/hicolor/ + SUBDIRS = 256x256 128x128 96x96 64x64 48x48 32x32 24x24 16x16 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) - @INTLTOOL_DESKTOP_RULE@ + appdatadir = $(datarootdir)/appdata Index: head/net-im/corebird/pkg-plist =================================================================== --- head/net-im/corebird/pkg-plist (revision 419506) +++ head/net-im/corebird/pkg-plist (revision 419507) @@ -1,34 +1,44 @@ 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 share/locale/ar/LC_MESSAGES/corebird.mo share/locale/ast/LC_MESSAGES/corebird.mo share/locale/ca/LC_MESSAGES/corebird.mo share/locale/ca@valencia/LC_MESSAGES/corebird.mo share/locale/de/LC_MESSAGES/corebird.mo share/locale/en_AU/LC_MESSAGES/corebird.mo +share/locale/es_419/LC_MESSAGES/corebird.mo share/locale/es/LC_MESSAGES/corebird.mo +share/locale/es_MX/LC_MESSAGES/corebird.mo share/locale/es_VE/LC_MESSAGES/corebird.mo share/locale/fa/LC_MESSAGES/corebird.mo share/locale/fi/LC_MESSAGES/corebird.mo share/locale/fr/LC_MESSAGES/corebird.mo +share/locale/hi/LC_MESSAGES/corebird.mo share/locale/hu/LC_MESSAGES/corebird.mo -share/locale/id_ID/LC_MESSAGES/corebird.mo +share/locale/id/LC_MESSAGES/corebird.mo share/locale/it/LC_MESSAGES/corebird.mo share/locale/ja/LC_MESSAGES/corebird.mo +share/locale/ko/LC_MESSAGES/corebird.mo share/locale/lt/LC_MESSAGES/corebird.mo share/locale/nl/LC_MESSAGES/corebird.mo share/locale/pl/LC_MESSAGES/corebird.mo +share/locale/pt/LC_MESSAGES/corebird.mo share/locale/pt_BR/LC_MESSAGES/corebird.mo +share/locale/ro/LC_MESSAGES/corebird.mo share/locale/ru/LC_MESSAGES/corebird.mo +share/locale/sr/LC_MESSAGES/corebird.mo +share/locale/tr/LC_MESSAGES/corebird.mo +share/locale/uk_UA/LC_MESSAGES/corebird.mo share/locale/zh_CN/LC_MESSAGES/corebird.mo +share/locale/zh_TW/LC_MESSAGES/corebird.mo