From 2a16382734def44e6862283c5be42a42cecf52cd Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 29 Nov 2019 10:54:56 +0100 Subject: [PATCH] gtkspell: remove requires updates - lyx - gummi - bluefish - webkitgtk - pidgin - enchant removes also - enchant_compat plugged `libgtkspell.so.0.0.0` and `libenchant.so.1.6.0` into `/package/pkg/inkscape-0.92.4-0/.compatlibs/` other might follow. --- gtkspell-2.0.16-0.bee | 33 --------------------------------- scripts/remove-gtkspell.sh | 10 ++++++++++ 2 files changed, 10 insertions(+), 33 deletions(-) delete mode 100755 gtkspell-2.0.16-0.bee create mode 100755 scripts/remove-gtkspell.sh diff --git a/gtkspell-2.0.16-0.bee b/gtkspell-2.0.16-0.bee deleted file mode 100755 index 6cefcbc03..000000000 --- a/gtkspell-2.0.16-0.bee +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://gtkspell.sourceforge.net/download/gtkspell-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/scripts/remove-gtkspell.sh b/scripts/remove-gtkspell.sh new file mode 100755 index 000000000..11895fbb5 --- /dev/null +++ b/scripts/remove-gtkspell.sh @@ -0,0 +1,10 @@ +#!/bin/bash -x +bee update lyx +bee update gummi-0.6.6-2 +bee update bluefish-2.2.10 +bee remove webkitgtk-2.10.7-0.x86_64 +bee install webkitgtk-2.27.3 +bee update pidgin-2.13.0-3 +bee remove enchant_compat-1.6.0-0.x86_64 +bee update enchant +bee remove gtkspell-2.0.16-0.x86_64