From ef6591323a3c8834328bfd19b77cdcb75234d383 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 28 Aug 2018 12:22:11 +0200 Subject: [PATCH] notification-daemon: Remove version 0.7.1 The notifications are not properly scaled in Xfce with a 4K display [1]. This is probably fixed in newer version, but as we use Xfce, use their notification daemon instead of the one from GNOME. [1]: https://bugzilla.xfce.org/show_bug.cgi?id=14618 --- notification-daemon-0.7.1-0.bee | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 notification-daemon-0.7.1-0.bee 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 -} -