[140603] trunk/dports/x11/awesome
ryandesign at macports.org
ryandesign at macports.org
Sat Sep 26 19:36:59 PDT 2015
Revision: 140603
https://trac.macports.org/changeset/140603
Author: ryandesign at macports.org
Date: 2015-09-26 19:36:59 -0700 (Sat, 26 Sep 2015)
Log Message:
-----------
awesome: update to 3.5.6 (#48931)
Modified Paths:
--------------
trunk/dports/x11/awesome/Portfile
trunk/dports/x11/awesome/files/patch-awesomerc.lua.in.diff
Modified: trunk/dports/x11/awesome/Portfile
===================================================================
--- trunk/dports/x11/awesome/Portfile 2015-09-27 02:30:57 UTC (rev 140602)
+++ trunk/dports/x11/awesome/Portfile 2015-09-27 02:36:59 UTC (rev 140603)
@@ -5,8 +5,7 @@
PortGroup active_variants 1.1
name awesome
-version 3.5.1
-revision 1
+version 3.5.6
categories x11 x11-wm
platforms darwin
maintainers nomaintainer
@@ -30,8 +29,8 @@
master_sites ${homepage}download/
use_xz yes
-checksums rmd160 480f6d56a192d5ea6e72d6576d47f5805182c725 \
- sha256 71cd67ccf8b9c50f0142d6ab618172a01518ca3add2a0f6c245169baf9713218
+checksums rmd160 87f834bd4c9b133dce991678c017d5bb4a5bfee1 \
+ sha256 37f49de187825425cb3096fc870959d5fec9302b22ffd0f2874d8a18e85046d7
depends_build port:cmake \
port:ImageMagick \
@@ -46,6 +45,7 @@
path:lib/pkgconfig/cairo.pc:cairo \
port:xorg-libxcb \
port:xorg-libXcursor \
+ port:xorg-xcb-util-cursor \
port:xorg-xcb-util-image \
port:xorg-xcb-util-keysyms \
port:xorg-xcb-util-wm \
Modified: trunk/dports/x11/awesome/files/patch-awesomerc.lua.in.diff
===================================================================
--- trunk/dports/x11/awesome/files/patch-awesomerc.lua.in.diff 2015-09-27 02:30:57 UTC (rev 140602)
+++ trunk/dports/x11/awesome/files/patch-awesomerc.lua.in.diff 2015-09-27 02:36:59 UTC (rev 140603)
@@ -1,37 +1,38 @@
---- awesomerc.lua.in.orig 2013-04-01 06:44:46.000000000 -0500
-+++ awesomerc.lua.in 2013-09-30 05:39:20.000000000 -0500
-@@ -297,7 +297,7 @@
- -- This should map on the top row of your keyboard, usually 1 to 9.
+--- awesomerc.lua.in.orig 2015-09-19 23:45:57.000000000 -0700
++++ awesomerc.lua.in 2015-09-19 23:46:17.000000000 -0700
+@@ -300,7 +300,7 @@
for i = 1, 9 do
globalkeys = awful.util.table.join(globalkeys,
+ -- View tag only.
- awful.key({ modkey }, "#" .. i + 9,
-+ awful.key({ modkey }, "" .. i,
++ awful.key({ modkey }, "" .. i + 9,
function ()
local screen = mouse.screen
local tag = awful.tag.gettags(screen)[i]
-@@ -305,7 +305,7 @@
- awful.tag.viewonly(tag)
+@@ -309,7 +309,7 @@
end
end),
+ -- Toggle tag.
- awful.key({ modkey, "Control" }, "#" .. i + 9,
-+ awful.key({ modkey, "Control" }, "" .. i,
++ awful.key({ modkey, "Control" }, "" .. i + 9,
function ()
local screen = mouse.screen
local tag = awful.tag.gettags(screen)[i]
-@@ -313,14 +313,14 @@
- awful.tag.viewtoggle(tag)
+@@ -318,7 +318,7 @@
end
end),
+ -- Move client to tag.
- awful.key({ modkey, "Shift" }, "#" .. i + 9,
-+ awful.key({ modkey, "Shift" }, "" .. i,
++ awful.key({ modkey, "Shift" }, "" .. i + 9,
function ()
- local tag = awful.tag.gettags(client.focus.screen)[i]
- if client.focus and tag then
- awful.client.movetotag(tag)
+ if client.focus then
+ local tag = awful.tag.gettags(client.focus.screen)[i]
+@@ -328,7 +328,7 @@
end
end),
+ -- Toggle tag.
- awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9,
-+ awful.key({ modkey, "Control", "Shift" }, "" .. i,
++ awful.key({ modkey, "Control", "Shift" }, "" .. i + 9,
function ()
- local tag = awful.tag.gettags(client.focus.screen)[i]
- if client.focus and tag then
+ if client.focus then
+ local tag = awful.tag.gettags(client.focus.screen)[i]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150926/728c2b37/attachment.html>
More information about the macports-changes
mailing list