diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-18 03:37:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-18 03:37:56 +0300 |
commit | e8ff314ea60b4f443782a8cb5b87621a58cadf25 (patch) | |
tree | ba31a6b1a1986cf2234a5e175b6f1a6cb76c873d /dbus | |
parent | 47ac5db705f4ac596101a7d9c418473a5956577f (diff) | |
download | repository-e8ff314ea60b4f443782a8cb5b87621a58cadf25.tar.gz |
dunst: add new package at 1.5.0
Diffstat (limited to 'dbus')
-rwxr-xr-x | dbus/dunst/build | 15 | ||||
-rw-r--r-- | dbus/dunst/checksums | 1 | ||||
-rw-r--r-- | dbus/dunst/depends | 12 | ||||
-rw-r--r-- | dbus/dunst/sources | 1 | ||||
-rw-r--r-- | dbus/dunst/version | 1 |
5 files changed, 30 insertions, 0 deletions
diff --git a/dbus/dunst/build b/dbus/dunst/build new file mode 100755 index 00000000..66d8cd45 --- /dev/null +++ b/dbus/dunst/build @@ -0,0 +1,15 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +mk() { + 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 new file mode 100644 index 00000000..9ae8f804 --- /dev/null +++ b/dbus/dunst/checksums @@ -0,0 +1 @@ +2c390adf144b5fa0ff007ea3616c90f1bb537df6a8042196993f5585d1bc8c9a v1.5.0.tar.gz diff --git a/dbus/dunst/depends b/dbus/dunst/depends new file mode 100644 index 00000000..54679aa1 --- /dev/null +++ b/dbus/dunst/depends @@ -0,0 +1,12 @@ +cairo +dbus +freetype-harfbuzz +gdk-pixbuf +glib +libX11 +libXScrnSaver +libXext +libXinerama +libXrandr +libnotify +pango diff --git a/dbus/dunst/sources b/dbus/dunst/sources new file mode 100644 index 00000000..2bc0c726 --- /dev/null +++ b/dbus/dunst/sources @@ -0,0 +1 @@ +https://github.com/dunst-project/dunst/archive/v1.5.0.tar.gz diff --git a/dbus/dunst/version b/dbus/dunst/version new file mode 100644 index 00000000..104216de --- /dev/null +++ b/dbus/dunst/version @@ -0,0 +1 @@ +1.5.0 1 |