diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index a23ad57fd7f..22f15f59504 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -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 diff --git a/srcpkgs/resynthesizer/template b/srcpkgs/resynthesizer/template deleted file mode 100644 index d0c717f8b57..00000000000 --- a/srcpkgs/resynthesizer/template +++ /dev/null @@ -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 " -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} -}