summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-03 07:19:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-03 07:19:44 +0000
commit9e426ecb90b903cc0e690f5d0723e410ddfa5219 (patch)
treeecb8de4e95c084ff9cbace041bdcdb476b54d4fd /x11-misc
parent9e16d6169d91c7bec36433d5f94ba175b222c2da (diff)
downloadbaldeagleos-repo-9e426ecb90b903cc0e690f5d0723e410ddfa5219.tar.gz
baldeagleos-repo-9e426ecb90b903cc0e690f5d0723e410ddfa5219.tar.xz
baldeagleos-repo-9e426ecb90b903cc0e690f5d0723e410ddfa5219.zip
Adding metadata
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/compose-tables/compose-tables-1.8.13.ebuild2
-rw-r--r--x11-misc/dunst/Manifest1
-rw-r--r--x11-misc/dunst/dunst-1.13.0-r1.ebuild90
-rw-r--r--x11-misc/dunst/dunst-1.13.1.ebuild2
-rw-r--r--x11-misc/xkeyboard-config/xkeyboard-config-2.47.ebuild2
5 files changed, 3 insertions, 94 deletions
diff --git a/x11-misc/compose-tables/compose-tables-1.8.13.ebuild b/x11-misc/compose-tables/compose-tables-1.8.13.ebuild
index 7646334d4ce9..d225f339879a 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.13.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.13.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
S="${WORKDIR}/libX11-${PV}/"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
# Only needed by configure
DEPEND="
diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index c4e12a48d850..23a4190821b6 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,3 +1,2 @@
-DIST dunst-1.13.0.tar.gz 4664717 BLAKE2B e8e593af830d1f3e168e8c3bdea7fd66a0cb612885d591de53b2281e6089636963eca8e8354ee620797d3992da47cff4a359ceeb6e39c336b7a4cc483b10900f SHA512 c869b1314bdfd4125bbf31102a271af12774242ff56eb2d2c0a2900fdb6b495ec0ff9adad111a32d4c52c342f510592cbaaa413b166bd3fe6cf820ae4ff16d01
DIST dunst-1.13.1.tar.gz 4666210 BLAKE2B 229ef6e98225cad3df61400ea3d17ac17f1102a522b0d122319a30f9d849e6cc28958b468422e95aa517c296eaf985d8e1cf53c0beccc11cac85c30b7912d9f8 SHA512 3475fdf5cbe5ba73562e02746d2fbafc8b260ca3b8dae7b70774c17ba722fe53c844e3bc55e25d51905f1cb73ed22b4d35e2b41f511d428136b1a9ba6f9f2522
DIST dunst-1.13.2.tar.gz 4685829 BLAKE2B 796a80e4cc6748ff08518ab7dd3d8948e4a7de78b6626b3b322d68b816f9ced1d48cc4e10808bf3293d03e489290b820d0044f42a432e53527d3f4111415c734 SHA512 53d44068d10b188b2aadef8a7bc10b28863e821fbaf26073db6bcfc2e62a691fc7ae2dd812a8c5037ce2c72fe4cb117af9eba20541e5550ffafb31156fbd4559
diff --git a/x11-misc/dunst/dunst-1.13.0-r1.ebuild b/x11-misc/dunst/dunst-1.13.0-r1.ebuild
deleted file mode 100644
index b1615fa5bf7b..000000000000
--- a/x11-misc/dunst/dunst-1.13.0-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst"
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="+completions +dunstify wayland +X +xdg"
-
-DEPEND="
- dev-libs/glib:2
- sys-apps/dbus
- x11-libs/cairo[X?,glib]
- x11-libs/gdk-pixbuf:2
- x11-libs/pango[X?]
- dunstify? ( x11-libs/libnotify )
- wayland? ( dev-libs/wayland )
- X? (
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXScrnSaver
- x11-libs/libXinerama
- x11-libs/libXrandr
- )
- xdg? ( x11-misc/xdg-utils )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
- dev-lang/perl
- virtual/pkgconfig
- wayland? ( dev-libs/wayland-protocols )
-"
-
-REQUIRED_USE="|| ( wayland X )"
-
-src_prepare() {
- default
-
- # Respect users CFLAGS
- sed -e 's/-Os//' -i config.mk || die
-
- # Use correct path for dbus and system unit
- sed -e "s|@bindir@|${EPREFIX}/usr/bin|" -i dunst.systemd.service.in || die
- sed -e "s|@bindir@|${EPREFIX}/usr/bin|" -i org.knopwob.dunst.service.in || die
-}
-
-src_configure() {
- tc-export CC PKG_CONFIG
-
- default
-}
-
-src_compile() {
- local myemakeargs=(
- DUNSTIFY="$(usex dunstify 1 0)"
- SYSCONFDIR="${EPREFIX}/etc/xdg"
- SYSTEMD="0"
- WAYLAND="$(usex wayland 1 0)"
- X11="$(usex X 1 0)"
- )
-
- emake "${myemakeargs[@]}"
-}
-
-src_install() {
- local myemakeargs=(
- COMPLETIONS="$(usex completions 1 0)"
- DUNSTIFY="$(usex dunstify 1 0)"
- PREFIX="${ED}/usr"
- SYSCONFDIR="${ED}/etc/xdg"
- SYSTEMD="0"
- WAYLAND="$(usex wayland 1 0)"
- X11="$(usex X 1 0)"
- )
-
- emake "${myemakeargs[@]}" install
-
- exeinto /etc/user/init.d
- newexe "${FILESDIR}/dunst.initd" dunst
- systemd_newuserunit dunst.systemd.service.in dunst.service
-}
diff --git a/x11-misc/dunst/dunst-1.13.1.ebuild b/x11-misc/dunst/dunst-1.13.1.ebuild
index 64045eec0436..1f7f891d762b 100644
--- a/x11-misc/dunst/dunst-1.13.1.ebuild
+++ b/x11-misc/dunst/dunst-1.13.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
IUSE="+completions +dunstify wayland +X +xdg"
DEPEND="
diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.47.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.47.ebuild
index d2bac17593c0..57dbf1b8e3d9 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.47.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.47.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
fi
LICENSE="MIT"