29 lines
794 B
Bash
29 lines
794 B
Bash
# Template file for 'gsimplecal-gtk3'
|
|
pkgname=gsimplecal-gtk3
|
|
version=2.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="gtk+3-devel"
|
|
short_desc="Simple and lightweight GTK calendar"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://dmedvinsky.github.io/gsimplecal/"
|
|
changelog="https://github.com/dmedvinsky/gsimplecal/raw/master/ChangeLog"
|
|
distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
|
|
checksum=f0be977de36fabc4da489698d2c06e64143572e53f166ab26e6055f6b36deae4
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
gsimplecal-gtk2_package() {
|
|
build_style=meta
|
|
depends="gsimplecal-gtk3>=${version}_${revision}"
|
|
short_desc+=" (transitional dummy package)"
|
|
}
|