- update gtkaml to 0.2.2.1
* catches up on vala
This commit is contained in:
parent
41bf190970
commit
3505ad2925
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/10/26 17:24:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/11/24 19:30:34 jasper Exp $
|
||||
|
||||
COMMENT= application markup language for GTK+Vala
|
||||
|
||||
DISTNAME= gtkaml-0.2.2.0
|
||||
DISTNAME= gtkaml-0.2.2.1
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://gtkaml.googlecode.com/
|
||||
@ -20,7 +20,7 @@ MODULES= devel/gettext
|
||||
|
||||
WANTLIB= c glib-2.0 gobject-2.0 xml2
|
||||
|
||||
LIB_DEPENDS= vala::lang/vala
|
||||
LIB_DEPENDS= vala.>=1::lang/vala
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gtkaml-0.2.2.0.tar.bz2) = 5knPAtaC9nlnJdu9RGGtDw==
|
||||
RMD160 (gtkaml-0.2.2.0.tar.bz2) = HlCbkuIGqFKVYCt31unBMAMGjoI=
|
||||
SHA1 (gtkaml-0.2.2.0.tar.bz2) = pq4Jg/5YKJXl4uwvIfS9++vUsgc=
|
||||
SHA256 (gtkaml-0.2.2.0.tar.bz2) = Qh/Nj7YbNK8cjHRNvV5ywnCRGJh6RNpO4kROhq1jKlc=
|
||||
SIZE (gtkaml-0.2.2.0.tar.bz2) = 137221
|
||||
MD5 (gtkaml-0.2.2.1.tar.bz2) = OdOg9LYPoYL059vOQP+QwA==
|
||||
RMD160 (gtkaml-0.2.2.1.tar.bz2) = vh003u+x+jaHwgc8kywcSafzH5Y=
|
||||
SHA1 (gtkaml-0.2.2.1.tar.bz2) = TpLnbOsYPdxfydmZ4JR1CiZZvg0=
|
||||
SHA256 (gtkaml-0.2.2.1.tar.bz2) = etLD6N0bo5dfvxkiiMrChFjRM2DMN889eKJuZSKSKMg=
|
||||
SIZE (gtkaml-0.2.2.1.tar.bz2) = 139233
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-data_Gtk_implicits,v 1.1 2008/10/26 17:24:46 jasper Exp $
|
||||
|
||||
Fix build, from upstream, -r352.
|
||||
|
||||
--- data/Gtk.implicits.orig Sun Oct 26 17:56:10 2008
|
||||
+++ data/Gtk.implicits Sun Oct 26 17:56:22 2008
|
||||
@@ -96,7 +96,7 @@ adds = insert
|
||||
adds = append_column;remove_column;insert_column
|
||||
|
||||
[TreeViewColumn]
|
||||
-adds = pack_start;pack_end;add_attribute;
|
||||
+adds = pack_start;pack_end;add_attribute
|
||||
|
||||
[Dialog]
|
||||
adds = add_action_widget
|
@ -1,23 +1,26 @@
|
||||
$OpenBSD: patch-src_GtkamlImplicitsStore_c,v 1.3 2008/10/26 17:24:46 jasper Exp $
|
||||
--- src/GtkamlImplicitsStore.c.orig Sun Aug 17 11:23:32 2008
|
||||
+++ src/GtkamlImplicitsStore.c Sun Oct 26 17:09:37 2008
|
||||
@@ -67,7 +67,7 @@ enum {
|
||||
$OpenBSD: patch-src_GtkamlImplicitsStore_c,v 1.4 2008/11/24 19:30:34 jasper Exp $
|
||||
|
||||
Fix a gint-gsize-confusion to get rid of a bus error on sparc64.
|
||||
|
||||
--- src/GtkamlImplicitsStore.c.orig Mon Nov 24 20:23:08 2008
|
||||
+++ src/GtkamlImplicitsStore.c Mon Nov 24 20:25:59 2008
|
||||
@@ -68,7 +68,7 @@ enum {
|
||||
GTKAML_KEY_FILE_WRAPPER_DUMMY_PROPERTY
|
||||
};
|
||||
static gboolean gtkaml_key_file_wrapper_has_key (GtkamlKeyFileWrapper* self, const char* group, const char* key);
|
||||
-static char** gtkaml_key_file_wrapper_get_string_list (GtkamlKeyFileWrapper* self, const char* group, const char* key, int* result_length1);
|
||||
+static char** gtkaml_key_file_wrapper_get_string_list (GtkamlKeyFileWrapper* self, const char* group, const char* key, gsize* result_length1);
|
||||
static GtkamlKeyFileWrapper* gtkaml_key_file_wrapper_construct (GType object_type);
|
||||
static GtkamlKeyFileWrapper* gtkaml_key_file_wrapper_new (void);
|
||||
static GObject * gtkaml_key_file_wrapper_constructor (GType type, guint n_construct_properties, GObjectConstructParam * construct_properties);
|
||||
static gpointer gtkaml_key_file_wrapper_parent_class = NULL;
|
||||
@@ -151,14 +151,14 @@ static gboolean gtkaml_key_file_wrapper_has_key (Gtkam
|
||||
@@ -159,14 +159,14 @@ static gboolean gtkaml_key_file_wrapper_has_key (Gtkam
|
||||
}
|
||||
|
||||
|
||||
-static char** gtkaml_key_file_wrapper_get_string_list (GtkamlKeyFileWrapper* self, const char* group, const char* key, int* result_length1) {
|
||||
+static char** gtkaml_key_file_wrapper_get_string_list (GtkamlKeyFileWrapper* self, const char* group, const char* key, gsize* result_length1) {
|
||||
GError * inner_error;
|
||||
g_return_val_if_fail (GTKAML_IS_KEY_FILE_WRAPPER (self), NULL);
|
||||
g_return_val_if_fail (self != NULL, NULL);
|
||||
g_return_val_if_fail (group != NULL, NULL);
|
||||
g_return_val_if_fail (key != NULL, NULL);
|
||||
inner_error = NULL;
|
||||
@ -27,7 +30,7 @@ $OpenBSD: patch-src_GtkamlImplicitsStore_c,v 1.3 2008/10/26 17:24:46 jasper Exp
|
||||
char** _tmp1;
|
||||
_tmp1 = NULL;
|
||||
return (_tmp1 = g_key_file_get_string_list (self->key_file, group, key, &_tmp0, &inner_error), (*result_length1) = _tmp0, _tmp1);
|
||||
@@ -335,15 +335,15 @@ GeeList* gtkaml_implicits_store_get_adds (GtkamlImplic
|
||||
@@ -348,15 +348,15 @@ GeeList* gtkaml_implicits_store_get_adds (GtkamlImplic
|
||||
{
|
||||
if (gtkaml_key_file_wrapper_has_key (kfw, class_name, "adds")) {
|
||||
char** _tmp1;
|
||||
@ -46,7 +49,7 @@ $OpenBSD: patch-src_GtkamlImplicitsStore_c,v 1.3 2008/10/26 17:24:46 jasper Exp
|
||||
add_collection = kf_adds;
|
||||
add_collection_length1 = kf_adds_length1;
|
||||
for (add_it = 0; (kf_adds_length1 != -1 && add_it < kf_adds_length1) || (kf_adds_length1 == -1 && add_collection[add_it] != NULL); add_it = add_it + 1) {
|
||||
@@ -386,8 +386,8 @@ GeeList* gtkaml_implicits_store_get_method_parameters
|
||||
@@ -399,8 +399,8 @@ GeeList* gtkaml_implicits_store_get_method_parameters
|
||||
{
|
||||
if (gtkaml_key_file_wrapper_has_key (kfw, class_name, method_name)) {
|
||||
char** _tmp1;
|
||||
@ -57,7 +60,7 @@ $OpenBSD: patch-src_GtkamlImplicitsStore_c,v 1.3 2008/10/26 17:24:46 jasper Exp
|
||||
char** kf_parameters;
|
||||
GeeList* _tmp8;
|
||||
_tmp1 = NULL;
|
||||
@@ -395,7 +395,7 @@ GeeList* gtkaml_implicits_store_get_method_parameters
|
||||
@@ -408,7 +408,7 @@ GeeList* gtkaml_implicits_store_get_method_parameters
|
||||
{
|
||||
char** parameter_collection;
|
||||
int parameter_collection_length1;
|
||||
|
Loading…
Reference in New Issue
Block a user