diff options
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r14.ebuild (renamed from app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r9.ebuild) | 0 | ||||
-rw-r--r-- | app-misc/calamares-config-redcore/files/modules/bootloader.conf | 4 | ||||
-rw-r--r-- | app-misc/calamares-config-redcore/files/modules/dracut.conf | 2 | ||||
-rw-r--r-- | app-misc/calamares-config-redcore/files/modules/partition.conf | 2 | ||||
-rw-r--r-- | app-misc/geoclue/Manifest | 1 | ||||
-rw-r--r-- | app-misc/geoclue/geoclue-2.7.1-r6.ebuild | 77 | ||||
-rw-r--r-- | app-misc/redcore-live/redcore-live-1.314.1337-r4.ebuild (renamed from app-misc/redcore-live/redcore-live-1.314.1337-r2.ebuild) | 0 | ||||
-rw-r--r-- | app-misc/redcore-skel/redcore-skel-1.314.1337-r10.ebuild (renamed from app-misc/redcore-skel/redcore-skel-1.314.1337-r6.ebuild) | 4 |
8 files changed, 5 insertions, 85 deletions
diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r9.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r14.ebuild index d1471cf6..d1471cf6 100644 --- a/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r9.ebuild +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r14.ebuild diff --git a/app-misc/calamares-config-redcore/files/modules/bootloader.conf b/app-misc/calamares-config-redcore/files/modules/bootloader.conf index 6d04fa8f..cd8d798a 100644 --- a/app-misc/calamares-config-redcore/files/modules/bootloader.conf +++ b/app-misc/calamares-config-redcore/files/modules/bootloader.conf @@ -1,8 +1,8 @@ --- efiBootLoader: "grub" -kernel: "/boot/vmlinuz-6.10.10-redcore" -img: "/boot/initrd-6.10.10-redcore" +kernel: "/boot/vmlinuz-6.11.7-redcore" +img: "/boot/initrd-6.11.7-redcore" timeout: "10" grubInstall: "grub2-install" diff --git a/app-misc/calamares-config-redcore/files/modules/dracut.conf b/app-misc/calamares-config-redcore/files/modules/dracut.conf index 457f0c23..3704a12e 100644 --- a/app-misc/calamares-config-redcore/files/modules/dracut.conf +++ b/app-misc/calamares-config-redcore/files/modules/dracut.conf @@ -1,2 +1,2 @@ --- -initramfsName: /boot/initrd-6.10.10-redcore +initramfsName: /boot/initrd-6.11.7-redcore diff --git a/app-misc/calamares-config-redcore/files/modules/partition.conf b/app-misc/calamares-config-redcore/files/modules/partition.conf index ff39e356..eb274351 100644 --- a/app-misc/calamares-config-redcore/files/modules/partition.conf +++ b/app-misc/calamares-config-redcore/files/modules/partition.conf @@ -15,4 +15,4 @@ requiredPartitionTableType: - msdos - gpt defaultFileSystemType: "ext4" -enableLuksAutomatedPartitioning: true +enableLuksAutomatedPartitioning: false diff --git a/app-misc/geoclue/Manifest b/app-misc/geoclue/Manifest deleted file mode 100644 index a1e946bb..00000000 --- a/app-misc/geoclue/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST geoclue-2.7.1.tar.bz2 106458 BLAKE2B a2fc44d4941936d8dcd495d77d11b0d948d7031ca048b97ff0940c7fcdd37ba604655f2e255c5e0dd5cc7a82a2d5a15b18aab4825b2446560e225c13df6da3b8 SHA512 972663a6f8c969d0e1a5f911af2b8afed486d5c0ba06dadc19bcfbe1ea22cef10243b2bd0084e5c45b70977cfa5650c8f15f760e4bc4e7dbd946745b67c9188b diff --git a/app-misc/geoclue/geoclue-2.7.1-r6.ebuild b/app-misc/geoclue/geoclue-2.7.1-r6.ebuild deleted file mode 100644 index 601ac3db..00000000 --- a/app-misc/geoclue/geoclue-2.7.1-r6.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) -PYTHON_REQ_USE="xml(+)" - -inherit meson python-any-r1 systemd vala xdg - -DESCRIPTION="A location information D-Bus service" -HOMEPAGE="https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home" -SRC_URI="https://gitlab.freedesktop.org/geoclue/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2.1+ GPL-2+" -SLOT="2.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="+introspection gtk-doc modemmanager vala zeroconf" -REQUIRED_USE="vala? ( introspection )" - -DEPEND=" - >=dev-libs/glib-2.68:2 - >=dev-libs/json-glib-0.14.0 - >=net-libs/libsoup-3.0.0:3.0 - introspection? ( >=dev-libs/gobject-introspection-1.54:= ) - modemmanager? ( >=net-misc/modemmanager-1.6 ) - zeroconf? ( >=net-dns/avahi-0.6.10[dbus] ) - x11-libs/libnotify -" -RDEPEND="${DEPEND} - acct-user/geoclue - sys-apps/dbus -" -BDEPEND=" - ${PYTHON_DEPS} - dev-util/gdbus-codegen - dev-util/glib-utils - gtk-doc? ( - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/gtk-doc-1 ) - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -src_prepare() { - default - use vala && vala_setup - xdg_environment_reset -} - -src_configure() { - local emesonargs=( - -Dlibgeoclue=true - $(meson_use introspection) - $(meson_use vala vapi) - $(meson_use gtk-doc) - $(meson_use modemmanager 3g-source) - $(meson_use modemmanager cdma-source) - $(meson_use modemmanager modem-gps-source) - $(meson_use zeroconf nmea-source) - -Dcompass=true - -Denable-backend=true - -Ddemo-agent=true - -Dsystemd-system-unit-dir="$(systemd_get_systemunitdir)" - -Ddbus-srv-user=geoclue - - -Dmozilla-api-key=1f26b12b-b629-4c4d-aa39-37b5d0cc957d - ) - - DISTRO="$(awk -F= '/^NAME/ {print $2}' /etc/os-release | tr -d \" )" - if [[ $DISTRO != Redcore ]]; then - eerror "The following API key has been allocated for Redcore Linux only." - die "Please request an API key for your distribution." - fi - - meson_src_configure -} diff --git a/app-misc/redcore-live/redcore-live-1.314.1337-r2.ebuild b/app-misc/redcore-live/redcore-live-1.314.1337-r4.ebuild index 59462bbf..59462bbf 100644 --- a/app-misc/redcore-live/redcore-live-1.314.1337-r2.ebuild +++ b/app-misc/redcore-live/redcore-live-1.314.1337-r4.ebuild diff --git a/app-misc/redcore-skel/redcore-skel-1.314.1337-r6.ebuild b/app-misc/redcore-skel/redcore-skel-1.314.1337-r10.ebuild index b833058e..3657c4fe 100644 --- a/app-misc/redcore-skel/redcore-skel-1.314.1337-r6.ebuild +++ b/app-misc/redcore-skel/redcore-skel-1.314.1337-r10.ebuild @@ -14,11 +14,9 @@ KEYWORDS="amd64 x86" IUSE="" DEPEND="" RDEPEND=" - media-fonts/jetbrains-mono + media-fonts/fontawesome media-fonts/roboto x11-themes/material-icon-theme - x11-themes/numix-icon-theme - x11-themes/numix-icon-theme-circle x11-themes/redcore-artwork-community x11-themes/redcore-artwork-core x11-themes/redcore-artwork-grub |