diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-01-20 23:56:57 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-01-20 23:57:57 +0100 |
commit | cdb63fa7950ea04f0d1fe6e7439f6b43b5281441 (patch) | |
tree | 24da76b7736fcbfc7457d4bffc58a5389a4305d5 /x11-misc/dunst | |
parent | x11-misc/dunst: amd64 stable (diff) | |
download | gentoo-cdb63fa7950ea04f0d1fe6e7439f6b43b5281441.tar.gz gentoo-cdb63fa7950ea04f0d1fe6e7439f6b43b5281441.tar.bz2 gentoo-cdb63fa7950ea04f0d1fe6e7439f6b43b5281441.zip |
x11-misc/dunst: drop 1.6.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc/dunst')
-rw-r--r-- | x11-misc/dunst/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/dunst/dunst-1.6.1.ebuild | 60 | ||||
-rw-r--r-- | x11-misc/dunst/files/dunst-1.6.1-no-Os.patch | 13 |
3 files changed, 0 insertions, 74 deletions
diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest index c50981ddcceb..52a62bb405e6 100644 --- a/x11-misc/dunst/Manifest +++ b/x11-misc/dunst/Manifest @@ -1,2 +1 @@ -DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907 SHA512 079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96 DIST dunst-1.7.3.tar.gz 4596283 BLAKE2B dff61659b777a92cd2add9b15551a7fa471eb9adda47b31bd48d6b20a34192f3f9e7147a4249047f6993a595d0d0cf9895d9a7cc84f5bbc64972f4e111e924ad SHA512 e8bd8555bd9ea3dc5ae85c2459ad1fa29bbc5d575346381e828fc6efd618db1e87c40b4fceeb89aef83bb7f5df6b246d8a354ce8b13ec549f3452cb32c918d62 diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild b/x11-misc/dunst/dunst-1.6.1.ebuild deleted file mode 100644 index fb0a1988036b..000000000000 --- a/x11-misc/dunst/dunst-1.6.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit systemd toolchain-funcs - -DESCRIPTION="Customizable and lightweight notification-daemon" -HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/dunst-project/dunst" -else - SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="test wayland" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-libs/glib:2 - sys-apps/dbus - x11-libs/cairo[X,glib] - x11-libs/gdk-pixbuf - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXinerama - x11-libs/libXrandr - x11-libs/libnotify - x11-libs/pango[X] - wayland? ( dev-libs/wayland ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-lang/perl - virtual/pkgconfig - wayland? ( dev-libs/wayland-protocols ) -" - -PATCHES=( "${FILESDIR}"/${PN}-1.6.1-no-Os.patch ) - -src_configure() { - tc-export CC PKG_CONFIG - default -} - -src_compile() { - emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 - sed -e "s|##PREFIX##|${EPREFIX}/usr|" \ - dunst.systemd.service.in > dunst.service || die -} - -src_install() { - emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \ - DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - systemd_douserunit dunst.service -} diff --git a/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch b/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch deleted file mode 100644 index 90a1de94de95..000000000000 --- a/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/config.mk b/config.mk -index 54426a7..2e18031 100644 ---- a/config.mk -+++ b/config.mk -@@ -36,7 +36,7 @@ endif - - # flags - DEFAULT_CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\" --DEFAULT_CFLAGS = -g --std=gnu99 -pedantic -Wall -Wno-overlength-strings -Os ${STATIC} ${ENABLE_WAYLAND} -+DEFAULT_CFLAGS = --std=gnu99 -pedantic -Wall -Wno-overlength-strings ${STATIC} ${ENABLE_WAYLAND} - DEFAULT_LDFLAGS = -lm -lrt - - CPPFLAGS_DEBUG := -DDEBUG_BUILD |