Index: head/net-im/corebird/Makefile =================================================================== --- head/net-im/corebird/Makefile (revision 382718) +++ head/net-im/corebird/Makefile (revision 382719) @@ -1,60 +1,58 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= net-im -MASTER_SITES= GHL GHC MAINTAINER= cpm@fbsd.es COMMENT= GTK3 Twitter client written in Vala LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libnotify.so:${PORTSDIR}/devel/libnotify \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ librest-0.7.so:${PORTSDIR}/devel/librest \ libgee-0.8.so:${PORTSDIR}/devel/libgee GH_ACCOUNT= baedert GH_PROJECT= ${PORTNAME} -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 3399924 +GH_TAGNAME= ${PORTVERSION} USE_GITHUB= yes USES= autoreconf gettext gmake libtool pkgconfig GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango USE_SQLITE= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= GSTREAMER OPTIONS_DEFAULT= GSTREAMER GSTREAMER_DESC= Gstreamer support GLIB_SCHEMAS= org.baedert.corebird.gschema.xml .include post-extract: cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in.in \ corebird.desktop.in.in .if ${PORT_OPTIONS:MGSTREAMER} USE_GSTREAMER1= yes bad good libav x ximagesrc .else CONFIGURE_ARGS+= --disable-video .endif 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 382718) +++ head/net-im/corebird/distinfo (revision 382719) @@ -1,2 +1,2 @@ -SHA256 (corebird-0.9.tar.gz) = 407ac5eef9eb4b935abe3d8ba9ad92cdee94aacec82d0a18f8316c08aacdd6f9 -SIZE (corebird-0.9.tar.gz) = 1678994 +SHA256 (baedert-corebird-1.0-1.0_GH0.tar.gz) = 0ca4ca20b0281b2901382810ef8bd1682bb896c3915ad3bea3f2a41461118001 +SIZE (baedert-corebird-1.0-1.0_GH0.tar.gz) = 1697452 Index: head/net-im/corebird/files/patch-data__symbolics__Makefile.am =================================================================== --- head/net-im/corebird/files/patch-data__symbolics__Makefile.am (revision 382718) +++ head/net-im/corebird/files/patch-data__symbolics__Makefile.am (nonexistent) @@ -1,11 +0,0 @@ ---- ./data/symbolics/Makefile.am.orig 2014-07-07 08:38:31.000000000 +0000 -+++ ./data/symbolics/Makefile.am 2014-08-09 22:24:03.000000000 +0000 -@@ -1,7 +1,7 @@ - - - --symbolicsdir = $(prefix)/share/corebird/assets/hicolor/scalable/actions/ -+symbolicsdir = $(prefix)/share/icons/hicolor/scalable/actions/ - - symbolics_DATA = \ - corebird-conversation-symbolic.svg \ Property changes on: head/net-im/corebird/files/patch-data__symbolics__Makefile.am ___________________________________________________________________ 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-src__widgets__MediaVideoWidget.vala =================================================================== --- head/net-im/corebird/files/patch-src__widgets__MediaVideoWidget.vala (revision 382718) +++ head/net-im/corebird/files/patch-src__widgets__MediaVideoWidget.vala (nonexistent) @@ -1,11 +0,0 @@ ---- ./src/widgets/MediaVideoWidget.vala.orig 2015-02-11 01:17:34.000000000 +0100 -+++ ./src/widgets/MediaVideoWidget.vala 2015-02-11 01:18:59.000000000 +0100 -@@ -34,7 +34,7 @@ - drawing_area.realize.connect (realize_cb); - #if VIDEO - this.src = Gst.ElementFactory.make ("playbin", "video"); -- this.sink = Gst.ElementFactory.make ("vaapisink", "sink"); -+ this.sink = Gst.ElementFactory.make ("xvimagesink", "sink"); - this.src.set ("video-sink", sink, null); - var bus = src.get_bus (); - bus.set_sync_handler (bus_sync_handler); Property changes on: head/net-im/corebird/files/patch-src__widgets__MediaVideoWidget.vala ___________________________________________________________________ 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 382718) +++ head/net-im/corebird/files/patch-Makefile.am (revision 382719) @@ -1,10 +1,10 @@ --- ./Makefile.am.orig 2014-07-07 08:38:31.000000000 +0000 +++ ./Makefile.am 2014-08-09 22:09:52.000000000 +0000 @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} --SUBDIRS = src ui data assets po tests sql examples +-SUBDIRS = src ui data assets po tests sql +SUBDIRS = src ui data assets po sql EXTRA_DIST = config.rpath \ intltool-extract.in \ intltool-merge.in \ Index: head/net-im/corebird/files/patch-configure.ac =================================================================== --- head/net-im/corebird/files/patch-configure.ac (revision 382718) +++ head/net-im/corebird/files/patch-configure.ac (revision 382719) @@ -1,20 +1,20 @@ ---- configure.ac.orig 2015-02-06 09:22:54.000000000 +0100 -+++ configure.ac 2015-03-01 14:48:09.000000000 +0100 +--- configure.ac.orig 2015-03-19 18:38:24.000000000 +0100 ++++ configure.ac 2015-03-30 18:09:54.490239000 +0200 @@ -93,8 +93,6 @@ GETTEXT_PACKAGE=corebird AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext Package]) AC_SUBST(GETTEXT_PACKAGE) -AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.18.3]) AM_GLIB_GNU_GETTEXT @@ -103,7 +101,7 @@ src/Makefile ui/Makefile data/Makefile - data/org.baedert.corebird.desktop.in + data/corebird.desktop.in - data/symbolics/Makefile - examples/Makefile assets/Makefile + assets/128x128/Makefile + assets/96x96/Makefile Index: head/net-im/corebird/files/patch-data__Makefile.am =================================================================== --- head/net-im/corebird/files/patch-data__Makefile.am (revision 382718) +++ head/net-im/corebird/files/patch-data__Makefile.am (revision 382719) @@ -1,11 +1,10 @@ ---- ./data/Makefile.am.orig 2014-07-07 08:38:31.000000000 +0000 -+++ ./data/Makefile.am 2014-08-09 23:10:47.000000000 +0000 -@@ -2,7 +2,7 @@ - SUBDIRS = symbolics +--- data/Makefile.am.orig 2015-03-19 18:38:24.000000000 +0100 ++++ data/Makefile.am 2015-03-30 18:12:15.956014000 +0200 +@@ -1,6 +1,6 @@ desktopdir = $(prefix)/share/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@ Index: head/net-im/corebird/pkg-plist =================================================================== --- head/net-im/corebird/pkg-plist (revision 382718) +++ head/net-im/corebird/pkg-plist (revision 382719) @@ -1,30 +1,34 @@ bin/corebird man/man1/corebird.1.gz share/appdata/org.baedert.corebird.appdata.xml share/applications/corebird.desktop %%DATADIR%%/sql/accounts/Create.1.sql %%DATADIR%%/sql/accounts/Create.2.sql %%DATADIR%%/sql/init/Create.1.sql +share/dbus-1/services/org.baedert.corebird.service 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/icons/hicolor/scalable/actions/corebird-compose-symbolic.svg -share/icons/hicolor/scalable/actions/corebird-conversation-symbolic.svg -share/icons/hicolor/scalable/actions/corebird-dms-symbolic.svg -share/icons/hicolor/scalable/actions/corebird-filter-symbolic.svg -share/icons/hicolor/scalable/actions/corebird-mentions-symbolic.svg -share/icons/hicolor/scalable/actions/corebird-new-window-symbolic.svg -share/icons/hicolor/scalable/actions/corebird-retweet-symbolic.svg share/locale/ar/LC_MESSAGES/corebird.mo +share/locale/ast/LC_MESSAGES/corebird.mo +share/locale/ca/LC_MESSAGES/corebird.mo share/locale/de/LC_MESSAGES/corebird.mo share/locale/en_AU/LC_MESSAGES/corebird.mo share/locale/es/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/hu/LC_MESSAGES/corebird.mo +share/locale/id_ID/LC_MESSAGES/corebird.mo +share/locale/it/LC_MESSAGES/corebird.mo share/locale/ja/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_BR/LC_MESSAGES/corebird.mo +share/locale/ru/LC_MESSAGES/corebird.mo share/locale/zh_CN/LC_MESSAGES/corebird.mo