- Fix default icon
- Bump PORTREVISION Submitted by: Barbara <barbara.xxx1975 AT libero.it>
This commit is contained in:
parent
585c30773b
commit
1dfe029f95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246754
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= seamonkey
|
||||
DISTVERSION= 2.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= www ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source
|
||||
@ -32,8 +33,6 @@ USE_GCC= 4.2+
|
||||
|
||||
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
|
||||
|
||||
GECKO_PLIST_PRE_FILES= lib/${MOZILLA}/chrome/icons/default/default.xpm
|
||||
|
||||
MOZ_EXTENSIONS= default
|
||||
MOZ_OPTIONS+= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
|
||||
--enable-svg \
|
||||
@ -157,8 +156,6 @@ port-pre-install:
|
||||
pre-install:
|
||||
${ECHO_CMD} share/applications/seamonkey.desktop >> ${PLIST}
|
||||
${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST}
|
||||
${CP} ${WRKSRC}/other-licenses/branding/sunbird/default.xpm \
|
||||
${FAKEDIR}/lib/${MOZILLA}/chrome/icons/default/
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/applications
|
||||
|
@ -164,6 +164,6 @@ Exec=seamonkey %U
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=%%PREFIX%%/lib/seamonkey/chrome/icons/default/default.xpm
|
||||
Icon=%%PREFIX%%/lib/seamonkey/chrome/icons/default/default48.png
|
||||
Categories=Application;Network;
|
||||
MimeType=text/html;text/xml;application/xhtml+xml;
|
||||
|
Loading…
Reference in New Issue
Block a user