mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
gui-apps/nwg-drawer: add 0.4.6
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
@@ -55,3 +55,4 @@ DIST nwg-drawer-0.4.2.tar.gz 48085 BLAKE2B 4f7c7659013f2814254b3306bfbfc3e944e96
|
||||
DIST nwg-drawer-0.4.3.tar.gz 48694 BLAKE2B 6dfa933547ae4e5121eb3e00266fc74b2dc858368aca2b7d7811736a77ee162594063b9d6e6532af6cb135e188228ece8df62a55315898b3f737f5f231870481 SHA512 16eff752779b814eaf003570860936df953186d5872f1d172c7fc213ef29efd1620e680fdcdaf4b3cfe1e28b5213d257be180779e6233d8b5920a08b98ad520d
|
||||
DIST nwg-drawer-0.4.4.tar.gz 52486 BLAKE2B c60d809a2661232def8b3990d6ae68a12229338938bd8345cd74c1aee3133b914528c37159f16043317fd6e43d7ffea90b9b67fcd549f899398594dfb0f18325 SHA512 197f0622db7554506e19e9db2ade6ea4c720232ccfd0eb7ca2927a05f1a3a1d475494c02bdb0d4d6ea0599fd90e038d10a1e64c2eaca84701ae1512990a5b5b2
|
||||
DIST nwg-drawer-0.4.5.tar.gz 52529 BLAKE2B 1ef9b3bfd09175cb7aa9c39c4843c649aeb379da00857cea64d81ed9e76eaf5aa3f53ea98821cb4ff72304a460a6450e2b14fa1c016c8f07abd9a491eeb5e828 SHA512 9bc855a623c5a78d38107d2d437877ddd2398001f954fd3aeb94df4cbe01017e46057ab84c50170851d0464560867ed25e51e4b6c6209d04f2bc1aa1afde428f
|
||||
DIST nwg-drawer-0.4.6.tar.gz 52771 BLAKE2B a8326a36f24ca5ba84fe7d98dd2ebbf5101e2a60a8d7c2a89ee64eae39a45b935c622a2a7be74f99f09e425480799350a7fa580b6e409b7e2435576b29133920 SHA512 bc041cb35881927d5446e3b83676ff86d91b4c2b317d90d79912d5b0af624375a75f00955fc066750b48da9f10685e79cb3ff774bc4bc2f99c71bce575c1fc30
|
||||
|
||||
102
gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild
Normal file
102
gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild
Normal file
@@ -0,0 +1,102 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
|
||||
EGO_SUM=(
|
||||
"github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37"
|
||||
"github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37/go.mod"
|
||||
"github.com/davecgh/go-spew v1.1.0/go.mod"
|
||||
"github.com/davecgh/go-spew v1.1.1"
|
||||
"github.com/davecgh/go-spew v1.1.1/go.mod"
|
||||
"github.com/dlasky/gotk3-layershell v0.0.0-20221218201547-1f6674a3f872"
|
||||
"github.com/dlasky/gotk3-layershell v0.0.0-20221218201547-1f6674a3f872/go.mod"
|
||||
"github.com/dlasky/gotk3-layershell v0.0.0-20230802002603-b0c42cd8474f"
|
||||
"github.com/dlasky/gotk3-layershell v0.0.0-20230802002603-b0c42cd8474f/go.mod"
|
||||
"github.com/fsnotify/fsnotify v1.6.0"
|
||||
"github.com/fsnotify/fsnotify v1.6.0/go.mod"
|
||||
"github.com/fsnotify/fsnotify v1.7.0"
|
||||
"github.com/fsnotify/fsnotify v1.7.0/go.mod"
|
||||
"github.com/gotk3/gotk3 v0.6.1/go.mod"
|
||||
"github.com/gotk3/gotk3 v0.6.2"
|
||||
"github.com/gotk3/gotk3 v0.6.2/go.mod"
|
||||
"github.com/gotk3/gotk3 v0.6.3"
|
||||
"github.com/gotk3/gotk3 v0.6.3/go.mod"
|
||||
"github.com/joshuarubin/go-sway v1.2.0"
|
||||
"github.com/joshuarubin/go-sway v1.2.0/go.mod"
|
||||
"github.com/joshuarubin/lifecycle v1.0.0/go.mod"
|
||||
"github.com/joshuarubin/lifecycle v1.1.4"
|
||||
"github.com/joshuarubin/lifecycle v1.1.4/go.mod"
|
||||
"github.com/pmezard/go-difflib v1.0.0"
|
||||
"github.com/pmezard/go-difflib v1.0.0/go.mod"
|
||||
"github.com/sirupsen/logrus v1.9.3"
|
||||
"github.com/sirupsen/logrus v1.9.3/go.mod"
|
||||
"github.com/stretchr/objx v0.1.0/go.mod"
|
||||
"github.com/stretchr/testify v1.3.0/go.mod"
|
||||
"github.com/stretchr/testify v1.7.0"
|
||||
"github.com/stretchr/testify v1.7.0/go.mod"
|
||||
"go.uber.org/atomic v1.3.2/go.mod"
|
||||
"go.uber.org/multierr v1.1.0/go.mod"
|
||||
"go.uber.org/multierr v1.11.0"
|
||||
"go.uber.org/multierr v1.11.0/go.mod"
|
||||
"golang.org/x/sync v0.0.0-20190412183630-56d357773e84/go.mod"
|
||||
"golang.org/x/sync v0.3.0"
|
||||
"golang.org/x/sync v0.3.0/go.mod"
|
||||
"golang.org/x/sync v0.5.0"
|
||||
"golang.org/x/sync v0.5.0/go.mod"
|
||||
"golang.org/x/sync v0.6.0"
|
||||
"golang.org/x/sync v0.6.0/go.mod"
|
||||
"golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod"
|
||||
"golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod"
|
||||
"golang.org/x/sys v0.10.0"
|
||||
"golang.org/x/sys v0.10.0/go.mod"
|
||||
"golang.org/x/sys v0.14.0"
|
||||
"golang.org/x/sys v0.14.0/go.mod"
|
||||
"golang.org/x/sys v0.16.0"
|
||||
"golang.org/x/sys v0.16.0/go.mod"
|
||||
"gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod"
|
||||
"gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod"
|
||||
"gopkg.in/yaml.v3 v3.0.1"
|
||||
)
|
||||
go-module_set_globals
|
||||
|
||||
SRC_URI="https://github.com/nwg-piotr/nwg-drawer/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${EGO_SUM_SRC_URI}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
|
||||
HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
gui-libs/gtk-layer-shell
|
||||
x11-libs/gtk+:3
|
||||
x11-misc/xdg-utils
|
||||
app-accessibility/at-spi2-core:2
|
||||
dev-libs/glib:2
|
||||
media-libs/fontconfig
|
||||
media-libs/freetype
|
||||
media-libs/harfbuzz:=
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/pango
|
||||
"
|
||||
DEPEND="
|
||||
>=dev-lang/go-1.20
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
emake build
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/nwg-drawer
|
||||
doins -r desktop-directories
|
||||
doins drawer.css
|
||||
dobin bin/nwg-drawer
|
||||
}
|
||||
Reference in New Issue
Block a user