kde-misc/geometry-change - 1.4 (xarblu-overlay)

Search

Install

Install this version:

emerge -a =kde-misc/geometry-change-1.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =kde-misc/geometry-change-1.4

Or alternatively:

emerge --autounmask-write -a =kde-misc/geometry-change-1.4

Package Information

Description:
A KWin animation for windows moved or resized by programs or scripts
Homepage:
https://github.com/peterfajdiga/kwin4_effect_geometry_change
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.4 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="kwin4_effect_${PN//-/_}"

DESCRIPTION="A KWin animation for windows moved or resized by programs or scripts"
HOMEPAGE="https://github.com/peterfajdiga/kwin4_effect_geometry_change"
SRC_URI="https://github.com/peterfajdiga/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	kde-plasma/kwin
"

S="${WORKDIR}/${MY_PN}-${PV}"

src_compile() { :; }

src_install() {
	insinto "/usr/share/kwin/effects/${MY_PN}"
	doins -r package/*
}

Dependencies

RDEPEND

	kde-plasma/kwin

Manifest for 1.4

Type File Size Source URLs
DIST geometry-change-1.4.tar.gz 15114 bytes https://github.com/peterfajdiga/kwin4_effect_geometry_change/archive/v1.4.tar.gz