commit: eac8f27d006096a526d93becde137ea0ae0f812e Author: dsaf <ghostyn678+git <AT> gmail <DOT> com> AuthorDate: Thu Mar 5 23:47:06 2026 +0000 Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com> CommitDate: Thu Mar 5 23:54:17 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eac8f27d
gui-apps/noctalia-qs: rm patch release logic Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com> gui-apps/noctalia-qs/noctalia-qs-0.0.5.ebuild | 9 +-------- gui-apps/noctalia-qs/noctalia-qs-9999.ebuild | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/gui-apps/noctalia-qs/noctalia-qs-0.0.5.ebuild b/gui-apps/noctalia-qs/noctalia-qs-0.0.5.ebuild index 3bf0f2b41e..6b3216c111 100644 --- a/gui-apps/noctalia-qs/noctalia-qs-0.0.5.ebuild +++ b/gui-apps/noctalia-qs/noctalia-qs-0.0.5.ebuild @@ -11,21 +11,14 @@ HOMEPAGE="https://quickshell.org/" if [[ "${PV}" = *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/noctalia-dev/noctalia-qs.git" -elif [[ ${PV} == *_p* ]]; then - MY_COMMIT="" - SRC_URI="https://github.com/noctalia-dev/noctalia-qs/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${MY_COMMIT}" else SRC_URI="https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" fi LICENSE="LGPL-3" SLOT="0" -if [[ ${PV} != *9999 ]] ; then - KEYWORDS="~amd64" -fi - # Upstream recommends leaving all build options enabled by default IUSE=" +breakpad +jemalloc +sockets +wayland +layer-shell diff --git a/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild b/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild index 6bcca43e05..6b3216c111 100644 --- a/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild +++ b/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild @@ -11,21 +11,14 @@ HOMEPAGE="https://quickshell.org/" if [[ "${PV}" = *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/noctalia-dev/noctalia-qs.git" -elif [[ ${PV} == *_p* ]]; then - MY_COMMIT="46e60df2d6ebb4d52d5bde8a63a9a6255e556097" - SRC_URI="https://github.com/noctalia-dev/noctalia-qs/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${MY_COMMIT}" else SRC_URI="https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" fi LICENSE="LGPL-3" SLOT="0" -if [[ ${PV} != *9999 ]] ; then - KEYWORDS="~amd64" -fi - # Upstream recommends leaving all build options enabled by default IUSE=" +breakpad +jemalloc +sockets +wayland +layer-shell
