diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-05-19 07:59:51 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-05-19 07:59:51 +0000 |
commit | 523fccdcb477983d89af8f17377db90faaf3f4a8 (patch) | |
tree | 09de2c81d0234844cdaba2b53a13b6431cfce3b8 /chinese/gcin-devel/files/patch-about.c | |
parent | Uncomment MASTER_SITES. The authors of baudline have given permission (diff) |
- add support for Boshiamy input method
The Boshiamy .cin & .gtab table is port from Edward Lee
and I make it as an option for gcin poeple.
Therefore, there's a new extra patch file(extra-patch-data-Makefile)
and I put "PLIST_FILES+= share/gcin/table/noseeing.gtab" into
"if defined(WITH_BOSHIAMY)" section in Makefile
to suit the pkg-plist which people choose Boshiamy.
- option NOPORTDOCS has incorrect package list
- remove unused patch (patch-about.c)
PR: ports/81246
Submitted by: chinsan <chinsan@mail2000.comdottw>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=135588
Diffstat (limited to 'chinese/gcin-devel/files/patch-about.c')
-rw-r--r-- | chinese/gcin-devel/files/patch-about.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chinese/gcin-devel/files/patch-about.c b/chinese/gcin-devel/files/patch-about.c deleted file mode 100644 index 132e8ab2b31f..000000000000 --- a/chinese/gcin-devel/files/patch-about.c +++ /dev/null @@ -1,20 +0,0 @@ ---- about.c.orig Sat Feb 26 21:42:00 2005 -+++ about.c Thu May 12 04:02:17 2005 -@@ -69,10 +69,16 @@ - gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 3); - - GtkWidget *separator = gtk_hseparator_new (); -+ GtkWidget *vseparator = gtk_vseparator_new (); - gtk_box_pack_start(GTK_BOX(vbox), separator, FALSE, FALSE, 3); - -- GtkWidget *label_sf = gtk_label_new ("http://www.csie.nctu.edu.tw/~cp76/gcin"); -+ GtkWidget *label_sf = gtk_label_new ("gcin WWW:\nhttp://www.csie.nctu.edu.tw/~cp76/gcin"); -+ gtk_misc_set_alignment (GTK_MISC (label_sf), 0, 0); -+ GtkWidget *label_FreeBSD = gtk_label_new ("Feedback:\nhttp://cle.linux.org.tw/gcin/"); -+ gtk_misc_set_alignment (GTK_MISC (label_FreeBSD), 0, 0); - gtk_box_pack_start(GTK_BOX(vbox), label_sf, FALSE, FALSE, 0); -+ gtk_box_pack_start(GTK_BOX(vbox), vseparator, FALSE, FALSE, 3); -+ gtk_box_pack_start(GTK_BOX(vbox), label_FreeBSD, FALSE, FALSE, 0); - - - /* Now on to the image stuff */ |