diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /x11-plugins/wmSun | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'x11-plugins/wmSun')
| -rw-r--r-- | x11-plugins/wmSun/Manifest | 1 | ||||
| -rw-r--r-- | x11-plugins/wmSun/metadata.xml | 14 | ||||
| -rw-r--r-- | x11-plugins/wmSun/wmSun-1.06.ebuild | 33 |
3 files changed, 48 insertions, 0 deletions
diff --git a/x11-plugins/wmSun/Manifest b/x11-plugins/wmSun/Manifest new file mode 100644 index 000000000000..3847000e24e4 --- /dev/null +++ b/x11-plugins/wmSun/Manifest @@ -0,0 +1 @@ +DIST wmsun-1.06.tar.gz 20127 BLAKE2B 29321a11e652d90b62eea54c0db30154f65a1b7f9b9c1638784888fdf17205d4fb2976f39c47508b1822492ceea46fc12df5fc4739d5c1db5f6bdbc0f8018ab3 SHA512 475ebbce615b7b0ba24994654a8cd1e1429bda02d0b95522e8998c2be6ee11830c16be913e295cd77886fe51ac95801cc84c3ff4eb160c70d173e80e43af70ca diff --git a/x11-plugins/wmSun/metadata.xml b/x11-plugins/wmSun/metadata.xml new file mode 100644 index 000000000000..678d138768a7 --- /dev/null +++ b/x11-plugins/wmSun/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> + </maintainer> + <longdescription> + wmSun shows rise/set times for the Sun. The user needs to supply his/her + latitude and longitude. wmSun works for all latitudes (when Sun does not rise + or set, a --:-- is shown for the relevant entry). + </longdescription> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/x11-plugins/wmSun/wmSun-1.06.ebuild b/x11-plugins/wmSun/wmSun-1.06.ebuild new file mode 100644 index 000000000000..7dc487d6a6b1 --- /dev/null +++ b/x11-plugins/wmSun/wmSun-1.06.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit toolchain-funcs + +MY_P=${P/S/s} +DESCRIPTION="dockapp which displays the rise/set time of the sun" +HOMEPAGE="https://www.dockapps.net/wmsun" +SRC_URI="https://www.dockapps.net/download/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~mips ~ppc ~sparc x86" + +RDEPEND=">=x11-libs/libdockapp-0.7:= + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +DOCS=( BUGS README TODO ) +S="${WORKDIR}/${MY_P}" + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" +} + +src_install() { + emake DESTDIR="${D}" PREFIX=/usr install + einstalldocs +} |
