mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 1.2.21
PR: ports/81866 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
ebcdc66a80
commit
469752a9d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136735
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= icewm
|
||||
PORTVERSION= 1.2.20
|
||||
PORTVERSION= 1.2.21
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -30,18 +30,18 @@ CONFIGURE_ARGS= --enable-shaped-decorations \
|
||||
--with-docdir=${PREFIX}/share/doc \
|
||||
--with-mkfontdir=${NONEXISTENT}
|
||||
|
||||
OPTIONS= GNOME "Enable GNOME desktop support" off \
|
||||
IMLIB "Build with Imlib support" off \
|
||||
ESOUND "Enable EsounD daemon support" off \
|
||||
XFT "Enable Xft support for fonts" on \
|
||||
XINERAMA "Enable Xinerama support" on \
|
||||
X86_ASM "Use optimized x86 assembly code" on \
|
||||
BEASTIE "Use Beastie'fied startup button" off \
|
||||
NLS "Enable National Language Support" on
|
||||
OPTIONS= GNOMEDESKTOP "Enable GNOME desktop support" off \
|
||||
IMLIB "Build with Imlib support" off \
|
||||
ESOUND "Enable EsounD daemon support" off \
|
||||
XFT "Enable Xft support for fonts" on \
|
||||
XINERAMA "Enable Xinerama support" on \
|
||||
X86_ASM "Use optimized x86 assembly code" on \
|
||||
BEASTIE "Use Beastie'fied startup button" off \
|
||||
NLS "Enable National Language Support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mgnomedesktop}!="" || defined(WITH_GNOME)
|
||||
.if ${HAVE_GNOME:Mgnomedesktop}!="" || defined(WITH_GNOMEDESKTOP)
|
||||
USE_GNOME+= gnomedesktop
|
||||
CONFIGURE_ARGS+= --enable-menus-gnome2
|
||||
INSTALL_TARGET= install install-gnome
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (icewm-1.2.20.tar.gz) = 6c94dae56fbf9aa085a1d780538018c1
|
||||
SIZE (icewm-1.2.20.tar.gz) = 948530
|
||||
MD5 (icewm-1.2.21.tar.gz) = 0c17d89fea9044d79a29b88aa6199968
|
||||
SIZE (icewm-1.2.21.tar.gz) = 969491
|
||||
|
@ -2,4 +2,4 @@ Window Manager designed for speed, usability and consistency.
|
||||
|
||||
'bsd-daemon.xpm' is from Steve Farrell.
|
||||
|
||||
WWW: http://icewm.sourceforge.net/
|
||||
WWW: http://www.icewm.org/
|
||||
|
@ -344,6 +344,7 @@ bin/icewmtray
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/icewm.mo
|
||||
@ -359,6 +360,7 @@ bin/icewmtray
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/icewm.mo
|
||||
%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo
|
||||
@dirrm %%DATADIR%%/themes/yellowmotif
|
||||
|
Loading…
Reference in New Issue
Block a user