From 8266ee756f0ee2adb9441205c616979719d5ba6d Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Fri, 22 Nov 2019 12:44:23 +0100 Subject: [PATCH] libgweather: remove has only impact on `/usr/lib/gnome-shell/gnome-shell-calendar-server` which will be 'NEXT!' --- 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 -} -