Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
packages-test
community
i3-wm
Commits
1af23f24
Verified
Commit
1af23f24
authored
Oct 25, 2020
by
Morten Linderud
🏄
Browse files
upgpkg: i3-wm release-4.18.2-2
parent
75444f61
Changes
2
Hide whitespace changes
Inline
Side-by-side
.SRCINFO
0 → 100644
View file @
1af23f24
pkgbase = i3-wm
pkgdesc = An improved dynamic tiling window manager
pkgver = 4.18.2
pkgrel = 2
url = https://i3wm.org/
arch = x86_64
groups = i3
license = BSD
makedepends = bison
makedepends = flex
makedepends = asciidoc
makedepends = xmlto
depends = xcb-util-cursor
depends = xcb-util-keysyms
depends = xcb-util-wm
depends = xcb-util-xrm
depends = libev
depends = yajl
depends = startup-notification
depends = pango
depends = libxkbcommon-x11
optdepends = dmenu: As menu.
optdepends = i3lock: For locking your screen.
optdepends = i3status: To display systeminformation with a bar.
optdepends = perl: i3-save-tree and i3-dmenu-desktop
optdepends = perl-anyevent-i3: Features like saving the layout.
optdepends = perl-json-xs: Features like saving the layout.
replaces = i3
replaces = i3bar
options = strip
options = debug
backup = etc/i3/config
source = https://i3wm.org/downloads/i3-4.18.2.tar.bz2
source = https://i3wm.org/downloads/i3-4.18.2.tar.bz2.asc
source = 0001-Use-OVER-operator-for-drawing-text.patch
source = 0002-kick-tray-clients-before-destroying-the-bar.patch
validpgpkeys = 424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D
sha256sums = b28617d62f308b93817fc9949daffee74cf4a001685de389f3072cb44cf5120c
sha256sums = SKIP
sha256sums = e49e147b1cd06f95188decbbe41f5c3a0aca18d0195750bc3ea16465b4aca563
sha256sums = f8a3a307951f6a2f5fc740a0d5871e5fb502162d0269c6124d87aabb46e6e11a
pkgname = i3-wm
PKGBUILD
View file @
1af23f24
...
...
@@ -19,6 +19,7 @@ optdepends=('dmenu: As menu.'
backup
=(
etc/i3/config
)
groups
=(
i3
)
replaces
=(
i3 i3bar
)
options
=(
'strip'
'debug'
)
source
=(
"https://i3wm.org/downloads/i3-
$pkgver
.tar.bz2"
{
,.asc
}
0001-Use-OVER-operator-for-drawing-text.patch
0002-kick-tray-clients-before-destroying-the-bar.patch
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment