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
dba4585e
Commit
dba4585e
authored
Jun 16, 2014
by
Thorsten Töpper
Browse files
upgpkg: i3-wm 4.8-2 - FS#40855 added optdepends for i3-save-tree
parent
538dd052
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
dba4585e
...
...
@@ -3,7 +3,7 @@
pkgname
=
i3-wm
_pkgsourcename
=
i3
pkgver
=
4.8
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
'An improved dynamic tiling window manager'
arch
=(
'i686'
'x86_64'
)
url
=
'http://i3wm.org/'
...
...
@@ -15,7 +15,9 @@ depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
makedepends
=(
'bison'
'flex'
)
optdepends
=(
'dmenu: As menu.'
'i3lock: For locking your screen.'
'i3status: To display systeminformation with a bar.'
)
'i3status: To display systeminformation with a bar.'
'perl-anyevent-i3: Features like saving the layout.'
'perl-json-xs: Features like saving the layout.'
)
options
=(
'docs'
'!strip'
)
source
=(
"http://i3wm.org/downloads/
${
_pkgsourcename
}
-
${
pkgver
}
.tar.bz2"
"http://i3wm.org/downloads/
${
_pkgsourcename
}
-
${
pkgver
}
.tar.bz2.asc"
)
...
...
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