-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zenobit
committed
Nov 14, 2023
1 parent
e9de7eb
commit 2dc5bfa
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,9 @@ pkgname=geany | |
version=2.0.0 | ||
revision=1 | ||
build_style=gnu-configure | ||
hostmakedepends="pkg-config libtool gettext-devel-tools automake autoconf python3-docutils" | ||
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]>" | ||
|