resynthesizer: remove package

depends on gimp-python, which is being removed
This commit is contained in:
classabbyamp 2023-05-15 12:22:43 -04:00 committed by classabbyamp
parent 89055f817b
commit 71b17f8639
2 changed files with 1 additions and 25 deletions

View File

@ -605,6 +605,7 @@ replaces="
raul<=0.8.0_6
redkite<=1.3.1_1
reminiscence<=0.4.6_1
resynthesizer<=2.0.3_1
rkt-stage1-coreos<=1.30.0_3
rkt-stage1-fly<=1.30.0_3
rkt<=1.30.0_3

View File

@ -1,25 +0,0 @@
# Template file for 'resynthesizer'
pkgname=resynthesizer
version=2.0.3
revision=1
build_style=gnu-configure
hostmakedepends="automake intltool pkg-config"
makedepends="gimp-devel glib-devel gettext-devel"
depends="gimp-python"
short_desc="Suite of gimp plugins for texture healing and synthesis"
maintainer="CoolOhm <micvlas@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/bootchk/resynthesizer"
distfiles="https://github.com/bootchk/resynthesizer/archive/v${version}.tar.gz"
checksum=798678095c34b101c880eb350b31e9a6ff9748707d6ad9063cdee26c38016450
python_version=2 #unverified
if [ "$CROSS_BUILD" ];then
hostmakedepends+=" glib-devel gettext-devel"
AUTOGEN_CONFIGURE_ARGS+=" --host=${XBPS_MACHINE} --build=${XBPS_CROSS_TRIPLET}"
fi
pre_configure() {
./autogen.sh ${AUTOGEN_CONFIGURE_ARGS}
}