FreeBSD Bugzilla – Attachment 153640 Details for
Bug 197530
[NEW PORT] net-im/corebird
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
New shar proposal with tijl@ fixes
corebird_new.shar (text/plain), 7.73 KB, created by
Thierry Thomas
on 2015-03-01 13:55:56 UTC
(
hide
)
Description:
New shar proposal with tijl@ fixes
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2015-03-01 13:55:56 UTC
Size:
7.73 KB
patch
obsolete
># 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: ># ># net-im/corebird ># net-im/corebird/files ># net-im/corebird/files/patch-data__Makefile.am ># net-im/corebird/files/patch-Makefile.am ># net-im/corebird/files/patch-configure.ac ># net-im/corebird/files/patch-data__symbolics__Makefile.am ># net-im/corebird/files/patch-src__widgets__MediaVideoWidget.vala ># net-im/corebird/distinfo ># net-im/corebird/Makefile ># net-im/corebird/pkg-descr ># net-im/corebird/pkg-plist ># >echo c - net-im/corebird >mkdir -p net-im/corebird > /dev/null 2>&1 >echo c - net-im/corebird/files >mkdir -p net-im/corebird/files > /dev/null 2>&1 >echo x - net-im/corebird/files/patch-data__Makefile.am >sed 's/^X//' >net-im/corebird/files/patch-data__Makefile.am << '8246c2f29b65a2502b33c190a7981c63' >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 >8246c2f29b65a2502b33c190a7981c63 >echo x - net-im/corebird/files/patch-Makefile.am >sed 's/^X//' >net-im/corebird/files/patch-Makefile.am << 'de4cc8f8afb82c4be05d1090d0611ef7' >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 \ >de4cc8f8afb82c4be05d1090d0611ef7 >echo x - net-im/corebird/files/patch-configure.ac >sed 's/^X//' >net-im/corebird/files/patch-configure.ac << '03119d6968872fb86557d2d4f65a75fd' >X--- configure.ac.orig 2015-02-06 09:22:54.000000000 +0100 >X+++ configure.ac 2015-03-01 14:48:09.000000000 +0100 >X@@ -93,8 +93,6 @@ >X GETTEXT_PACKAGE=corebird >X AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext Package]) >X AC_SUBST(GETTEXT_PACKAGE) >X-AM_GNU_GETTEXT([external]) >X-AM_GNU_GETTEXT_VERSION([0.18.3]) >X AM_GLIB_GNU_GETTEXT >X >X >X@@ -103,7 +101,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 >03119d6968872fb86557d2d4f65a75fd >echo x - net-im/corebird/files/patch-data__symbolics__Makefile.am >sed 's/^X//' >net-im/corebird/files/patch-data__symbolics__Makefile.am << 'd06a7b29f85821164eed9a669003f4a7' >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 \ >d06a7b29f85821164eed9a669003f4a7 >echo x - net-im/corebird/files/patch-src__widgets__MediaVideoWidget.vala >sed 's/^X//' >net-im/corebird/files/patch-src__widgets__MediaVideoWidget.vala << '0e59b38c01e62466880ceaeef9f9e8c8' >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); >0e59b38c01e62466880ceaeef9f9e8c8 >echo x - net-im/corebird/distinfo >sed 's/^X//' >net-im/corebird/distinfo << '1dc269cd55212bd0b7e87c83391c51f4' >XSHA256 (corebird-0.9.tar.gz) = 407ac5eef9eb4b935abe3d8ba9ad92cdee94aacec82d0a18f8316c08aacdd6f9 >XSIZE (corebird-0.9.tar.gz) = 1678994 >1dc269cd55212bd0b7e87c83391c51f4 >echo x - net-im/corebird/Makefile >sed 's/^X//' >net-im/corebird/Makefile << 'd49887ed408e95822b134077f494b5e7' >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= autoreconf gettext gmake pkgconfig >XGNU_CONFIGURE= yes >XUSE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango >XUSE_SQLITE= yes >XINSTALLS_ICONS= yes >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 >Xpre-configure: >X ${MKDIR} ${WRKSRC}/m4 >X >X# Replace locales files in right place >Xpost-configure: >X ${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \ >X ${WRKSRC}/po/Makefile >X >X.include <bsd.port.mk> >d49887ed408e95822b134077f494b5e7 >echo x - net-im/corebird/pkg-descr >sed 's/^X//' >net-im/corebird/pkg-descr << '1ac68c10ca62ab6ff4a30cefb39dff13' >XCorebird is a native GTK3 Twitter client that provides vital features such as >XDirect Messages (DMs), Tweet notifications. >X >XWWW: http://corebird.baedert.org/ >1ac68c10ca62ab6ff4a30cefb39dff13 >echo x - net-im/corebird/pkg-plist >sed 's/^X//' >net-im/corebird/pkg-plist << 'cb06b0769c599dba562a08045f7cfc0b' >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 >cb06b0769c599dba562a08045f7cfc0b >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 197530
:
152857
|
152858
|
152859
|
153628
|
153630
| 153640 |
153645