Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2005 19:26:57 +0800 (CST)
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85213: [UPDATE] chinese/pcmanx: upgrade to 0.3.1
Message-ID:  <20050822112657.E1BB673045@chinsan.twbbs.org>
Resent-Message-ID: <200508221130.j7MBUBLi044358@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85213
>Category:       ports
>Synopsis:       [UPDATE] chinese/pcmanx: upgrade to 0.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 22 11:30:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Aug 14 21:25:08 CST 2005 root@chinsan.twbbs.org:/usr/obj/usr/src/sys/TAKAKO i386
>Description:
	- upgrade to 0.3.1 

	Thanks! :)

>How-To-Repeat:
>Fix:

--- pcmanx.diff begins here ---
diff -ruN pcmanx.orig/Makefile pcmanx/Makefile
--- pcmanx.orig/Makefile	Mon Aug 22 16:32:03 2005
+++ pcmanx/Makefile	Mon Aug 22 19:08:58 2005
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	pcmanx
-PORTVERSION=	0.2.6
-CATEGORIES=	chinese net
+PORTVERSION=	0.3.1
+CATEGORIES=	chinese net gnome
 MASTER_SITES=	http://pcmanx.csie.net/release/ \
 		http://bbs.ilc.edu.tw/~chinsan/pcmanx/
 DISTNAME=	pcmanx-pure-gtk2-${PORTVERSION}
diff -ruN pcmanx.orig/distinfo pcmanx/distinfo
--- pcmanx.orig/distinfo	Mon Aug 22 16:32:03 2005
+++ pcmanx/distinfo	Mon Aug 22 16:32:44 2005
@@ -1,2 +1,2 @@
-MD5 (pcmanx-pure-gtk2-0.2.6.tar.gz) = 0cd39e2c5aba6ff940aa41ecd7c8f681
-SIZE (pcmanx-pure-gtk2-0.2.6.tar.gz) = 544943
+MD5 (pcmanx-pure-gtk2-0.3.1.tar.gz) = e7a35b271c75faee37640f998f1ed84c
+SIZE (pcmanx-pure-gtk2-0.3.1.tar.gz) = 585142
diff -ruN pcmanx.orig/files/patch-src-notifier-notifier-impl.c pcmanx/files/patch-src-notifier-notifier-impl.c
--- pcmanx.orig/files/patch-src-notifier-notifier-impl.c	Mon Aug 22 16:32:03 2005
+++ pcmanx/files/patch-src-notifier-notifier-impl.c	Thu Jan  1 08:00:00 1970
@@ -1,47 +0,0 @@
---- src/notifier/notifier-impl.c.orig	Mon Jul 25 21:56:10 2005
-+++ src/notifier/notifier-impl.c	Wed Jul 27 00:40:38 2005
-@@ -160,11 +160,14 @@
- 
- static Win* begin_animation(GtkWidget * win, GtkWidget * context)
- {
-+	int slot, begin;
-+	Win *w;
-+
- 	update_working_area();
- 
--	int slot = get_slot(win);
--	int begin = working_area.y + height - slot * NHEIGHT;
--	Win *w = g_new0(Win, 1);
-+	slot = get_slot(win);
-+	begin = working_area.y + height - slot * NHEIGHT;
-+	w = g_new0(Win, 1);
- 
- 	w->win = win;
- 	w->context = context;
-@@ -216,6 +219,8 @@
- 	GtkWidget *imageNotify;
- 	GtkWidget *labelNotify;
- 	GtkWidget *labelCaption;
-+	GtkWidget *button;
-+	Win *w;
- 	
- 	context = gtk_table_new(2, 2, TRUE);
- 	
-@@ -245,7 +250,7 @@
- 		GTK_FILL, GTK_FILL,
- 		0,0);
- 
--	GtkWidget* button = gtk_button_new();
-+	button = gtk_button_new();
- 	gtk_container_add(GTK_CONTAINER(win), button);
- 
- 	frame = gtk_frame_new(NULL);
-@@ -261,7 +266,7 @@
- 			G_OBJECT(button), "clicked", 
- 			click_cb, click_cb_data);
- 
--	Win* w = begin_animation(win, context);
-+	w = begin_animation(win, context);
- 	g_free(context_text);
- 
- 	w->parent = parent;
diff -ruN pcmanx.orig/pkg-plist pcmanx/pkg-plist
--- pcmanx.orig/pkg-plist	Mon Aug 22 16:32:03 2005
+++ pcmanx/pkg-plist	Mon Aug 22 19:07:32 2005
@@ -1,11 +1,20 @@
 bin/pcmanx
+lib/libpcmanx_core.la
 lib/libpcmanx_core.a
 lib/libpcmanx_core.so
 lib/libpcmanx_core.so.0
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/pcmanx.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/pcmanx.mo
 %%DATADIR%%/emoticons
 %%DATADIR%%/sitelist
+%%DATADIR%%/nancy_bot/default.conf
+%%DATADIR%%/nancy_bot/default_msg.data
+%%DATADIR%%/nancy_bot/example.conf
+%%DATADIR%%/nancy_bot/example_msg.data
 share/applications/pcmanx.desktop
 share/pixmaps/pcmanx.png
 @unexec rmdir %D/share/applications 2>/dev/null || true
+@unexec rmdir %D/share/pixmaps 2>/dev/null || true
+@unexec rmdir %D/%%DATADIR%%/nancy_bot 2>/dev/null || true
+@unexec rmdir %D/%%DATADIR%%/script 2>/dev/null || true
 @dirrm %%DATADIR%%
--- pcmanx.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050822112657.E1BB673045>