mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
@@ -2,3 +2,4 @@ DIST azote-1.9.0.tar.gz 617084 BLAKE2B 6c3cae1f8bcb1be45741dc969c6dec3dfc5df526c
|
||||
DIST azote-1.9.1.tar.gz 618349 BLAKE2B 4449ebd42134c5429f4486aa2526e2c6b9e5ec8943f872a9bcadd942c6629e3095f71f5759f64e1011793282ffb99cb0bdbbe0c0ffdd0305f2fcdcb70dbfe0b0 SHA512 aa9264172e43b824cd051c2ae86c7cd572821721d0bf1db0f916707bc48d3674fb90c2039c56afd724e9a975fb02a13528c7ae9145bd0ea767b908a230a133c2
|
||||
DIST azote-1.9.2.tar.gz 4566337 BLAKE2B d2091ee679cdb1725fdee14a758c20ab5d689586eddb9d9f38f3085d9b31fb87a77474b2382f1b6ba6b94208dd624c270fa678007c122f09671c30b36dd54728 SHA512 aa2b45966e13a0bc9196e40bd3fbda0e0ebb5105690e938df33b72221ef2502511de62611e3423bf102f7e332a0fe889b545e20c41fa28b3264da9521fb6ef92
|
||||
DIST azote-1.9.3.tar.gz 4566368 BLAKE2B 9885720704885cd017b1700e1cf127eef649e88a1dec769744ccceb3e470802efe75da009a8303ca0b66b88dd061863e0128afec05f137d844a7ad1212e24759 SHA512 d3c87bb5e973163130641020ee0e9f8a6c6a0d00c994cf7c502c0fc3561ac46730f882ebc5c38892b61ddfb0f4067bbffd3fb213ead981666aeb079bf9b1d7fe
|
||||
DIST azote-1.9.5.tar.gz 4560473 BLAKE2B 6ca814369fa15db143a4957ea6876d2114700404d9e8b2228e1b21021528efdbeba6478787ffefdeb1408c44837b7f00c1bfea777a25dc1c487d88ed8fd8b809 SHA512 bd7af12adf23d4671454c3a6a2b33368a68ddfacff7da78f347c1ad471b1ffaaf3b9f6187cef3398d5849b84e4a86639be4e7bc1fb50282d8394386e9b9ce83e
|
||||
|
||||
67
gui-apps/azote/azote-1.9.5.ebuild
Normal file
67
gui-apps/azote/azote-1.9.5.ebuild
Normal file
@@ -0,0 +1,67 @@
|
||||
# Copyright 2019-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1 desktop
|
||||
|
||||
DESCRIPTION="wallpaper manager for wlroots compositors"
|
||||
HOMEPAGE="https://github.com/nwg-piotr/azote"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/nwg-piotr/azote"
|
||||
else
|
||||
SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3 BSD"
|
||||
SLOT="0"
|
||||
IUSE="simple-colorpicker imagemagick wayland X yaml"
|
||||
|
||||
RDEPEND="
|
||||
dev-cpp/gtkmm:3.0
|
||||
dev-python/pillow
|
||||
dev-python/pygobject:3=
|
||||
dev-python/send2trash
|
||||
simple-colorpicker? (
|
||||
X? (
|
||||
media-gfx/maim
|
||||
x11-misc/slop
|
||||
)
|
||||
wayland? (
|
||||
gui-apps/grim
|
||||
gui-apps/slurp
|
||||
)
|
||||
)
|
||||
imagemagick? (
|
||||
media-gfx/imagemagick[jpeg,png,svg,X?]
|
||||
)
|
||||
wayland? (
|
||||
gui-apps/swaybg
|
||||
gui-apps/wlr-randr
|
||||
)
|
||||
X? (
|
||||
media-gfx/feh
|
||||
x11-apps/xrandr
|
||||
)
|
||||
yaml? ( dev-python/pyyaml )
|
||||
"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
cd "${S}"
|
||||
|
||||
dobin dist/azote
|
||||
domenu dist/azote.desktop
|
||||
|
||||
insinto /usr/share/azote
|
||||
doins dist/azote.svg dist/indicator_{active,attention}.png
|
||||
insinto /usr/share/licenses/azote
|
||||
doins LICENSE-COLORTHIEF
|
||||
}
|
||||
Reference in New Issue
Block a user