# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	corebird
#	corebird/files
#	corebird/files/patch-data__Makefile.am
#	corebird/files/patch-Makefile.am
#	corebird/files/patch-configure.ac
#	corebird/files/patch-data__symbolics__Makefile.am
#	corebird/files/patch-src__widgets__MediaVideoWidget.vala
#	corebird/distinfo
#	corebird/Makefile
#	corebird/pkg-descr
#	corebird/pkg-plist
#
echo c - corebird
mkdir -p corebird > /dev/null 2>&1
echo c - corebird/files
mkdir -p corebird/files > /dev/null 2>&1
echo x - corebird/files/patch-data__Makefile.am
sed 's/^X//' >corebird/files/patch-data__Makefile.am << 'e9505688f8808504ae16c608ef66dfa6'
X--- ./data/Makefile.am.orig	2014-07-07 08:38:31.000000000 +0000
X+++ ./data/Makefile.am	2014-08-09 23:10:47.000000000 +0000
X@@ -2,7 +2,7 @@
X SUBDIRS = symbolics
X 
X desktopdir = $(prefix)/share/applications
X-desktop_in_files = org.baedert.corebird.desktop.in
X+desktop_in_files = corebird.desktop.in
X desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
X @INTLTOOL_DESKTOP_RULE@
X 
e9505688f8808504ae16c608ef66dfa6
echo x - corebird/files/patch-Makefile.am
sed 's/^X//' >corebird/files/patch-Makefile.am << 'c8a01fc2e18708643285be25a77fb408'
X--- ./Makefile.am.orig	2014-07-07 08:38:31.000000000 +0000
X+++ ./Makefile.am	2014-08-09 22:09:52.000000000 +0000
X@@ -1,6 +1,6 @@
X ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
X 
X-SUBDIRS = src ui data assets po tests sql examples
X+SUBDIRS = src ui data assets po sql
X EXTRA_DIST = config.rpath  \
X 						 intltool-extract.in \
X 						 intltool-merge.in \
c8a01fc2e18708643285be25a77fb408
echo x - corebird/files/patch-configure.ac
sed 's/^X//' >corebird/files/patch-configure.ac << 'bb4d2e61b9fed204793435eded7ca055'
X--- ./configure.ac.orig	2014-07-07 08:38:31.000000000 +0000
X+++ ./configure.ac	2014-08-09 23:15:30.000000000 +0000
X@@ -107,7 +107,7 @@
X                  src/Makefile
X                  ui/Makefile
X                  data/Makefile
X-                 data/org.baedert.corebird.desktop.in
X+                 data/corebird.desktop.in
X                  data/symbolics/Makefile
X                  examples/Makefile
X                  assets/Makefile
bb4d2e61b9fed204793435eded7ca055
echo x - corebird/files/patch-data__symbolics__Makefile.am
sed 's/^X//' >corebird/files/patch-data__symbolics__Makefile.am << 'b7c6ee28f88250ff6d6dd1961aa8f4d5'
X--- ./data/symbolics/Makefile.am.orig	2014-07-07 08:38:31.000000000 +0000
X+++ ./data/symbolics/Makefile.am	2014-08-09 22:24:03.000000000 +0000
X@@ -1,7 +1,7 @@
X 
X 
X 
X-symbolicsdir = $(prefix)/share/corebird/assets/hicolor/scalable/actions/
X+symbolicsdir = $(prefix)/share/icons/hicolor/scalable/actions/
X 
X symbolics_DATA = \
X 								corebird-conversation-symbolic.svg \
b7c6ee28f88250ff6d6dd1961aa8f4d5
echo x - corebird/files/patch-src__widgets__MediaVideoWidget.vala
sed 's/^X//' >corebird/files/patch-src__widgets__MediaVideoWidget.vala << '15878fb9d06e1e60352808cfa3796b1a'
X--- ./src/widgets/MediaVideoWidget.vala.orig	2015-02-11 01:17:34.000000000 +0100
X+++ ./src/widgets/MediaVideoWidget.vala	2015-02-11 01:18:59.000000000 +0100
X@@ -34,7 +34,7 @@
X     drawing_area.realize.connect (realize_cb);
X #if VIDEO
X     this.src  = Gst.ElementFactory.make ("playbin", "video");
X-    this.sink = Gst.ElementFactory.make ("vaapisink", "sink");
X+    this.sink = Gst.ElementFactory.make ("xvimagesink", "sink");
X     this.src.set ("video-sink", sink, null);
X     var bus = src.get_bus ();
X     bus.set_sync_handler (bus_sync_handler);
15878fb9d06e1e60352808cfa3796b1a
echo x - corebird/distinfo
sed 's/^X//' >corebird/distinfo << 'bd18365cc6e713485c4bb3c023dc2056'
XSHA256 (corebird-0.9.tar.gz) = 407ac5eef9eb4b935abe3d8ba9ad92cdee94aacec82d0a18f8316c08aacdd6f9
XSIZE (corebird-0.9.tar.gz) = 1678994
bd18365cc6e713485c4bb3c023dc2056
echo x - corebird/Makefile
sed 's/^X//' >corebird/Makefile << '93e157554ba005a7b139646aab061306'
X# Created by: Olivier Duchateau
X# $FreeBSD$
X
XPORTNAME=	corebird
XPORTVERSION=	0.9
XCATEGORIES=	net-im
XMASTER_SITES=	GH GHC
X
XMAINTAINER=	cpm@fbsd.es
XCOMMENT=	GTK3 Twitter client written in Vala
X
XLICENSE=	GPLv3
XLICENSE_FILE=	${WRKSRC}/COPYING
X
XBUILD_DEPENDS=	valac:${PORTSDIR}/lang/vala
XLIB_DEPENDS=	libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
X		libnotify.so:${PORTSDIR}/devel/libnotify \
X		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
X		librest-0.7.so:${PORTSDIR}/devel/librest \
X		libgee-0.8.so:${PORTSDIR}/devel/libgee
X
XGH_ACCOUNT=	baedert
XGH_PROJECT=	${PORTNAME}
XGH_TAGNAME=	${GH_COMMIT}
XGH_COMMIT=	3399924
X
XUSE_GITHUB=	yes
XUSES=	gettext gmake pkgconfig
XUSE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
XUSE_SQLITE=	yes
XINSTALLS_ICONS=	yes
XHAS_CONFIGURE=	yes
X
X# Call autogen.sh script
XCONFIGURE_SCRIPT= autogen.sh
X
XOPTIONS_DEFINE=	GSTREAMER
XOPTIONS_DEFAULT=	GSTREAMER
XGSTREAMER_DESC=	Gstreamer support
X
XGLIB_SCHEMAS=	org.baedert.corebird.gschema.xml
X
X.include <bsd.port.options.mk>
X
Xpost-extract:
X	cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in.in \
X		corebird.desktop.in.in
X
X.if ${PORT_OPTIONS:MGSTREAMER}
XUSE_GSTREAMER1=	yes bad good libav x ximagesrc
X.else
XCONFIGURE_ARGS+=	--disable-video
X.endif
X
X# Replace locales files in right place
Xpost-configure:
X	${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \
X		${WRKSRC}/po/Makefile
X
Xpost-install:
X	${INSTALL_DATA} ${WRKSRC}/data/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
X
X.include <bsd.port.mk>
93e157554ba005a7b139646aab061306
echo x - corebird/pkg-descr
sed 's/^X//' >corebird/pkg-descr << 'ad5c0954a83af4be0dc9376b38d35c4d'
XCorebird is a native GTK3 Twitter client that provides vital features such as
XDirect Messages (DMs), Tweet notifications.
X
XWWW: http://corebird.baedert.org/
ad5c0954a83af4be0dc9376b38d35c4d
echo x - corebird/pkg-plist
sed 's/^X//' >corebird/pkg-plist << '62c05acaee9c91bbb05bff3d09798efd'
Xbin/corebird
Xman/man1/corebird.1.gz
Xshare/appdata/org.baedert.corebird.appdata.xml
Xshare/applications/corebird.desktop
X%%DATADIR%%/sql/accounts/Create.1.sql
X%%DATADIR%%/sql/accounts/Create.2.sql
X%%DATADIR%%/sql/init/Create.1.sql
Xshare/icons/hicolor/128x128/apps/corebird.png
Xshare/icons/hicolor/16x16/apps/corebird.png
Xshare/icons/hicolor/24x24/apps/corebird.png
Xshare/icons/hicolor/32x32/apps/corebird.png
Xshare/icons/hicolor/48x48/apps/corebird.png
Xshare/icons/hicolor/64x64/apps/corebird.png
Xshare/icons/hicolor/96x96/apps/corebird.png
Xshare/icons/hicolor/scalable/actions/corebird-compose-symbolic.svg
Xshare/icons/hicolor/scalable/actions/corebird-conversation-symbolic.svg
Xshare/icons/hicolor/scalable/actions/corebird-dms-symbolic.svg
Xshare/icons/hicolor/scalable/actions/corebird-filter-symbolic.svg
Xshare/icons/hicolor/scalable/actions/corebird-mentions-symbolic.svg
Xshare/icons/hicolor/scalable/actions/corebird-new-window-symbolic.svg
Xshare/icons/hicolor/scalable/actions/corebird-retweet-symbolic.svg
Xshare/locale/ar/LC_MESSAGES/corebird.mo
Xshare/locale/de/LC_MESSAGES/corebird.mo
Xshare/locale/en_AU/LC_MESSAGES/corebird.mo
Xshare/locale/es/LC_MESSAGES/corebird.mo
Xshare/locale/fa/LC_MESSAGES/corebird.mo
Xshare/locale/ja/LC_MESSAGES/corebird.mo
Xshare/locale/nl/LC_MESSAGES/corebird.mo
Xshare/locale/pl/LC_MESSAGES/corebird.mo
Xshare/locale/zh_CN/LC_MESSAGES/corebird.mo
62c05acaee9c91bbb05bff3d09798efd
exit