Merge pull request #1449 from jarbowski/master

New package: gsimplecal-2.1
This commit is contained in:
Enno Boland 2015-04-28 22:28:12 +02:00
commit 4cab75513f
2 changed files with 39 additions and 0 deletions

View file

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

View file

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