diff options
author | tnn <tnn@pkgsrc.org> | 2009-11-09 19:08:42 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-11-09 19:08:42 +0000 |
commit | 8e07726423bfb0a12903d65007b52df37393c5ad (patch) | |
tree | eeee826fcee4a587389d9563bcc4f13bd8d3275b /x11/xcompmgr/Makefile | |
parent | 955b422497697a821799e2fa53a59575d9f7fbf6 (diff) | |
download | pkgsrc-8e07726423bfb0a12903d65007b52df37393c5ad.tar.gz |
Update to xcompmgr-1.1.5. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fix formatting of options/arguments in man page
Add COPYING file with copyright/license notice from xcompmgr.c
Make usage() report the current version.
Ansification and compile warning fixes.
Fix error reporting
Don't hard code the screen number
Check for _NET_WM_CM_Sn before trying to install ourself as composite manager
Try to report current composite manager name
Diffstat (limited to 'x11/xcompmgr/Makefile')
-rw-r--r-- | x11/xcompmgr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile index 293e4e0bfc8..37b804e58cd 100644 --- a/x11/xcompmgr/Makefile +++ b/x11/xcompmgr/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2008/08/09 10:12:06 bjs Exp $ +# $NetBSD: Makefile,v 1.26 2009/11/09 19:08:42 tnn Exp $ # -DISTNAME= xcompmgr-1.1.4 -PKGREVISION= 1 +DISTNAME= xcompmgr-1.1.5 CATEGORIES= x11 MASTER_SITES = ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 |