summaryrefslogtreecommitdiff
path: root/x11-plugins/wmweather
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-19 23:10:29 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-19 23:10:29 +0100
commit318828e81fe6707ce5a64e6a59a76d4c0ca709f8 (patch)
treecc4b7818f7960cb193ad2bf7f7defe71adb3ee47 /x11-plugins/wmweather
parent590c04803f88a968b4a750c0f420eb314e1fe968 (diff)
gentoo auto-resync : 19:09:2023 - 23:10:29
Diffstat (limited to 'x11-plugins/wmweather')
-rw-r--r--x11-plugins/wmweather/Manifest1
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.7-r1.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/x11-plugins/wmweather/Manifest b/x11-plugins/wmweather/Manifest
index b0099e89f544..4a5c8578c8b5 100644
--- a/x11-plugins/wmweather/Manifest
+++ b/x11-plugins/wmweather/Manifest
@@ -1,4 +1,5 @@
AUX wmweather-2.4.7-fno-common.patch 806 BLAKE2B f3cdb2969771cfa0db7f7cf41d3d57b32eb22efe3ea337e627649ee104c158ef02452b25807eb38d9541577af418d8a2064be96b419b2298d50f1293ed518545 SHA512 e8e19532f2040ee299c8282b44b75e419e13dc43aafdb9d039d869b93cc033fa79159adf13cce8af49ba81681ca6a4cc23e0b7c7d18b2e68f86135cbe00d1626
DIST wmweather_2.4.7.orig.tar.gz 86220 BLAKE2B 55eeab40bb4cdb30d8e82b801728e7d0b8a32f741769e098b6d61ba087af27ed8401391853f53e7f06e616d5a99e6f38714c438b9e66765c1159c07f6d324d12 SHA512 d9d0c46e85a24aaa278aa75e0fcd51fc417c3c094d9e69c5820a288955c3ebdde21a24b26964824d9275a41ec053e3d942b185b24088d806e033e311e6e09108
+EBUILD wmweather-2.4.7-r1.ebuild 746 BLAKE2B fe66e18445edc42555154f828182899ba5124276e3467321126f89d4d9d15a633f67c5cda1bd2248d1a88e4bd0689cfe5a1dc71c15d89989fc77fdab87683aba SHA512 e3ae82d944908bfae46bcb66747bf71abd33c765d057797803c44ac0efe622a4b91c5cb9b4a29f80b190e64718b0cdca6fe76bf098c10406b355fa3d76e28d8c
EBUILD wmweather-2.4.7.ebuild 751 BLAKE2B dfdf41717061c19f865a201fb6c7ac69fa80ebf02f5a8c8fe5dbfdbabb078a15e42b5cf7ffcba757807c1d8c7b5951a98058abc994422f5898e92c50c95e1c26 SHA512 364d700eae4a35041afd5f12646a384dec33a042ce770bc706b0f4e2a1c5c16114223f8dcba25e0fd69534ccf8c990d8e34326a078ae8616e02123ab05a8fa3b
MISC metadata.xml 625 BLAKE2B 06840817df7fc1fcb16c43ad61c21cb61017cb8d74165d020389a864d92fc7397f101101785f40f9299b8a081235bf27db4ca49a3ac975b83ad71cbc80d92320 SHA512 efc608dd6eb653185f91620d788053e55afe041d6c767df09547a947585eedc2ed3b8b896bfeb53d9772806a30121c083b952135c7a1d82d16e5e07e257ea6a8
diff --git a/x11-plugins/wmweather/wmweather-2.4.7-r1.ebuild b/x11-plugins/wmweather/wmweather-2.4.7-r1.ebuild
new file mode 100644
index 000000000000..c8f8ee534cc3
--- /dev/null
+++ b/x11-plugins/wmweather/wmweather-2.4.7-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Dockable weather monitor for standard METAR stations using ICAO location"
+HOMEPAGE="https://people.debian.org/~godisch/wmweather/"
+SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
+S="${WORKDIR}/${P}/src"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm
+ x11-libs/libICE
+ x11-apps/xmessage
+ net-misc/curl"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+DOCS=(
+ "${WORKDIR}"/${P}/CHANGES
+ "${WORKDIR}"/${P}/README
+ )
+
+src_prepare() {
+ default
+
+ pushd "${WORKDIR}"/${P} || die
+ eapply "${FILESDIR}"/${P}-fno-common.patch
+}