i3: update to 4.2.
This commit is contained in:
parent
a905adc613
commit
4a78b28769
3 changed files with 12 additions and 17 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'i3-devel'.
|
# Template file for 'i3-devel'.
|
||||||
#
|
#
|
||||||
depends="i3"
|
noarch=yes
|
||||||
|
depends="i3>=$version"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,3 +13,4 @@ libyajl.so.2
|
||||||
libev.so.4
|
libev.so.4
|
||||||
libpcre.so.0
|
libpcre.so.0
|
||||||
libstartup-notification-1.so.0
|
libstartup-notification-1.so.0
|
||||||
|
librt.so.1
|
||||||
|
|
|
@ -1,34 +1,29 @@
|
||||||
# Template file for 'i3'
|
# Template file for 'i3'
|
||||||
pkgname=i3
|
pkgname=i3
|
||||||
version=4.1
|
version=4.2
|
||||||
|
revision=1
|
||||||
homepage="http://i3wm.org/"
|
homepage="http://i3wm.org/"
|
||||||
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
revision=2
|
subpackages="${pkgname}-devel"
|
||||||
depends="i3status"
|
depends="i3status"
|
||||||
makedepends="pkg-config yajl-devel libxcb-devel xcb-proto xcb-util libev-devel flex asciidoc xmlto docbook-xml libXcursor-devel libX11-devel pcre-devel startup-notification-devel"
|
makedepends="which pkg-config yajl-devel libxcb-devel libev-devel flex asciidoc xmlto docbook-xml libXcursor-devel libX11-devel pcre-devel startup-notification-devel"
|
||||||
|
conf_files="/etc/i3/config"
|
||||||
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"
|
||||||
checksum=3b4f21d9bf66f8e4588521dfa706d8cc3fe1999976a55fb5a6c13a621a1455a0
|
checksum=e02c832820e8922a44e744e555294f8580c2f8e218c5c1029e52f1bde048732b
|
||||||
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
|
||||||
Source Software (FOSS) under the BSD license. i3 is primarily targeted at
|
Source Software (FOSS) under the BSD license. i3 is primarily targeted at
|
||||||
advanced users and developers."
|
advanced users and developers."
|
||||||
|
|
||||||
subpackages="${pkgname}-devel"
|
|
||||||
|
|
||||||
conf_files="/etc/i3/config"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs} && make ${makejobs} -C man
|
||||||
make ${makejobs} -C man
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make ${makejobs} DESTDIR=${DESTDIR} install
|
make ${makejobs} DESTDIR=${DESTDIR} install
|
||||||
vmkdir usr/share/man/man1
|
vmkdir usr/share/man/man1
|
||||||
cp ${wrksrc}/man/*.1 ${DESTDIR}/usr/share/man/man1
|
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue