summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-08-27 10:12:30 +0000
committerwiz <wiz@pkgsrc.org>2012-08-27 10:12:30 +0000
commitd316feb4ec7fa34fa82c5247598a507ce5eff4c3 (patch)
treef67d980e05adc7d02082fdfea1328a4b058dfc2c /wm
parente8ff8ce69c6796186cabcd397ed06e28bedfd6c4 (diff)
downloadpkgsrc-d316feb4ec7fa34fa82c5247598a507ce5eff4c3.tar.gz
Update to 3.4.13 to fix build (hi is!)
3.4.13: Julien Danjou (3): Remove PREFIX, use CMAKE_INSTALL_PREFIX Simplify client focus code change codename Sébastien Luttringer (1): awful.titlebar use height not width Uli Schlachter (2): xerror: Print numeric infos about the error Revert "Focus history: Don't ignore unfocusable clients" 3.4.12: Anurag Priyam (3): awful.tooltip docs: replace references to undefined variable 'K' with 'myclock' add awful.util.table.cycle add awful.client.cycle Arvydas Sidorenko (1): Original sky theme dwindle and spiral icons Axel Beckert (1): awful.tag.inc*: properly pass tag parameter to set* Corey Thompson (3): Bump duplicated commands to the most recent in command prompt history Initialize floating_geometry on property::border_width signal (FS#826) Remove "encoding=utf-8" from Vim modelines Duflot Jean-Luc (1): Update french manpages Gianluca Fiore (1): Add italian translation Julien Danjou (4): awsetbg: xli is reported as ok Fix mousegrabber run documentation naughty: remove score system, merge presets change codename Rob Hoelz (1): Allow usage of strings as key names for root.fake_input Sébastien Luttringer (2): Get mousegrabber running state Get keygrabber running state Thomas Moschny (2): Fix build with glib2 2.31.0 Desktop file fixes. TsT (2): mistake fix: "b" local variable declaration is missing table.foreach is deprecated: now use for + pairs Uli Schlachter (4): Beautiful: Handle invalid wallpaper_cmd better (FS#941) Focus history: Don't ignore unfocusable clients Taglist: Add {bg,fg}_occupied theme options awful.client.setslave: Fix for not-visible clients 3.4.11: Anurag Priyam (1): naughty: add helper function, toggle() - suspend/resume notifications Arnaud Fontaine (1): Update the code following release of xcb-util 0.3.8. David Palacio (2): Desktop clients may not be visible on all tags. Ignore desktop clients on taglist widget Ignas Anikevicius (gns_ank) (1): Saving gama values in pngs to prevent compilation errors Jacques-Pascal Deplaix (1): awsetbg: Add the aspect option with feh Julien Danjou (4): Set the conffile value before executing the code Use awesome.conffile in menu naughty: fix image data copy change codename Majic (1): Private naughty.getIcon() -> public awful.util.geticonpath() Massimiliano Brocchini (2): no duplicate entries in prompt history search in prompt history Perry Hargrave (6): FS#917: Dont move clients with fixed positions Retain focus on clients moved across screens (fs#620) movetoscreen:Dont refocus the selected client Update tasklist when client screen changes Prevent util.cycle from infinite loop (FS#938) Check wallpaper_cmd entries are valid (FS#938) Uli Schlachter (6): Make sure russian manpages are installed (FS#907) Fix restacking with zaphod mode (FS#835) Ungrab the server before parsing the config Signal config errors via a naughty popup Signal runtime errors via a naughty popup Fix the default config
Diffstat (limited to 'wm')
-rw-r--r--wm/awesome/Makefile7
-rw-r--r--wm/awesome/PLIST12
-rw-r--r--wm/awesome/distinfo9
-rw-r--r--wm/awesome/patches/patch-spawn.c14
4 files changed, 20 insertions, 22 deletions
diff --git a/wm/awesome/Makefile b/wm/awesome/Makefile
index 731bd7f648a..a77de38ad63 100644
--- a/wm/awesome/Makefile
+++ b/wm/awesome/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2012/08/26 20:28:16 is Exp $
+# $NetBSD: Makefile,v 1.28 2012/08/27 10:12:30 wiz Exp $
#
-DISTNAME= awesome-3.4.10
+DISTNAME= awesome-3.4.13
CATEGORIES= x11 wm
MASTER_SITES= http://awesome.naquadah.org/download/
EXTRACT_SUFX= .tar.xz
@@ -56,6 +56,9 @@ BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml
.include "../../devel/pango/buildlink3.mk"
.include "../../x11/libxdg-basedir/buildlink3.mk"
.include "../../x11/xcb-util/buildlink3.mk"
+.include "../../x11/xcb-util-image/buildlink3.mk"
+.include "../../x11/xcb-util-keysyms/buildlink3.mk"
+.include "../../x11/xcb-util-wm/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/wm/awesome/PLIST b/wm/awesome/PLIST
index 4439dbef5cc..904b32481fc 100644
--- a/wm/awesome/PLIST
+++ b/wm/awesome/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2012/08/26 20:28:16 is Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/08/27 10:12:30 wiz Exp $
bin/awesome
bin/awesome-client
bin/awsetbg
@@ -14,10 +14,18 @@ man/fr/man1/awesome-client.1
man/fr/man1/awesome.1
man/fr/man1/awsetbg.1
man/fr/man5/awesomerc.5
+man/it/man1/awesome-client.1
+man/it/man1/awesome.1
+man/it/man1/awsetbg.1
+man/it/man5/awesomerc.5
man/man1/awesome-client.1
man/man1/awesome.1
man/man1/awsetbg.1
man/man5/awesomerc.5
+man/ru/man1/awesome-client.1
+man/ru/man1/awesome.1
+man/ru/man1/awsetbg.1
+man/ru/man5/awesomerc.5
share/awesome/icons/awesome16.png
share/awesome/icons/awesome32.png
share/awesome/icons/awesome48.png
@@ -121,12 +129,14 @@ share/awesome/themes/default/titlebar/sticky_focus_inactive.png
share/awesome/themes/default/titlebar/sticky_normal_active.png
share/awesome/themes/default/titlebar/sticky_normal_inactive.png
share/awesome/themes/sky/awesome-icon.png
+share/awesome/themes/sky/layouts/dwindle.png
share/awesome/themes/sky/layouts/fairh.png
share/awesome/themes/sky/layouts/fairv.png
share/awesome/themes/sky/layouts/floating.png
share/awesome/themes/sky/layouts/fullscreen.png
share/awesome/themes/sky/layouts/magnifier.png
share/awesome/themes/sky/layouts/max.png
+share/awesome/themes/sky/layouts/spiral.png
share/awesome/themes/sky/layouts/tile.png
share/awesome/themes/sky/layouts/tilebottom.png
share/awesome/themes/sky/layouts/tileleft.png
diff --git a/wm/awesome/distinfo b/wm/awesome/distinfo
index e4f76942694..3aadaeb968c 100644
--- a/wm/awesome/distinfo
+++ b/wm/awesome/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2012/08/26 20:28:16 is Exp $
+$NetBSD: distinfo,v 1.10 2012/08/27 10:12:30 wiz Exp $
-SHA1 (awesome-3.4.10.tar.xz) = c5c774cc1ca416863e200fcfe01a05acc0fbcbc2
-RMD160 (awesome-3.4.10.tar.xz) = 66dc56438f577e30ac67507af243e955b7e39f79
-Size (awesome-3.4.10.tar.xz) = 715484 bytes
+SHA1 (awesome-3.4.13.tar.xz) = 6127ba6048cb538b6c318d1f5d9926fa067492c1
+RMD160 (awesome-3.4.13.tar.xz) = 2cb4545c91d2310bd82a293cbc5b3e5b13868b58
+Size (awesome-3.4.13.tar.xz) = 722876 bytes
SHA1 (patch-awesomeConfig.cmake) = ce48651d804fb8b277c33aed94861219acc1bc73
-SHA1 (patch-spawn.c) = 0e5f9ae05c950df85d3da3d22754e9d8c658ad93
diff --git a/wm/awesome/patches/patch-spawn.c b/wm/awesome/patches/patch-spawn.c
deleted file mode 100644
index 3469549c800..00000000000
--- a/wm/awesome/patches/patch-spawn.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-spawn.c,v 1.1 2012/08/26 20:28:17 is Exp $
-
---- spawn.c.orig 2012-08-20 16:48:36.000000000 +0000
-+++ spawn.c
-@@ -24,7 +24,7 @@
- #include <sys/types.h>
- #include <sys/wait.h>
-
--#include <glib/gspawn.h>
-+#include <glib.h>
-
- #include "spawn.h"
- #include "screen.h"
-