From 59c2499e0c9720169c9d5a02168c51c807a21467 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 14 May 2024 00:01:24 +0100 Subject: gentoo auto-resync : 14:05:2024 - 00:01:24 --- x11-plugins/wmbiff/Manifest | 3 +- x11-plugins/wmbiff/wmbiff-0.4.36-r1.ebuild | 45 ++++++++++++++++++++++++++++++ x11-plugins/wmbiff/wmbiff-0.4.36.ebuild | 9 ++++-- 3 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 x11-plugins/wmbiff/wmbiff-0.4.36-r1.ebuild (limited to 'x11-plugins/wmbiff') diff --git a/x11-plugins/wmbiff/Manifest b/x11-plugins/wmbiff/Manifest index d279e668f461..018568e08623 100644 --- a/x11-plugins/wmbiff/Manifest +++ b/x11-plugins/wmbiff/Manifest @@ -1,5 +1,6 @@ AUX wmbiff-0.4.27-invalid-strncpy.patch 816 BLAKE2B 8c9dec1bb64014c4d99dcfe0214f8b07bdada1945d5992e131d7ae8edd4d23041c1b3a73a5f9a7c5fb4ae76bd7769270e96be5fbf24a8aa740ca5430da6e7f8d SHA512 7881bfa7b1febb4aeba8f530aa5670fba3b8a688876c2eb5b316ae34f5eddf44e90ce00973c1df34c571e14c55573653485e94b6d17a253edd041aa13e7a2dba AUX wmbiff-0.4.36-ar.patch 357 BLAKE2B 974b8998f6dfa877e5f446d304b95cc99a071a047a2af54d4ebe946bcf165dd099452d0c43be50667af370d5faaf39e314f5df7dd9fd270225c1b72e65968313 SHA512 952545376eb91f37d2cd339bc7cd503f259d695a422c946f1b4f1e5398835df7c166052cdd8af1954647716d8a07fbabf27802f7ce77dc693313d3c45ee498b7 DIST wmbiff-0.4.36.tar.gz 266288 BLAKE2B 7f90ae23ff228ed775c4693beffb3e71930bc594083d75cbe25d9eb992cae3a35bc8d57699da53b034a19486846d05625dee607b0da38519ddfc50faac4cf6da SHA512 b8b14f9676ebd576f9e568bd59638c3000337713c6ef8cf5d7799ed0adea59d1ca1fe0d9c67ceb997814b1e6d26590a0c4052b1f031cee28601d7273bbd3fd23 -EBUILD wmbiff-0.4.36.ebuild 836 BLAKE2B 51aa7b699796556a77602c0568ecafd27ece0c56453a5e87b4629d0ce679d93def0cbefcc0dd0865f75670dcf45e40fc2c79ee94056159482dfa8a4e93b6db60 SHA512 af811a58193146df62d595ec2dd56677bbff573534eb234b6900492aa1b467e10cecddedae1b9555aca5e1f901f2bcb38ae52f9d5d15ad2a41291b54fe570469 +EBUILD wmbiff-0.4.36-r1.ebuild 984 BLAKE2B 0bd705f2812b2348a50c69f535bc1d8ad1981ea068e2ba1f52f6ffbe1e1673567d70d5a8f6b162fd5cc739189d119856545c9564726d77b4e6a8f514fb3f5d7d SHA512 3f143d8379e8a07aaae43136911eaae74cc96fb9d5456c63fa809e4d46a0837063973b3a9a3f8b95306eba68e338cc2d2a63ff4a562addea220e67730eeadb09 +EBUILD wmbiff-0.4.36.ebuild 981 BLAKE2B 34598e0eabdb68e4b004a14ce1f6bce6c5c5bf7fc6ab1494f88ef743380759730e1dccd834cb4c04d4cc2f156a1311ed6ec5eea86391b716b358ae46e6eefd14 SHA512 32d03aad06342e947dd3ea1eb15acace7602963e40812d48f141fdcd5b667df505ff545f18f5f41ea7ed3a3b7003e634b1aa4ddc3f1067a0223b7953795e1f54 MISC metadata.xml 250 BLAKE2B 3d69a837b82fe334630573d6bf123718a3eac254377bc2ca86a2268f210cbcef9922db631e91954bceacc28828b54ad567d0568a4df655545ac56a4a54151d76 SHA512 ee587c14474743ca118c5468d1cd04ce5e3533ea29550ae74a7d517f092c895fa18c7edc7e9ffe7757b62c214dda7abf5352ee838a6dbd7d1079d60d2762732f diff --git a/x11-plugins/wmbiff/wmbiff-0.4.36-r1.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.36-r1.ebuild new file mode 100644 index 000000000000..b877701251c6 --- /dev/null +++ b/x11-plugins/wmbiff/wmbiff-0.4.36-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit autotools flag-o-matic + +DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes" +HOMEPAGE="https://www.dockapps.net/wmbiff" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="crypt" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm + crypt? ( + >=dev-libs/libgcrypt-1.2.1:0 + >=net-libs/gnutls-2.2.0 + )" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="virtual/pkgconfig" + +DOCS="ChangeLog FAQ NEWS README TODO wmbiff/sample.wmbiffrc" +PATCHES=( + "${FILESDIR}"/${PN}-0.4.27-invalid-strncpy.patch + "${FILESDIR}"/${P}-ar.patch + ) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/864855 + # https://groups.google.com/g/wmaker-dev/c/Z9mU9x4qxs0 + filter-lto + + econf $(use_enable crypt crypto) +} diff --git a/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild index 7f44590d0960..a433a5c8d123 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.36.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes" HOMEPAGE="https://www.dockapps.net/wmbiff" @@ -36,5 +36,10 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/864855 + # https://groups.google.com/g/wmaker-dev/c/Z9mU9x4qxs0 + filter-lto + econf $(use_enable crypt crypto) } -- cgit v1.2.3