From eefce8180538dec45d7385f8491fcb90d1f34b46 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 8 Nov 2021 16:25:30 +0100 Subject: [PATCH] libgweather: remove - part of GNOME - reinstall/update on demand --- libgweather-3.0.0-1.bee | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 libgweather-3.0.0-1.bee diff --git a/libgweather-3.0.0-1.bee b/libgweather-3.0.0-1.bee deleted file mode 100755 index 2291a5ae4..000000000 --- a/libgweather-3.0.0-1.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libgweather/${PKGVERSION[2]}/libgweather-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - -#SYSCONFDIR=/etc/gnome - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} -