makedeb
A fork of i3wm tiling window manager (development branch) with more features, including gaps
Click here to go back to the commit logs for i3-gaps-git.
Hash: 1fc98c1be64470fc8d4a4a218dec6a9d60744092
Message: minor fix
diff --git a/.SRCINFO b/.SRCINFO
index 9240e11..6227690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,6 +35,8 @@ pkgbase = i3-gaps-git
depends = xcb
depends = libxcb-xrm0
depends = libxcb-shape0
+ optdepends = rxvt-unicode: The terminal emulator used in the default config.
+ optdepends = dmenu: As menu.
optdepends = i3lock: For locking your screen.
optdepends = i3lock-fancy: For locking your screen.
optdepends = i3status: To display system information with a bar.
diff --git a/PKGBUILD b/PKGBUILD
index 5d0cc1e..447f130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,9 @@ provides=('i3-wm')
conflicts=('i3-wm')
depends=('meson' 'dh-autoreconf' 'xcb' 'libxcb-xrm0' 'libxcb-shape0')
makedepends=('git' 'bison' 'flex' 'asciidoc' 'xmlto' 'meson' 'libxcb-keysyms1-dev' 'libpango1.0-dev' 'libxcb-util0-dev' 'libxcb1-dev' 'libxcb-icccm4-dev' 'libyajl-dev' 'libev-dev' 'libxcb-xkb-dev' 'libxcb-cursor-dev' 'libxkbcommon-dev' 'libxcb-xinerama0-dev' 'libxkbcommon-x11-dev' 'libstartup-notification0-dev' 'libxcb-randr0-dev' 'libxcb-xrm-dev' 'libxcb-shape0-dev')
-optdepends=('i3lock: For locking your screen.'
+optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
+ 'dmenu: As menu.'
+ 'i3lock: For locking your screen.'
'i3lock-fancy: For locking your screen.'
'i3status: To display system information with a bar.')
source=('git://github.com/Airblader/i3#branch=gaps-next')