diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /x11-misc/set_opacity | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'x11-misc/set_opacity')
| -rw-r--r-- | x11-misc/set_opacity/Manifest | 1 | ||||
| -rw-r--r-- | x11-misc/set_opacity/metadata.xml | 11 | ||||
| -rw-r--r-- | x11-misc/set_opacity/set_opacity-1.0-r1.ebuild | 29 |
3 files changed, 41 insertions, 0 deletions
diff --git a/x11-misc/set_opacity/Manifest b/x11-misc/set_opacity/Manifest new file mode 100644 index 000000000000..63becbcb17db --- /dev/null +++ b/x11-misc/set_opacity/Manifest @@ -0,0 +1 @@ +DIST set_opacity-1.0-gh.tar.gz 4830 BLAKE2B 717d5f01ce2895d3a3bc722d2aa326225627dc9049a3fbe875fc9037562bf2502727cb99bb5f19a0add401c1eafad04a38823121aa05939364a2fe7a5dab47e5 SHA512 e7d0af8d248194538cd34aba33734070468ac55275f9a4f936216d5c397178dc01f154f8cf07cc113a946813215a001be55d81281d2d01908b55bdefc3e87e53 diff --git a/x11-misc/set_opacity/metadata.xml b/x11-misc/set_opacity/metadata.xml new file mode 100644 index 000000000000..f39691690bb8 --- /dev/null +++ b/x11-misc/set_opacity/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <upstream> + <maintainer> + <email>anton.kochkov@gmail.com</email> + <name>Anton Kochkov</name> + </maintainer> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/x11-misc/set_opacity/set_opacity-1.0-r1.ebuild b/x11-misc/set_opacity/set_opacity-1.0-r1.ebuild new file mode 100644 index 000000000000..2672fb5edb2e --- /dev/null +++ b/x11-misc/set_opacity/set_opacity-1.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc." +HOMEPAGE="https://github.com/XVilka/set_opacity" +SRC_URI="https://github.com/XVilka/set_opacity/archive/tags/${PV}.tar.gz -> ${P}-gh.tar.gz" +S="${WORKDIR}/${PN}-tags-${PV}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="x11-libs/libXdamage + x11-libs/libXcomposite + x11-libs/libXfixes + x11-libs/libXrender" +RDEPEND=${DEPEND} + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + dobin set_opacity +} |
