diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-28 06:25:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-28 06:25:49 +0000 |
commit | 3c50204db9b6d1b87ace77765259d82e057849d8 (patch) | |
tree | 2f381af8637395bc5ce7594b6079f2ef66968baf /wm/notion | |
parent | d6d895b27758573b8073072de28b8ec73a515a75 (diff) | |
download | pkgsrc-3c50204db9b6d1b87ace77765259d82e057849d8.tar.gz |
Update to 20140528:
* Improvement: 'windows' key is now the default META key (thanks to Dima
Kogan)
* Bugfix: seldomly triggered crash in memory pool (thanks to Matthieu Moy)
* Bugfix: save the session atomically (thanks to Matthias Lederhofer)
* Bugfix: various fixes to contributed scripts, notably more lua5.2 support
(thanks to several contributors)
* Improvement: various code cleanups (thanks to Campbell Barton)
* Improvement: various build/packaging improvements (thanks to Dima Kogan)
* Feature: Workspace indicator (thanks to Dima Kogan)
* Feature: Delayed population of the focuslist (thanks to Dima Kogan)
* Improvement: improved kludges/focus behavior (IntelliJ IDEA, xeyes)
* Improvement: expose 'warp_pointer' to lua
* Improvement: lock using i3lock when available
Diffstat (limited to 'wm/notion')
-rw-r--r-- | wm/notion/Makefile | 5 | ||||
-rw-r--r-- | wm/notion/PLIST | 7 | ||||
-rw-r--r-- | wm/notion/distinfo | 8 |
3 files changed, 9 insertions, 11 deletions
diff --git a/wm/notion/Makefile b/wm/notion/Makefile index 093d11e1dce..14eb209e28a 100644 --- a/wm/notion/Makefile +++ b/wm/notion/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2014/05/15 14:19:48 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/28 06:25:49 wiz Exp $ -DISTNAME= notion-3-2014010900-src +DISTNAME= notion-3-2014052800-src PKGNAME= ${DISTNAME:S/3-/3./:S/-src//} -PKGREVISION= 1 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notion/} EXTRACT_SUFX= .tar.bz2 diff --git a/wm/notion/PLIST b/wm/notion/PLIST index d778bf0fe26..bc09f0adb16 100644 --- a/wm/notion/PLIST +++ b/wm/notion/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 2014/05/09 16:20:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/05/28 06:25:49 wiz Exp $ bin/notion -bin/notionflux lib/notion/bin/ion-completefile lib/notion/bin/ion-statusd +lib/notion/bin/notionflux lib/notion/lc/de.lc lib/notion/lc/ioncore_bindings.lc lib/notion/lc/ioncore_efbb.lc @@ -45,10 +45,9 @@ man/cs/man1/notion.1 man/fi/man1/notion.1 man/man1/notion.1 man/man1/notionflux.1 -share/doc/notion/ChangeLog +share/doc/notion/CHANGELOG share/doc/notion/LICENSE share/doc/notion/README -share/doc/notion/RELNOTES share/examples/notion/cfg_defaults.lua share/examples/notion/cfg_dock.lua share/examples/notion/cfg_kludges.lua diff --git a/wm/notion/distinfo b/wm/notion/distinfo index f2ed8dd1201..0c474e374dc 100644 --- a/wm/notion/distinfo +++ b/wm/notion/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2014/05/09 16:20:24 wiz Exp $ +$NetBSD: distinfo,v 1.8 2014/05/28 06:25:49 wiz Exp $ -SHA1 (notion-3-2014010900-src.tar.bz2) = 10d9d8fcd2bc33a07e556f46170de6e5d78b197e -RMD160 (notion-3-2014010900-src.tar.bz2) = 2b061bb40320c8df6739d26b78c48b5c8f6a4154 -Size (notion-3-2014010900-src.tar.bz2) = 623050 bytes +SHA1 (notion-3-2014052800-src.tar.bz2) = 83b068fe810fefa4f50caa6a3a6350c1b332e806 +RMD160 (notion-3-2014052800-src.tar.bz2) = 22d3b32f593aab24bfedb5f1e8ec1b5e6317779c +Size (notion-3-2014052800-src.tar.bz2) = 622504 bytes SHA1 (patch-build_rules.mk) = f8321cea75a1dfb6187ce5229f85cfea7dc5c9a7 SHA1 (patch-libtu_output.c) = e9e9e77f0c1ff196fefa887a51f647f0dee7df89 SHA1 (patch-mod__xrandr_Makefile) = 9299bebbd6a1f043a4095abfa19c917e4229456f |