diff --git a/srcpkgs/galculator-gtk2/template b/srcpkgs/galculator-gtk2/template new file mode 100644 index 0000000000..8f3258b9a0 --- /dev/null +++ b/srcpkgs/galculator-gtk2/template @@ -0,0 +1,18 @@ +# Template file for 'galculator' + +pkgname="galculator-gtk2" +version="2.1.3" +revision=1 +wrksrc="${pkgname%-*}-${version}" +build_style=gnu-configure +configure_args="--disable-gtk3" +depends="gtk-update-icon-cache" +makedepends="gtk+-devel" +hostmakedepends="intltool pkg-config" +conflicts="galculator-gtk3>=0" +short_desc="GTK+ based scientific calculator" +maintainer="Aaditya Bagga " +license="GPL-2" +homepage="galculator.sourceforge.net" +distfiles="${SOURCEFORGE_SITE}/${pkgname%-*}/${pkgname%-*}-${version}.tar.bz2" +checksum="91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235" diff --git a/srcpkgs/galculator-gtk3/template b/srcpkgs/galculator-gtk3/template new file mode 100644 index 0000000000..d3916f5917 --- /dev/null +++ b/srcpkgs/galculator-gtk3/template @@ -0,0 +1,17 @@ +# Template file for 'galculator' + +pkgname="galculator-gtk3" +version="2.1.3" +revision=1 +wrksrc="${pkgname%-*}-${version}" +build_style=gnu-configure +depends="gtk-update-icon-cache" +makedepends="gtk+3-devel" +hostmakedepends="intltool pkg-config" +conflicts="galculator-gtk2>=0" +short_desc="GTK+ based scientific calculator" +maintainer="Aaditya Bagga " +license="GPL-2" +homepage="galculator.sourceforge.net" +distfiles="${SOURCEFORGE_SITE}/${pkgname%-*}/${pkgname%-*}-${version}.tar.bz2" +checksum="91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235"