Commit graph

9 commits

Author SHA1 Message Date
bsiegert
f93357a403 Update afterstep to 2.2.12 (released in 2013, lol).
version 2.2.12 release

* Session Management. AfterStep will utilize gnome-session for session
  management if available. Several things needs to be manually adjusted for
  full functionality :
	1) go over list of autostart application files in /etc/xdg/autostart and for
	   those that you want started and have line OnlyShowIn=  - add AfterStep to
	   the list of environments. One example is gnome-keyring* stuff -
	   by default it is only enabled in GNOME session.
	2) if session takes a long time to close after Logout dialog was shown -
	   most likely culprit is the pulseaudio. You may need to get rid of it and
	   switch to more standard and stable ALSA.
	3) It is recommended to uninstall zeitgeist daemon since its useless under
	   AfterStep anyway but wastes resources with its snooping activity.
	4) gnome-session will save any app that support session mamgement at the end
	   of the session to be restarted the next time. Unless you run UBUNTU in
	   which case this functionality my be disabled in stock gnome-session. If
	   you want it back, then it is recommended that you build your own
	   gnome-session from sources. On the other hand if you do not want this
	   functionality, again, get gnome-session source and comment out contents of
	   maybe_load_saved_session_apps() function in gnome-session/gsm-session-fill.c.
	5) If you find that your GTK apps look butt-ugly - its probably because gconfd
	   is not running. It is normally started by gnome-session, but bastardised
	   version of it that comes with Ubuntu does not do it for some reason.
* More Useless packages : ubuntu-desktop deja-dup
2021-07-11 12:13:17 +00:00
cheusov
4d43e8d1c4 Fix build failure with png-1.5. Update to 2.2.11 2013-04-07 10:36:53 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
rillig
597a038857 Made the package work for me (bin/GWCommand was missing), added the
missing dependencies to GTK2 and Bash. PKGREVISION++
2007-03-07 04:41:56 +00:00
minskim
f621b0a15d Fix PLIST. Bump PKGREVISION. 2005-09-22 01:24:39 +00:00
adam
98d280ade5 Changes 2.1.2:
* minor bugfix release
* lots of polish on various new features, as well as new xml tools
2005-07-28 10:25:14 +00:00
jmmv
75b5705f22 Update to 2.00.01. In fact, this is a completely new package coming from
pkgsrc-wip, as the program has changed a lot.  So:

AfterStep is a window manager for the Unix X Window System.  Based on the
look and feel of the NeXTStep interface, it provides end users with a
consistent, clean, and elegant desktop.

Some of the distinguishing features of AfterStep compared to other window
managers are its low usage of resources, stability and configurability.
2005-01-14 13:37:53 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
Renamed from wm/afterstep/pkg/PLIST (Browse further)