FreeBSD Bugzilla – Attachment 21072 Details for
Bug 37012
fix port graphics/wmgrabimage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
fix
fix (text/plain), 1.42 KB, created by
Sascha Holzleiter
on 2002-04-12 02:00:03 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Sascha Holzleiter
Created:
2002-04-12 02:00:03 UTC
Size:
1.42 KB
patch
obsolete
>diff -N -u -r ./Makefile /patches/wmgrabimage/Makefile >--- ./Makefile Thu Apr 11 01:05:47 2002 >+++ /patches/wmgrabimage/Makefile Fri Apr 12 01:46:20 2002 >@@ -7,6 +7,7 @@ > > PORTNAME= wmGrabImage > PORTVERSION= 0.72 >+PORTREVISION= 1 > CATEGORIES= graphics windowmaker > MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ > EXTRACT_SUFX= .tgz >diff -N -u -r ./files/patch-ad /patches/wmgrabimage/files/patch-ad >--- ./files/patch-ad Thu Jan 1 01:00:00 1970 >+++ /patches/wmgrabimage/files/patch-ad Fri Apr 12 01:43:50 2002 >@@ -0,0 +1,14 @@ >+--- GrabImage.orig Sat Mar 23 14:37:54 2002 >++++ GrabImage Sat Mar 23 14:38:23 2002 >+@@ -61,9 +61,9 @@ >+ >+ if (! ($Geometry eq "") ) { >+ system "convert -crop $Geometry $home/.wmGrabImage/${ImageName} $home/.wmGrabImage/${ImageName}.tmp.gif" ; >+- system "convert -geom 54x54 $home/.wmGrabImage/${ImageName}.tmp.gif ${home}/.wmGrabImage/${ImageName}.tmp.xpm"; >++ system "convert -geometry 54x54 $home/.wmGrabImage/${ImageName}.tmp.gif ${home}/.wmGrabImage/${ImageName}.tmp.xpm"; >+ } else { >+- system "convert -geom 54x54 $home/.wmGrabImage/${ImageName} ${home}/.wmGrabImage/${ImageName}.tmp.xpm"; >++ system "convert -geometry 54x54 $home/.wmGrabImage/${ImageName} ${home}/.wmGrabImage/${ImageName}.tmp.xpm"; >+ } >+ system "cat ${home}/.wmGrabImage/${ImageName}.tmp.xpm | sed -e \"s/Transparent/Black/\" \> ${home}/.wmGrabImage/${ImageName}.xpm; rm ${home}/.wmGrabImage/${ImageName}.tmp.xpm"; >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 37012
: 21072