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
c5b6a363
Commit
c5b6a363
authored
Nov 12, 2016
by
Thorsten Töpper
Browse files
upgpkg: i3-wm 4.13-1
parent
c93c0554
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
c5b6a363
...
...
@@ -2,7 +2,7 @@
pkgname
=
i3-wm
_pkgsourcename
=
i3
pkgver
=
4.1
2
pkgver
=
4.1
3
pkgrel
=
1
pkgdesc
=
'An improved dynamic tiling window manager'
arch
=(
'i686'
'x86_64'
)
...
...
@@ -10,63 +10,41 @@ url='http://i3wm.org/'
license
=(
'BSD'
)
replaces
=(
'i3'
'i3bar'
)
groups
=(
'i3'
)
depends
=(
'xcb-util-cursor'
'xcb-util-keysyms'
'xcb-util-wm'
'
libev'
'yajl
'
'startup-notification'
'pango'
'libxkbcommon-x11'
)
depends
=(
'xcb-util-cursor'
'xcb-util-keysyms'
'xcb-util-wm'
'
xcb-util-xrm
'
'libev'
'yajl'
'startup-notification'
'pango'
'libxkbcommon-x11'
)
makedepends
=(
'bison'
'flex'
)
optdepends
=(
'dmenu: As menu.'
'i3lock: For locking your screen.'
'i3status: To display systeminformation with a bar.'
'perl: i3-save-tree and i3-dmenu-desktop'
'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"
)
md5sums
=(
'
3
08
fc79ed252e1f3c8a093598e13e326
'
md5sums
=(
'08
d17dcf1fde665a15f7d411486546ae
'
'SKIP'
)
validpgpkeys
=(
'424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D'
)
# Michael Stapelberg
build
()
{
cd
"
$srcdir
/
$_pkgsourcename
-
$pkgver
"
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
cd
${
CARCH
}
-pc-linux-gnu
# In order to avoid problems with bison use only a single process
MAKEFLAGS
=
"-j1"
make
make
CPPFLAGS+
=
"-U_FORTIFY_SOURCE"
}
package
()
{
cd
"
$srcdir
/
$_pkgsourcename
-
$pkgver
"
cd
"
$srcdir
/
$_pkgsourcename
-
$pkgver
/
${
CARCH
}
-pc-linux-gnu"
make
DESTDIR
=
"
$pkgdir
/"
install
install
-Dm644
man/i3.1
\
${
pkgdir
}
/usr/share/man/man1/i3.1
install
-Dm644
man/i3bar.1
\
${
pkgdir
}
/usr/share/man/man1/i3bar.1
install
-Dm644
man/i3-config-wizard.1
\
${
pkgdir
}
/usr/share/man/man1/i3-config-wizard.1
install
-Dm644
man/i3-input.1
\
${
pkgdir
}
/usr/share/man/man1/i3-input.1
install
-Dm644
man/i3-msg.1
\
${
pkgdir
}
/usr/share/man/man1/i3-msg.1
install
-Dm644
man/i3-migrate-config-to-v4.1
\
${
pkgdir
}
/usr/share/man/man1/i3-migrate-config-to-v4.1
install
-Dm644
man/i3-nagbar.1
\
${
pkgdir
}
/usr/share/man/man1/i3-nagbar.1
install
-Dm644
man/i3-dmenu-desktop.1
\
${
pkgdir
}
/usr/share/man/man1/i3-dmenu-desktop.1
install
-Dm644
man/i3-dump-log.1
\
${
pkgdir
}
/usr/share/man/man1/i3-dump-log.1
install
-Dm644
man/i3-sensible-editor.1
\
${
pkgdir
}
/usr/share/man/man1/i3-sensible-editor.1
install
-Dm644
man/i3-sensible-pager.1
\
${
pkgdir
}
/usr/share/man/man1/i3-sensible-pager.1
install
-Dm644
man/i3-sensible-terminal.1
\
${
pkgdir
}
/usr/share/man/man1/i3-sensible-terminal.1
mkdir
-p
"
${
pkgdir
}
/usr/share/man/man1/"
install
-m644
../man/
*
.1
"
${
pkgdir
}
/usr/share/man/man1/"
install
-Dm644
LICENSE
\
install
-Dm644
../
LICENSE
\
${
pkgdir
}
/usr/share/licenses/
${
pkgname
}
/LICENSE
make clean
}
# vim:set ts=2 sw=2 et:
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