diff --git a/notification-daemon-0.7.1-0.bee b/notification-daemon-0.7.1-0.bee deleted file mode 100755 index 0b617d4e5..000000000 --- a/notification-daemon-0.7.1-0.bee +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.galago-project.org/files/releases/source/notification-daemon/notification-daemon-0.4.0.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch - - sed -i -e "437s@,@);@;438d" src/capplet/notification-properties.c - -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} -