mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gsimplecal-gtk3: fix license, other lint
This commit is contained in:
parent
f91a6e0daf
commit
a1e232b4b3
1 changed files with 5 additions and 4 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'gsimplecal-gtk3'
|
# Template file for 'gsimplecal-gtk3'
|
||||||
pkgname=gsimplecal-gtk3
|
pkgname=gsimplecal-gtk3
|
||||||
version=2.1
|
version=2.1
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="${pkgname%-*}-${version}"
|
wrksrc="${pkgname%-*}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="gtk+3-devel"
|
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
replaces="gsimplecal-gtk2>=0"
|
makedepends="gtk+3-devel"
|
||||||
short_desc="Simple and lightweight GTK calendar"
|
short_desc="Simple and lightweight GTK calendar"
|
||||||
maintainer="Jarbowski <jarbowski@gmail.com>"
|
maintainer="Jarbowski <jarbowski@gmail.com>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://dmedvinsky.github.io/gsimplecal/"
|
homepage="http://dmedvinsky.github.io/gsimplecal/"
|
||||||
distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
|
||||||
checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9"
|
checksum="660cac7333d3507203a008e142e2b8f5dfcf0735b6ccabdd8d3d902b5d2c40e9"
|
||||||
|
|
||||||
|
replaces="gsimplecal-gtk2>=0"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue