From 96618a72872be3890a34e576c988bff6be6f4bdc Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 25 Sep 2019 11:59:10 +0200 Subject: [PATCH] eog: remove eog-3.0.0 The picture viewer eog (Eye of Gnome) doesn't build anymore (error: gnome-doc-utils >= 0.3.2 not found). Similar functionality is found in the new geeqie-viewer. That's the one that shamelessly replaced gqview. Yes, it's an eye for an eye ... .) --- eog-3.0.0-0.bee | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 eog-3.0.0-0.bee diff --git a/eog-3.0.0-0.bee b/eog-3.0.0-0.bee deleted file mode 100755 index cfbcb99bc..000000000 --- a/eog-3.0.0-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.acc.umu.se/pub/GNOME/sources/eog/${PKGVERSION[2]}/eog-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -}