mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-22 03:30:17 +00:00
Update repo
This commit is contained in:
15
disabled-packages/gimp-lqr-plugin/build.sh
Normal file
15
disabled-packages/gimp-lqr-plugin/build.sh
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user