Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gummi: update to 0.8.1 #25788

Merged
merged 1 commit into from Oct 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 8 additions & 6 deletions srcpkgs/gummi/template
@@ -1,16 +1,18 @@
# Template file for 'gummi'
pkgname=gummi
version=0.6.6
revision=4
version=0.8.1
revision=1
build_style=gnu-configure
hostmakedepends="automake intltool pkg-config glib-devel gtk+-devel gettext-devel"
makedepends="gtksourceview2-devel glib-devel poppler-glib-devel gtkspell-devel gettext-devel"
hostmakedepends="automake intltool pkg-config glib-devel gtk+3-devel gettext-devel"
makedepends="gtksourceview-devel glib-devel gtk+3-devel poppler-glib-devel
gtkspell3-devel gettext-devel texlive-devel"
short_desc="Simple LaTeX editor"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="https://github.com/alexandervdm/gummi/"
distfiles="https://github.com/alexandervdm/gummi/archive/${version}.tar.gz"
checksum=4119341d6556d82f4b8ce08ad67b6f92c1d9ad1fbad789b7faa7b2d38b7299da
changelog="https://raw.githubusercontent.com/alexandervdm/gummi/master/ChangeLog"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=061c417c8078e40c220ec891e662c9b267f67a58461eb578d3cbbb1e224294f2

pre_configure() {
autoreconf -fi
Expand Down