FreeBSD Bugzilla – Attachment 155021 Details for
Bug 199041
[MAINTAINER] net-im/corebird: Update to 1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
corebird patch
corebird-1.0.diff (text/plain), 7.19 KB, created by
Carlos J Puga Medina
on 2015-03-30 17:55:25 UTC
(
hide
)
Description:
corebird patch
Filename:
MIME Type:
Creator:
Carlos J Puga Medina
Created:
2015-03-30 17:55:25 UTC
Size:
7.19 KB
patch
obsolete
>diff -urN /usr/ports/net-im/corebird.old/Makefile /usr/ports/net-im/corebird/Makefile >--- /usr/ports/net-im/corebird.old/Makefile 2015-03-19 17:44:57.000000000 +0100 >+++ /usr/ports/net-im/corebird/Makefile 2015-03-30 18:45:58.539373000 +0200 >@@ -2,9 +2,8 @@ > # $FreeBSD: head/net-im/corebird/Makefile 381618 2015-03-19 16:44:57Z bdrewery $ > > 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 >@@ -21,8 +20,7 @@ > > 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 >diff -urN /usr/ports/net-im/corebird.old/distinfo /usr/ports/net-im/corebird/distinfo >--- /usr/ports/net-im/corebird.old/distinfo 2015-03-03 19:59:53.000000000 +0100 >+++ /usr/ports/net-im/corebird/distinfo 2015-03-30 18:46:55.396442000 +0200 >@@ -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 >diff -urN /usr/ports/net-im/corebird.old/files/patch-Makefile.am /usr/ports/net-im/corebird/files/patch-Makefile.am >--- /usr/ports/net-im/corebird.old/files/patch-Makefile.am 2015-03-03 19:59:53.000000000 +0100 >+++ /usr/ports/net-im/corebird/files/patch-Makefile.am 2015-03-30 18:06:50.256756000 +0200 >@@ -3,7 +3,7 @@ > @@ -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 \ >diff -urN /usr/ports/net-im/corebird.old/files/patch-configure.ac /usr/ports/net-im/corebird/files/patch-configure.ac >--- /usr/ports/net-im/corebird.old/files/patch-configure.ac 2015-03-03 19:59:53.000000000 +0100 >+++ /usr/ports/net-im/corebird/files/patch-configure.ac 2015-03-30 18:10:23.311767000 +0200 >@@ -1,5 +1,5 @@ >---- 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]) >@@ -15,6 +15,6 @@ > 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 >diff -urN /usr/ports/net-im/corebird.old/files/patch-data__Makefile.am /usr/ports/net-im/corebird/files/patch-data__Makefile.am >--- /usr/ports/net-im/corebird.old/files/patch-data__Makefile.am 2015-03-03 19:59:53.000000000 +0100 >+++ /usr/ports/net-im/corebird/files/patch-data__Makefile.am 2015-03-30 18:12:49.072669000 +0200 >@@ -1,7 +1,6 @@ >---- ./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 >diff -urN /usr/ports/net-im/corebird.old/files/patch-data__symbolics__Makefile.am /usr/ports/net-im/corebird/files/patch-data__symbolics__Makefile.am >--- /usr/ports/net-im/corebird.old/files/patch-data__symbolics__Makefile.am 2015-03-03 19:59:53.000000000 +0100 >+++ /usr/ports/net-im/corebird/files/patch-data__symbolics__Makefile.am 1970-01-01 01:00:00.000000000 +0100 >@@ -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 \ >diff -urN /usr/ports/net-im/corebird.old/files/patch-src__widgets__MediaVideoWidget.vala /usr/ports/net-im/corebird/files/patch-src__widgets__MediaVideoWidget.vala >--- /usr/ports/net-im/corebird.old/files/patch-src__widgets__MediaVideoWidget.vala 2015-03-03 19:59:53.000000000 +0100 >+++ /usr/ports/net-im/corebird/files/patch-src__widgets__MediaVideoWidget.vala 1970-01-01 01:00:00.000000000 +0100 >@@ -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); >diff -urN /usr/ports/net-im/corebird.old/pkg-plist /usr/ports/net-im/corebird/pkg-plist >--- /usr/ports/net-im/corebird.old/pkg-plist 2015-03-03 19:59:53.000000000 +0100 >+++ /usr/ports/net-im/corebird/pkg-plist 2015-03-30 18:25:37.554896000 +0200 >@@ -5,6 +5,7 @@ > %%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 >@@ -12,19 +13,22 @@ > 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
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199041
: 155021