Package Details: gbdfed 1.6-4

Git Clone URL: https://aur.archlinux.org/gbdfed.git (read-only, click to copy)
Package Base: gbdfed
Description: A GTK2 bitmap font editor
Upstream URL: http://sofia.nmsu.edu/~mleisher/Software/gbdfed/
Licenses: MIT
Submitter: None
Maintainer: pzl
Last Packager: pzl
Votes: 40
Popularity: 0.000000
First Submitted: 2006-06-16 13:20 (UTC)
Last Updated: 2022-06-30 14:59 (UTC)

Latest Comments

« First ‹ Previous 1 2

OK100 commented on 2011-11-19 20:56 (UTC)

Hi, please include this patch. It fixes the problem described here: https://bbs.archlinux.org/viewtopic.php?id=121113 --- glyphedit.c.orig 2010-04-16 16:39:04.000000000 +0200 +++ glyphedit.c 2011-11-19 21:38:26.467479537 +0100 @@ -104,7 +104,8 @@ enum { GLYPH_MODIFIED = 0, POINTER_MOVED, OPERATION_CHANGE, - COLOR_CHANGE + COLOR_CHANGE, + NUM_SIGNALS }; /************************************************************************** @@ -114,7 +115,7 @@ enum { **************************************************************************/ static GtkWidgetClass *parent_class = 0; -static guint glyphedit_signals[OPERATION_CHANGE + 1]; +static guint glyphedit_signals[NUM_SIGNALS]; /************************************************************************** *

bbenne10 commented on 2011-03-26 16:05 (UTC)

As of the time of me writing this, it seems that the homepage for gbdfed is down. I've rewritten the source array in the PKGBUILD to include a different download location for both the source tarball and the imge (though the image isn't exactly the same, it's a tango icon that fits relatively well). You can find the updated PKGBUILD here: http://www.ompldr.org/vN3o0dQ I didn't generate new md5sums, so this'll need to be built with 'makepkg --skipinteg'.

oliwer commented on 2010-11-26 19:57 (UTC)

Done! Thanks for the alert.

keenerd commented on 2010-11-23 20:26 (UTC)

From their homepage: "To compile gbdfed with GTK+ 2.22, please remove the *_DEPRECATED flags from the CFLAGS line in the Makefile." Please apply this.