gsimplecal-gtk2: fix license, other lint

This commit is contained in:
Colin Booth 2021-04-13 10:11:23 -07:00 committed by Piraty
parent 391e0ff911
commit 65531fc7ad
1 changed files with 5 additions and 4 deletions

View File

@ -1,20 +1,21 @@
# Template file for 'gsimplecal-gtk2'
pkgname=gsimplecal-gtk2
version=2.1
revision=3
revision=4
wrksrc="${pkgname%-*}-${version}"
build_style=gnu-configure
configure_args="--enable-gtk2"
makedepends="gtk+-devel"
hostmakedepends="automake pkg-config"
replaces="gsimplecal-gtk3>=0"
makedepends="gtk+-devel"
short_desc="Simple and lightweight GTK calendar"
maintainer="Jarbowski <jarbowski@gmail.com>"
license="BSD"
license="BSD-3-Clause"
homepage="http://dmedvinsky.github.io/gsimplecal/"
distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9"
replaces="gsimplecal-gtk3>=0"
pre_configure() {
./autogen.sh
}