diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /x11-plugins/wmitime | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'x11-plugins/wmitime')
| -rw-r--r-- | x11-plugins/wmitime/Manifest | 1 | ||||
| -rw-r--r-- | x11-plugins/wmitime/metadata.xml | 14 | ||||
| -rw-r--r-- | x11-plugins/wmitime/wmitime-0.5-r1.ebuild | 29 |
3 files changed, 44 insertions, 0 deletions
diff --git a/x11-plugins/wmitime/Manifest b/x11-plugins/wmitime/Manifest new file mode 100644 index 000000000000..741c81951815 --- /dev/null +++ b/x11-plugins/wmitime/Manifest @@ -0,0 +1 @@ +DIST wmitime-0.5.tar.gz 15099 BLAKE2B 5e5197054d8dd716550235709b86bc4a6de707d04c61a9492e7dd7405dc0940cc2f3b637ce542059f549a512e19fd1b72047fbd4ad29de46c936d6c07af91daa SHA512 ae7d36eaf92e1a5f7481fc92685b87c2ee1092e73ed85450686b0c22e3502cd2ff82787a24bf396bf346d6e3bdb3950306fd237ea750c4ada87f0b56d3b23cab diff --git a/x11-plugins/wmitime/metadata.xml b/x11-plugins/wmitime/metadata.xml new file mode 100644 index 000000000000..342cdca5bd8d --- /dev/null +++ b/x11-plugins/wmitime/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> +</maintainer> + +<longdescription> +WMitime is an (overglorified) clock for the Windowmaker/Afterstep dock. It +displays standard 12/24 hour time and date, as well as Swatch's new internet +time. +</longdescription> +</pkgmetadata> diff --git a/x11-plugins/wmitime/wmitime-0.5-r1.ebuild b/x11-plugins/wmitime/wmitime-0.5-r1.ebuild new file mode 100644 index 000000000000..c6fb25531b12 --- /dev/null +++ b/x11-plugins/wmitime/wmitime-0.5-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit toolchain-funcs + +DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time" +HOMEPAGE="https://www.dockapps.net/wmitime" +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" + +RDEPEND=">=x11-libs/libdockapp-0.7:= + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND}" + +src_compile() { + emake CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +} + +src_install() { + emake DESTDIR="${D}" PREFIX=/usr install + einstalldocs +} |
