mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
gui-apps/nwg-menu: add 0.1.6
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
@@ -63,3 +63,4 @@ DIST nwg-menu-0.1.2.tar.gz 3247673 BLAKE2B 594cc4e5277fbb3e6c075769747c026a2fb76
|
||||
DIST nwg-menu-0.1.3.tar.gz 3247738 BLAKE2B 9325d08ad27e6ae07e5fdfa685312ae6d4803a566273cc29d3b7a2c4925619888bb6ae1c1170737579965d6c28403410b220e3d5344c203b497a8f70c45c845a SHA512 6295120f10e73b464506be0fbdb402a119a7d63c40f06fdcc0c86e27d520a603f7729af711c0facc9c904bbf99af9697d2e2b598914196de45504c8e377d4d9c
|
||||
DIST nwg-menu-0.1.4.tar.gz 3247432 BLAKE2B 6985b7f1f605eb41b9a5eb6b84ee8d7859714cab688b0b20a46fe8e380b5376eb242a27779e73352fc6d224e3c70582d273459c6f05ac75add2582a9a74947de SHA512 84c40a850d7fb94440e837c5582630cbd2ff6dd0dd0da40212b8c111bd36c102820370ff8549ac71bdb9c192ea79bd78f1062e9bb15d8ee90db70676dc8af329
|
||||
DIST nwg-menu-0.1.5.tar.gz 3860382 BLAKE2B 1c2ea0305229c59ac6085eb2cbdd03793779bbf27650ed4529ab5f8dce17a8f8c6d6805791030328a8f12731b0fa396c6e164c3bd01b9357eeb48762d12ffae0 SHA512 5ba783a102271f2de0feff6c3b461321f5c24c5e51350093e788a59c046b1ab83d9b9e3b75284c2f7df13b8e92db1d786e0131082cc0da2ef166b7922a342f8e
|
||||
DIST nwg-menu-0.1.6.tar.gz 3861022 BLAKE2B c5c4626537b55bc82e0c0526fbd105c1ddf0bb5900661e760ff52c6c6c4e0cbe9d2572f09a684f52329f33c8752b1a949f71418e5c075f1b3acfe7b6502bad5d SHA512 b3c1f10f3a9e3a792e3574648e5e138fdefe1c87c19a5e57f244098f97ee5a00185d245e36f7fa4e52655492a5c55afe8ed27899a256b1f936f09090aed234e5
|
||||
|
||||
82
gui-apps/nwg-menu/nwg-menu-0.1.6.ebuild
Normal file
82
gui-apps/nwg-menu/nwg-menu-0.1.6.ebuild
Normal file
@@ -0,0 +1,82 @@
|
||||
# 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-20240515133811-5c5115f0d774"
|
||||
"github.com/dlasky/gotk3-layershell v0.0.0-20240515133811-5c5115f0d774/go.mod"
|
||||
"github.com/gotk3/gotk3 v0.6.1/go.mod"
|
||||
"github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56"
|
||||
"github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56/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.8.0"
|
||||
"golang.org/x/sync v0.8.0/go.mod"
|
||||
"golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8"
|
||||
"golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod"
|
||||
"golang.org/x/sys v0.25.0"
|
||||
"golang.org/x/sys v0.25.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"
|
||||
"gopkg.in/yaml.v3 v3.0.1/go.mod"
|
||||
)
|
||||
go-module_set_globals
|
||||
|
||||
DESCRIPTION="enuStart plugin to nwg-panel, also capable of working standalone"
|
||||
HOMEPAGE="https://github.com/nwg-piotr/nwg-menu"
|
||||
SRC_URI="https://github.com/nwg-piotr/nwg-menu/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${EGO_SUM_SRC_URI}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
gui-libs/gtk-layer-shell
|
||||
media-libs/fontconfig
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/pango
|
||||
"
|
||||
DEPEND="
|
||||
>=dev-lang/go-1.20
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
emake build
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/nwg-menu
|
||||
doins -r desktop-directories
|
||||
doins menu-start.css
|
||||
dobin bin/nwg-menu
|
||||
}
|
||||
Reference in New Issue
Block a user