summaryrefslogtreecommitdiffstats
path: root/windowmanagers
diff options
context:
space:
mode:
authorFlorian Franzmann2020-11-22 14:52:19 +0100
committerFlorian Franzmann2020-11-26 22:50:04 +0100
commit1005c785e4bac4b99d5104782f348d05d5b82fce (patch)
tree5157d069434fb0aba35ae2f928791a04c90104dc /windowmanagers
parent3bf041be803518dfe63125a3b198f3347db51f25 (diff)
windowmanagers/i3: version 4.19
Diffstat (limited to 'windowmanagers')
-rw-r--r--windowmanagers/i3/CONFIGURE1
-rwxr-xr-xwindowmanagers/i3/DEPENDS9
-rwxr-xr-xwindowmanagers/i3/DETAILS7
-rw-r--r--windowmanagers/i3/HISTORY3
4 files changed, 14 insertions, 6 deletions
diff --git a/windowmanagers/i3/CONFIGURE b/windowmanagers/i3/CONFIGURE
new file mode 100644
index 0000000000..854c2a24da
--- /dev/null
+++ b/windowmanagers/i3/CONFIGURE
@@ -0,0 +1 @@
+source "$GRIMOIRE/MESON_CONFIGURE"
diff --git a/windowmanagers/i3/DEPENDS b/windowmanagers/i3/DEPENDS
index 61c2846298..12700f816b 100755
--- a/windowmanagers/i3/DEPENDS
+++ b/windowmanagers/i3/DEPENDS
@@ -1,3 +1,5 @@
+depends meson &&
+
depends xcb-util &&
depends pcre &&
depends libxcb &&
@@ -16,9 +18,10 @@ depends pango &&
depends cairo &&
depends pkgconfig &&
-optional_depends asciidoc '--enable-docs' '--disable-docs' 'for the hacking-howto' &&
-optional_depends xmlto '--enable-mans' '--disable-mans' 'for the manpage' &&
-optional_depends xmessage '' '' 'for the welcome message' &&
+optional_depends asciidoc 'docs=true' 'docs=false' 'to regenerate the hacking-howto' &&
+optional_depends xmlto 'mans=true' 'mans=false' 'to regenerate the manpage' &&
+
+suggest_depends xmessage '' '' 'for the welcome message' &&
suggest_depends perl '' '' 'for i3-dmenu-desktop (requires dmenu)' &&
if is_depends_enabled $SPELL perl; then
depends perl-json-xs
diff --git a/windowmanagers/i3/DETAILS b/windowmanagers/i3/DETAILS
index 37ee103ba8..a09d37af70 100755
--- a/windowmanagers/i3/DETAILS
+++ b/windowmanagers/i3/DETAILS
@@ -1,8 +1,9 @@
+source "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=i3
- VERSION=4.18.3
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ VERSION=4.19
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE2=$SOURCE.asc
- SOURCE_URL[0]=http://${SPELL}wm.org/downloads/${SOURCE}
+ SOURCE_URL[0]=https://i3wm.org/downloads/${SOURCE}
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=i3.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
diff --git a/windowmanagers/i3/HISTORY b/windowmanagers/i3/HISTORY
index ad080d6143..58f622f4fe 100644
--- a/windowmanagers/i3/HISTORY
+++ b/windowmanagers/i3/HISTORY
@@ -1,3 +1,6 @@
+2020-11-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 4.19
+
2020-10-20 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 4.18.3