mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Upgrade to 1.0.4 nls patch-level 4.
PR: ports/20274 Submitted by: maintainer
This commit is contained in:
parent
9441275624
commit
ef56ae2ffc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31095
@ -5,17 +5,18 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= icewm-i18n
|
||||
PORTNAME= icewm
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/icewm/
|
||||
MASTER_SITE_SUBDIR= icewm
|
||||
PKGNAMESUFFIX= -i18n
|
||||
DISTNAME= icewm-${PORTVERSION}
|
||||
EXTRACT_SUFX= .src.tar.gz
|
||||
|
||||
PATCH_SITES= http://www.gnome.gr.jp/~yatt/dist/
|
||||
PATCHFILES= icewm-1.0.4-nls.patch.gz
|
||||
PATCHFILES= icewm-1.0.4-nls.patch4.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= yatt@msc.biglobe.ne.jp
|
||||
@ -42,6 +43,12 @@ CONFIGURE_ARGS+= --with-imlib --with-gnome-menus
|
||||
CONFIGURE_ARGS+= --without-imlib --without-gnome-menus
|
||||
.endif
|
||||
|
||||
.SILENT:
|
||||
.if !defined(WITH_GNOME)
|
||||
pre-extract:
|
||||
${ECHO} "You can add hooks for Gnome by defining WITH_GNOME"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm \
|
||||
${PREFIX}/share/icewm/taskbar
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (icewm-1.0.4.src.tar.gz) = 31d6fd8b94fd1becab0de15d4a8e4eb4
|
||||
MD5 (icewm-1.0.4-nls.patch.gz) = 87b9e2e33034902a0b58a0c3aef73b16
|
||||
MD5 (icewm-1.0.4-nls.patch4.gz) = f02c3c5ce57f25b7c15e3e952b6ea255
|
||||
|
@ -1,11 +1,9 @@
|
||||
Window Manager designed for speed, usability and consistency.
|
||||
This port applies gettextizing patch written by Yoichi ASAI.
|
||||
|
||||
When you want gnome option,
|
||||
% make -DGNOME install
|
||||
|
||||
When you want i18n option,
|
||||
% make -DUSE_I18N install
|
||||
% make -DWITH_GNOME install
|
||||
|
||||
'bsd-daemon.xpm' is from Steve Farrell.
|
||||
|
||||
WWW: http://www.kiss.uni-lj.si/~k4fr0235/icewm/
|
||||
WWW: http://icewm.sourceforge.net/
|
||||
|
@ -192,7 +192,9 @@ share/icewm/themes/win95/minimize.xpm
|
||||
share/icewm/themes/win95/restore.xpm
|
||||
share/icewm/toolbar
|
||||
share/icewm/winoptions
|
||||
share/locale/de/LC_MESSAGES/icewm.mo
|
||||
share/locale/ja/LC_MESSAGES/icewm.mo
|
||||
share/locale/ru/LC_MESSAGES/icewm.mo
|
||||
@dirrm share/icewm/icons
|
||||
@dirrm share/icewm/ledclock
|
||||
@dirrm share/icewm/mailbox
|
||||
|
Loading…
Reference in New Issue
Block a user