diff options
Diffstat (limited to 'dbus/dunst')
-rwxr-xr-x | dbus/dunst/build | 17 | ||||
-rw-r--r-- | dbus/dunst/checksums | 1 | ||||
-rw-r--r-- | dbus/dunst/depends | 12 | ||||
-rw-r--r-- | dbus/dunst/meta | 3 | ||||
-rw-r--r-- | dbus/dunst/sources | 1 | ||||
-rw-r--r-- | dbus/dunst/version | 1 |
6 files changed, 0 insertions, 35 deletions
diff --git a/dbus/dunst/build b/dbus/dunst/build deleted file mode 100755 index 36e542cf..00000000 --- a/dbus/dunst/build +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -export DESTDIR="$1" - -mk() { - # No, I actually want to get the output, shellcheck, thank you very much. - # shellcheck disable=2181 - make \ - PREFIX=/usr \ - MANDIR=/usr/share \ - DESTDIR="$DESTDIR" \ - WAYLAND="$(cpt l wayland >/dev/null 2>&1; printf '%s' "$(($? == 0))")" \ - "$@" -} - -mk dunst dunstify -mk install diff --git a/dbus/dunst/checksums b/dbus/dunst/checksums deleted file mode 100644 index f126f8b2..00000000 --- a/dbus/dunst/checksums +++ /dev/null @@ -1 +0,0 @@ -cc7d801575f75e92b18d46ee5d3df80aaf331c88b83ec6caabbecf8636310e13 v1.6.1.tar.gz diff --git a/dbus/dunst/depends b/dbus/dunst/depends deleted file mode 100644 index 54679aa1..00000000 --- a/dbus/dunst/depends +++ /dev/null @@ -1,12 +0,0 @@ -cairo -dbus -freetype-harfbuzz -gdk-pixbuf -glib -libX11 -libXScrnSaver -libXext -libXinerama -libXrandr -libnotify -pango diff --git a/dbus/dunst/meta b/dbus/dunst/meta deleted file mode 100644 index 35db9e33..00000000 --- a/dbus/dunst/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: Lightweight notification daemon -license: BSD-3-Clause -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/dbus/dunst/sources b/dbus/dunst/sources deleted file mode 100644 index 65c166f4..00000000 --- a/dbus/dunst/sources +++ /dev/null @@ -1 +0,0 @@ -https://github.com/dunst-project/dunst/archive/v1.6.1.tar.gz diff --git a/dbus/dunst/version b/dbus/dunst/version deleted file mode 100644 index b109a380..00000000 --- a/dbus/dunst/version +++ /dev/null @@ -1 +0,0 @@ -1.6.1 1 |