summaryrefslogtreecommitdiff
path: root/x11-plugins/wmappl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-10 18:05:22 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-10 18:05:22 +0000
commit17dcfeba22240edb3c54d96e319edf6c4bc008c3 (patch)
treebf7e044eef048853420208d083f77f7cd820e881 /x11-plugins/wmappl
parentf95eeaf7db6ca1bfbb34c05fdad9ed9bb603b1c8 (diff)
gentoo auto-resync : 10:03:2023 - 18:05:22
Diffstat (limited to 'x11-plugins/wmappl')
-rw-r--r--x11-plugins/wmappl/Manifest2
-rw-r--r--x11-plugins/wmappl/wmappl-0.71-r1.ebuild9
2 files changed, 9 insertions, 2 deletions
diff --git a/x11-plugins/wmappl/Manifest b/x11-plugins/wmappl/Manifest
index f3337693f6cd..046735e173f6 100644
--- a/x11-plugins/wmappl/Manifest
+++ b/x11-plugins/wmappl/Manifest
@@ -1,3 +1,3 @@
DIST wmappl-0.71.tar.gz 139219 BLAKE2B 0c28182608e446f1d65441ba57a86105a745b374b9e54c84d52bee58876097b83520a33a7413358ccf0d687696cee11541cbf6536c42442f85b64aae6e70b451 SHA512 dbcf1441960fd22b5436515c28c6870ff8400cfbe0b2aa4129ff1eaad6faeb5e0a3500b4c6f19b6ce3ea3dc8b52bc38a6fc591b93e6cb12e13d8447c3eb371d2
-EBUILD wmappl-0.71-r1.ebuild 450 BLAKE2B 20a01900d0fc019c3657f0ae92a2a405aa39c80e9539e61fd74e32d3eadeed23d1f0bf7be4c684ef883ee9109a5949f8cd3220d61fc88b3a61eead084244f7e1 SHA512 9c22b03b295a678f188a57ad98c8196a563d0237c65fce0e6e5994e23928e8f166ba7c45cdde2ff40871b09d281566d7a0a595871de531bb445870af400900c9
+EBUILD wmappl-0.71-r1.ebuild 510 BLAKE2B 06c883c1f82c32daefe0a30ed49d966bf124ec168ee774f9e2ec812d8ae7f6ef78089f8471640ac93e4c0c2a1c845b2fec523df26cc9da2b1b49aef61f7ef1f6 SHA512 03f11f386a282f25fbe4ab427d52ba468a778eed952d73295c8daf7cf29897b6bdc7be13fccc07bdf876f30f42e73d0130561a6c8387aa213e1fe057901630dd
MISC metadata.xml 329 BLAKE2B eff7003642a06249f536a9fdb9a839197ade97fb49313a294f4a4b99c1d356d8eb0afd91d859e52e92b4d2cab1ac47810921f1b24b5d63b179e5236bd203a207 SHA512 7afc7a92c30314360259664a747355d7773a94925f78855138d1345a0ecc5b2b485458e38992001388e4aa048d91e7dd3c6844dae968f3337171de9c84aded0a
diff --git a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
index 58df593547ac..185a037c7024 100644
--- a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
+++ b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit autotools
+
DESCRIPTION="Simple application launcher for the Window Maker dock"
HOMEPAGE="https://www.dockapps.net/wmappl"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -17,3 +19,8 @@ DEPEND="${RDEPEND}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
+
+src_prepare() {
+ default
+ eautoreconf
+}