summaryrefslogtreecommitdiff
path: root/www/seamonkey/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-09-16 14:59:32 +0000
committernia <nia@pkgsrc.org>2021-09-16 14:59:32 +0000
commit9fd372a3a9cb2ba44fbf24d23700fe9fa1367e69 (patch)
tree4b7cb86fb96b8a9eb0b4efba10d9d57a3ab0a2be /www/seamonkey/Makefile
parent6975ff5c31cfdf674e3278f434a9673d0ae4682a (diff)
downloadpkgsrc-9fd372a3a9cb2ba44fbf24d23700fe9fa1367e69.tar.gz
seamonkey: update to 2.53.9. Fix build.
Release notes: https://www.seamonkey-project.org/releases/seamonkey2.53.9/#new
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r--www/seamonkey/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index b3becd61147..a0b8c875119 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.238 2021/07/30 12:27:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.239 2021/09/16 14:59:32 nia Exp $
DISTNAME= seamonkey-${SM_VER}.source
PKGNAME= seamonkey-${SM_VER:S/b/beta/}
-PKGREVISION= 5
-SM_VER= 2.53.6
+SM_VER= 2.53.9
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/}
EXTRACT_SUFX= .tar.xz
@@ -39,7 +38,7 @@ CONFIG_GUESS_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.guess
CONFIG_SUB_OVERRIDE+= ldap/sdks/c-sdk/config/autoconf/config.sub
CONFIGURE_ARGS+= --enable-application=comm/suite
-CONFIGURE_ARGS+= --enable-extensions=default,irc
+CONFIGURE_ARGS+= --enable-extensions=default
ALL_ENV+= MOZILLA_PKG_NAME=${PKGBASE}
#ALL_ENV+= MOZ_APP_NAME=${PKGBASE}
@@ -127,9 +126,7 @@ post-install:
rm -rf ${WRKDIR}/${OBJDIR}/extensions
${INSTALL_DATA} ${WRKDIR}/seamonkey.desktop \
${DESTDIR}${PREFIX}/share/applications/seamonkey.desktop
- ${INSTALL_DATA} ${WRKSRC}/comm/suite/branding/seamonkey/default.png \
- ${DESTDIR}${PREFIX}/share/icons/hicolor/32x32/apps/seamonkey.png
-.for s in 16 48 64 128
+.for s in 16 22 24 32 48 64 128 256
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps
${INSTALL_DATA} ${WRKSRC}/comm/suite/branding/seamonkey/default${s}.png \
${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/seamonkey.png