summaryrefslogtreecommitdiff
path: root/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome')
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/eapi1
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/make.defaults11
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use81
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use.force8
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use.mask20
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/parent12
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/use.mask2
7 files changed, 135 insertions, 0 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/eapi b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/eapi
new file mode 100644
index 000000000000..7813681f5b41
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/eapi
@@ -0,0 +1 @@
+5 \ No newline at end of file
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/make.defaults b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/make.defaults
new file mode 100644
index 000000000000..698748f52a8c
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/make.defaults
@@ -0,0 +1,11 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+#USE="colord -consolekit dbus eds elogind evo gnome gnome-keyring gnome-online-accounts gstreamer gtk gtk3 introspection libsecret nautilus policykit pulseaudio tracker"
+USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus policykit tracker udisks"
+
+USE="${USE} bluetooth-sound cairo plymouth smartcard"
+
+# Holdover from Funtoo
+# TODO: Checkout bugs.funtoo.org and see where these came into the fold.
+#USE="$USE dnssd egl zeroconf"
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use
new file mode 100644
index 000000000000..a33c1d90a87f
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use
@@ -0,0 +1,81 @@
+# Distributed under the terms of the GNU General Public License v2
+
+# adding vala to libical - Palica 2020-03-02
+# emerge: there are no ebuilds built with USE flags to satisfy "dev-libs/libical[vala]".
+# !!! One of the following packages is required to complete your request:
+# - dev-libs/libical-3.0.6::core-kit (Change USE: +vala)
+# (dependency required by "gnome-extra/evolution-data-server-3.34.4::nokit[vala]" [ebuild])
+# (dependency required by "gnome-extra/gnome-calendar-3.34.2::nokit" [ebuild])
+# (dependency required by "gnome-base/gnome-extra-apps-3.32.2::nokit" [ebuild])
+# (dependency required by "gnome-base/gnome-3.32.2::nokit[extras]" [ebuild])
+# (dependency required by "gnome" [argument])
+dev-libs/libical vala
+
+# adding vala to libgdata - Palica 2021-05-15
+dev-libs/libgdata vala
+
+# REQUIRED_USE constraint when pulseaudio is enabled
+dev-libs/efl sound
+
+# Needed by gnome-photos
+media-libs/gegl raw
+
+# Needed by a global USE=wayland right now; some REQUIRED_USE may be outdated and need review
+>=media-libs/cogl-1.18.2-r1 gles2
+>=media-libs/clutter-1.20 egl
+media-libs/cogl kms
+
+# Needed by mutter defaults and USE=wayland, bug #547300
+>=media-libs/mesa-10.3 gbm gles2
+
+# For eautoreconf in =app-crypt/seahorse-3.10.2-r1
+app-crypt/gcr vala
+
+# Required by folks, needed by empathy
+>=gnome-extra/evolution-data-server-3.8 vala
+
+# Required for cheese in gnome3
+>=media-libs/gst-plugins-base-1.0 theora
+
+# Required for gnome-base/gnome-2.32 to be merged directly, for
+# gnome-extra/hamster-applet-2.32 and x11-misc/alacarte-0.13
+dev-lang/python sqlite
+
+# Required by app-accessibility/orca-3
+app-accessibility/speech-dispatcher python
+
+# Pulled in by grilo-plugins which is needed for gnome-music
+media-libs/grilo playlist
+
+# Pulled in by tracker and grilo-plugins, has REQUIRED_USE="?? ( gtk qt5 )"
+media-libs/libmediaart gtk -qt5
+
+# Pulled in by net-im/telepathy-connection-managers[msn] (via dev-python/papyon
+# and net-voip/telepathy-butterfly)
+net-libs/libproxy python
+
+# For net-misc/vinagre-3.4 and gnome-boxes
+net-misc/spice-gtk gtk3
+
+# Alexandre Rostovtsev <tetromino@gentoo.org> (2015-02-19)
+# Set reasonable default toolkit for gnome users to prevent emerge error
+# when USE=tools
+x11-drivers/nvidia-drivers gtk3
+
+# Disable python for yasm since it's pulling python2
+dev-lang/yasm -python
+
+# Required for samba in gnome
+sys-libs/ldb ldap
+
+## Changes Q2/2025 Palica
+# required by net-libs/webkit-gtk
+>=media-libs/gst-plugins-base-1.24.11 opengl
+>=media-plugins/gst-plugins-gtk-1.24.11 opengl
+
+# ffmpeg? ( extra )
+media-video/pipewire extra
+
+# samba not compiling on multilib with -ads ldap
+# disabling ldap for now
+net-fs/samba -ldap
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use.force b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use.force
new file mode 100644
index 000000000000..2a77acf0ada7
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use.force
@@ -0,0 +1,8 @@
+#
+# Dantrell GNOME overlay
+#
+#dev-libs/glib mime
+#dev-python/pycurl curl_ssl_openssl
+#net-libs/webkit-gtk jumbo-build
+#net-libs/webkit-gtk opengl
+#net-misc/curl curl_ssl_openssl
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use.mask b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use.mask
new file mode 100644
index 000000000000..bd2fee69e676
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/package.use.mask
@@ -0,0 +1,20 @@
+#
+# Dantrell GNOME overlay
+#
+
+#app-crypt/gpgme python
+#dev-lang/spidermonkey system-icu
+#dev-python/pycurl curl_ssl_gnutls
+#dev-python/pycurl curl_ssl_libressl
+#dev-python/pycurl curl_ssl_nss
+#gnome-base/gnome-extra-apps flashback
+#gnome-extra/gnome-todo libecal2
+#media-libs/gegl:0 ffmpeg
+#media-libs/gegl:0.3 ffmpeg
+#net-libs/liboauth curl
+#net-misc/curl curl_ssl_axtls
+#net-misc/curl curl_ssl_gnutls
+#net-misc/curl curl_ssl_libressl
+#net-misc/curl curl_ssl_mbedtls
+#net-misc/curl curl_ssl_nss
+#>=net-libs/webkit-gtk-2.26.0 embedded
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/parent b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/parent
new file mode 100644
index 000000000000..ba7189722ea0
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/parent
@@ -0,0 +1,12 @@
+../../flavor/desktop
+../x11
+../wayland
+../gtk
+../dbus
+../networkmanager
+../pulseaudio
+../bluetooth
+../video
+../graphics
+../media
+../print
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/use.mask b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/use.mask
new file mode 100644
index 000000000000..bbb9230ba16e
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/gnome/use.mask
@@ -0,0 +1,2 @@
+# TODO: Investigate masking consolekit for GNOME.
+#consolekit