Add deadd-notification-center package

- Add deadd as dependency for dwm-flexipatch
This commit is contained in:
Sravan Balaji 2024-04-27 00:57:55 +00:00
parent a3fe996135
commit bd31586e22
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST master.zip 5568311 BLAKE2B 74103fbe80bcb19d7ba225de50794842f5cb2dfcecd3dbb6d90c4a2282c4a3a75c34505d8ed0c840b06caacef4aaca1bd5c6f2d0723dd4a4ad75bde0255b92f4 SHA512 a97376ee40e3e26ab419acc9bf61cbf65b607541d6e78b28e90fbe00289326cb78a33932cc0d05d61da5020557ee969826f62804e9a2e9118dd7d859819db6ab

View File

@ -0,0 +1,33 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A notification daemon and center"
HOMEPAGE="https://github.com/phuhl/linux_notification_center"
SRC_URI="https://github.com/phuhl/linux_notification_center/archive/refs/heads/master.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64"
S="${WORKDIR}/linux_notification_center-master"
DEPEND="
dev-haskell/call-stack
x11-libs/cairo
x11-libs/pango
dev-libs/gobject-introspection
gui-libs/gtk
"
RDEPEND=${DEPEND}
src_unpack() {
if [[ -n ${A} ]]; then
unpack ${A}
fi
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install || die "make install failed"
}

View File

@ -25,6 +25,7 @@ DEPEND="
RDEPEND="
${DEPEND}
x11-misc/polybar-dwm-module
x11-misc/deadd-notification-center
x11-misc/rofi
x11-terms/kitty
"