diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-wm/wmii | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'x11-wm/wmii')
| -rw-r--r-- | x11-wm/wmii/Manifest | 1 | ||||
| -rw-r--r-- | x11-wm/wmii/files/wmii-3.9.2-libdir.patch | 12 | ||||
| -rw-r--r-- | x11-wm/wmii/files/wmii.desktop | 7 | ||||
| -rw-r--r-- | x11-wm/wmii/metadata.xml | 16 | ||||
| -rw-r--r-- | x11-wm/wmii/wmii-3.9.2-r8.ebuild | 86 |
5 files changed, 0 insertions, 122 deletions
diff --git a/x11-wm/wmii/Manifest b/x11-wm/wmii/Manifest deleted file mode 100644 index 6452712cc413..000000000000 --- a/x11-wm/wmii/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wmii+ixp-3.9.2.tbz 432032 BLAKE2B 176b0cee20de3bac6eb23584650fc9beed793cfce1b2af9d47fc7be675da094d90670e8566b1dce264a8715711aa0d3cd207d9b8ef243bd48343fd5fe3c645f7 SHA512 c75d6d3f80e2b263c8d7b9eb6d0e700a1ad642209fc0984908e9399d22372c6c0572f47ab61881d5d56c4cc4eeb2914a545f6af1bbb936b65848764577d75761 diff --git a/x11-wm/wmii/files/wmii-3.9.2-libdir.patch b/x11-wm/wmii/files/wmii-3.9.2-libdir.patch deleted file mode 100644 index a1d68fac1afa..000000000000 --- a/x11-wm/wmii/files/wmii-3.9.2-libdir.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://bugs.gentoo.org/832476 ---- a/config.mk -+++ b/config.mk -@@ -11,7 +11,7 @@ PREFIX = /usr/local - - # Includes and libs - INCLUDES = -I. -I$(ROOT)/include -I$(INCLUDE) -I/usr/include --LIBS = -L$(ROOT)/lib -L/usr/lib -+LIBS = -L$(LIBDIR) - - TERMINAL = xterm - diff --git a/x11-wm/wmii/files/wmii.desktop b/x11-wm/wmii/files/wmii.desktop deleted file mode 100644 index 45dc8235e17b..000000000000 --- a/x11-wm/wmii/files/wmii.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=wmii -Comment=window manager improved 2 -Exec=wmii -TryExec=wmii -Icon= -Type=Application diff --git a/x11-wm/wmii/metadata.xml b/x11-wm/wmii/metadata.xml deleted file mode 100644 index 20a10a39c4c4..000000000000 --- a/x11-wm/wmii/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - wmii is a dynamic window manager for X11. It is highly customizable and - usable with keyboard and mouse. It supports conventional, tabbed and - tiled window management and has a small memory footprint. It is highly - modularized and uses an inter-process communication interface which - conforms to the 9P2000 protocol introduced by the Plan 9 operating - system. - </longdescription> - <upstream> - <remote-id type="github">0intro/wmii</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-wm/wmii/wmii-3.9.2-r8.ebuild b/x11-wm/wmii/wmii-3.9.2-r8.ebuild deleted file mode 100644 index f800a69592fe..000000000000 --- a/x11-wm/wmii/wmii-3.9.2-r8.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic toolchain-funcs - -MY_P="wmii+ixp-${PV}" - -DESCRIPTION="A dynamic window manager for X11" -HOMEPAGE="https://github.com/0intro/wmii" -SRC_URI="https://dl.suckless.org/wmii/${MY_P}.tbz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" - -DEPEND=" - media-libs/freetype - >=sys-libs/libixp-0.5_p20110208-r3 - x11-libs/libXext - x11-libs/libXft - x11-libs/libXinerama - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libX11" -RDEPEND="${DEPEND} - media-fonts/font-misc-misc - x11-apps/xmessage - x11-apps/xsetroot" -BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -DOCS=( NEWS NOTES README TODO ) - -# Force dynamic linking, bug #273332 -MAKEOPTS="${MAKEOPTS} STATIC= -j1" - -PATCHES=( - "${FILESDIR}"/${PN}-3.9.2-libdir.patch -) - -src_prepare() { - default - - mywmiiconf=( - PREFIX=/usr - DOC=/usr/share/doc/${PF} - ETC=/etc - LIBDIR=/usr/$(get_libdir) - CC="$(tc-getCC) -c" - LD="$(tc-getCC)" - AR="$(tc-getAR) crs" - LIBIXP="${ESYSROOT}/usr/$(get_libdir)/libixp.so" - ) - - # Punt internal copy of sys-libs/libixp, bug #323037 - rm include/ixp{,_srvutil}.h || die - sed -i -e '/libixp/d' Makefile || die - - # bug #335083 - sed -i -e "/BINSH \!=/d" mk/hdr.mk || die - # bug #369115 - sed -i -e 's/-lXext/& -lXrender -lX11/' cmd/Makefile || die -} - -src_compile() { - append-flags -I"${ESYSROOT}"/usr/include/freetype2 - append-flags -fcommon - - emake "${mywmiiconf[@]}" -} - -src_install() { - emake "${mywmiiconf[@]}" DESTDIR="${D}" install - - exeinto /etc/X11/Sessions - newexe - ${PN} <<-EOF - #!/bin/sh - ${PN} - EOF - - insinto /usr/share/xsessions - doins "${FILESDIR}"/${PN}.desktop -} |
