gsimplecal-gtk3: fix license, other lint

This commit is contained in:
Colin Booth 2021-04-13 10:44:15 -07:00 committed by Piraty
parent f91a6e0daf
commit a1e232b4b3
1 changed files with 5 additions and 4 deletions

View File

@ -1,19 +1,20 @@
# Template file for 'gsimplecal-gtk3'
pkgname=gsimplecal-gtk3
version=2.1
revision=3
revision=4
wrksrc="${pkgname%-*}-${version}"
build_style=gnu-configure
makedepends="gtk+3-devel"
hostmakedepends="automake pkg-config"
replaces="gsimplecal-gtk2>=0"
makedepends="gtk+3-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-gtk2>=0"
pre_configure() {
./autogen.sh
}