FreeBSD Bugzilla – Attachment 165251 Details for
Bug 206029
deskutils/rubrica: Update to 2.1.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff_deskutils_rubrica
svn-diff_deskutils_rubrica (text/plain), 7.48 KB, created by
w.schwarzenfeld
on 2016-01-08 11:25:16 UTC
(
hide
)
Description:
svn-diff_deskutils_rubrica
Filename:
MIME Type:
Creator:
w.schwarzenfeld
Created:
2016-01-08 11:25:16 UTC
Size:
7.48 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 405541) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= rubrica >-PORTVERSION= 2.0.12 >-PORTREVISION= 2 >+PORTVERSION= 2.1.6 > CATEGORIES= deskutils gnome > MASTER_SITES= BERLIOS > DISTNAME= ${PORTNAME}2-${PORTVERSION} >@@ -26,7 +25,8 @@ > > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >-LIBS+= `pkg-config --libs gthread-2.0` >+LIBS+= `pkg-config` >+LIBS+= -lm -lgthread-2.0 > > PORTDOCS= * > >Index: distinfo >=================================================================== >--- distinfo (revision 405541) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (rubrica2-2.0.12.tar.bz2) = 973f76ec96e9c68f890dc22997568d3355a0b798e8e0e5670519d27e0439b7a8 >-SIZE (rubrica2-2.0.12.tar.bz2) = 733757 >+SHA256 (rubrica2-2.1.6.tar.bz2) = 4d9462243af4741e3571c9283f5a29ceb85a19c3dc1192148983c235a212dc9d >+SIZE (rubrica2-2.1.6.tar.bz2) = 710715 >Index: files/patch-app_c >=================================================================== >--- files/patch-app_c (nonexistent) >+++ files/patch-app_c (working copy) >@@ -0,0 +1,11 @@ >+--- src/app.c.orig 2016-01-08 10:28:54 UTC >++++ src/app.c >+@@ -1339,7 +1339,7 @@ rubrica_app_init(RubricaApp* self) >+ >+ self->priv->cutted = NULL; >+ self->priv->notify = notify_notification_new("Rubrica Addressbook", >+- NULL, "info", NULL); >++ "info", NULL); >+ self->priv->active_plugin = g_strdup("autodetect"); >+ self->priv->manager = r_lib_get_manager(); >+ self->priv->print_settings = NULL; > >Property changes on: files/patch-app_c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-callbacks_c >=================================================================== >--- files/patch-callbacks_c (nonexistent) >+++ files/patch-callbacks_c (working copy) >@@ -0,0 +1,11 @@ >+--- src/callbacks.c.orig 2016-01-08 10:29:13 UTC >++++ src/callbacks.c >+@@ -638,7 +638,7 @@ on_info_cb (GtkWidget* button, gpointer >+ "wrap-license", FALSE, >+ NULL); >+ >+- gdk_pixbuf_unref (logo); >++ g_object_unref (logo); >+ >+ gtk_dialog_run (GTK_DIALOG(about)); >+ gtk_widget_destroy (about); > >Property changes on: files/patch-callbacks_c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-data_view_c >=================================================================== >--- files/patch-data_view_c (nonexistent) >+++ files/patch-data_view_c (working copy) >@@ -0,0 +1,66 @@ >+--- src/data_view.c.orig 2016-01-08 10:28:41 UTC >++++ src/data_view.c >+@@ -689,7 +689,7 @@ data_view_set_image(RubricaDataView* vie >+ priv = RUBRICA_DATA_VIEW_GET_PRIVATE(view); >+ >+ gtk_image_set_from_pixbuf(GTK_IMAGE(priv->image), pixbuf); >+- gdk_pixbuf_unref(pixbuf); >++ g_object_unref(pixbuf); >+ } >+ >+ >+@@ -952,7 +952,7 @@ write_addresses(RubricaDataView* view, R >+ >+ data_view_write(body, "\n"); >+ data_view_write_pixbuf(body, pixbuf, _("Addresses")); >+- gdk_pixbuf_unref(pixbuf); >++ g_object_unref(pixbuf); >+ >+ for (; address; address = r_card_get_next_address(R_CARD(card))) >+ { >+@@ -1057,8 +1057,7 @@ write_work(RubricaDataView* view, RPerso >+ >+ data_view_write(body, "\n"); >+ data_view_write_pixbuf(body, pixbuf, _("Work")); >+- gdk_pixbuf_unref(pixbuf); >+- >++ g_object_unref(pixbuf); >+ data_view_write_line(body, _("Assignment"), assignment, TRUE); >+ data_view_write_line(body, _("Organization"), organization, TRUE); >+ data_view_write_line(body, _("Department"), department, TRUE); >+@@ -1093,7 +1092,7 @@ write_net (RubricaDataView* view, RCard* >+ >+ data_view_write(body, "\n"); >+ data_view_write_pixbuf(body, pixbuf, _("Net")); >+- gdk_pixbuf_unref(pixbuf); >++ g_object_unref(pixbuf); >+ >+ for (; net; net = r_card_get_next_net_address(R_CARD(card))) >+ { >+@@ -1165,7 +1164,7 @@ write_telephones(RubricaDataView* view, >+ >+ data_view_write(body, "\n"); >+ data_view_write_pixbuf(body, pixbuf, _("Telephone")); >+- gdk_pixbuf_unref(pixbuf); >++ g_object_unref(pixbuf); >+ >+ for (; tel; tel = r_card_get_next_telephone(R_CARD(card))) >+ { >+@@ -1210,7 +1209,7 @@ write_notes(RubricaDataView* view, RPers >+ >+ data_view_write(body, "\n"); >+ data_view_write_pixbuf(body, pixbuf, _("Notes")); >+- gdk_pixbuf_unref(pixbuf); >++ g_object_unref(pixbuf); >+ >+ if (has_partner) >+ { >+@@ -1257,7 +1256,7 @@ write_company_notes(RubricaDataView* vie >+ data_view_write(body, "\n"); >+ data_view_write_pixbuf(body, pixbuf, _("Notes")); >+ data_view_write(body, "\n"); >+- gdk_pixbuf_unref(pixbuf); >++ g_object_unref(pixbuf); >+ >+ data_view_write(body, text); >+ } > >Property changes on: files/patch-data_view_c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 405541) >+++ pkg-plist (working copy) >@@ -4,6 +4,7 @@ > include/libral-1.0/libral/card.h > include/libral-1.0/libral/company.h > include/libral-1.0/libral/contact.h >+include/libral-1.0/libral/csv_engine.h > include/libral-1.0/libral/date.h > include/libral-1.0/libral/error.h > include/libral-1.0/libral/filter.h >@@ -27,14 +28,14 @@ > lib/libral.so > lib/libral.so.1 > lib/libral.so.1.0.0 >-lib/libral/plugins/libcsv.a >-lib/libral/plugins/libcsv.so >-lib/libral/plugins/libcsv.so.1 >-lib/libral/plugins/libcsv.so.1.0.1 > lib/libral/plugins/libcsvgmail.a > lib/libral/plugins/libcsvgmail.so > lib/libral/plugins/libcsvgmail.so.1 > lib/libral/plugins/libcsvgmail.so.1.0.0 >+lib/libral/plugins/libcsvthunderbird.a >+lib/libral/plugins/libcsvthunderbird.so >+lib/libral/plugins/libcsvthunderbird.so.1 >+lib/libral/plugins/libcsvthunderbird.so.1.0.1 > lib/libral/plugins/librubrica.a > lib/libral/plugins/librubrica.so > lib/libral/plugins/librubrica.so.1 >@@ -45,17 +46,11 @@ > lib/libral/plugins/libvcard.so.1.0.1 > libdata/pkgconfig/libral.pc > share/applications/rubrica2.desktop >-%%NLS%%share/locale/de/LC_MESSAGES/rubrica2.mo >-%%NLS%%share/locale/el/LC_MESSAGES/rubrica2.mo >-%%NLS%%share/locale/en_US/LC_MESSAGES/rubrica2.mo >-%%NLS%%share/locale/es_ES/LC_MESSAGES/rubrica2.mo >-%%NLS%%share/locale/fr/LC_MESSAGES/rubrica2.mo >-%%NLS%%share/locale/hu/LC_MESSAGES/rubrica2.mo >-%%NLS%%share/locale/it/LC_MESSAGES/rubrica2.mo >-%%NLS%%share/locale/pt-pt/LC_MESSAGES/rubrica2.mo >-%%NLS%%share/locale/pt_BR/LC_MESSAGES/rubrica2.mo >-%%NLS%%share/locale/ru/LC_MESSAGES/rubrica2.mo >-%%NLS%%share/locale/uk/LC_MESSAGES/rubrica2.mo >+share/locale/de/LC_MESSAGES/rubrica2.mo >+share/locale/fr/LC_MESSAGES/rubrica2.mo >+share/locale/it/LC_MESSAGES/rubrica2.mo >+share/locale/ru/LC_MESSAGES/rubrica2.mo >+share/locale/uk/LC_MESSAGES/rubrica2.mo > share/mime-info/rubrica2.keys > share/mime-info/rubrica2.mime > share/pixmaps/rubrica2/16x16/ccare.png
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
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 206029
: 165251 |
165252
|
165253