diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-20 14:26:26 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-20 14:26:26 +0000 |
commit | 5147a729ae950fc29dba0db9c457171fb49c32f5 (patch) | |
tree | 4cd4def7da27327968a0928a0861e59600f0d1b3 /print/gribouy | |
parent | 318a5369821d1ba2650a4e69e5704cc5c8005f80 (diff) | |
download | ports-5147a729ae950fc29dba0db9c457171fb49c32f5.tar.gz ports-5147a729ae950fc29dba0db9c457171fb49c32f5.zip |
Notes
Diffstat (limited to 'print/gribouy')
-rw-r--r-- | print/gribouy/Makefile | 22 | ||||
-rw-r--r-- | print/gribouy/distinfo | 1 | ||||
-rw-r--r-- | print/gribouy/files/patch-src::gribouy-main.c | 26 | ||||
-rw-r--r-- | print/gribouy/pkg-descr | 5 | ||||
-rw-r--r-- | print/gribouy/pkg-plist | 10 |
5 files changed, 64 insertions, 0 deletions
diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile new file mode 100644 index 000000000000..e3e67c4c22c1 --- /dev/null +++ b/print/gribouy/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gribouy +# Date created: 20 Nov 2003 +# Whom: bland@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= gribouy +PORTVERSION= 0.0.8 +CATEGORIES= print gnome +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Gribouy is a Type1 font editor + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/print/gribouy/distinfo b/print/gribouy/distinfo new file mode 100644 index 000000000000..7aa197d73992 --- /dev/null +++ b/print/gribouy/distinfo @@ -0,0 +1 @@ +MD5 (gribouy-0.0.8.tar.gz) = dd6879b3fd8db0436eebb7ab89641c13 diff --git a/print/gribouy/files/patch-src::gribouy-main.c b/print/gribouy/files/patch-src::gribouy-main.c new file mode 100644 index 000000000000..fc24fea27562 --- /dev/null +++ b/print/gribouy/files/patch-src::gribouy-main.c @@ -0,0 +1,26 @@ +--- src/gribouy-main.c.orig Thu Nov 20 04:01:59 2003 ++++ src/gribouy-main.c Thu Nov 20 04:03:00 2003 +@@ -660,10 +660,11 @@ + static GtkTreeIter * + model_append (const gchar *key, gpointer *value, GtkListStore **user_data) + { +- g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); + GtkTreeIter *iter; + GtkTreeSelection *selection; + ++ g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); ++ + iter = g_new0 (GtkTreeIter, 1); + gtk_list_store_append (GTK_LIST_STORE (*user_data), iter); + gtk_list_store_set (GTK_LIST_STORE (*user_data), +@@ -679,8 +680,9 @@ + static void + construct_model (gchar *key, gpointer *value, GtkListStore **user_data) + { +- g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); + GtkTreeIter iter; ++ ++ g_return_if_fail (GTK_IS_LIST_STORE (*user_data)); + + gtk_list_store_append (GTK_LIST_STORE (*user_data), &iter); + gtk_list_store_set (GTK_LIST_STORE (*user_data), diff --git a/print/gribouy/pkg-descr b/print/gribouy/pkg-descr new file mode 100644 index 000000000000..d60528be6da1 --- /dev/null +++ b/print/gribouy/pkg-descr @@ -0,0 +1,5 @@ +Gribouy comes from the french word "Gribouille". It is a font editor +released under the GNU General Public License (GPL) and a program +that requires GNOME to work. + +WWW: http://www.nongnu.org/gribouy/ diff --git a/print/gribouy/pkg-plist b/print/gribouy/pkg-plist new file mode 100644 index 000000000000..e446c5bf3b9b --- /dev/null +++ b/print/gribouy/pkg-plist @@ -0,0 +1,10 @@ +bin/gribouy +share/gnome/applications/gribouy.desktop +share/gnome/gnome-2.0/ui/gribouy-ui.xml +share/gnome/gribouy/glade/gribouy.glade +share/gnome/pixmaps/gribouy.png +share/gnome/pixmaps/gribouy/gribouy-graphics.png +share/gnome/pixmaps/gribouy/gribouy-logo.jpg +@dirrm share/gnome/pixmaps/gribouy +@dirrm share/gnome/gribouy/glade +@dirrm share/gnome/gribouy |