* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/aylurs-gtk-shell/
@ 2024-06-08 1:02 Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-06-08 1:02 UTC (permalink / raw
To: gentoo-commits
commit: d025b3934177f8d333de0b5402e478383120bb36
Author: Vincent Phan <chinh4thepro <AT> gmail <DOT> com>
AuthorDate: Sat Jun 8 00:58:53 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 8 00:58:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d025b393
gui-apps/aylurs-gtk-shell: update HOMEPAGE
Signed-off-by: Vincent Phan <chinh4thepro <AT> gmail.com>
gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 503e0c7b7..9dec5874f 100644
--- 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
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
S="${WORKDIR}/${MY_PN}"
DESCRIPTION="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system."
-HOMEPAGE="https://github.com/Alyur/ags"
+HOMEPAGE="https://github.com/Aylur/ags"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/aylurs-gtk-shell/
@ 2024-06-08 1:02 Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-06-08 1:02 UTC (permalink / raw
To: gentoo-commits
commit: 96dfd2cbe510fcbedb3fd78a06c09c5e6ec5a98f
Author: Vincent Phan <chinh4thepro <AT> gmail <DOT> com>
AuthorDate: Sat Jun 8 00:06:14 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 8 00:06:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96dfd2cb
gui-apps/aylurs-gtk-shell: new package, add 1.8.2
Signed-off-by: Vincent Phan <chinh4thepro <AT> gmail.com>
gui-apps/aylurs-gtk-shell/Manifest | 2 +
.../aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild | 67 ++++++++++++++++++++++
gui-apps/aylurs-gtk-shell/metadata.xml | 14 +++++
3 files changed, 83 insertions(+)
diff --git a/gui-apps/aylurs-gtk-shell/Manifest b/gui-apps/aylurs-gtk-shell/Manifest
new file mode 100644
index 000000000..5c9b96def
--- /dev/null
+++ b/gui-apps/aylurs-gtk-shell/Manifest
@@ -0,0 +1,2 @@
+DIST aylurs-gtk-shell-1.8.2.tar.gz 435232 BLAKE2B 9b7c7cbe652df76282d9dc11dd49d09ab1fb962e45fec3f3a849b161abd3e8f287f14a72cb7ac85df7f65fea748e4b1546568684eb830ce0382f2f4977d57564 SHA512 4ed3f4b4da9c8bbd045ab3cd455b24768bc8807fa9a215a5b788b6319edd72c76cb9fe6d3e3cf82068e43bf3463d5025cfb86eba78b93bc481d95e2e4ed4552d
+DIST node-modules.tar.gz 18888810 BLAKE2B bf118c47e08c5075502c01cbdcb68189c4964ec32413a298fa9abaaf5634ccf3cc94251de5dc38c1913c66ba3346cd60f4d0a1179dfec571b6ceb269f0a6acc2 SHA512 814acad890be748d04f7e28ea6c7a8321edac907c2729c7f4966a8bb24bccad69684d570bc4b9f6148361f8ce5d1ef8306677ef781598467c6a06b765ac974ca
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
new file mode 100644
index 000000000..503e0c7b7
--- /dev/null
+++ b/gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild
@@ -0,0 +1,67 @@
+# 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
+
+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
+"
+KEYWORDS="~amd64"
+S="${WORKDIR}/${MY_PN}"
+
+DESCRIPTION="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system."
+HOMEPAGE="https://github.com/Alyur/ags"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="upower bluetooth networkmanager tray"
+
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="
+ dev-build/meson
+ 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] )
+"
+
+BUILD_DIR="${S}/build"
+
+src_prepare() {
+ default
+ mv "${WORKDIR}/node_modules" "${S}"
+}
+
+src_configure() {
+ default
+ local emesonargs=(
+ -Dbuild_types="true"
+ )
+ meson_src_configure || die
+}
+
+src_install() {
+ default
+ meson_src_install --destdir "${D}"
+}
+
+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
new file mode 100644
index 000000000..2c3699583
--- /dev/null
+++ b/gui-apps/aylurs-gtk-shell/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <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>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/aylurs-gtk-shell/
@ 2024-06-09 18:28 Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-06-09 18:28 UTC (permalink / raw
To: gentoo-commits
commit: d10a5b6b77ecd652cadf0495b2ae2e53237cf5c1
Author: Vincent Phan <chinh4thepro <AT> gmail <DOT> com>
AuthorDate: Sun Jun 9 15:35:51 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Jun 9 15:36:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d10a5b6b
gui-apps/aylurs-gtk-shell: update HOMEPAGE
Signed-off-by: Vincent Phan <chinh4thepro <AT> gmail.com>
gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 710b30497..51b26ac2b 100644
--- 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
@@ -9,7 +9,7 @@ MY_PN="ags"
inherit meson
DESCRIPTION="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system."
-HOMEPAGE="https://github.com/Alyur/ags"
+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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/aylurs-gtk-shell/
@ 2024-06-09 18:28 Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-06-09 18:28 UTC (permalink / raw
To: gentoo-commits
commit: fca9fede518d738b08402ad413489cacbeb8d3f9
Author: Vincent Phan <chinh4thepro <AT> gmail <DOT> com>
AuthorDate: Sun Jun 9 15:35:10 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Jun 9 15:36:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fca9fede
gui-apps/aylurs-gtk-shell: update HOMEPAGE
Signed-off-by: Vincent Phan <chinh4thepro <AT> gmail.com>
.../aylurs-gtk-shell/aylurs-gtk-shell-1.8.2.ebuild | 23 ++++++++--------------
1 file changed, 8 insertions(+), 15 deletions(-)
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
index 9dec5874f..710b30497 100644
--- 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
@@ -8,25 +8,20 @@ MY_PN="ags"
inherit meson
+DESCRIPTION="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system."
+HOMEPAGE="https://github.com/Alyur/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
"
-KEYWORDS="~amd64"
S="${WORKDIR}/${MY_PN}"
-DESCRIPTION="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system."
-HOMEPAGE="https://github.com/Aylur/ags"
-
LICENSE="GPL-3"
SLOT="0"
+KEYWORDS="~amd64"
IUSE="upower bluetooth networkmanager tray"
-DEPEND="
- ${RDEPEND}
-"
BDEPEND="
- dev-build/meson
dev-lang/typescript
net-libs/nodejs[npm]
"
@@ -41,6 +36,10 @@ RDEPEND="
tray? ( dev-libs/libdbusmenu[gtk3] )
"
+DEPEND="
+ ${RDEPEND}
+"
+
BUILD_DIR="${S}/build"
src_prepare() {
@@ -49,16 +48,10 @@ src_prepare() {
}
src_configure() {
- default
local emesonargs=(
-Dbuild_types="true"
)
- meson_src_configure || die
-}
-
-src_install() {
- default
- meson_src_install --destdir "${D}"
+ meson_src_configure
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/aylurs-gtk-shell/
@ 2024-07-15 19:27 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-07-15 19:27 UTC (permalink / raw
To: gentoo-commits
commit: deb191a261b407eb69db3d4e9e6762cf778052d5
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 15 11:39:41 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 12:33:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=deb191a2
gui-apps/aylurs-gtk-shell: install changelog and examples
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2-r1.ebuild | 5 +++++
1 file changed, 5 insertions(+)
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
index e87f41258..11668a6d8 100644
--- 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
@@ -61,6 +61,11 @@ src_configure() {
meson_src_configure
}
+src_install() {
+ local DOCS="CHANGELOG.md README.md example"
+ meson_src_install
+}
+
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/"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/aylurs-gtk-shell/
@ 2024-07-15 19:27 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-07-15 19:27 UTC (permalink / raw
To: gentoo-commits
commit: 9ad83f7a31849bb2fa36a9efb76c837555f7ec35
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 15 12:29:51 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 12:33:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ad83f7a
gui-apps/aylurs-gtk-shell: include ${PV} in SRC_URI file names
Remove bad constant-value variable references
Add missing die
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
gui-apps/aylurs-gtk-shell/Manifest | 2 +-
gui-apps/aylurs-gtk-shell/aylurs-gtk-shell-1.8.2-r1.ebuild | 11 ++++-------
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/gui-apps/aylurs-gtk-shell/Manifest b/gui-apps/aylurs-gtk-shell/Manifest
index 5c9b96def..9d42748f4 100644
--- a/gui-apps/aylurs-gtk-shell/Manifest
+++ b/gui-apps/aylurs-gtk-shell/Manifest
@@ -1,2 +1,2 @@
+DIST aylurs-gtk-shell-1.8.2-node-modules.tar.gz 18888810 BLAKE2B bf118c47e08c5075502c01cbdcb68189c4964ec32413a298fa9abaaf5634ccf3cc94251de5dc38c1913c66ba3346cd60f4d0a1179dfec571b6ceb269f0a6acc2 SHA512 814acad890be748d04f7e28ea6c7a8321edac907c2729c7f4966a8bb24bccad69684d570bc4b9f6148361f8ce5d1ef8306677ef781598467c6a06b765ac974ca
DIST aylurs-gtk-shell-1.8.2.tar.gz 435232 BLAKE2B 9b7c7cbe652df76282d9dc11dd49d09ab1fb962e45fec3f3a849b161abd3e8f287f14a72cb7ac85df7f65fea748e4b1546568684eb830ce0382f2f4977d57564 SHA512 4ed3f4b4da9c8bbd045ab3cd455b24768bc8807fa9a215a5b788b6319edd72c76cb9fe6d3e3cf82068e43bf3463d5025cfb86eba78b93bc481d95e2e4ed4552d
-DIST node-modules.tar.gz 18888810 BLAKE2B bf118c47e08c5075502c01cbdcb68189c4964ec32413a298fa9abaaf5634ccf3cc94251de5dc38c1913c66ba3346cd60f4d0a1179dfec571b6ceb269f0a6acc2 SHA512 814acad890be748d04f7e28ea6c7a8321edac907c2729c7f4966a8bb24bccad69684d570bc4b9f6148361f8ce5d1ef8306677ef781598467c6a06b765ac974ca
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
index f2358a7de..e87f41258 100644
--- 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
@@ -3,18 +3,15 @@
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
+ https://github.com/Aylur/ags/releases/download/v${PV}/ags-v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/Aylur/ags/releases/download/v${PV}/node_modules-v${PV}.tar.gz -> ${P}-node-modules.tar.gz
"
-S="${WORKDIR}/${MY_PN}"
+S="${WORKDIR}/ags"
BUILD_DIR="${S}/build"
LICENSE="GPL-3"
@@ -54,7 +51,7 @@ PATCHES=(
src_prepare() {
default
- mv "${WORKDIR}/node_modules" "${S}"
+ mv "${WORKDIR}/node_modules" "${S}" || die
}
src_configure() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/aylurs-gtk-shell/
@ 2024-07-15 19:27 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-07-15 19:27 UTC (permalink / raw
To: gentoo-commits
commit: 8c975ebcdb536e9931b968bb454848874164e515
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 15 12:22:47 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
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>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/aylurs-gtk-shell/
@ 2024-07-15 19:27 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-07-15 19:27 UTC (permalink / raw
To: gentoo-commits
commit: bd826e3bceaef8649a224ec5ad33f7c42e25dc4d
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 15 11:41:44 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 12:34:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd826e3b
gui-apps/aylurs-gtk-shell: add upstream metadata
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
gui-apps/aylurs-gtk-shell/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gui-apps/aylurs-gtk-shell/metadata.xml b/gui-apps/aylurs-gtk-shell/metadata.xml
index b6d8f9861..483fd6c18 100644
--- a/gui-apps/aylurs-gtk-shell/metadata.xml
+++ b/gui-apps/aylurs-gtk-shell/metadata.xml
@@ -6,6 +6,9 @@
<name>Vincent Phan</name>
</maintainer>
<upstream>
+ <bugs-to>https://github.com/Aylur/ags/issues</bugs-to>
+ <changelog>https://github.com/Aylur/ags/blob/main/CHANGELOG.md</changelog>
+ <doc>https://aylur.github.io/ags-docs/</doc>
<remote-id type="github">Aylur/ags</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-07-15 19:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-08 1:02 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/aylurs-gtk-shell/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-07-15 19:27 Andrew Ammerlaan
2024-07-15 19:27 Andrew Ammerlaan
2024-07-15 19:27 Andrew Ammerlaan
2024-07-15 19:27 Andrew Ammerlaan
2024-06-09 18:28 Julien Roy
2024-06-09 18:28 Julien Roy
2024-06-08 1:02 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox