From: Orfeas Date: Fri, 14 Aug 2026 07:55:05 +0000 (+0300) Subject: [BREAKING] switch back to systemd X-Git-Url: https://git.orfeas.xyz/?a=commitdiff_plain;h=1a1b5b2cda7f6c48c3b8288fd0a9fda1e85c18c4;p=orf-overlay.git [BREAKING] switch back to systemd --- diff --git a/gui-apps/wlrctl/Manifest b/gui-apps/wlrctl/Manifest new file mode 100644 index 0000000..efb2408 --- /dev/null +++ b/gui-apps/wlrctl/Manifest @@ -0,0 +1 @@ +DIST wlrctl-0.2.2.tar.gz 26455 BLAKE2B 440a031e7f68558fa74481f800908509d10d8f3a7b1a9cb91e682cbc3c4ae92edc8d7cce7cdae52ff36aea7c412350b725171699abb8378f5b18f870d6ea24ac SHA512 f4f9593e2de70e932bfa7fb3b203caba368b4322cb8aad54f3bc2365c3cfc18c9ebe0836bd239da4a7ce641a96001b2ed0d8d4f7d234124ffe2d8aa7c499e701 diff --git a/gui-apps/wlrctl/wlrctl-0.2.2.ebuild b/gui-apps/wlrctl/wlrctl-0.2.2.ebuild new file mode 100644 index 0000000..d5da3e0 --- /dev/null +++ b/gui-apps/wlrctl/wlrctl-0.2.2.ebuild @@ -0,0 +1,34 @@ +EAPI=8 + +inherit meson + +DESCRIPTION="wlrctl is a command line utility for miscellaneous wlroots Wayland extensions" +HOMEPAGE="https://git.sr.ht/~brocellous/wlrctl" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.sr.ht/~brocellous/wlrctl" +else + SRC_URI="https://git.sr.ht/~brocellous/wlrctl/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="+man zsh-completion" + +RDEPEND=" + >=gui-libs/wlroots-0.13 +" +DEPEND="${RDEPEND}" +BDEPEND=" + man? ( app-text/scdoc ) +" + +src_configure() { + local emesonargs=( + $(meson_feature man man-pages) + $(meson_feature zsh-completion) + ) + meson_src_configure +} diff --git a/profiles/amd64-desktop/package.use b/profiles/amd64-desktop/package.use index 1018dd3..5c216f2 100644 --- a/profiles/amd64-desktop/package.use +++ b/profiles/amd64-desktop/package.use @@ -7,7 +7,8 @@ sys-apps/portage doc gentoo-dev # Kernel & Boot # #---------------# sys-kernel/gentoo-kernel savedconfig -sys-kernel/installkernel dracut grub +sys-kernel/installkernel dracut systemd-boot +sys-apps/systemd boot kernel-install app-admin/eclean-kernel zstd #---------# diff --git a/profiles/amd64-desktop/parent b/profiles/amd64-desktop/parent index 72ca858..709b318 100644 --- a/profiles/amd64-desktop/parent +++ b/profiles/amd64-desktop/parent @@ -1,2 +1,2 @@ -gentoo:default/linux/amd64/23.0/no-multilib/hardened +gentoo:default/linux/amd64/23.0/no-multilib/hardened/systemd gentoo:targets/desktop/plasma diff --git a/sets/orf-core b/sets/orf-core index 6e1342c..450a5be 100644 --- a/sets/orf-core +++ b/sets/orf-core @@ -10,8 +10,6 @@ app-portage/pfl #-------- # System #-------- -app-admin/sysklogd -sys-process/cronie app-admin/doas app-admin/eclean-kernel app-misc/keyd