gui-apps/nwg-displays: drop 0.3.19

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-09-26 23:28:43 +09:00
parent 294e1d5bdb
commit 162d4d1c9f
2 changed files with 0 additions and 36 deletions

View File

@@ -1,2 +1 @@
DIST nwg-displays-0.3.19.tar.gz 24697 BLAKE2B 5734f08637db9124f3e15a91c5f48f429cefeb80e67355c32a7a5aa4b342ddf3a5e08e9d49dd93cae9da55da1854962526b98c628a6c1b12027a3bcdff2491e3 SHA512 ead66a856463c0dc03abf40d8ffc6fd0a1bb824318fa627165ca2e97014ace3f83f8fa0b5f187093cc2850dbdfda14c4c22b3e702be009d479709a98fdd9d294
DIST nwg-displays-0.3.20.tar.gz 24733 BLAKE2B 2ab24ba7fc35c2f725731483410cd7ceb343ba47d42d1382af2e2cfed95053c9ef1e11bef824ef4a8e3cb95821cada1c30cf3c10668ea7acdbd98f6216a2a248 SHA512 de8585d0ab35fbceb34a78de1cb8e93b6decee5ac1f7969835abe503dd25dbcbf03feb527e1cb2b700d5a56e63a8e0e65fec625691bd9bf10a77b7cf05d6eeb4

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 xdg-utils
DESCRIPTION="Output management utility for sway and Hyprland"
HOMEPAGE="https://github.com/nwg-piotr/nwg-displays"
SRC_URI="https://github.com/nwg-piotr/nwg-displays/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
gui-apps/wlr-randr
x11-libs/gtk+:3
"
DEPEND="${RDEPEND}"
python_install_all() {
distutils-r1_python_install_all
domenu nwg-displays.desktop
doicon nwg-displays.svg
}
pkg_postinst() {
xdg_desktop_database_update
}
pkg_postrm() {
xdg_desktop_database_update
}