* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/, gui-apps/openrefine/, gui-apps/wbg/, gui-apps/swww/, ...
2024-05-13 22:38 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wl-scripts/, gui-apps/nwg-bar/, gui-apps/nwg-shell/, Julien Roy
@ 2024-05-13 22:21 ` Julien Roy
0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-05-13 22:21 UTC (permalink / raw
To: gentoo-commits
commit: cf265f289a92af41780d542e95d776b889846734
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May 1 15:38:45 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf265f28
gui-apps/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/fnott/fnott-1.2.1.ebuild | 4 ++--
gui-apps/nwg-bar/nwg-bar-0.1.5.ebuild | 7 +++----
gui-apps/nwg-bar/nwg-bar-0.1.6.ebuild | 7 +++----
gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild | 7 +++----
gui-apps/nwg-dock/nwg-dock-0.3.6.ebuild | 7 +++----
gui-apps/nwg-dock/nwg-dock-0.3.9.ebuild | 7 +++----
gui-apps/nwg-drawer/nwg-drawer-0.4.3.ebuild | 7 +++----
gui-apps/nwg-drawer/nwg-drawer-0.4.4.ebuild | 7 +++----
gui-apps/nwg-drawer/nwg-drawer-0.4.5.ebuild | 7 +++----
gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild | 7 +++----
gui-apps/nwg-drawer/nwg-drawer-0.4.7.ebuild | 7 +++----
gui-apps/nwg-launchers/nwg-launchers-0.5.0.ebuild | 15 +++++++--------
gui-apps/nwg-launchers/nwg-launchers-0.6.3.ebuild | 15 +++++++--------
gui-apps/nwg-launchers/nwg-launchers-0.7.1.1.ebuild | 15 +++++++--------
gui-apps/nwg-launchers/nwg-launchers-9999.ebuild | 14 ++++++--------
| 8 +++-----
| 7 +++----
gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild | 6 +++---
gui-apps/nwg/nwg-0.ebuild | 4 ++--
gui-apps/openrefine/openrefine-3.7.9.ebuild | 13 ++++++-------
gui-apps/packettracer/packettracer-8.2.0.ebuild | 4 +++-
gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild | 2 +-
gui-apps/sfwbar/sfwbar-1.0_beta13.ebuild | 3 ++-
gui-apps/sfwbar/sfwbar-1.0_beta14.ebuild | 3 ++-
gui-apps/swww/swww-0.9.2.ebuild | 3 ++-
gui-apps/swww/swww-0.9.5.ebuild | 2 ++
gui-apps/vicuna/vicuna-1.25.ebuild | 7 +++----
gui-apps/wbg/wbg-1.0.2.ebuild | 6 +++---
gui-apps/wbg/wbg-1.1.0.ebuild | 6 +++---
gui-apps/wdisplays/wdisplays-1.0-r3.ebuild | 5 ++---
gui-apps/wdisplays/wdisplays-1.1.ebuild | 5 ++---
gui-apps/wdisplays/wdisplays-9999.ebuild | 5 ++---
gui-apps/wl-scripts/wl-scripts-1.2.3-r1.ebuild | 4 +---
gui-apps/wl-scripts/wl-scripts-9999.ebuild | 1 -
34 files changed, 104 insertions(+), 123 deletions(-)
diff --git a/gui-apps/fnott/fnott-1.2.1.ebuild b/gui-apps/fnott/fnott-1.2.1.ebuild
index 19ed939ac2..d6e41f94cc 100644
--- a/gui-apps/fnott/fnott-1.2.1.ebuild
+++ b/gui-apps/fnott/fnott-1.2.1.ebuild
@@ -11,12 +11,12 @@ DESCRIPTION="Keyboard driven and lightweight Wayland notification daemon."
HOMEPAGE="https://codeberg.org/dnkl/fnott"
SRC_URI="https://codeberg.org/dnkl/fnott/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
LICENSE="MIT ZLIB"
SLOT="0"
KEYWORDS="~amd64"
-S="${WORKDIR}/${PN}"
-
DEPEND="
x11-libs/pixman
media-libs/libpng
diff --git a/gui-apps/nwg-bar/nwg-bar-0.1.5.ebuild b/gui-apps/nwg-bar/nwg-bar-0.1.5.ebuild
index 25ff653c0a..51884454f6 100644
--- a/gui-apps/nwg-bar/nwg-bar-0.1.5.ebuild
+++ b/gui-apps/nwg-bar/nwg-bar-0.1.5.ebuild
@@ -41,15 +41,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="GTK3-based button bar for wlroots-based compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-bar"
SRC_URI="https://github.com/nwg-piotr/nwg-bar/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
-KEYWORDS="~amd64"
-DESCRIPTION="GTK3-based button bar for wlroots-based compositors"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-bar"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-bar/nwg-bar-0.1.6.ebuild b/gui-apps/nwg-bar/nwg-bar-0.1.6.ebuild
index 21678e35c2..8f922e3d1b 100644
--- a/gui-apps/nwg-bar/nwg-bar-0.1.6.ebuild
+++ b/gui-apps/nwg-bar/nwg-bar-0.1.6.ebuild
@@ -43,15 +43,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="GTK3-based button bar for wlroots-based compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-bar"
SRC_URI="https://github.com/nwg-piotr/nwg-bar/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
-KEYWORDS="~amd64"
-DESCRIPTION="GTK3-based button bar for wlroots-based compositors"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-bar"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild b/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild
index 139ecee44b..952b1560c9 100644
--- a/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild
+++ b/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild
@@ -35,15 +35,14 @@ EGO_SUM=(
)
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}"
-KEYWORDS="~amd64"
-DESCRIPTION="GTK3-based dock for Hyprland"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-dock-hyprland"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-dock/nwg-dock-0.3.6.ebuild b/gui-apps/nwg-dock/nwg-dock-0.3.6.ebuild
index b78534eba9..ac0bf0d78f 100644
--- a/gui-apps/nwg-dock/nwg-dock-0.3.6.ebuild
+++ b/gui-apps/nwg-dock/nwg-dock-0.3.6.ebuild
@@ -41,15 +41,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="GTK3-based dock for sway"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-dock"
SRC_URI="https://github.com/nwg-piotr/nwg-dock/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
-KEYWORDS="~amd64"
-DESCRIPTION="GTK3-based dock for sway"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-dock"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-dock/nwg-dock-0.3.9.ebuild b/gui-apps/nwg-dock/nwg-dock-0.3.9.ebuild
index 44265f66ad..40e674b2e5 100644
--- a/gui-apps/nwg-dock/nwg-dock-0.3.9.ebuild
+++ b/gui-apps/nwg-dock/nwg-dock-0.3.9.ebuild
@@ -46,15 +46,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="GTK3-based dock for sway"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-dock"
SRC_URI="https://github.com/nwg-piotr/nwg-dock/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
-KEYWORDS="~amd64"
-DESCRIPTION="GTK3-based dock for sway"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-dock"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.3.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.3.ebuild
index 16d46c9e87..2602dd1c68 100644
--- a/gui-apps/nwg-drawer/nwg-drawer-0.4.3.ebuild
+++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.3.ebuild
@@ -56,15 +56,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
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"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.4.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.4.ebuild
index d8f5a6351d..dbba76c24a 100644
--- a/gui-apps/nwg-drawer/nwg-drawer-0.4.4.ebuild
+++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.4.ebuild
@@ -60,15 +60,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
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"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.5.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.5.ebuild
index 079787c3cf..7cbcb1b608 100644
--- a/gui-apps/nwg-drawer/nwg-drawer-0.4.5.ebuild
+++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.5.ebuild
@@ -62,15 +62,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
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"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild
index 079787c3cf..7cbcb1b608 100644
--- a/gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild
+++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild
@@ -62,15 +62,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
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"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.7.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.7.ebuild
index ba84cc2fd4..7fbca7a47d 100644
--- a/gui-apps/nwg-drawer/nwg-drawer-0.4.7.ebuild
+++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.7.ebuild
@@ -64,15 +64,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
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"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.5.0.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.5.0.ebuild
index 82163e8891..b466210fb6 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-0.5.0.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.5.0.ebuild
@@ -3,6 +3,10 @@
EAPI=7
+inherit meson xdg
+
+DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
@@ -11,14 +15,13 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson xdg
-DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3 CC-BY-SA-3.0"
-
SLOT="0"
+IUSE="+bar +dmenu +grid layershell"
+RESTRICT="mirror"
+
RDEPEND="
x11-libs/gtk+:3
dev-cpp/gtkmm:3.0
@@ -26,10 +29,6 @@ RDEPEND="
layershell? ( gui-libs/gtk-layer-shell )"
DEPEND="${RDEPEND}"
-RESTRICT="mirror"
-
-IUSE="+bar +dmenu +grid layershell"
-
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) $(meson_feature layershell layer-shell)
}
diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.6.3.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.6.3.ebuild
index 82163e8891..b466210fb6 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-0.6.3.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.6.3.ebuild
@@ -3,6 +3,10 @@
EAPI=7
+inherit meson xdg
+
+DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
@@ -11,14 +15,13 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson xdg
-DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3 CC-BY-SA-3.0"
-
SLOT="0"
+IUSE="+bar +dmenu +grid layershell"
+RESTRICT="mirror"
+
RDEPEND="
x11-libs/gtk+:3
dev-cpp/gtkmm:3.0
@@ -26,10 +29,6 @@ RDEPEND="
layershell? ( gui-libs/gtk-layer-shell )"
DEPEND="${RDEPEND}"
-RESTRICT="mirror"
-
-IUSE="+bar +dmenu +grid layershell"
-
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) $(meson_feature layershell layer-shell)
}
diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.7.1.1.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.7.1.1.ebuild
index d8db92c43b..894f163f32 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-0.7.1.1.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.7.1.1.ebuild
@@ -3,6 +3,10 @@
EAPI=8
+inherit meson xdg
+
+DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
@@ -11,14 +15,13 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson xdg
-DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3 CC-BY-SA-3.0"
-
SLOT="0"
+IUSE="+bar +dmenu +grid layershell"
+RESTRICT="mirror"
+
RDEPEND="
x11-libs/gtk+:3
dev-cpp/gtkmm:3.0
@@ -32,10 +35,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-RESTRICT="mirror"
-
-IUSE="+bar +dmenu +grid layershell"
-
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) $(meson_feature layershell layer-shell)
}
diff --git a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
index d8db92c43b..884e09505a 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
@@ -3,6 +3,10 @@
EAPI=8
+inherit meson xdg
+
+DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
@@ -11,13 +15,11 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson xdg
-DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3 CC-BY-SA-3.0"
-
SLOT="0"
+IUSE="+bar +dmenu +grid layershell"
+RESTRICT="mirror"
RDEPEND="
x11-libs/gtk+:3
@@ -32,10 +34,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-RESTRICT="mirror"
-
-IUSE="+bar +dmenu +grid layershell"
-
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) $(meson_feature layershell layer-shell)
}
--git a/gui-apps/nwg-menu/nwg-menu-0.1.2.ebuild b/gui-apps/nwg-menu/nwg-menu-0.1.2.ebuild
index e025e7ace9..fb0d83a99c 100644
--- a/gui-apps/nwg-menu/nwg-menu-0.1.2.ebuild
+++ b/gui-apps/nwg-menu/nwg-menu-0.1.2.ebuild
@@ -48,15 +48,13 @@ EGO_SUM=(
)
go-module_set_globals
-SRC_URI="https://github.com/nwg-piotr/nwg-menu/archive/v${PV}.tar.gz -> ${P}.tar.gz
- ${EGO_SUM_SRC_URI}"
-KEYWORDS="~amd64"
-
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
--git a/gui-apps/nwg-menu/nwg-menu-0.1.3.ebuild b/gui-apps/nwg-menu/nwg-menu-0.1.3.ebuild
index d59165f6b6..9fe6b65dfa 100644
--- a/gui-apps/nwg-menu/nwg-menu-0.1.3.ebuild
+++ b/gui-apps/nwg-menu/nwg-menu-0.1.3.ebuild
@@ -50,15 +50,14 @@ EGO_SUM=(
)
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}"
-KEYWORDS="~amd64"
-DESCRIPTION="enuStart plugin to nwg-panel, also capable of working standalone"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-menu"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
dev-libs/glib:2
diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild
index e533477e86..87f5768407 100644
--- a/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild
@@ -7,13 +7,13 @@ PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
DESCRIPTION="libraries an common functions for the nwg-shell project"
HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-apps/grim
diff --git a/gui-apps/nwg/nwg-0.ebuild b/gui-apps/nwg/nwg-0.ebuild
index 4d9d89a1cb..3f08b2b687 100644
--- a/gui-apps/nwg/nwg-0.ebuild
+++ b/gui-apps/nwg/nwg-0.ebuild
@@ -6,13 +6,13 @@ EAPI=8
DESCRIPTION="meta package package for nwg-shell"
HOMEPAGE="https://nwg-piotr.github.io/nwg-shell/"
+S="${WORKDIR}"
+
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
IUSE="hyprland"
-S="${WORKDIR}"
-
RDEPEND="
app-misc/nwg-look
app-misc/nwg-shell-wallpapers
diff --git a/gui-apps/openrefine/openrefine-3.7.9.ebuild b/gui-apps/openrefine/openrefine-3.7.9.ebuild
index 6a5acf3417..3173bad910 100644
--- a/gui-apps/openrefine/openrefine-3.7.9.ebuild
+++ b/gui-apps/openrefine/openrefine-3.7.9.ebuild
@@ -7,22 +7,21 @@ inherit wrapper
DESCRIPTION="Wikidata batch editor, Wikimedia Commons mass upload tool"
HOMEPAGE="https://openrefine.org"
-
SRC_URI="https://github.com/OpenRefine/OpenRefine/releases/download/${PV}/${PN}-linux-${PV}.tar.gz
commons? ( https://github.com/OpenRefine/CommonsExtension/releases/download/v0.1.1/openrefine-commons-0.1.1.zip )"
-KEYWORDS="~amd64"
-IUSE="+commons"
LICENSE="BSD"
SLOT="0"
+KEYWORDS="~amd64"
-BDEPEND="commons? ( app-arch/unzip )"
+IUSE="+commons"
DEPEND="
virtual/jre
dev-java/maven-bin
net-libs/nodejs
"
+BDEPEND="commons? ( app-arch/unzip )"
src_install() {
local apphome="/opt/${PN}"
@@ -39,9 +38,9 @@ src_install() {
make_wrapper refine "
env REFINE_LIB_DIR=${apphome}/server/target/lib \
- REFINE_TOOLS_DIR=${apphome}/tools \
- REFINE_CLASSES_DIR=${apphome}/server/classes \
- REFINE_WEBAPP=${apphome}/main/webapp /opt/openrefine/refine"
+ REFINE_TOOLS_DIR=${apphome}/tools \
+ REFINE_CLASSES_DIR=${apphome}/server/classes \
+ REFINE_WEBAPP=${apphome}/main/webapp /opt/openrefine/refine"
}
pkg_postinst() {
diff --git a/gui-apps/packettracer/packettracer-8.2.0.ebuild b/gui-apps/packettracer/packettracer-8.2.0.ebuild
index 36664a8d38..469e658c8c 100644
--- a/gui-apps/packettracer/packettracer-8.2.0.ebuild
+++ b/gui-apps/packettracer/packettracer-8.2.0.ebuild
@@ -9,6 +9,8 @@ DESCRIPTION="Cisco's packet tracer"
HOMEPAGE="https://www.netacad.com/portal/resources/packet-tracer"
SRC_URI="CiscoPacketTracer_820_Ubuntu_64bit.deb"
+S="${WORKDIR}"
+
LICENSE="Cisco"
SLOT="0"
KEYWORDS="~amd64"
@@ -18,7 +20,7 @@ RDEPEND="${DEPEND}
dev-libs/icu
x11-libs/xcb-util
"
-S="${WORKDIR}"
+
QA_PREBUILT="opt/pt/*"
pkg_nofetch(){
diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild
index 19229ed2bf..cbcc018840 100644
--- a/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild
@@ -8,10 +8,10 @@ inherit meson xdg
DESCRIPTION="S* Floating Window Bar"
HOMEPAGE="https://github.com/LBCrion/sfwbar"
SRC_URI="https://github.com/LBCrion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
+KEYWORDS="~amd64"
IUSE="X mpd pulseaudio alsa"
COMMON_DEPEND="
diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta13.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta13.ebuild
index 0a25934553..ba881b4953 100644
--- a/gui-apps/sfwbar/sfwbar-1.0_beta13.ebuild
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta13.ebuild
@@ -8,10 +8,11 @@ inherit meson xdg
DESCRIPTION="S* Floating Window Bar"
HOMEPAGE="https://github.com/LBCrion/sfwbar"
SRC_URI="https://github.com/LBCrion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
+KEYWORDS="~amd64"
+
IUSE="X mpd pulseaudio alsa"
COMMON_DEPEND="
diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta14.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta14.ebuild
index 18edd91f0e..412f2453e2 100644
--- a/gui-apps/sfwbar/sfwbar-1.0_beta14.ebuild
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta14.ebuild
@@ -8,10 +8,11 @@ inherit meson xdg
DESCRIPTION="S* Floating Window Bar"
HOMEPAGE="https://github.com/LBCrion/sfwbar"
SRC_URI="https://github.com/LBCrion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
+KEYWORDS="~amd64"
+
IUSE="X mpd pulseaudio alsa"
COMMON_DEPEND="
diff --git a/gui-apps/swww/swww-0.9.2.ebuild b/gui-apps/swww/swww-0.9.2.ebuild
index b34389395d..d0b9fea7c4 100644
--- a/gui-apps/swww/swww-0.9.2.ebuild
+++ b/gui-apps/swww/swww-0.9.2.ebuild
@@ -241,9 +241,10 @@ LICENSE+="
Unicode-DFS-2016
"
SLOT="0"
-IUSE="+man"
KEYWORDS="~amd64"
+IUSE="+man"
+
DEPEND="
app-arch/lz4
x11-libs/libxkbcommon[wayland]"
diff --git a/gui-apps/swww/swww-0.9.5.ebuild b/gui-apps/swww/swww-0.9.5.ebuild
index 268f76762f..00169d78cb 100644
--- a/gui-apps/swww/swww-0.9.5.ebuild
+++ b/gui-apps/swww/swww-0.9.5.ebuild
@@ -242,6 +242,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="+man"
+IUSE="+man"
+
DEPEND="
app-arch/lz4
x11-libs/libxkbcommon[wayland]"
diff --git a/gui-apps/vicuna/vicuna-1.25.ebuild b/gui-apps/vicuna/vicuna-1.25.ebuild
index 424a6e36bd..7a891dd9ab 100644
--- a/gui-apps/vicuna/vicuna-1.25.ebuild
+++ b/gui-apps/vicuna/vicuna-1.25.ebuild
@@ -5,19 +5,18 @@ EAPI=8
DESCRIPTION="Tool for uploading files to Wikimedia Commons and other Wikimedia projects"
HOMEPAGE="https://commons.wikimedia.org/wiki/Commons:Vicu%C3%B1aUploader"
+SRC_URI="https://github.com/yarl/${PN}/releases/download/${PV}/${P}.tar"
-SRC_URI="https://github.com/yarl/${PN}/releases/download/${PV}/${PN}-${PV}.tar"
-KEYWORDS="~amd64"
+S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
+KEYWORDS="~amd64"
DEPEND="
virtual/jre
"
-S="${WORKDIR}"
-
src_install() {
local apphome="/opt/${PN}"
mkdir -p "${ED}/${apphome}"
diff --git a/gui-apps/wbg/wbg-1.0.2.ebuild b/gui-apps/wbg/wbg-1.0.2.ebuild
index 6beeefdb77..bb2131ca6d 100644
--- a/gui-apps/wbg/wbg-1.0.2.ebuild
+++ b/gui-apps/wbg/wbg-1.0.2.ebuild
@@ -9,13 +9,13 @@ DESCRIPTION="Super simple wallpaper application"
HOMEPAGE="https://codeberg.org/dnkl/wbg"
SRC_URI="https://codeberg.org/dnkl/wbg/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="png jpeg"
-
-S="${WORKDIR}/${PN}"
+IUSE="png jpeg"
REQUIRED_USE="|| ( png jpeg )"
DEPEND="
diff --git a/gui-apps/wbg/wbg-1.1.0.ebuild b/gui-apps/wbg/wbg-1.1.0.ebuild
index 0999491ab0..af2a89d859 100644
--- a/gui-apps/wbg/wbg-1.1.0.ebuild
+++ b/gui-apps/wbg/wbg-1.1.0.ebuild
@@ -9,13 +9,13 @@ DESCRIPTION="Super simple wallpaper application"
HOMEPAGE="https://codeberg.org/dnkl/wbg"
SRC_URI="https://codeberg.org/dnkl/wbg/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="png jpeg webp"
-
-S="${WORKDIR}/${PN}"
+IUSE="png jpeg webp"
REQUIRED_USE="|| ( png jpeg webp )"
DEPEND="
diff --git a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild b/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
index a5ac286acc..1e6afa7402 100644
--- a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
@@ -17,6 +17,8 @@ else
KEYWORDS="~amd64 ~arm64 ~x86"
fi
+LICENSE="GPL-3+"
+SLOT="0"
RESTRICT="mirror test"
RDEPEND="
@@ -31,7 +33,4 @@ BDEPEND="
dev-libs/wayland-protocols
"
-LICENSE="GPL-3+"
-SLOT="0"
-
PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )
diff --git a/gui-apps/wdisplays/wdisplays-1.1.ebuild b/gui-apps/wdisplays/wdisplays-1.1.ebuild
index 030499155b..1afe894e75 100644
--- a/gui-apps/wdisplays/wdisplays-1.1.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.1.ebuild
@@ -17,6 +17,8 @@ else
KEYWORDS="~amd64 ~arm64 ~x86"
fi
+LICENSE="GPL-3+"
+SLOT="0"
RESTRICT="mirror test"
RDEPEND="
@@ -30,6 +32,3 @@ DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/wayland-protocols
"
-
-LICENSE="GPL-3+"
-SLOT="0"
diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
index 030499155b..1afe894e75 100644
--- a/gui-apps/wdisplays/wdisplays-9999.ebuild
+++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
@@ -17,6 +17,8 @@ else
KEYWORDS="~amd64 ~arm64 ~x86"
fi
+LICENSE="GPL-3+"
+SLOT="0"
RESTRICT="mirror test"
RDEPEND="
@@ -30,6 +32,3 @@ DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/wayland-protocols
"
-
-LICENSE="GPL-3+"
-SLOT="0"
diff --git a/gui-apps/wl-scripts/wl-scripts-1.2.3-r1.ebuild b/gui-apps/wl-scripts/wl-scripts-1.2.3-r1.ebuild
index d4fe71e952..ae3e641aad 100644
--- a/gui-apps/wl-scripts/wl-scripts-1.2.3-r1.ebuild
+++ b/gui-apps/wl-scripts/wl-scripts-1.2.3-r1.ebuild
@@ -3,10 +3,9 @@
EAPI=8
-SRC_URI="https://github.com/mazunki/wl-scripts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
DESCRIPTION="A set of utils for wlroots window managers"
HOMEPAGE="https://github.com/mazunki/wl-scripts"
+SRC_URI="https://github.com/mazunki/wl-scripts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -19,7 +18,6 @@ RDEPEND="
gui-apps/slurp
gui-libs/wlroots
"
-BDEPEND="" # scripts are just sh
src_install() {
exeinto "/usr/bin/"
diff --git a/gui-apps/wl-scripts/wl-scripts-9999.ebuild b/gui-apps/wl-scripts/wl-scripts-9999.ebuild
index be25ce66ae..0dc51d7b2c 100644
--- a/gui-apps/wl-scripts/wl-scripts-9999.ebuild
+++ b/gui-apps/wl-scripts/wl-scripts-9999.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
gui-apps/slurp
gui-wm/sway
"
-BDEPEND="" # scripts are just sh
src_install() {
exeinto "/usr/bin/"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wl-scripts/, gui-apps/nwg-bar/, gui-apps/nwg-shell/, ...
@ 2024-05-13 22:38 Julien Roy
2024-05-13 22:21 ` [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/, gui-apps/openrefine/, gui-apps/wbg/, gui-apps/swww/, Julien Roy
0 siblings, 1 reply; 2+ messages in thread
From: Julien Roy @ 2024-05-13 22:38 UTC (permalink / raw
To: gentoo-commits
commit: cf265f289a92af41780d542e95d776b889846734
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May 1 15:38:45 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf265f28
gui-apps/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/fnott/fnott-1.2.1.ebuild | 4 ++--
gui-apps/nwg-bar/nwg-bar-0.1.5.ebuild | 7 +++----
gui-apps/nwg-bar/nwg-bar-0.1.6.ebuild | 7 +++----
gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild | 7 +++----
gui-apps/nwg-dock/nwg-dock-0.3.6.ebuild | 7 +++----
gui-apps/nwg-dock/nwg-dock-0.3.9.ebuild | 7 +++----
gui-apps/nwg-drawer/nwg-drawer-0.4.3.ebuild | 7 +++----
gui-apps/nwg-drawer/nwg-drawer-0.4.4.ebuild | 7 +++----
gui-apps/nwg-drawer/nwg-drawer-0.4.5.ebuild | 7 +++----
gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild | 7 +++----
gui-apps/nwg-drawer/nwg-drawer-0.4.7.ebuild | 7 +++----
gui-apps/nwg-launchers/nwg-launchers-0.5.0.ebuild | 15 +++++++--------
gui-apps/nwg-launchers/nwg-launchers-0.6.3.ebuild | 15 +++++++--------
gui-apps/nwg-launchers/nwg-launchers-0.7.1.1.ebuild | 15 +++++++--------
gui-apps/nwg-launchers/nwg-launchers-9999.ebuild | 14 ++++++--------
| 8 +++-----
| 7 +++----
gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild | 6 +++---
gui-apps/nwg/nwg-0.ebuild | 4 ++--
gui-apps/openrefine/openrefine-3.7.9.ebuild | 13 ++++++-------
gui-apps/packettracer/packettracer-8.2.0.ebuild | 4 +++-
gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild | 2 +-
gui-apps/sfwbar/sfwbar-1.0_beta13.ebuild | 3 ++-
gui-apps/sfwbar/sfwbar-1.0_beta14.ebuild | 3 ++-
gui-apps/swww/swww-0.9.2.ebuild | 3 ++-
gui-apps/swww/swww-0.9.5.ebuild | 2 ++
gui-apps/vicuna/vicuna-1.25.ebuild | 7 +++----
gui-apps/wbg/wbg-1.0.2.ebuild | 6 +++---
gui-apps/wbg/wbg-1.1.0.ebuild | 6 +++---
gui-apps/wdisplays/wdisplays-1.0-r3.ebuild | 5 ++---
gui-apps/wdisplays/wdisplays-1.1.ebuild | 5 ++---
gui-apps/wdisplays/wdisplays-9999.ebuild | 5 ++---
gui-apps/wl-scripts/wl-scripts-1.2.3-r1.ebuild | 4 +---
gui-apps/wl-scripts/wl-scripts-9999.ebuild | 1 -
34 files changed, 104 insertions(+), 123 deletions(-)
diff --git a/gui-apps/fnott/fnott-1.2.1.ebuild b/gui-apps/fnott/fnott-1.2.1.ebuild
index 19ed939ac2..d6e41f94cc 100644
--- a/gui-apps/fnott/fnott-1.2.1.ebuild
+++ b/gui-apps/fnott/fnott-1.2.1.ebuild
@@ -11,12 +11,12 @@ DESCRIPTION="Keyboard driven and lightweight Wayland notification daemon."
HOMEPAGE="https://codeberg.org/dnkl/fnott"
SRC_URI="https://codeberg.org/dnkl/fnott/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
LICENSE="MIT ZLIB"
SLOT="0"
KEYWORDS="~amd64"
-S="${WORKDIR}/${PN}"
-
DEPEND="
x11-libs/pixman
media-libs/libpng
diff --git a/gui-apps/nwg-bar/nwg-bar-0.1.5.ebuild b/gui-apps/nwg-bar/nwg-bar-0.1.5.ebuild
index 25ff653c0a..51884454f6 100644
--- a/gui-apps/nwg-bar/nwg-bar-0.1.5.ebuild
+++ b/gui-apps/nwg-bar/nwg-bar-0.1.5.ebuild
@@ -41,15 +41,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="GTK3-based button bar for wlroots-based compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-bar"
SRC_URI="https://github.com/nwg-piotr/nwg-bar/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
-KEYWORDS="~amd64"
-DESCRIPTION="GTK3-based button bar for wlroots-based compositors"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-bar"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-bar/nwg-bar-0.1.6.ebuild b/gui-apps/nwg-bar/nwg-bar-0.1.6.ebuild
index 21678e35c2..8f922e3d1b 100644
--- a/gui-apps/nwg-bar/nwg-bar-0.1.6.ebuild
+++ b/gui-apps/nwg-bar/nwg-bar-0.1.6.ebuild
@@ -43,15 +43,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="GTK3-based button bar for wlroots-based compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-bar"
SRC_URI="https://github.com/nwg-piotr/nwg-bar/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
-KEYWORDS="~amd64"
-DESCRIPTION="GTK3-based button bar for wlroots-based compositors"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-bar"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild b/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild
index 139ecee44b..952b1560c9 100644
--- a/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild
+++ b/gui-apps/nwg-dock-hyprland/nwg-dock-hyprland-0.1.7.ebuild
@@ -35,15 +35,14 @@ EGO_SUM=(
)
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}"
-KEYWORDS="~amd64"
-DESCRIPTION="GTK3-based dock for Hyprland"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-dock-hyprland"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-dock/nwg-dock-0.3.6.ebuild b/gui-apps/nwg-dock/nwg-dock-0.3.6.ebuild
index b78534eba9..ac0bf0d78f 100644
--- a/gui-apps/nwg-dock/nwg-dock-0.3.6.ebuild
+++ b/gui-apps/nwg-dock/nwg-dock-0.3.6.ebuild
@@ -41,15 +41,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="GTK3-based dock for sway"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-dock"
SRC_URI="https://github.com/nwg-piotr/nwg-dock/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
-KEYWORDS="~amd64"
-DESCRIPTION="GTK3-based dock for sway"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-dock"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-dock/nwg-dock-0.3.9.ebuild b/gui-apps/nwg-dock/nwg-dock-0.3.9.ebuild
index 44265f66ad..40e674b2e5 100644
--- a/gui-apps/nwg-dock/nwg-dock-0.3.9.ebuild
+++ b/gui-apps/nwg-dock/nwg-dock-0.3.9.ebuild
@@ -46,15 +46,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="GTK3-based dock for sway"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-dock"
SRC_URI="https://github.com/nwg-piotr/nwg-dock/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
-KEYWORDS="~amd64"
-DESCRIPTION="GTK3-based dock for sway"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-dock"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.3.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.3.ebuild
index 16d46c9e87..2602dd1c68 100644
--- a/gui-apps/nwg-drawer/nwg-drawer-0.4.3.ebuild
+++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.3.ebuild
@@ -56,15 +56,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
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"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.4.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.4.ebuild
index d8f5a6351d..dbba76c24a 100644
--- a/gui-apps/nwg-drawer/nwg-drawer-0.4.4.ebuild
+++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.4.ebuild
@@ -60,15 +60,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
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"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.5.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.5.ebuild
index 079787c3cf..7cbcb1b608 100644
--- a/gui-apps/nwg-drawer/nwg-drawer-0.4.5.ebuild
+++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.5.ebuild
@@ -62,15 +62,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
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"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild
index 079787c3cf..7cbcb1b608 100644
--- a/gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild
+++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.6.ebuild
@@ -62,15 +62,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
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"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-drawer/nwg-drawer-0.4.7.ebuild b/gui-apps/nwg-drawer/nwg-drawer-0.4.7.ebuild
index ba84cc2fd4..7fbca7a47d 100644
--- a/gui-apps/nwg-drawer/nwg-drawer-0.4.7.ebuild
+++ b/gui-apps/nwg-drawer/nwg-drawer-0.4.7.ebuild
@@ -64,15 +64,14 @@ EGO_SUM=(
)
go-module_set_globals
+DESCRIPTION="Application drawer for wlroots-based Wayland compositors"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-drawer"
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"
+KEYWORDS="~amd64"
RDEPEND="
gui-libs/gtk-layer-shell
diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.5.0.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.5.0.ebuild
index 82163e8891..b466210fb6 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-0.5.0.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.5.0.ebuild
@@ -3,6 +3,10 @@
EAPI=7
+inherit meson xdg
+
+DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
@@ -11,14 +15,13 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson xdg
-DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3 CC-BY-SA-3.0"
-
SLOT="0"
+IUSE="+bar +dmenu +grid layershell"
+RESTRICT="mirror"
+
RDEPEND="
x11-libs/gtk+:3
dev-cpp/gtkmm:3.0
@@ -26,10 +29,6 @@ RDEPEND="
layershell? ( gui-libs/gtk-layer-shell )"
DEPEND="${RDEPEND}"
-RESTRICT="mirror"
-
-IUSE="+bar +dmenu +grid layershell"
-
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) $(meson_feature layershell layer-shell)
}
diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.6.3.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.6.3.ebuild
index 82163e8891..b466210fb6 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-0.6.3.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.6.3.ebuild
@@ -3,6 +3,10 @@
EAPI=7
+inherit meson xdg
+
+DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
@@ -11,14 +15,13 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson xdg
-DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3 CC-BY-SA-3.0"
-
SLOT="0"
+IUSE="+bar +dmenu +grid layershell"
+RESTRICT="mirror"
+
RDEPEND="
x11-libs/gtk+:3
dev-cpp/gtkmm:3.0
@@ -26,10 +29,6 @@ RDEPEND="
layershell? ( gui-libs/gtk-layer-shell )"
DEPEND="${RDEPEND}"
-RESTRICT="mirror"
-
-IUSE="+bar +dmenu +grid layershell"
-
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) $(meson_feature layershell layer-shell)
}
diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.7.1.1.ebuild b/gui-apps/nwg-launchers/nwg-launchers-0.7.1.1.ebuild
index d8db92c43b..894f163f32 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-0.7.1.1.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.7.1.1.ebuild
@@ -3,6 +3,10 @@
EAPI=8
+inherit meson xdg
+
+DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
@@ -11,14 +15,13 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson xdg
-DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3 CC-BY-SA-3.0"
-
SLOT="0"
+IUSE="+bar +dmenu +grid layershell"
+RESTRICT="mirror"
+
RDEPEND="
x11-libs/gtk+:3
dev-cpp/gtkmm:3.0
@@ -32,10 +35,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-RESTRICT="mirror"
-
-IUSE="+bar +dmenu +grid layershell"
-
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) $(meson_feature layershell layer-shell)
}
diff --git a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
index d8db92c43b..884e09505a 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
@@ -3,6 +3,10 @@
EAPI=8
+inherit meson xdg
+
+DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
@@ -11,13 +15,11 @@ else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
-inherit meson xdg
-DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
LICENSE="GPL-3 CC-BY-SA-3.0"
-
SLOT="0"
+IUSE="+bar +dmenu +grid layershell"
+RESTRICT="mirror"
RDEPEND="
x11-libs/gtk+:3
@@ -32,10 +34,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-RESTRICT="mirror"
-
-IUSE="+bar +dmenu +grid layershell"
-
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) $(meson_feature layershell layer-shell)
}
--git a/gui-apps/nwg-menu/nwg-menu-0.1.2.ebuild b/gui-apps/nwg-menu/nwg-menu-0.1.2.ebuild
index e025e7ace9..fb0d83a99c 100644
--- a/gui-apps/nwg-menu/nwg-menu-0.1.2.ebuild
+++ b/gui-apps/nwg-menu/nwg-menu-0.1.2.ebuild
@@ -48,15 +48,13 @@ EGO_SUM=(
)
go-module_set_globals
-SRC_URI="https://github.com/nwg-piotr/nwg-menu/archive/v${PV}.tar.gz -> ${P}.tar.gz
- ${EGO_SUM_SRC_URI}"
-KEYWORDS="~amd64"
-
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
--git a/gui-apps/nwg-menu/nwg-menu-0.1.3.ebuild b/gui-apps/nwg-menu/nwg-menu-0.1.3.ebuild
index d59165f6b6..9fe6b65dfa 100644
--- a/gui-apps/nwg-menu/nwg-menu-0.1.3.ebuild
+++ b/gui-apps/nwg-menu/nwg-menu-0.1.3.ebuild
@@ -50,15 +50,14 @@ EGO_SUM=(
)
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}"
-KEYWORDS="~amd64"
-DESCRIPTION="enuStart plugin to nwg-panel, also capable of working standalone"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-menu"
LICENSE="MIT"
-
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
dev-libs/glib:2
diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild
index e533477e86..87f5768407 100644
--- a/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild
@@ -7,13 +7,13 @@ PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
DESCRIPTION="libraries an common functions for the nwg-shell project"
HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
gui-apps/grim
diff --git a/gui-apps/nwg/nwg-0.ebuild b/gui-apps/nwg/nwg-0.ebuild
index 4d9d89a1cb..3f08b2b687 100644
--- a/gui-apps/nwg/nwg-0.ebuild
+++ b/gui-apps/nwg/nwg-0.ebuild
@@ -6,13 +6,13 @@ EAPI=8
DESCRIPTION="meta package package for nwg-shell"
HOMEPAGE="https://nwg-piotr.github.io/nwg-shell/"
+S="${WORKDIR}"
+
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
IUSE="hyprland"
-S="${WORKDIR}"
-
RDEPEND="
app-misc/nwg-look
app-misc/nwg-shell-wallpapers
diff --git a/gui-apps/openrefine/openrefine-3.7.9.ebuild b/gui-apps/openrefine/openrefine-3.7.9.ebuild
index 6a5acf3417..3173bad910 100644
--- a/gui-apps/openrefine/openrefine-3.7.9.ebuild
+++ b/gui-apps/openrefine/openrefine-3.7.9.ebuild
@@ -7,22 +7,21 @@ inherit wrapper
DESCRIPTION="Wikidata batch editor, Wikimedia Commons mass upload tool"
HOMEPAGE="https://openrefine.org"
-
SRC_URI="https://github.com/OpenRefine/OpenRefine/releases/download/${PV}/${PN}-linux-${PV}.tar.gz
commons? ( https://github.com/OpenRefine/CommonsExtension/releases/download/v0.1.1/openrefine-commons-0.1.1.zip )"
-KEYWORDS="~amd64"
-IUSE="+commons"
LICENSE="BSD"
SLOT="0"
+KEYWORDS="~amd64"
-BDEPEND="commons? ( app-arch/unzip )"
+IUSE="+commons"
DEPEND="
virtual/jre
dev-java/maven-bin
net-libs/nodejs
"
+BDEPEND="commons? ( app-arch/unzip )"
src_install() {
local apphome="/opt/${PN}"
@@ -39,9 +38,9 @@ src_install() {
make_wrapper refine "
env REFINE_LIB_DIR=${apphome}/server/target/lib \
- REFINE_TOOLS_DIR=${apphome}/tools \
- REFINE_CLASSES_DIR=${apphome}/server/classes \
- REFINE_WEBAPP=${apphome}/main/webapp /opt/openrefine/refine"
+ REFINE_TOOLS_DIR=${apphome}/tools \
+ REFINE_CLASSES_DIR=${apphome}/server/classes \
+ REFINE_WEBAPP=${apphome}/main/webapp /opt/openrefine/refine"
}
pkg_postinst() {
diff --git a/gui-apps/packettracer/packettracer-8.2.0.ebuild b/gui-apps/packettracer/packettracer-8.2.0.ebuild
index 36664a8d38..469e658c8c 100644
--- a/gui-apps/packettracer/packettracer-8.2.0.ebuild
+++ b/gui-apps/packettracer/packettracer-8.2.0.ebuild
@@ -9,6 +9,8 @@ DESCRIPTION="Cisco's packet tracer"
HOMEPAGE="https://www.netacad.com/portal/resources/packet-tracer"
SRC_URI="CiscoPacketTracer_820_Ubuntu_64bit.deb"
+S="${WORKDIR}"
+
LICENSE="Cisco"
SLOT="0"
KEYWORDS="~amd64"
@@ -18,7 +20,7 @@ RDEPEND="${DEPEND}
dev-libs/icu
x11-libs/xcb-util
"
-S="${WORKDIR}"
+
QA_PREBUILT="opt/pt/*"
pkg_nofetch(){
diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild
index 19229ed2bf..cbcc018840 100644
--- a/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild
@@ -8,10 +8,10 @@ inherit meson xdg
DESCRIPTION="S* Floating Window Bar"
HOMEPAGE="https://github.com/LBCrion/sfwbar"
SRC_URI="https://github.com/LBCrion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
+KEYWORDS="~amd64"
IUSE="X mpd pulseaudio alsa"
COMMON_DEPEND="
diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta13.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta13.ebuild
index 0a25934553..ba881b4953 100644
--- a/gui-apps/sfwbar/sfwbar-1.0_beta13.ebuild
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta13.ebuild
@@ -8,10 +8,11 @@ inherit meson xdg
DESCRIPTION="S* Floating Window Bar"
HOMEPAGE="https://github.com/LBCrion/sfwbar"
SRC_URI="https://github.com/LBCrion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
+KEYWORDS="~amd64"
+
IUSE="X mpd pulseaudio alsa"
COMMON_DEPEND="
diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta14.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta14.ebuild
index 18edd91f0e..412f2453e2 100644
--- a/gui-apps/sfwbar/sfwbar-1.0_beta14.ebuild
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta14.ebuild
@@ -8,10 +8,11 @@ inherit meson xdg
DESCRIPTION="S* Floating Window Bar"
HOMEPAGE="https://github.com/LBCrion/sfwbar"
SRC_URI="https://github.com/LBCrion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
LICENSE="GPL-3"
SLOT="0"
+KEYWORDS="~amd64"
+
IUSE="X mpd pulseaudio alsa"
COMMON_DEPEND="
diff --git a/gui-apps/swww/swww-0.9.2.ebuild b/gui-apps/swww/swww-0.9.2.ebuild
index b34389395d..d0b9fea7c4 100644
--- a/gui-apps/swww/swww-0.9.2.ebuild
+++ b/gui-apps/swww/swww-0.9.2.ebuild
@@ -241,9 +241,10 @@ LICENSE+="
Unicode-DFS-2016
"
SLOT="0"
-IUSE="+man"
KEYWORDS="~amd64"
+IUSE="+man"
+
DEPEND="
app-arch/lz4
x11-libs/libxkbcommon[wayland]"
diff --git a/gui-apps/swww/swww-0.9.5.ebuild b/gui-apps/swww/swww-0.9.5.ebuild
index 268f76762f..00169d78cb 100644
--- a/gui-apps/swww/swww-0.9.5.ebuild
+++ b/gui-apps/swww/swww-0.9.5.ebuild
@@ -242,6 +242,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="+man"
+IUSE="+man"
+
DEPEND="
app-arch/lz4
x11-libs/libxkbcommon[wayland]"
diff --git a/gui-apps/vicuna/vicuna-1.25.ebuild b/gui-apps/vicuna/vicuna-1.25.ebuild
index 424a6e36bd..7a891dd9ab 100644
--- a/gui-apps/vicuna/vicuna-1.25.ebuild
+++ b/gui-apps/vicuna/vicuna-1.25.ebuild
@@ -5,19 +5,18 @@ EAPI=8
DESCRIPTION="Tool for uploading files to Wikimedia Commons and other Wikimedia projects"
HOMEPAGE="https://commons.wikimedia.org/wiki/Commons:Vicu%C3%B1aUploader"
+SRC_URI="https://github.com/yarl/${PN}/releases/download/${PV}/${P}.tar"
-SRC_URI="https://github.com/yarl/${PN}/releases/download/${PV}/${PN}-${PV}.tar"
-KEYWORDS="~amd64"
+S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
+KEYWORDS="~amd64"
DEPEND="
virtual/jre
"
-S="${WORKDIR}"
-
src_install() {
local apphome="/opt/${PN}"
mkdir -p "${ED}/${apphome}"
diff --git a/gui-apps/wbg/wbg-1.0.2.ebuild b/gui-apps/wbg/wbg-1.0.2.ebuild
index 6beeefdb77..bb2131ca6d 100644
--- a/gui-apps/wbg/wbg-1.0.2.ebuild
+++ b/gui-apps/wbg/wbg-1.0.2.ebuild
@@ -9,13 +9,13 @@ DESCRIPTION="Super simple wallpaper application"
HOMEPAGE="https://codeberg.org/dnkl/wbg"
SRC_URI="https://codeberg.org/dnkl/wbg/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="png jpeg"
-
-S="${WORKDIR}/${PN}"
+IUSE="png jpeg"
REQUIRED_USE="|| ( png jpeg )"
DEPEND="
diff --git a/gui-apps/wbg/wbg-1.1.0.ebuild b/gui-apps/wbg/wbg-1.1.0.ebuild
index 0999491ab0..af2a89d859 100644
--- a/gui-apps/wbg/wbg-1.1.0.ebuild
+++ b/gui-apps/wbg/wbg-1.1.0.ebuild
@@ -9,13 +9,13 @@ DESCRIPTION="Super simple wallpaper application"
HOMEPAGE="https://codeberg.org/dnkl/wbg"
SRC_URI="https://codeberg.org/dnkl/wbg/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="png jpeg webp"
-
-S="${WORKDIR}/${PN}"
+IUSE="png jpeg webp"
REQUIRED_USE="|| ( png jpeg webp )"
DEPEND="
diff --git a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild b/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
index a5ac286acc..1e6afa7402 100644
--- a/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.0-r3.ebuild
@@ -17,6 +17,8 @@ else
KEYWORDS="~amd64 ~arm64 ~x86"
fi
+LICENSE="GPL-3+"
+SLOT="0"
RESTRICT="mirror test"
RDEPEND="
@@ -31,7 +33,4 @@ BDEPEND="
dev-libs/wayland-protocols
"
-LICENSE="GPL-3+"
-SLOT="0"
-
PATCHES=( "${FILESDIR}/${PN}-1.0-pull20.patch" )
diff --git a/gui-apps/wdisplays/wdisplays-1.1.ebuild b/gui-apps/wdisplays/wdisplays-1.1.ebuild
index 030499155b..1afe894e75 100644
--- a/gui-apps/wdisplays/wdisplays-1.1.ebuild
+++ b/gui-apps/wdisplays/wdisplays-1.1.ebuild
@@ -17,6 +17,8 @@ else
KEYWORDS="~amd64 ~arm64 ~x86"
fi
+LICENSE="GPL-3+"
+SLOT="0"
RESTRICT="mirror test"
RDEPEND="
@@ -30,6 +32,3 @@ DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/wayland-protocols
"
-
-LICENSE="GPL-3+"
-SLOT="0"
diff --git a/gui-apps/wdisplays/wdisplays-9999.ebuild b/gui-apps/wdisplays/wdisplays-9999.ebuild
index 030499155b..1afe894e75 100644
--- a/gui-apps/wdisplays/wdisplays-9999.ebuild
+++ b/gui-apps/wdisplays/wdisplays-9999.ebuild
@@ -17,6 +17,8 @@ else
KEYWORDS="~amd64 ~arm64 ~x86"
fi
+LICENSE="GPL-3+"
+SLOT="0"
RESTRICT="mirror test"
RDEPEND="
@@ -30,6 +32,3 @@ DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/wayland-protocols
"
-
-LICENSE="GPL-3+"
-SLOT="0"
diff --git a/gui-apps/wl-scripts/wl-scripts-1.2.3-r1.ebuild b/gui-apps/wl-scripts/wl-scripts-1.2.3-r1.ebuild
index d4fe71e952..ae3e641aad 100644
--- a/gui-apps/wl-scripts/wl-scripts-1.2.3-r1.ebuild
+++ b/gui-apps/wl-scripts/wl-scripts-1.2.3-r1.ebuild
@@ -3,10 +3,9 @@
EAPI=8
-SRC_URI="https://github.com/mazunki/wl-scripts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
DESCRIPTION="A set of utils for wlroots window managers"
HOMEPAGE="https://github.com/mazunki/wl-scripts"
+SRC_URI="https://github.com/mazunki/wl-scripts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -19,7 +18,6 @@ RDEPEND="
gui-apps/slurp
gui-libs/wlroots
"
-BDEPEND="" # scripts are just sh
src_install() {
exeinto "/usr/bin/"
diff --git a/gui-apps/wl-scripts/wl-scripts-9999.ebuild b/gui-apps/wl-scripts/wl-scripts-9999.ebuild
index be25ce66ae..0dc51d7b2c 100644
--- a/gui-apps/wl-scripts/wl-scripts-9999.ebuild
+++ b/gui-apps/wl-scripts/wl-scripts-9999.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
gui-apps/slurp
gui-wm/sway
"
-BDEPEND="" # scripts are just sh
src_install() {
exeinto "/usr/bin/"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-13 22:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 22:38 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wl-scripts/, gui-apps/nwg-bar/, gui-apps/nwg-shell/, Julien Roy
2024-05-13 22:21 ` [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wdisplays/, gui-apps/openrefine/, gui-apps/wbg/, gui-apps/swww/, Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox