./meta-pkgs/windowmaker-desktop, Provides a desktop based on the WindowMaker wm

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3, Package name: windowmaker-desktop-1.3, Maintainer: pkgsrc-users

The windowmaker-desktop meta-package provides a number of components for
a WindowMaker based environment. It basically provides the window
manager, a configuration tool, some themes and icons and several dock
applications.

This package does not contain anything by itself -- it is a
"meta-package" that depends on other packages. Its sole purpose is
to require dependencies so users can install this package only and
have all the other packages pulled in by the package dependency
mechanism.


Required to run:
[sysutils/wmmemmon] [sysutils/wmcpuload] [audio/wmmixer] [net/wmnet] [time/asclock] [time/wmmoonclock] [wm/windowmaker] [wm/wmakerconf] [wm/wmextra] [mail/wmmail] [x11/wterm] [x11/wmweather] [x11/docker]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2021-11-21 14:09:24 by Thomas Klausner | Files touched by this commit (1)
Log message:
windowmaker-desktop: set META_PACKAGE earlier to make it work
   2021-11-15 14:07:12 by Nia Alarie | Files touched by this commit (1)
Log message:
windowmaker-desktop: Skip wmmixer if an OSS implementation isn't available

PR pkg/56501
   2014-11-24 16:21:49 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Remove wmthemes.
   2011-03-06 17:02:58 by Thomas Klausner | Files touched by this commit (393)
Log message:
Remove GTK1 using packages for which noone spoke up for the last two weeks
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
   2009-10-10 13:43:38 by Geert Hendrickx | Files touched by this commit (7)
Log message:
"port" (in this context) is FreeBSD terminology.
   2008-08-18 15:00:56 by Adam Hoka | Files touched by this commit (1)
Log message:
Add x11/docker to provide a system tray (notification area).
   2007-12-19 13:27:31 by Roland Illig | Files touched by this commit (29)
Log message:
Replaced the custom definitions with META_PACKAGE=yes.
   2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158)
Log message:
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
  then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty