mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
WindowMaker: update to 0.96.0
This commit is contained in:
parent
508e3123ac
commit
ce7e771a0d
1 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'WindowMaker'
|
# Template file for 'WindowMaker'
|
||||||
pkgname=WindowMaker
|
pkgname=WindowMaker
|
||||||
version=0.95.9
|
version=0.96.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-xinerama --localedir=/usr/share/locale
|
configure_args="--enable-xinerama --localedir=/usr/share/locale
|
||||||
--enable-usermenu --enable-modelock --enable-xrandr --enable-wmreplace
|
--enable-usermenu --enable-modelock --enable-xrandr --enable-wmreplace
|
||||||
|
@ -19,9 +19,12 @@ conf_files="
|
||||||
short_desc="X11 window manager with a NEXTSTEP look and feel"
|
short_desc="X11 window manager with a NEXTSTEP look and feel"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, WTFPL"
|
license="GPL-2.0-or-later, WTFPL"
|
||||||
homepage="http://www.windowmaker.org/"
|
homepage="https://www.windowmaker.org/"
|
||||||
distfiles="http://windowmaker.org/pub/source/release/${pkgname}-${version}.tar.gz"
|
changelog="http://www.windowmaker.org/news/"
|
||||||
checksum=f22358ff60301670e1e2b502faad0f2da7ff8976632d538f95fe4638e9c6b714
|
distfiles="https://github.com/window-maker/wmaker/releases/download/wmaker-${version}/WindowMaker-${version}.tar.gz"
|
||||||
|
checksum=4fe130ba23cf4aa21c156ec8f01f748df537d0604ec06c6bbcec896df1926f6d
|
||||||
|
# tests various things against documentation, doesn't make sense to run
|
||||||
|
make_check=no
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue