Skip to content

Commit

Permalink
geany: update to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenobit authored and zen0bit committed Jan 10, 2024
1 parent efc8124 commit a24da9c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions srcpkgs/geany/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# Template file for 'geany'
pkgname=geany
version=1.38
version=2.0.0
revision=1
build_style=gnu-configure
configure_args="--enable-vte --enable-gtk3"
hostmakedepends="pkg-config libtool intltool"
makedepends="gtk+3-devel"
configure_args="--host=${arch}"
hostmakedepends="pkg-config automake autoconf intltool libtool python3-docutils gettext-devel-tools"
makedepends="gtk+3-devel libglib-devel"
depends="hicolor-icon-theme desktop-file-utils"
short_desc="Fast and lightweight IDE"
maintainer="Benjamín Albiñana <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://www.geany.org"
changelog="https://raw.githubusercontent.com/geany/geany/master/NEWS"
distfiles="https://download.${pkgname}.org/${pkgname}-${version}.tar.bz2"
checksum=abff176e4d48bea35ee53037c49c82f90b6d4c23e69aed6e4a5ca8ccd3aad546
python_version=3
distfiles="https://github.com/geany/geany/archive/refs/tags/${version}.tar.gz"
checksum=a744ab9ae3e58b371de4b50990c44227c499f82e2a8ee6753307ef107748e4df

pre_configure() {
./autogen.sh
}

geany-devel_package() {
depends="libglib-devel gtk+3-devel ${sourcepkg}>=${version}_${revision}"
Expand Down

0 comments on commit a24da9c

Please sign in to comment.