summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-04 07:15:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-04 07:15:12 +0000
commit50a73c5441045f14bdb49aededf33cd7f23ff891 (patch)
treed46a64bc26e840cfdb696d40c8c462410d4a792f /x11-misc
parente894cc4b9697c5a1d6ab5997ecda9e9b2ee53773 (diff)
downloadbaldeagleos-repo-50a73c5441045f14bdb49aededf33cd7f23ff891.tar.gz
baldeagleos-repo-50a73c5441045f14bdb49aededf33cd7f23ff891.tar.xz
baldeagleos-repo-50a73c5441045f14bdb49aededf33cd7f23ff891.zip
Adding metadata
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/numlockx/numlockx-1.2.ebuild10
-rw-r--r--x11-misc/wmctrl/wmctrl-1.07-r3.ebuild4
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/numlockx/numlockx-1.2.ebuild b/x11-misc/numlockx/numlockx-1.2.ebuild
index 01b334ce56c7..d6f3124e8399 100644
--- a/x11-misc/numlockx/numlockx-1.2.ebuild
+++ b/x11-misc/numlockx/numlockx-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ inherit autotools
DESCRIPTION="Changes keyboard's numlock state under X"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -16,10 +16,12 @@ KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv ~sparc x86"
RDEPEND="
x11-libs/libX11
x11-libs/libXext
- x11-libs/libXtst"
+ x11-libs/libXtst
+"
DEPEND="
${RDEPEND}
- x11-base/xorg-proto"
+ x11-base/xorg-proto
+"
src_prepare() {
default
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r3.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r3.ebuild
index bcf3296a2424..b6ad5c9bf1d4 100644
--- a/x11-misc/wmctrl/wmctrl-1.07-r3.ebuild
+++ b/x11-misc/wmctrl/wmctrl-1.07-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Command line tool to interact with an EWMH/NetWM compatible X Window Manager"
HOMEPAGE="https://github.com/Conservatory/wmctrl/"
-SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.gz"
+SRC_URI="https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"