i3: update to 4.5.

This commit is contained in:
Juan RP 2013-03-12 23:54:30 +01:00
parent f98050bbd2
commit 9986e30d31
2 changed files with 7 additions and 11 deletions

View file

@ -1,11 +1,7 @@
# Template file for 'i3-devel'. # Template file for 'i3-devel'.
# #
noarch=yes noarch=yes
depends="i3>=$version" short_desc="${short_desc} - development files"
short_desc="${sourcepkg} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr

View file

@ -1,14 +1,14 @@
# Template file for 'i3' # Template file for 'i3'
pkgname=i3 pkgname=i3
version=4.4 version=4.5
revision=3 revision=1
subpackages="${pkgname}-devel" subpackages="${pkgname}-devel"
short_desc="Improved tiling window manager." short_desc="Improved tiling window manager"
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
license="BSD" license="BSD"
homepage="http://i3wm.org/" homepage="http://i3wm.org/"
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2" distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
checksum=99875749eab6d6f5a3058f3325532cd223a9fa22771a54c2fd06c0ded97f481b checksum=9ecd42bb17b16054b4925b16805034e0278774f2cfb9c421c392cabd17732ece
long_desc=" long_desc="
i3 is a tiling window manager, completely written from scratch. The target 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 platforms are GNU/Linux and BSD operating systems, our code is Free and Open
@ -17,9 +17,9 @@ long_desc="
depends="i3status rxvt-unicode dmenu" depends="i3status rxvt-unicode dmenu"
makedepends="which perl pkg-config pcre-devel>=8.30 yajl-devel libxcb-devel makedepends="which perl pkg-config pcre-devel>=8.30 yajl-devel libxcb-devel
libev-devel flex asciidoc xmlto docbook-xml libXcursor-devel libX11-devel libev-devel asciidoc xmlto libXcursor-devel pango-devel
xcb-util-devel>=0.3.9 xcb-util-keysyms-devel>=0.3.9 xcb-util-wm-devel>=0.3.9 xcb-util-devel>=0.3.9 xcb-util-keysyms-devel>=0.3.9 xcb-util-wm-devel>=0.3.9
startup-notification-devel>=0.12_3 pango-devel cairo-devel" startup-notification-devel>=0.12_3"
conf_files="/etc/i3/config /etc/i3/config.keycodes" conf_files="/etc/i3/config /etc/i3/config.keycodes"