Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2005 14:36:14 +0100
From:      Frank Ruell <stoerte@dreamwarrior.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   ports/89279: [patch] graphics/dia - add forgotten icon
Message-ID:  <E1EdSt4-000GqE-5O@sisyphos.foobar.ath.cx>
Resent-Message-ID: <200511191340.jAJDe8G2018136@freefall.freebsd.org>

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

>Number:         89279
>Category:       ports
>Synopsis:       [patch] graphics/dia - add forgotten icon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 19 13:40:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Frank Ruell
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD sisyphos.foobar.ath.cx 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Nov 19 01:35:45 CET 2005 root@sisyphos.foobar.ath.cx:/usr/obj/mnt/var/src/sys/GENERIC i386


	
>Description:
	correct icon's suffix from .png to .xpm
>How-To-Repeat:
>Fix:
--- graphics_dia.patch begins here ---
diff -rN -u -u old-dia/Makefile new-dia/Makefile
--- old-dia/Makefile	2005-11-19 14:18:58.000000000 +0100
+++ new-dia/Makefile	2005-11-19 14:18:58.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	dia
 PORTVERSION=	0.94
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
diff -rN -u -u old-dia/files/patch-sheets_ER.sheet.in new-dia/files/patch-sheets_ER.sheet.in
--- old-dia/files/patch-sheets_ER.sheet.in	1970-01-01 01:00:00.000000000 +0100
+++ new-dia/files/patch-sheets_ER.sheet.in	2005-11-19 14:18:58.000000000 +0100
@@ -0,0 +1,11 @@
+--- sheets/ER.sheet.in~	Sat Nov 19 11:49:51 2005
++++ sheets/ER.sheet.in	Sat Nov 19 11:49:51 2005
+@@ -8,7 +8,7 @@
+     </object>
+     <object name="ER - Entity" intdata="1">
+       <_description>Weak entity</_description>
+-      <icon>ER/weakentity.png</icon>
++      <icon>ER/weakentity.xpm</icon>
+     </object>
+     <object name="ER - Relationship">
+       <_description>Relationship</_description>


--- graphics_dia.patch ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EdSt4-000GqE-5O>