diff options
author | 2024-10-29 15:05:07 +0100 | |
---|---|---|
committer | 2024-10-29 15:05:07 +0100 | |
commit | a7c94d652d427097e7cdd5d016570e937c7a604e (patch) | |
tree | 5f9e100281501bc8467f7f6b6dd1dbee2834dd2e /x11-misc | |
parent | media-sound/alsa-tools: drop 1.2.5-r1 (diff) | |
download | gentoo-a7c94d652d427097e7cdd5d016570e937c7a604e.tar.gz gentoo-a7c94d652d427097e7cdd5d016570e937c7a604e.tar.bz2 gentoo-a7c94d652d427097e7cdd5d016570e937c7a604e.zip |
x11-misc/trayer: drop 1.0-r4
Bug: https://bugs.gentoo.org/881081
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/trayer/trayer-1.0-r4.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-misc/trayer/trayer-1.0-r4.ebuild b/x11-misc/trayer/trayer-1.0-r4.ebuild deleted file mode 100644 index 5afa3ceb9eee..000000000000 --- a/x11-misc/trayer/trayer-1.0-r4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Lightweight GTK+ based systray for UNIX desktop" -HOMEPAGE="https://sourceforge.net/projects/fvwm-crystal/" -SRC_URI="https://sourceforge.net/projects/fvwm-crystal/files/${PN}/${PV}/${P}.tar.gz/download -> ${P}-sourceforge.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" - -RDEPEND="dev-libs/glib:2 - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/libX11" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-dont-include-gdk-pixbuf-xlib.patch - "${FILESDIR}"/${P}-dont-include-libXmu.patch - "${FILESDIR}"/${P}-as-needed-and-pre-stripped.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -src_compile() { - tc-export PKG_CONFIG - - emake "CC=$(tc-getCC)" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" -C systray - emake "CC=$(tc-getCC)" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" -} - -src_install() { - dobin trayer - doman "${FILESDIR}"/trayer.1 - einstalldocs -} |