Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 05:24:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197444] math/gambit: Update to version 14.1.0
Message-ID:  <bug-197444-13-tWIaIB13C0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197444-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197444-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197444

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 152743
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D152743
math_gumbit.diff

>+post-patch:
>+	@${REINPLACE_CMD} -e \
>+		'/^Icon/s|=3D.*|=3D${PREFIX}/share/pixmaps/gambit.xpm|' \
>+		${WRKSRC}/gambit.desktop

Do you *not* see the icon without the change? According to the specs
relative paths to .xpm should be supported. Otherwise, many more ports
would be affected e.g., x11/xterm, multimedia/miro.

http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-late=
st.html#recognized-keys
http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.htm=
l#directory_layout

>+post-install:
>+	(cd ${WRKSRC} && ${INSTALL_DATA} gambit.desktop \
>+		${STAGEDIR}${PREFIX}/share/applications)
>+	(cd ${WRKSRC}/src/gui/bitmaps && ${INSTALL_DATA} gambit.xpm \
>+		${STAGEDIR}${PREFIX}/share/pixmaps)

Style nit: avoid `cd' for installing only one file in each directory.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197444-13-tWIaIB13C0>