fvwm: update to 2.6.8.

This commit is contained in:
maxice8 2018-05-30 23:00:49 -03:00 committed by Leah Neukirchen
parent a1c9c219c8
commit d912557fda

View file

@ -1,24 +1,20 @@
# Template file for 'fvwm' # Template file for 'fvwm'
pkgname=fvwm pkgname=fvwm
version=2.6.7 version=2.6.8
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="libxslt pkg-config python" hostmakedepends="libxslt pkg-config python"
makedepends="fribidi-devel libXpm-devel librsvg-devel libXinerama-devel makedepends="fribidi-devel libXcursor-devel libXft-devel libXinerama-devel
libXcursor-devel libSM-devel libXt-devel libXft-devel libXpm-devel libXt-devel librsvg-devel perl readline-devel"
fontconfig-devel readline-devel perl"
depends="perl python" depends="perl python"
short_desc="An extremely powerful ICCCM-compliant window manager" short_desc="An extremely powerful ICCCM-compliant window manager"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2,custom" license="GPL-2.0-or-later, MIT"
homepage="http://fvwm.org/" homepage="http://fvwm.org/"
distfiles="https://github.com/fvwmorg/fvwm/releases/download/${version}/fvwm-${version}.tar.gz" distfiles="https://github.com/fvwmorg/fvwm/releases/download/${version}/fvwm-${version}.tar.gz"
checksum=01654d5abdcde6dac131cae9befe5cf6f01f9f7524d097c3b0f316e39f84ef73 checksum=fb36c9235d157411efb7383d09d7d4d25a90fe02d0b2b4f752ca4acc7e9bf341
nocross=yes nocross=yes
post_extract() {
sed -i 's/ -sf / -sfr /' default-config/Makefile.in
}
post_install() { post_install() {
vlicense COPYING vlicense COPYING
} }