diff options
author | obache <obache@pkgsrc.org> | 2009-02-20 12:27:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-02-20 12:27:03 +0000 |
commit | aba4289c3d90ae0bfd7ace0a83aa4c181d4a6956 (patch) | |
tree | 058087006e2d0a12a82a14eeab455cbe64eb86d2 /wm/pekwm | |
parent | ae5ccf5ed6efeaa20111919cdd4becd08fdb82eb (diff) | |
download | pkgsrc-aba4289c3d90ae0bfd7ace0a83aa4c181d4a6956.tar.gz |
Update pekwm to 0.1.10.
Based on PR 40682 by Guillaume Lasmayous.
* Remove --enable-xinerama trick, it is enabled by default.
Release-0 1 10
The most noticable change in this release is the new default theme. Many thanks
to Adriano Foschi for sharing his great work with us.
As usual we have some bugfixes as listed below. There aren't that many code
changes this time to allow pekwm to stabilise again after the rather unlucky
0.1.9 release.
Bugs fixed
* #129 "can't close or focus by clicking", reported by Marco Londero and fixed
by Claes Nasten
* #131 "Search dialog stops focusing selected client", reported by Krister
Svanlund and Claes Nasten, fixed by Andreas Schlick
* #135 "Offset window placement", reported and fixed by Claes Nasten
* #138 "autogen.sh fails on Fedora 10 and Debian Experimential", fixed by Claes
Nasten
* #141, reported by Daniel Moerner and fixed by Claes Nasten
* #XX, fix theme load regression reported by _FrnchFrgg_ and fixed by Claes
Nasten.
User visible changes
* New default theme
* Rendering of the alpha channel (most notably in menus)
Compatibility fixes
* The loader of xpm images falls back to XParseColor() to allow more than just
the #rrggbb notation.
Configuration changes
Theme changes
Diffstat (limited to 'wm/pekwm')
-rw-r--r-- | wm/pekwm/Makefile | 10 | ||||
-rw-r--r-- | wm/pekwm/PLIST | 35 | ||||
-rw-r--r-- | wm/pekwm/distinfo | 10 | ||||
-rw-r--r-- | wm/pekwm/patches/patch-aa | 6 |
4 files changed, 44 insertions, 17 deletions
diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index 3a2ec7ed30e..d595c6db197 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2009/01/06 12:47:17 obache Exp $ +# $NetBSD: Makefile,v 1.32 2009/02/20 12:27:03 obache Exp $ # -DISTNAME= pekwm-0.1.9a +DISTNAME= pekwm-0.1.10 CATEGORIES= wm MASTER_SITES= http://www.pekwm.org/projects/3/files/ EXTRACT_SUFX= .tar.bz2 @@ -16,12 +16,6 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ -.include "../../mk/bsd.prefs.mk" - -.if exists(${X11BASE}/include/X11/extensions/Xinerama.h) -CONFIGURE_ARGS+= --enable-xinerama -.endif - CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} PKG_SYSCONFSUBDIR= pekwm diff --git a/wm/pekwm/PLIST b/wm/pekwm/PLIST index e9d8aa3d788..b65a808f76d 100644 --- a/wm/pekwm/PLIST +++ b/wm/pekwm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2008/08/08 14:32:38 obache Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/02/20 12:27:03 obache Exp $ bin/pekwm man/man1/pekwm.1 share/examples/pekwm/autoproperties @@ -10,7 +10,40 @@ share/examples/pekwm/start share/examples/pekwm/vars share/pekwm/scripts/pekwm_themeset.sh share/pekwm/scripts/pekwm_ws_menu.sh +share/pekwm/themes/default-plain/theme +share/pekwm/themes/default/arrow.png +share/pekwm/themes/default/arrow_focus.png +share/pekwm/themes/default/bottom-border.png +share/pekwm/themes/default/bottom-border_unfocus.png +share/pekwm/themes/default/bottom-left.png +share/pekwm/themes/default/bottom-left_unfocus.png +share/pekwm/themes/default/bottom-right.png +share/pekwm/themes/default/bottom-right_unfocus.png +share/pekwm/themes/default/button.png +share/pekwm/themes/default/button_hover.png +share/pekwm/themes/default/button_press.png +share/pekwm/themes/default/button_unfocus.png +share/pekwm/themes/default/item.png +share/pekwm/themes/default/item_focus.png +share/pekwm/themes/default/left-border.png +share/pekwm/themes/default/left-border_unfocus.png +share/pekwm/themes/default/menu-bottom.png +share/pekwm/themes/default/menu-bottom_unfocus.png +share/pekwm/themes/default/menuline.png +share/pekwm/themes/default/right-border.png +share/pekwm/themes/default/right-border_unfocus.png +share/pekwm/themes/default/tab-separator.png +share/pekwm/themes/default/tab-separator_unfocus.png share/pekwm/themes/default/theme +share/pekwm/themes/default/title.png +share/pekwm/themes/default/title_unfocus.png +share/pekwm/themes/default/top-border.png +share/pekwm/themes/default/top-border_unfocus.png +share/pekwm/themes/default/top-left.png +share/pekwm/themes/default/top-left_unfocus.png +share/pekwm/themes/default/top-right.png +share/pekwm/themes/default/top-right_unfocus.png +@dirrm share/pekwm/themes/default-plain @dirrm share/pekwm/themes/default @dirrm share/pekwm/themes @dirrm share/pekwm/scripts diff --git a/wm/pekwm/distinfo b/wm/pekwm/distinfo index a5e0a981077..62ac4d02c7c 100644 --- a/wm/pekwm/distinfo +++ b/wm/pekwm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2009/01/06 12:47:17 obache Exp $ +$NetBSD: distinfo,v 1.9 2009/02/20 12:27:03 obache Exp $ -SHA1 (pekwm-0.1.9a.tar.bz2) = ee3d8503d2a8747ba9081cbe82298063a802bf19 -RMD160 (pekwm-0.1.9a.tar.bz2) = 473f091ec0f9a242498f23f576f4dc4d59226ec3 -Size (pekwm-0.1.9a.tar.bz2) = 354338 bytes -SHA1 (patch-aa) = ae4e541315e357c9f13ff47dc2ba8f00358a24ce +SHA1 (pekwm-0.1.10.tar.bz2) = 5a92fb3f6446270900fe4decd491ae841a92de38 +RMD160 (pekwm-0.1.10.tar.bz2) = 8e8f168f848897d807fbfb92f67eccba10609001 +Size (pekwm-0.1.10.tar.bz2) = 372622 bytes +SHA1 (patch-aa) = 6aa5307aa6ea3e1fcbd5715bbfb0627c49c41304 diff --git a/wm/pekwm/patches/patch-aa b/wm/pekwm/patches/patch-aa index 889951085dd..d6449857304 100644 --- a/wm/pekwm/patches/patch-aa +++ b/wm/pekwm/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2009/01/06 12:47:17 obache Exp $ +$NetBSD: patch-aa,v 1.5 2009/02/20 12:27:03 obache Exp $ ---- data/Makefile.in.orig 2008-12-22 14:47:29.000000000 +0000 +--- data/Makefile.in.orig 2009-01-26 17:59:45.000000000 +0000 +++ data/Makefile.in -@@ -184,7 +184,7 @@ AUTOMAKE_OPTIONS = foreign +@@ -182,7 +182,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = themes scripts CLEANFILES = config menu EXTRA_DIST = autoproperties config.in keys menu.in mouse start vars |