diff --git a/x11-misc/deadd-notification-center-bin/deadd-notification-center-bin-2.1.1.ebuild b/x11-misc/deadd-notification-center-bin/deadd-notification-center-bin-2.1.1.ebuild new file mode 100644 index 0000000..167cc83 --- /dev/null +++ b/x11-misc/deadd-notification-center-bin/deadd-notification-center-bin-2.1.1.ebuild @@ -0,0 +1,26 @@ +# 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" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64" + +S=${WORKDIR} + +DEPEND=" + net-misc/wget +" + +pkg_setup() { + cd ${S} + wget https://github.com/phuhl/linux_notification_center/releases/download/${PV}/deadd-notification-center +} + +src_install() { + dobin deadd-notification-center +} diff --git a/x11-misc/deadd-notification-center/Manifest b/x11-misc/deadd-notification-center/Manifest deleted file mode 100644 index f5dd1b5..0000000 --- a/x11-misc/deadd-notification-center/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST master.zip 5568311 BLAKE2B 74103fbe80bcb19d7ba225de50794842f5cb2dfcecd3dbb6d90c4a2282c4a3a75c34505d8ed0c840b06caacef4aaca1bd5c6f2d0723dd4a4ad75bde0255b92f4 SHA512 a97376ee40e3e26ab419acc9bf61cbf65b607541d6e78b28e90fbe00289326cb78a33932cc0d05d61da5020557ee969826f62804e9a2e9118dd7d859819db6ab diff --git a/x11-misc/deadd-notification-center/deadd-notification-center-9999.ebuild b/x11-misc/deadd-notification-center/deadd-notification-center-9999.ebuild deleted file mode 100644 index a311c3b..0000000 --- a/x11-misc/deadd-notification-center/deadd-notification-center-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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/stack-bin - 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" -} diff --git a/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild b/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild index c9978ab..d9496d8 100644 --- a/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild +++ b/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild @@ -25,7 +25,7 @@ DEPEND=" RDEPEND=" ${DEPEND} x11-misc/polybar-dwm-module - x11-misc/deadd-notification-center + x11-misc/deadd-notification-center-bin x11-misc/rofi x11-terms/kitty "