i3: update to 4.6.
This commit is contained in:
parent
00ab5d5ca5
commit
6d58d243bb
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'i3'
|
||||
pkgname=i3
|
||||
version=4.5.1
|
||||
revision=3
|
||||
version=4.6
|
||||
revision=1
|
||||
short_desc="Improved tiling window manager"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="BSD"
|
||||
homepage="http://i3wm.org/"
|
||||
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=bae55f1c7c4a21d71aae182e4fab6038ba65ba4be5d1ceff9e269f4f74b823f2
|
||||
checksum=f5d2118441cec8b623d18610f3793c55df9da6af15b4df8523e86309096956e1
|
||||
long_desc="
|
||||
i3 is a tiling window manager, completely written from scratch. The target
|
||||
platforms are GNU/Linux and BSD operating systems, our code is Free and Open
|
||||
|
@ -20,10 +20,6 @@ makedepends="pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel
|
|||
xcb-util-devel>=0.3.9 xcb-util-keysyms-devel>=0.3.9 xcb-util-wm-devel>=0.3.9"
|
||||
|
||||
do_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
export PKG_CONFIG_PATH="$XBPS_CROSS_BASE/usr/lib/pkgconfig"
|
||||
export PKG_CONFIG_SYSROOT_DIR="$XBPS_CROSS_BASE"
|
||||
fi
|
||||
make CC="$CC" LD="$LD" CFLAGS="$CFLAGS" ${makejobs}
|
||||
make ${makejobs} -C man
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue