Merge pull request #2535 from o1ux/jwm

jwm: update to 2.3.2, add jwm.desktop file.
This commit is contained in:
Enno Boland 2015-09-16 13:39:23 +02:00
commit d5db6d24c9
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=JWM
Comment=A lightweight window manger for the X11 Window System
Exec=/usr/bin/jwm
TryExec=/usr/bin/jwm
Type=XSession

View file

@ -1,6 +1,6 @@
# Template file for 'jwm'
pkgname=jwm
version=2.3.1
version=2.3.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -14,4 +14,8 @@ license="GPL-2"
conf_files="/etc/system.jwmrc"
homepage="http://joewing.net/projects/jwm"
distfiles="http://joewing.net/projects/jwm/releases/jwm-$version.tar.xz"
checksum=869ff5099841d8a2aba1539a82c670fe4082efc87ddb12bbd409f566cc50e953
checksum=92a3e66ceb847aac9fa09a24b16c93194f6c52e398f5a88f228b4986ea972c53
post_install() {
vinstall ${FILESDIR}/jwm.desktop 644 usr/share/xsessions
}