From 17f7096da03359c96080f7c7af85a855131030c4 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 18 Apr 2024 03:22:14 -0400 Subject: [PATCH] resynthesizer: remove does not support gimp 3 WIP gimp 3 port: https://github.com/bootchk/resynthesizer/issues/135 can be restored when released. --- srcpkgs/removed-packages/template | 1 + srcpkgs/resynthesizer/template | 26 -------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 srcpkgs/resynthesizer/template diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 79165faef02..2ef61f865b4 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -801,6 +801,7 @@ replaces=" reminiscence<=0.4.6_1 rest0-devel<=0.8.1_1 rest0<=0.8.1_1 + resynthesizer<=2.0.3+1_1 rkt-stage1-coreos<=1.30.0_3 rkt-stage1-fly<=1.30.0_3 rkt<=1.30.0_3 diff --git a/srcpkgs/resynthesizer/template b/srcpkgs/resynthesizer/template deleted file mode 100644 index a58b0eec995..00000000000 --- a/srcpkgs/resynthesizer/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'resynthesizer' -pkgname=resynthesizer -version=2.0.3+1 -revision=1 -_commit=701e890d1d456e215e05daa7b4a88f5d9c6c03b3 -build_style=gnu-configure -hostmakedepends="automake intltool pkg-config" -makedepends="gimp-devel glib-devel gettext-devel" -short_desc="Suite of gimp plugins for texture healing and synthesis" -maintainer="CoolOhm " -license="GPL-2.0-or-later" -# FIXME: when gimp 3 is available, switch back to bootchk upstream -#homepage="https://github.com/bootchk/resynthesizer" -#distfiles="https://github.com/bootchk/resynthesizer/archive/refs/tags/v${version}.tar.gz" -homepage="https://github.com/itr-tert/gimp-resynthesizer-scm" -distfiles="https://github.com/itr-tert/gimp-resynthesizer-scm/archive/${_commit}.tar.gz" -checksum=298286386466fbd6d2da06f8a920c6e6e313db7ca0a094a36a355978a64cefc0 - -if [ "$CROSS_BUILD" ];then - hostmakedepends+=" glib-devel gettext-devel" - AUTOGEN_CONFIGURE_ARGS+=" --host=${XBPS_MACHINE%-musl} --build=${XBPS_CROSS_TRIPLET}" -fi - -pre_configure() { - ./autogen.sh ${AUTOGEN_CONFIGURE_ARGS} -}