Skip to content

Commit

Permalink
gui-apps/nwg-dock-hyprland: add 0.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Jäger <[email protected]>
  • Loading branch information
Schievel1 committed Jan 4, 2025
1 parent 52fab21 commit 10f5b45
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui-apps/nwg-dock-hyprland/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ DIST gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.mod 95 BLAKE2B
DIST gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.zip 101467 BLAKE2B 8bb0aec8e693a4c0da59f1931e1fdcf6f94a236faba149d5af91e87284f39c693d20be65248eecde739cb555e371804fa6c723a56c69e6d02a347ba908e968b1 SHA512 bee7757d760f5ba1b9f7523af358652a5cb65f2b0064da097f78450871b2636efcbab0298a9871bbb3ce8012bf95a155949251d4f61464dde510097b936b47a8
DIST nwg-dock-hyprland-0.4.0.tar.gz 22622 BLAKE2B 5cbfc964e16ae8927a5320c4a43f4fb6e62d874983ea34d5c3afe3136baf4cad73ee8ac9ef982c5b95894c84875b939eebd89aa5154f29f519090c0caad8a78e SHA512 fbe537a2047d913552e506614e99afe3571832afcee44d882fca38549612f8cec42cf1cc1e3e494227c2fa94d9e17924c04ceb23290352fa594458ddd4cbe6fe
DIST nwg-dock-hyprland-0.4.1.tar.gz 22816 BLAKE2B 27ed6acf9b08f3af5f48155ec5531f65ecb26c51b6ff9d299aff9641a8872f7f6d36ce6d0434bce6269f371380b9fb38e8eefef8b9c90e095e17d6eabd3b36f3 SHA512 ea51531ae640bdadc6e42db0f4166014d244b9fc88dab358c2ae21040c2079f41980a6c66b44317f60cc1a4dc3386432434c82a00d3b32ff76f7308e3404d56d
DIST nwg-dock-hyprland-0.4.2.tar.gz 22827 BLAKE2B 01fcd90ada4c227f1373156740974eddbae3db8c52481b0b7b61084b137c1b75d1b7b0f85655cdd02e454f06525b4a5735176bbae58b0e02b56848c84be7473d SHA512 bbebe780b59cc7cc1e7e2835c09495e74787af1825b00f38ab50a0068a60fd71835c9db0bf228525dd2cbf5f9e061761009fc54dd868597bb37e8db19c26282d
79 changes: 79 additions & 0 deletions gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.4.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

EGO_SUM=(
"github.com/KarpelesLab/weak v0.1.1"
"github.com/KarpelesLab/weak v0.1.1/go.mod"
"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/diamondburned/gotk4-layer-shell/pkg v0.0.0-20240109211357-6efa9f6dc438"
"github.com/diamondburned/gotk4-layer-shell/pkg v0.0.0-20240109211357-6efa9f6dc438/go.mod"
"github.com/diamondburned/gotk4/pkg v0.3.1"
"github.com/diamondburned/gotk4/pkg v0.3.1/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.7.0"
"github.com/stretchr/testify v1.7.0/go.mod"
"go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6"
"go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6/go.mod"
"golang.org/x/sync v0.8.0"
"golang.org/x/sync v0.8.0/go.mod"
"golang.org/x/sync v0.10.0"
"golang.org/x/sync v0.10.0/go.mod"
"golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod"
"golang.org/x/sys v0.26.0"
"golang.org/x/sys v0.26.0/go.mod"
"golang.org/x/sys v0.28.0"
"golang.org/x/sys v0.28.0/go.mod"
"gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod"
"gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c"
"gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod"
)
go-module_set_globals

DESCRIPTION="GTK3-based dock for Hyprland"
HOMEPAGE="https://github.com/nwg-piotr/nwg-dock-hyprland"
SRC_URI="https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
gui-libs/gtk-layer-shell
gui-wm/hyprland
x11-libs/gtk+:3
app-accessibility/at-spi2-core:2
>=dev-libs/glib-2.82.2: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-dock-hyprland
doins -r images
doins config/*
dobin bin/nwg-dock-hyprland
}

0 comments on commit 10f5b45

Please sign in to comment.