public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/aylurs-gtk-shell/
Date: Mon, 15 Jul 2024 12:35:59 +0000 (UTC)	[thread overview]
Message-ID: <1721046741.8c975ebcdb536e9931b968bb454848874164e515.watermanpaint@gentoo> (raw)

commit:     8c975ebcdb536e9931b968bb454848874164e515
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 15 12:22:47 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jul 15 12:32:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c975ebc

gui-apps/aylurs-gtk-shell: fix dependencies

Closes: https://bugs.gentoo.org/933859
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 .../aylurs-gtk-shell-1.8.2-r1.ebuild               | 75 ++++++++++++++++++++++
 .../aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild | 60 -----------------
 gui-apps/aylurs-gtk-shell/metadata.xml             |  3 -
 3 files changed, 75 insertions(+), 63 deletions(-)

diff --git a/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2-r1.ebuild b/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2-r1.ebuild
new file mode 100644
index 000000000..31984618d
--- /dev/null
+++ b/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="v${PV}"
+MY_PN="ags"
+
+inherit meson optfeature
+
+DESCRIPTION="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system."
+HOMEPAGE="https://github.com/Aylur/ags"
+SRC_URI="
+	https://github.com/Aylur/${MY_PN}/releases/download/${MY_PV}/${MY_PN}-${MY_PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/Aylur/${MY_PN}/releases/download/${MY_PV}/node_modules-${MY_PV}.tar.gz -> node-modules.tar.gz
+"
+S="${WORKDIR}/${MY_PN}"
+BUILD_DIR="${S}/build"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# grep -rEo "gi://.*'" | cut -d : -f 1 --complement | sort -u
+COMMON_DEPEND="
+	>=dev-libs/gjs-1.73.1
+	>=dev-libs/glib-2.56.0:2
+	>=dev-libs/gobject-introspection-1.49.1
+	>=media-libs/libpulse-12.99.3[glib]
+	x11-libs/gtk+:3[introspection]
+	sys-libs/pam
+"
+RDEPEND="
+	${COMMON_DEPEND}
+	gui-libs/gtk-layer-shell[introspection]
+	x11-libs/gdk-pixbuf[introspection]
+	x11-libs/pango[introspection]
+	=x11-libs/cairo-1*[glib]
+"
+# gjs-1.0.pc pulls in xorg-proto via cairo-xlib dep
+DEPEND="
+	${COMMON_DEPEND}
+	x11-base/xorg-proto
+"
+BDEPEND="
+	dev-lang/typescript
+	dev-libs/gobject-introspection
+	dev-util/glib-utils
+"
+
+src_prepare() {
+	default
+	mv "${WORKDIR}/node_modules" "${S}"
+}
+
+src_configure() {
+	local emesonargs=(
+		-Dbuild_types="true"
+	)
+	meson_src_configure
+}
+
+pkg_postinst() {
+	elog "ags wont run without a config file (usually in ~/.config/ags)."
+	elog "For example configs visit https://aylur.github.io/ags-docs/"
+	optfeature "battery service" sys-power/upower
+	optfeature "bluetooth service" net-wireless/gnome-bluetooth:3[introspection]
+	optfeature "greetd service" gui-libs/greetd
+	optfeature "cover art caching (MPRIS service)" gnome-base/gvfs
+	optfeature "network service" net-misc/networkmanager[introspection]
+	optfeature "notifications service" x11-libs/libnotify[introspection]
+	optfeature "power profiles service" sys-power/power-profiles-daemon
+	optfeature "system tray service" dev-libs/libdbusmenu[gtk3,introspection]
+	optfeature "Utils.fetch feature" net-libs/libsoup:3.0[introspection]
+}

diff --git a/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild b/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild
deleted file mode 100644
index 51b26ac2b..000000000
--- a/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="v${PV}"
-MY_PN="ags"
-
-inherit meson
-
-DESCRIPTION="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system."
-HOMEPAGE="https://github.com/Aylur/ags"
-SRC_URI="
-	https://github.com/Aylur/${MY_PN}/releases/download/${MY_PV}/${MY_PN}-${MY_PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/Aylur/${MY_PN}/releases/download/${MY_PV}/node_modules-${MY_PV}.tar.gz -> node-modules.tar.gz
-"
-S="${WORKDIR}/${MY_PN}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="upower bluetooth networkmanager tray"
-
-BDEPEND="
-	dev-lang/typescript
-	net-libs/nodejs[npm]
-"
-RDEPEND="
-	dev-libs/gjs
-	x11-libs/gtk+
-	gui-libs/gtk-layer-shell[introspection]
-	dev-libs/gobject-introspection
-	upower? ( sys-power/upower )
-	bluetooth? ( net-wireless/gnome-bluetooth )
-	networkmanager? ( net-misc/networkmanager )
-	tray? ( dev-libs/libdbusmenu[gtk3] )
-"
-
-DEPEND="
-	${RDEPEND}
-"
-
-BUILD_DIR="${S}/build"
-
-src_prepare() {
-	default
-	mv "${WORKDIR}/node_modules" "${S}"
-}
-
-src_configure() {
-	local emesonargs=(
-		-Dbuild_types="true"
-	)
-	meson_src_configure
-}
-
-pkg_postinst() {
-	elog "ags wont run without a config file (usually in ~/.config/ags)."
-	elog "For example configs visit https://aylur.github.io/ags-docs/"
-}

diff --git a/gui-apps/aylurs-gtk-shell/metadata.xml b/gui-apps/aylurs-gtk-shell/metadata.xml
index 2c3699583..b6d8f9861 100644
--- a/gui-apps/aylurs-gtk-shell/metadata.xml
+++ b/gui-apps/aylurs-gtk-shell/metadata.xml
@@ -5,9 +5,6 @@
 		<email>chinh4thepro@gmail.com</email>
 		<name>Vincent Phan</name>
 	</maintainer>
-	<use>
-		<flag name="tray">Enable support for tray</flag>
-	</use>
 	<upstream>
 		<remote-id type="github">Aylur/ags</remote-id>
 	</upstream>


             reply	other threads:[~2024-07-15 12:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-15 12:35 Lucio Sauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-15 12:36 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/aylurs-gtk-shell/ Lucio Sauer
2024-07-15 12:36 Lucio Sauer
2024-07-15 12:36 Lucio Sauer
2024-06-09 15:36 Vincent Phan
2024-06-09 15:36 Vincent Phan
2024-06-08  0:59 Vincent Phan
2024-06-08  0:06 Vincent Phan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1721046741.8c975ebcdb536e9931b968bb454848874164e515.watermanpaint@gentoo \
    --to=watermanpaint@posteo.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox