summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2012-09-10 17:38:45 +0000
committergls <gls@pkgsrc.org>2012-09-10 17:38:45 +0000
commitfa7b499264b7694cb7e81d45e9738c30f909e7c4 (patch)
treecf901f76cd37717de45a3e00dff2674f034cd50a /wm
parenta8db3588f65281bd23647f4ef3ad7aca279b9b5e (diff)
downloadpkgsrc-fa7b499264b7694cb7e81d45e9738c30f909e7c4.tar.gz
Update wm/pekwm to 0.1.15.
Upstream changes: ----------------- Release-0 1 15 Bugs fixed #251 "MaximizeOverHarbour & "Toggle HarbourHidden" incoherent behaviour" reported and fixed by wallex #282 "adobe flash fullscreen don't cover taskbar" reported by dkmatt0 and fixed by Andreas Schlick. #300 "pekwm restart makes 100% CPU" reported by specnaz and fixed by Andreas Schlick. #304 "Fullscreen option" reported by Thom1 and fixed by Andreas Schlick. #306 "titlebar clicking separator problem" reported by MezkoV and fixed by Andreas Schlick. User visible changes Allow CfgDeny-ing struts via autoproperties - done by Claes Nästén.
Diffstat (limited to 'wm')
-rw-r--r--wm/pekwm/Makefile4
-rw-r--r--wm/pekwm/PLIST6
-rw-r--r--wm/pekwm/distinfo10
-rw-r--r--wm/pekwm/patches/patch-aa18
4 files changed, 21 insertions, 17 deletions
diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile
index 8031b9589db..ba96b95142c 100644
--- a/wm/pekwm/Makefile
+++ b/wm/pekwm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2012/01/21 15:35:38 gls Exp $
+# $NetBSD: Makefile,v 1.44 2012/09/10 17:38:45 gls Exp $
#
-DISTNAME= pekwm-0.1.14
+DISTNAME= pekwm-0.1.15
CATEGORIES= wm
MASTER_SITES= http://www.pekwm.org/projects/pekwm/files/
EXTRACT_SUFX= .tar.bz2
diff --git a/wm/pekwm/PLIST b/wm/pekwm/PLIST
index d1c81466316..0d40502fe20 100644
--- a/wm/pekwm/PLIST
+++ b/wm/pekwm/PLIST
@@ -1,12 +1,16 @@
-@comment $NetBSD: PLIST,v 1.9 2011/07/10 20:41:22 gls Exp $
+@comment $NetBSD: PLIST,v 1.10 2012/09/10 17:38:45 gls Exp $
bin/pekwm
man/man1/pekwm.1
share/examples/pekwm/autoproperties
share/examples/pekwm/autoproperties_typerules
share/examples/pekwm/config
+share/examples/pekwm/config_system
share/examples/pekwm/keys
share/examples/pekwm/menu
share/examples/pekwm/mouse
+share/examples/pekwm/mouse_click
+share/examples/pekwm/mouse_sloppy
+share/examples/pekwm/mouse_system
share/examples/pekwm/start
share/examples/pekwm/vars
share/pekwm/scripts/pekwm_themeset.sh
diff --git a/wm/pekwm/distinfo b/wm/pekwm/distinfo
index 18f85a64d94..e209e0690ad 100644
--- a/wm/pekwm/distinfo
+++ b/wm/pekwm/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2012/01/21 15:35:38 gls Exp $
+$NetBSD: distinfo,v 1.14 2012/09/10 17:38:45 gls Exp $
-SHA1 (pekwm-0.1.14.tar.bz2) = 26d75b1a834ab7527744f633e9668e1c49e51a83
-RMD160 (pekwm-0.1.14.tar.bz2) = 4f3ec0f713dfcb097393c3069504a237314f6a06
-Size (pekwm-0.1.14.tar.bz2) = 384061 bytes
-SHA1 (patch-aa) = 2350ad94c1034ad68ba80b3b101a29ec368ef68d
+SHA1 (pekwm-0.1.15.tar.bz2) = 2a1927ca07281864cc36b3cc2d914a0778813972
+RMD160 (pekwm-0.1.15.tar.bz2) = 03828969d321aefd991c61eb1d9d7acd127610e0
+Size (pekwm-0.1.15.tar.bz2) = 395557 bytes
+SHA1 (patch-aa) = b45b1649b558b3c136aeff44ef013af3b208247d
diff --git a/wm/pekwm/patches/patch-aa b/wm/pekwm/patches/patch-aa
index 43050c22c66..01cac6b2712 100644
--- a/wm/pekwm/patches/patch-aa
+++ b/wm/pekwm/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.7 2011/07/10 20:41:23 gls Exp $
+$NetBSD: patch-aa,v 1.8 2012/09/10 17:38:45 gls Exp $
Fix installation dirs
---- data/Makefile.in.orig 2011-04-20 13:13:14.000000000 +0000
+--- data/Makefile.in.orig 2012-08-03 14:16:42.000000000 +0000
+++ data/Makefile.in
-@@ -187,7 +187,7 @@ xrandr_LIBS = @xrandr_LIBS@
- AUTOMAKE_OPTIONS = foreign
- SUBDIRS = themes scripts
- EXTRA_DIST = autoproperties autoproperties_typerules config keys menu mouse start vars
+@@ -236,7 +236,7 @@ EXTRA_DIST = autoproperties autoproperti
+ mouse mouse_system mouse_click mouse_sloppy \
+ start vars
+
-cfgdatadir = $(sysconfdir)/pekwm
+cfgdatadir = $(prefix)/share/examples/@PACKAGE@
- cfgdata_DATA = autoproperties autoproperties_typerules config keys menu mouse start vars
- all: all-recursive
-
+ cfgdata_DATA = autoproperties autoproperties_typerules \
+ config config_system \
+ keys menu \