diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-12-08 21:16:36 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-12-08 21:16:36 +0000 |
commit | 750f865355947c40a4b93cd7a5db23eebc4e5080 (patch) | |
tree | d09084ef3a0baa1b4e6adbdbb4e85abc21f6650f /x11-misc/xdotool | |
parent | c51985271f4c8e0bc79728c6cecf15d6b6515914 (diff) |
gentoo auto-resync : 08:12:2022 - 21:16:36
Diffstat (limited to 'x11-misc/xdotool')
-rw-r--r-- | x11-misc/xdotool/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/xdotool/xdotool-3.20211022.1.ebuild | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xdotool/Manifest b/x11-misc/xdotool/Manifest index 1ec574a84474..e897bab3d853 100644 --- a/x11-misc/xdotool/Manifest +++ b/x11-misc/xdotool/Manifest @@ -1,5 +1,5 @@ AUX xdotool-3.20210804.2-no_hardcoded_pkg-config.patch 1073 BLAKE2B 570221beabbad51f324bded0398afd68e9d3d4f30216b7a643dc9f8c76163721bd32778137fd322faffc2edafbc63d10cc036ec5311496b24410c737735f6482 SHA512 cb206c2b708835d8f3c656778edb07f08faafe3f9c1b407526e45321dc44b59981617b0c7b96865d6c1b968c855d40c0302ce888e8a1f57719b87ee9e774449e AUX xdotool-3.20210804.2-no_ldconfig.patch 493 BLAKE2B 044f6896b2f1279795a4263107309886518698125a818522a771374f3a1f2242f00446e87eaaff3b5eead3840459fc249405d49d47e7cd6568f5c923e096fb34 SHA512 7b3d4fe4a532e81358d81ebe9fd6e212bcceb08700df37d7d4c7fc16d95177c8f39ec8ef5a986eb6a08e7c6d209efaa8426483732dcedec39617b203de2faac5 DIST xdotool-3.20211022.1.tar.gz 115237 BLAKE2B 1269775848905253936b113ac45e2a5126f1414eeacb5dd91aea6dc0cb6993f9fa0da969f30c83e0e03d435894a31ba633dc02269b38f9056772b513f0c86889 SHA512 f11d7b079f19d1650adfb549ecc96e840805935bf4925beefc3238154ad0afbff36b134c78bfc73a9dc07fc869ab75676575d6de50cfd54484d2c35d6913ea27 -EBUILD xdotool-3.20211022.1.ebuild 1414 BLAKE2B 122aec097283e3d75980d9639d982719a0ce3af7501dd2877ffad27d7e17358a369913b4aaad97b04d5e7d46d4a0e88492b18bd17f49bebfab660b34e226faf1 SHA512 da30202930aef39942f58d6f1b9a24cfee833e4ec69f50f43c50d2fe0e1f49dc4f9d86d7b5722f3226ba7d8efcdccb35cd06af71e7f29ab4cb7c09254c05905c +EBUILD xdotool-3.20211022.1.ebuild 1468 BLAKE2B 1b5a94c8e20d3c8902a8d9994c7bff036b7637843d75f99476bacc0a20e2d4378c777118a8af820770abdc37817558bef642361ade220b11bdaaf23d4392ecb3 SHA512 0a2ee0760c1e71dab75791646fb120e56dacc2ebbc1d74a6f51774ca9764b6638d3571025448bfc987c224e8929e3035d5bc085184da2273de6805a8a4cdbd21 MISC metadata.xml 560 BLAKE2B 9977cd6c5efe52174f07e4ef10141b7742c904c86afb7305ee82f9f222b2cf62a5b052f171f13d69cf3a7b00bf53f759f4cd108e7b285fafec5f5995828c0888 SHA512 381d5c1933c426b1847d2f239de60c68ec4877b482e6c33b60dffa74c7ff729cd5c62f852adcdf92b830ae8081f0b4c1a498b58416022f49bbae2013ca82ee74 diff --git a/x11-misc/xdotool/xdotool-3.20211022.1.ebuild b/x11-misc/xdotool/xdotool-3.20211022.1.ebuild index dd2a934b7fd1..b1799611bdbc 100644 --- a/x11-misc/xdotool/xdotool-3.20211022.1.ebuild +++ b/x11-misc/xdotool/xdotool-3.20211022.1.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit toolchain-funcs +DOCS_BUILDER="doxygen" + +inherit docs toolchain-funcs DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows" HOMEPAGE="https://www.semicomplete.com/projects/xdotool/" @@ -40,6 +42,7 @@ DOCS=( CHANGELIST README.md ) src_compile() { tc-export CC LD PKG_CONFIG emake PREFIX="${EPREFIX}/usr" + use doc && docs_compile } src_install() { |