pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/pekwm Update wm/pekwm to 0.1.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/532db4c2c503
branches:  trunk
changeset: 590411:532db4c2c503
user:      gls <gls%pkgsrc.org@localhost>
date:      Sun Jul 10 20:41:22 2011 +0000

description:
Update wm/pekwm to 0.1.13.

Upstream changes:

Release-0 1 13
Bugs fixed
User visible changes

    * #248 "PekWM support for setting NET_WM_WINDOW_OPACITY hint" (partially?) reported by wallex
    * #254 "Make 'smart' placing smarter: Skip maximized windows." reported by wallex and fixed by Claes Nästén
    * #260 "Tell NETWM panels about all the windows in a group" reported by augustl and fixed by Claes Nästén
    * #266 "numpad key doesn't work in cmd/run dialog" reported by barkat1407 and fixed by Claes Nästén
    * #270 "Panels are movable" reported by Markand and fixed by Claes Nästén
    * #272 "PekWM in Fedora repos" reported by german and fixed by Claes Nästén
    * #275 "run go to exit" reported by darkdog and fixed by Claes Nästén
    * #283 "allow dialog windows to appear over fullscreen app" reported by Dreamkey
    * #284 "Variable evaluation in variable value" reported by atler and fixed by Claes Nästén
    * #293 "GropingDrag Crash" reported by moebius and fixed by Claes Nästén
    * #295 "Last opened window and panel" reported by Thom1 and fixed by Andreas Schlick

diffstat:

 wm/pekwm/Makefile         |   8 ++++----
 wm/pekwm/PLIST            |   3 ++-
 wm/pekwm/distinfo         |  10 +++++-----
 wm/pekwm/patches/patch-aa |  12 ++++++------
 4 files changed, 17 insertions(+), 16 deletions(-)

diffs (76 lines):

diff -r 700a01b610e8 -r 532db4c2c503 wm/pekwm/Makefile
--- a/wm/pekwm/Makefile Sun Jul 10 17:03:15 2011 +0000
+++ b/wm/pekwm/Makefile Sun Jul 10 20:41:22 2011 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.39 2011/01/13 13:39:34 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2011/07/10 20:41:22 gls Exp $
 #
 
-DISTNAME=      pekwm-0.1.12
-PKGREVISION=   2
+DISTNAME=      pekwm-0.1.13
+PKGNAME=       pekwm-0.13
 CATEGORIES=    wm
 MASTER_SITES=  http://www.pekwm.org/projects/pekwm/files/
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    gls%NetBSD.org@localhost
 HOMEPAGE=      http://www.pekwm.org/
 COMMENT=       Window manager based on aewm++
-
 LICENSE=       gnu-gpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 700a01b610e8 -r 532db4c2c503 wm/pekwm/PLIST
--- a/wm/pekwm/PLIST    Sun Jul 10 17:03:15 2011 +0000
+++ b/wm/pekwm/PLIST    Sun Jul 10 20:41:22 2011 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:19:00 joerg Exp $
+@comment $NetBSD: PLIST,v 1.9 2011/07/10 20:41:22 gls Exp $
 bin/pekwm
 man/man1/pekwm.1
 share/examples/pekwm/autoproperties
+share/examples/pekwm/autoproperties_typerules
 share/examples/pekwm/config
 share/examples/pekwm/keys
 share/examples/pekwm/menu
diff -r 700a01b610e8 -r 532db4c2c503 wm/pekwm/distinfo
--- a/wm/pekwm/distinfo Sun Jul 10 17:03:15 2011 +0000
+++ b/wm/pekwm/distinfo Sun Jul 10 20:41:22 2011 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2010/04/17 10:07:18 gls Exp $
+$NetBSD: distinfo,v 1.12 2011/07/10 20:41:22 gls Exp $
 
-SHA1 (pekwm-0.1.12.tar.gz) = a39b04f2e1424d9c5ad0be0866ba735f31786ad7
-RMD160 (pekwm-0.1.12.tar.gz) = aa3ef16e8bc3c22e038fab4715b0c6e5f1afab64
-Size (pekwm-0.1.12.tar.gz) = 488625 bytes
-SHA1 (patch-aa) = 90b44e5bb1b70bc3e1e0cd1088751657b011b83d
+SHA1 (pekwm-0.1.13.tar.bz2) = 5a75ef9f6751f6e45f8d7c00a02de83786d9f1af
+RMD160 (pekwm-0.1.13.tar.bz2) = e8ade3820f7f83f7b4f2dc29a64882b52506a60e
+Size (pekwm-0.1.13.tar.bz2) = 404299 bytes
+SHA1 (patch-aa) = 2350ad94c1034ad68ba80b3b101a29ec368ef68d
diff -r 700a01b610e8 -r 532db4c2c503 wm/pekwm/patches/patch-aa
--- a/wm/pekwm/patches/patch-aa Sun Jul 10 17:03:15 2011 +0000
+++ b/wm/pekwm/patches/patch-aa Sun Jul 10 20:41:22 2011 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.6 2010/04/17 10:07:18 gls Exp $
+$NetBSD: patch-aa,v 1.7 2011/07/10 20:41:23 gls Exp $
 
 Fix installation dirs
 
---- data/Makefile.in.orig      2009-01-26 17:59:45.000000000 +0000
+--- data/Makefile.in.orig      2011-04-20 13:13:14.000000000 +0000
 +++ data/Makefile.in
-@@ -182,7 +182,7 @@ AUTOMAKE_OPTIONS = foreign
+@@ -187,7 +187,7 @@ xrandr_LIBS = @xrandr_LIBS@
+ AUTOMAKE_OPTIONS = foreign
  SUBDIRS = themes scripts
- CLEANFILES = config menu
- EXTRA_DIST = autoproperties config.in keys menu.in mouse start vars
+ EXTRA_DIST = autoproperties autoproperties_typerules config keys menu mouse start vars
 -cfgdatadir = $(sysconfdir)/pekwm
 +cfgdatadir = $(prefix)/share/examples/@PACKAGE@
- cfgdata_DATA = autoproperties config keys menu mouse start vars
+ cfgdata_DATA = autoproperties autoproperties_typerules config keys menu mouse start vars
  all: all-recursive
  



Home | Main Index | Thread Index | Old Index