summaryrefslogtreecommitdiff
path: root/wm/icewm
AgeCommit message (Collapse)AuthorFilesLines
2003-05-18Add NetBSD RCS tags.cjep2-0/+2
2003-05-03Use bsd.pkg.install.mk to handle the subdirectory in PKG_SYSCONFDIR, andjmmv7-11/+47
avoid removing a non-existent directory from the PLIST. Rename the zh_CN.gb2312 locale to zh_CN.GB2312. Bump PKGREVISION to 3.
2003-04-27Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...cjep1-20/+20
2003-04-27Use PKGLOCALEDIRcjep2-21/+22
2003-01-09Remove useless definition of CONFIG_APM (apm is managed through a configurejmmv2-8/+5
argument) as reported in PR pkg/19017 by Sergey Svishchev. Fix START_XPM definition with START_PIXMAP (the former is completely ignored). PKGREVISION++ because of this (icewm executable has changed).
2002-11-21- honour PKG_SYSCONFDIRgrant2-2/+4
- bump PKGREVISION fixes pkg/18601 from Hauke Fath.
2002-08-26Fix path to help files (pkg/18061 by Sergey Svishchev).martti2-1/+15
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam5-9/+9
have been converted to USE_BUILDLINK2.
2002-08-22Updated icewm to 1.2.0martti5-17/+17
- translation updates - bug fixes - new features - HorizontalEdgeSwitch and VerticalEdgeSwitch - LowerOnClickWhenRaised lower the active window when clicked again - added icesh - a command line window manager - TitleBarHorzOffset/TitleBarVertOffset - allow transparent menu selection - gradient support - transparent applets ...
2002-05-03Fix apm handling, per pkg/16626 from Joachim Koenig-Baltes.wiz2-5/+7
2002-03-10Set START_XPM even if no APM on the machine (the two are unrelated).wiz1-2/+3
2002-03-10regen patch-ag with pkgdiff-0.104 (200k -> 2k)wiz2-6180/+5
2002-03-10Share distinfo between icewm{,-gnome}.wiz1-1/+2
2002-03-08Fix cases where apmvar.h doesn't exist.jmc4-2/+6253
By default the apm applet is always compiled in unless the lite support is enabled which turns off way too much. So, split the apm option out into it's own option and test for it by checking in Makefile.common for apmvar.h's existance. If it doesn't exist pass --disable-apm. This makes this compile again on machines that do not have machine/apmvar.h (and are NetBSD) such as macppc. Bump version via PKGVERSION to nb1.
2002-03-04Added BUILD_USES_MSGFMT.martti1-17/+18
2002-02-28Added gettext-lib as dependency (pkg/15751)martti1-1/+2
2002-02-27Fix distribution version number here.tron1-2/+2
2002-02-27Don't define "PKGNAME" here because it breaks the "icewm-gnome" package.tron1-3/+1
2002-02-26Updated icewm to 1.0.9.2 (provided by Sergey Svishchev in pkg/15478)martti10-80/+151
* a lot of bug fixes * new translations * NLS support
2002-02-08Set maintainer to packages@wiz1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-09-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam2-4/+5
individual package Makefiles.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-24Include Makefile.common near the start of the package Makefile, andjlam2-5/+4
manually include bsd.pkg.mk in each package.
2001-06-30Converted to use buildlink.mk fileszuntum2-7/+4
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-18Move to sha1 checksums, and add file sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-08Regen patch-sum; remove whitespace from PLIST.wiz2-10/+9
2001-03-03Add a file with "patch" is an ugly kludge. But the file into "${FILESDIR}"tron3-175/+173
where it belongs and copy it to "${WRKSRC}" in the "post-extract" targets. This also prevents the installation of "bsd-daemon.xpm.orig".
2001-03-03Add missing file "lib/X11/icewm/taskbar/bsd-daemon.xpm".tron1-1/+2
2001-02-23Make this right: We want RCS Ids.wiz3-3/+7
2001-02-23Apply patches supplied in pkg/11959 by Anders Dinsen to displaywiz3-1/+186
a BSD daemon instead of something else...
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+3
2000-12-12Add new category wm for window managers, and move lots of package fromwiz12-0/+433
x11 here. Only changes are: `wm' in category added and some paths fixed.