summaryrefslogtreecommitdiff
path: root/wm/icewm
AgeCommit message (Collapse)AuthorFilesLines
2015-11-02Add SHA512 digests for distfiles for wm categoryagc1-1/+2
Problems found with existing distfiles: distfiles/fvwm-1.24r.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-01-05Update to 1.2.38pre2ryoon7-17/+74
* Fix wrong color on NetBSD/evbearmv6hf-el with Yasushi Oshima's patch Chagnelog: 1.2.38pre2: - various bug fixes 1.2.38pre1: - xinerama fixes - app-group transient window implementation - FreeBSD ACPI support - Alexander Motin (amotin) 1.2.37: - fix centering of transient windows over parents (Bert Wesarg) - check if window is allowed to be moved, before starting movement (Bert Wesarg) - fix key handling on buttons 1.2.36: - add option TaskBarFullscreenAutoShow (default = 1) 1.2.36pre2: 2008-08-17 - regrab keyboard bindings when keyboard mapping changes 1.2.36pre1: 2008-08-07 - fix unresponsive taskbar when PassFirstClickToClient=0 - add support for sysfs interface (instead of proc) for battery status (initial code by Santiago Garcia Mantinan) - fix maximized window repositioning on fullscreen toggle - bug 1852567 - make searching for icons more consistent (iconPath first, search each directory first for all possible types - xpm, png) - Italian translation update - Korean translation update - translation cleanup: converted .po files to UTF-8
2013-08-18Remove unneeded symbol that causes conflict with X headers.wiz2-4/+22
PR 48128.
2013-08-18regen patch with better contextwiz3-12/+18
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2012-11-16Don't delete static array, delete the elements. Fix template look up.joerg4-3/+33
Bump revision.
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-04-18note "used by..." commentsobache1-1/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-24/+1
2008-11-27Add DESTDIR support.obache1-5/+7
Requested by PR 39985.
2008-06-17Un-break start icon patch for non-*BSD platforms.hauke3-11/+10
2008-06-16Minor update to IceWM 1.2.35:hauke3-6/+23
1.2.35: 2008-01-05 - Application tray bug fixes - Add encoding/language to about dialog While we're here, re-instate Beastie - the way icewm selects the start menu icon changed with 1.2.28. It's the little things that count. :)
2008-06-16The pkginstall framework is supposed to take care of PKG_SYSCONFSUBDIR.hauke1-3/+1
2008-06-16Update to 1.2.34 as requested by PR pkg/38890;hauke9-101/+26
Patches proviced by Joel Carnat <joel@carnat.net>.
2007-08-25Remove bogus ${PREFIX}/etc/icewm handling in PLIST.obache3-5/+6
Specify PKG_SYSCONFSUBDIR instead. Problem noticed in PR 36289. Bump PKGREVISION.
2007-08-05Disable APM applet on none APM ports of NetBSD.obache1-1/+10
Should fix PR 36289.
2007-06-15Fix Xinerama for !native case.joerg1-2/+4
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-2/+8
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg2-5/+5
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-11-28Fixed the package for Solaris 10.rillig3-6/+8
2006-10-04Fixed "test ==" in the configure script.rillig5-12/+26
Fixed some pkglint warnings.
2006-10-02Update icewm to 1.2.27. Changes:ghen4-12/+15
- Danish translation - added 'Look=flat' - added TaskbarButtonWidthDivisor - minor workspace switching optimization Don't update to 1.2.28 yet since it is known to break themes and our BSD startmenu button.
2006-08-06Remove BROKEN_IN for packages that built in the latestkristerw1-3/+1
NetBSD 3.0_STABLE/i386 bulk build.
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-13Fix the build on NetBSD/sparc64.ghen2-1/+19
2006-05-13Update to IceWM 1.2.26. Changes:ghen3-10/+11
1.2.26: 2006-04-16 - fix icesh workspace switching (Thomas Holder) - Polish translation fix (Pawel Chwalowski) - fix focus after closing fullscreen window - new option: TaskBarShowTransientWindows (default = 1, for now)
2006-05-10icewm needs C++.rillig1-1/+3
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-34/+34
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-03-06Use the const char ** as second argument to iconv(3) only on NetBSD,joerg2-1/+18
POSIX says it is char **.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-16distinfo regen. Pointed out by wiz after a bulk build by kristerw.ghen1-4/+2
2006-02-09Update to IceWM 1.2.25. Changes:ghen8-89/+17
1.2.25: 2006-02-03 - fix resize of maximized windows when taskbar set to AutoHide - fix support for screens 0.1 and up 1.2.25pre1: 2006-01-31 - fix format in window size/position display (Bert Wesarg) - fix configure to use pkg-config for xft (Marius Feraru) - fix build with Sun Forte C++ (Grant McDorman) - icewmtray crash fixes (Grant McDorman) 1.2.24: 2006-01-22 - option to --replace an extisting window manager - change menu scroll wheel direction (Thomas Holder) - paint desktop tray background (Thomas Holder) - gcc 4.1 build fixes (Hanno Boeck) - fix gcc strict aliasing errors (Pavel Nemec) 1.2.24pre1: 2005-12-04 - restore Dutch translation from Ton Kersten - zh_TW translation from Wei-Lun Chao - fix TaskBarKeepBelow=1 preference - fix problems in horizontal maximization - implemented support for --replace option - Make shaped decorations work in 21 bit graphics cards (like those common in sparcs) -- Bernhard R. Link Ok with wiz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-23Fix PLIST (two new taskbar icons since 1.2.23), bump PKREVISION for bothghen2-2/+5
wm/icewm and wm/icewm-imlib.
2006-01-06Updated wm/icewm to 1.2.23.rillig3-8/+11
Patch provided by Sergey Svishchev in PR 32469. Changes: # 1.2.23: 2005-08-14 * make taskbar pop out even when collaped * Slovak translation update (Zdenko Podobny) # 1.2.23pre1: 2005-07-31 * fix crash when hiding the taskbar and "collapse" button is hidden * fix repeated drag over taskbar icon not working * fix problems with Unmap events being handled incorrectly * customizable placement order options for minimized window icons (MiniIconsPlaceHorizontal, MiniIconsRightToLeft, MiniIconsBottomToTop) - (Konstantin Korikov - lostclus) # 1.2.22: 2005-07-17 * AutoShowDelay setting (opposite of AutoHideDelay) * use Workspace status window instead of showing the taskbar when workspace changes if taskbar autohide is enabled # 1.2.22pre3: 2005-07-15 * fix focusing after window minimized or hidden # 1.2.22pre2: 2005-07-10 * Remember last focused window per-workspace * Enable the LockCommand functionality only if command found (Eduard Bloch) * new Korean translation (Ken Yeo) # 1.2.22pre1: 2005-06-28 * Latvian translation (Kristaps Kaupe) * Double click activates workspace in window list * Fixes to taskbar layout when only tasks visible * Made network status applets show/hide dynamically again * Add image to taskbar collapse button * Fix MinimizeToDesktop windows getting out of desktop area * Added key binding: KeySysCollapseTaskBar * Fixed UTF-8 input support in AddressBar # 1.2.21: 2005-05-31 * translation: Vietnamese (Phan Vinh Thinh) * translation: Indonesian (Arif E. Nugroho) * translation update: Simplified Chinese (Hiweed Leng) * translation update: French (Frederic Bothamy) * APM applet support for NetBSD (Iain Hibbert (plunky)) * add new winoption: noFocusOnMap * fix ClientWindowMouseActions for Window-Drag combination # 1.2.21pre1: 2005-03-20 * improve selection of "urgent" windows with alt+tab * fix possible crash (Grant McDorman) * fix 64bit usage of Xft (Marcus Meissner) * cleanup warning on still-open file descriptors * disabled some Ctrl+Alt+Del commands by default since they need some configuring to work on all systems * fix desktop layer setting for nautilus
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31Added two patches needed for Solaris with Sun C++ 5.6. Also, the Solarisrillig5-9/+59
/usr/ucb/install cannot handle multiple directories.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2005-02-17Fix quoting.uebayasi1-2/+2