Update repo

This commit is contained in:
termux-pacman-bot
2025-06-26 09:40:22 +00:00
parent 0886f5b383
commit 3679a16269

View File

@@ -0,0 +1,15 @@
# Origin Repo: x11-packages
TERMUX_PKG_HOMEPAGE=https://github.com/carlobaldassi/gimp-lqr-plugin
TERMUX_PKG_DESCRIPTION="LiquidRescale plug-in for seam carving in GIMP"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.7.2
TERMUX_PKG_SRCURL=https://github.com/carlobaldassi/gimp-lqr-plugin/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a01ffdfc04e97167413b4bb11516d3bad28dadb84bbfacb5e6ed21959483ebe1
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_DEPENDS="gdk-pixbuf, gimp, glib, gtk2, liblqr"
termux_step_pre_configure() {
CFLAGS+=" -fcommon"
}