Change deadd to a binary package
This commit is contained in:
@@ -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
|
||||||
|
}
|
@@ -1 +0,0 @@
|
|||||||
DIST master.zip 5568311 BLAKE2B 74103fbe80bcb19d7ba225de50794842f5cb2dfcecd3dbb6d90c4a2282c4a3a75c34505d8ed0c840b06caacef4aaca1bd5c6f2d0723dd4a4ad75bde0255b92f4 SHA512 a97376ee40e3e26ab419acc9bf61cbf65b607541d6e78b28e90fbe00289326cb78a33932cc0d05d61da5020557ee969826f62804e9a2e9118dd7d859819db6ab
|
|
@@ -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"
|
|
||||||
}
|
|
@@ -25,7 +25,7 @@ DEPEND="
|
|||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
x11-misc/polybar-dwm-module
|
x11-misc/polybar-dwm-module
|
||||||
x11-misc/deadd-notification-center
|
x11-misc/deadd-notification-center-bin
|
||||||
x11-misc/rofi
|
x11-misc/rofi
|
||||||
x11-terms/kitty
|
x11-terms/kitty
|
||||||
"
|
"
|
||||||
|
Reference in New Issue
Block a user