From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DC471382C5 for ; Sat, 13 Mar 2021 03:45:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A43CE041F; Sat, 13 Mar 2021 03:44:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D8F8E041F for ; Sat, 13 Mar 2021 03:44:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 514F0340A8E for ; Sat, 13 Mar 2021 03:44:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A8A14F1 for ; Sat, 13 Mar 2021 03:44:54 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1615607091.587bce1311725b96ece1346d4f5996980ddd162b.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/azote/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/azote/Manifest gui-apps/azote/azote-1.9.0.ebuild X-VCS-Directories: gui-apps/azote/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 587bce1311725b96ece1346d4f5996980ddd162b X-VCS-Branch: dev Date: Sat, 13 Mar 2021 03:44:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 957d73d3-9351-4468-a621-3e893377f649 X-Archives-Hash: 5866eaf9a6ed618b2d34e5c97dfbb466 commit: 587bce1311725b96ece1346d4f5996980ddd162b Author: Aisha Tammy aisha cc> AuthorDate: Sat Mar 13 03:44:43 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sat Mar 13 03:44:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=587bce13 gui-apps/azote: version bump to 1.9.0 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> gui-apps/azote/Manifest | 1 + gui-apps/azote/azote-1.9.0.ebuild | 67 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest index c9685fc3..c86bc472 100644 --- a/gui-apps/azote/Manifest +++ b/gui-apps/azote/Manifest @@ -1,2 +1,3 @@ DIST azote-1.8.1.tar.gz 615661 BLAKE2B f742fd037eab1a4ef3d87e1c055b254900151c8006127559cd8188665a01fd5277de4a22da6fd9fad270297fa9f1aab075094e59cc5d21e5ddee4f92bb8be5c5 SHA512 b474718242ab767c50edb6a660c4f2c91378289c6c5ae45e3e1dd37603fa0df56939ad56cf330a6e057edfd9b02f88f0a47b803100ad825dca4da8286214313e DIST azote-1.8.2.tar.gz 616189 BLAKE2B a45e1bbd054b409c04f84acb8b67c48bbc33d5efbbc4cdca140e269119e506195e5fb5e59c1b890788190d984ce86f244d8545151c09413841e28d8788c0e038 SHA512 e49cc391801ad8424d0103f5bea0964b0ac20ed66f88b08a78bed1b81ca69b57fcb4674b232a2809c31e1b5af23a4ed0f792ec96def411f2fa2dc2d0f2159337 +DIST azote-1.9.0.tar.gz 617084 BLAKE2B 6c3cae1f8bcb1be45741dc969c6dec3dfc5df526c3208017d7f31535eb029051ccc3a2549a07bacb1bc3aceaa211a28e23cbd3d6b8605692742b7421e899ddba SHA512 21db7e08e4967235976101f3158fcab83c2896b3a74ab0ea01c6c942dced4dafd68658a8ece381f3813b39bcde09ab5adb50c41533a60bd2af50faa2f876ef38 diff --git a/gui-apps/azote/azote-1.9.0.ebuild b/gui-apps/azote/azote-1.9.0.ebuild new file mode 100644 index 00000000..b39da491 --- /dev/null +++ b/gui-apps/azote/azote-1.9.0.ebuild @@ -0,0 +1,67 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..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 +}