jwm: update to 2.3.2, add jwm.desktop file.

This commit is contained in:
Alexander Mamay 2015-09-16 14:26:48 +06:00
parent 6813dcf592
commit 25791678aa
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
}