Skip to content
GitLab
Menu
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
067715f0
Commit
067715f0
authored
Aug 07, 2013
by
Thorsten Töpper
Browse files
upgpkg: i3-wm 4.6-1
parent
81535f39
Changes
1
Show whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
067715f0
...
...
@@ -2,14 +2,14 @@
pkgname
=
i3-wm
_pkgsourcename
=
i3
pkgver
=
4.
5.1
pkgver
=
4.
6
pkgrel
=
1
pkgdesc
=
"
An improved dynamic tiling window manager
"
pkgdesc
=
'
An improved dynamic tiling window manager
'
arch
=(
'i686'
'x86_64'
)
url
=
"
http://i3wm.org/
"
url
=
'
http://i3wm.org/
'
license
=(
'BSD'
)
replaces
=(
"
i3
"
"
i3bar
"
)
groups
=(
"
i3
"
)
replaces
=(
'
i3
'
'
i3bar
'
)
groups
=(
'
i3
'
)
depends
=(
'libxcursor'
'xcb-util-keysyms'
'xcb-util-wm'
'libev'
'yajl'
'startup-notification'
'pango'
'perl'
)
makedepends
=(
'bison'
'flex'
)
...
...
@@ -17,8 +17,10 @@ optdepends=('dmenu: As menu.'
'i3lock: For locking your screen.'
'i3status: To display systeminformation with a bar.'
)
options
=(
'docs'
'!strip'
)
source
=(
"http://i3wm.org/downloads/
${
_pkgsourcename
}
-
${
pkgver
}
.tar.bz2"
)
md5sums
=(
'a448388a9e26b7ae371534ff9f6ca353'
)
source
=(
"http://i3wm.org/downloads/
${
_pkgsourcename
}
-
${
pkgver
}
.tar.bz2"
"http://i3wm.org/downloads/
${
_pkgsourcename
}
-
${
pkgver
}
.tar.bz2.asc"
)
md5sums
=(
'11901176eea90632384434c371840cfd'
'SKIP'
)
build
()
{
cd
"
$srcdir
/
$_pkgsourcename
-
$pkgver
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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