summaryrefslogtreecommitdiffstats
path: root/windowmanagers
diff options
context:
space:
mode:
authorIsmael Luceno2017-08-15 21:16:33 -0300
committerIsmael Luceno2017-08-15 21:30:05 -0300
commitd676643d37f963d34df4a1593db11d84974f0747 (patch)
treeee3729c7ba13d08fec53a30a51ed9b2e0bd93fa3 /windowmanagers
parent7630edba21225d7da41bf6949b3ed907531c7ae2 (diff)
i3 4.13
Diffstat (limited to 'windowmanagers')
-rwxr-xr-xwindowmanagers/i3/BUILD3
-rwxr-xr-xwindowmanagers/i3/DEPENDS1
-rwxr-xr-xwindowmanagers/i3/DETAILS2
-rw-r--r--windowmanagers/i3/HISTORY5
4 files changed, 9 insertions, 2 deletions
diff --git a/windowmanagers/i3/BUILD b/windowmanagers/i3/BUILD
index 4919bc7a44..bf65a78709 100755
--- a/windowmanagers/i3/BUILD
+++ b/windowmanagers/i3/BUILD
@@ -1 +1,2 @@
-make DESTDIR="${INSTALL_ROOT}" PREFIX=/usr
+OPTS+=" --disable-builddir" &&
+default_build
diff --git a/windowmanagers/i3/DEPENDS b/windowmanagers/i3/DEPENDS
index 2728ae89f7..d18ae6e29d 100755
--- a/windowmanagers/i3/DEPENDS
+++ b/windowmanagers/i3/DEPENDS
@@ -5,6 +5,7 @@ depends libxcursor &&
depends xcb-util-wm &&
depends xcb-util-keysyms &&
depends xcb-util-cursor &&
+depends xcb-util-xrm &&
optional_depends asciidoc '' '' 'for the hacking-howto' &&
optional_depends xmlto '' '' 'for the manpage' &&
optional_depends xmessage '' '' 'for the welcome message' &&
diff --git a/windowmanagers/i3/DETAILS b/windowmanagers/i3/DETAILS
index c4d9ab867e..f9d128a70a 100755
--- a/windowmanagers/i3/DETAILS
+++ b/windowmanagers/i3/DETAILS
@@ -1,5 +1,5 @@
SPELL=i3
- VERSION=4.8
+ VERSION=4.13
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://${SPELL}wm.org/downloads/${SOURCE}
diff --git a/windowmanagers/i3/HISTORY b/windowmanagers/i3/HISTORY
index d2799268a6..c313ace73f 100644
--- a/windowmanagers/i3/HISTORY
+++ b/windowmanagers/i3/HISTORY
@@ -1,3 +1,8 @@
+2017-08-15 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 4.13
+ * DEPENDS: Depends on xcb-util-xrm
+ * BUILD: buildsystem changed
+
2015-01-09 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 4.8
* DEPENDS: Depends on xcb-util-cursor