diff --git a/app-editors/imhex/Manifest b/app-editors/imhex/Manifest index 2bffb61f57..47c450a5f6 100644 --- a/app-editors/imhex/Manifest +++ b/app-editors/imhex/Manifest @@ -1,2 +1,2 @@ -DIST imhex-1.33.1.tar.gz 32286361 BLAKE2B 6c53172db4a0f3a599bf648d5cf2e4a56ab477896d216b6dcb81dd7559cc05d48a213dbd3161e71e060ce6256cd9b15335d1376dd63f3a79bf23c960c59e91e2 SHA512 9b92d5a7d1664fbb6251cf07450f4aa052da6a4828cae904696d96a54d2895b124afded85005f2bf421cb10129b3ef464b2d36a832c66214140d503109f615e5 -DIST imhex-patterns-1.33.1.tar.gz 4657125 BLAKE2B 3070d06dd5ead76bf0643b551464a24e5dcac2e9aa20bd7f19d3296df87cdfb659e80e432fcbef33c4de5c8e7e97b848e0e5e386ff5db85d7564de4d5fcdd08c SHA512 e4f36ffa82df8d4d97b418c9b6a25a76d99d1649bbda9f0969480518335f4449d91e227ca02ccaab2248e2c95dfe05a33a1687cb16c4428aae57c638da44e262 +DIST imhex-1.33.1.gh.tar.gz 32286361 BLAKE2B 6c53172db4a0f3a599bf648d5cf2e4a56ab477896d216b6dcb81dd7559cc05d48a213dbd3161e71e060ce6256cd9b15335d1376dd63f3a79bf23c960c59e91e2 SHA512 9b92d5a7d1664fbb6251cf07450f4aa052da6a4828cae904696d96a54d2895b124afded85005f2bf421cb10129b3ef464b2d36a832c66214140d503109f615e5 +DIST imhex-patterns-1.33.1.gh.tar.gz 4657125 BLAKE2B 3070d06dd5ead76bf0643b551464a24e5dcac2e9aa20bd7f19d3296df87cdfb659e80e432fcbef33c4de5c8e7e97b848e0e5e386ff5db85d7564de4d5fcdd08c SHA512 e4f36ffa82df8d4d97b418c9b6a25a76d99d1649bbda9f0969480518335f4449d91e227ca02ccaab2248e2c95dfe05a33a1687cb16c4428aae57c638da44e262 diff --git a/app-editors/imhex/files/remove_dotnet.patch b/app-editors/imhex/files/remove_dotnet.patch new file mode 100644 index 0000000000..d4c4883c0b --- /dev/null +++ b/app-editors/imhex/files/remove_dotnet.patch @@ -0,0 +1,16 @@ +diff --git a/plugins/script_loader/CMakeLists.txt b/plugins/script_loader/CMakeLists.txt +index af0f6c79..cbb323e3 100644 +--- a/plugins/script_loader/CMakeLists.txt ++++ b/plugins/script_loader/CMakeLists.txt +@@ -46,7 +46,7 @@ if (CoreClrEmbed_FOUND) + install(FILES ${CoreClrEmbed_SHARED_LIBRARIES} DESTINATION ${CMAKE_INSTALL_LIBDIR}) + endif () + +- add_subdirectory(dotnet) +- add_dependencies(script_loader AssemblyLoader) ++ #add_subdirectory(dotnet) ++ #add_dependencies(script_loader AssemblyLoader) + +-endif () +\ No newline at end of file ++endif () diff --git a/app-editors/imhex/imhex-1.33.1-r1.ebuild b/app-editors/imhex/imhex-1.33.1-r2.ebuild similarity index 88% rename from app-editors/imhex/imhex-1.33.1-r1.ebuild rename to app-editors/imhex/imhex-1.33.1-r2.ebuild index c6050d00ba..be797d6b78 100644 --- a/app-editors/imhex/imhex-1.33.1-r1.ebuild +++ b/app-editors/imhex/imhex-1.33.1-r2.ebuild @@ -11,8 +11,8 @@ inherit cmake llvm toolchain-funcs desktop DESCRIPTION="A hex editor for reverse engineers, programmers, and eyesight" HOMEPAGE="https://github.com/WerWolv/ImHex" SRC_URI=" - https://github.com/WerWolv/ImHex/releases/download/v${PV}/Full.Sources.tar.gz -> ${P}.tar.gz - https://github.com/WerWolv/ImHex-Patterns/archive/refs/tags/ImHex-v${PV}.tar.gz -> ${PN}-patterns-${PV}.tar.gz + https://github.com/WerWolv/ImHex/releases/download/v${PV}/Full.Sources.tar.gz -> ${P}.gh.tar.gz + https://github.com/WerWolv/ImHex-Patterns/archive/refs/tags/ImHex-v${PV}.tar.gz -> ${PN}-patterns-${PV}.gh.tar.gz " S="${WORKDIR}/ImHex" S_PATTERNS="${WORKDIR}/ImHex-Patterns-ImHex-v${PV}" @@ -23,6 +23,10 @@ KEYWORDS="~amd64" IUSE="+system-llvm test lto" RESTRICT="!test? ( test )" +PATCHES=( + "${FILESDIR}/remove_dotnet.patch" +) + DEPEND=" app-arch/zstd[zlib] app-forensics/yara @@ -69,17 +73,17 @@ src_configure() { -D IMHEX_IGNORE_BAD_COMPILER=OFF \ -D IMHEX_USE_GTK_FILE_PICKER=OFF \ -D IMHEX_DISABLE_STACKTRACE=ON \ - -D IMHEX_BUNDLE_DOTNET=ON \ - -D IMHEX_ENABLE_LTO=$(use lto) \ + -D IMHEX_BUNDLE_DOTNET=OFF \ + -D IMHEX_ENABLE_LTO=$(usex lto) \ -D IMHEX_USE_DEFAULT_BUILD_SETTINGS=OFF \ -D IMHEX_STRICT_WARNINGS=OFF \ - -D IMHEX_ENABLE_UNIT_TESTS=$(use test) \ + -D IMHEX_ENABLE_UNIT_TESTS=$(usex test) \ -D IMHEX_ENABLE_PRECOMPILED_HEADERS=OFF \ -D IMHEX_VERSION="${PV}" \ -D PROJECT_VERSION="${PV}" \ -D USE_SYSTEM_CAPSTONE=ON \ -D USE_SYSTEM_FMT=ON \ - -D USE_SYSTEM_LLVM=$(use system-llvm) \ + -D USE_SYSTEM_LLVM=$(usex system-llvm) \ -D USE_SYSTEM_NFD=ON \ -D USE_SYSTEM_NLOHMANN_JSON=ON \ -D USE_SYSTEM_YARA=ON diff --git a/gui-apps/swaync/Manifest b/gui-apps/swaync/Manifest index 476a9a4962..13275d6d52 100644 --- a/gui-apps/swaync/Manifest +++ b/gui-apps/swaync/Manifest @@ -1,2 +1,2 @@ -DIST swaync-0.10.0.tar.gz 1709477 BLAKE2B 179e27632a95d1bab687011479db4d534eebe9f104f388c51782a6f2bc7dc02acc8b4ca5c3aa80c00418da72c7e51f9f9c12f58c181eec0a4a17cb3333141480 SHA512 5c91f369a6ec24e8d52135b731fe396ca11f0bc44a5d42534a7a92656d68f8e4654c3d37b8817a7f4f707e83ae76db68535004f5aa3b527b13ce5a6165863bc5 +DIST swaync-0.10.1.tar.gz 1709580 BLAKE2B 58a202cde4c93bad288b513cf8735da2a4939fa0fe9268d8abf7b0827e332a324d8ba2d6bb19718d86942364314827f4ad092040d82fd87d5097893fcdf030d5 SHA512 fa753ee60ab180186d852f69c0ecf22d64b8c3aba280dce7c53f86c04a694abdb9570546fab46d4a32cade3a6eed5599ae2794afc56d5b141d4ea5fde976b49a DIST swaync-0.9.0.tar.gz 3178186 BLAKE2B 09c92e094da8c97384c78ac0afffc8caa968c78cad298056a99377da6a06e4cc496e0fbf469f0096d0378a7f78e0717e816dd8f43ef6a45270bd7b13f8f90d42 SHA512 1c9bb7908d74752cdb03b11d15794a18ca6360aec1a0d00897e252954544179885841905d0ba7464da8e29d0cdc8dc6b33b65296a7e61478ed160980b6f26b32 diff --git a/gui-apps/swaync/swaync-0.10.0.ebuild b/gui-apps/swaync/swaync-0.10.1.ebuild similarity index 93% rename from gui-apps/swaync/swaync-0.10.0.ebuild rename to gui-apps/swaync/swaync-0.10.1.ebuild index bc7a7d08e5..3cbf84f02c 100644 --- a/gui-apps/swaync/swaync-0.10.0.ebuild +++ b/gui-apps/swaync/swaync-0.10.1.ebuild @@ -40,9 +40,7 @@ BDEPEND=" " src_configure() { - local emesonargs=( - $(meson_use pulseaudio pulse-audio) - ) + local emesonargs=($(meson_use pulseaudio pulse-audio)) meson_src_configure } diff --git a/media-video/delfin/Manifest b/media-video/delfin/Manifest index 2b60c579d5..d535fc566c 100644 --- a/media-video/delfin/Manifest +++ b/media-video/delfin/Manifest @@ -65,6 +65,7 @@ DIST darling-0.20.6.crate 27855 BLAKE2B 64daebe9326d617e0916d3620f57323cd4ea6e6d DIST darling_core-0.20.6.crate 61503 BLAKE2B f8c45a94345a821594898e41cd0396f77f15df5d73d0ec31a34bd36875e3c59a27c1d0b5de86e68e34a8e2103c430e33107592718361a14fb408ed3b47b22ad3 SHA512 ceb5ad4d41438b736cd1b18baa57d9ea5fbed433d4fef64fb4ace80d8b2acb077400e8b767a8ae58c35e823ad27fdd26c035d854b2a79776e53c71c0fe75885f DIST darling_macro-0.20.6.crate 1859 BLAKE2B 6e50f7cd99d849b9a081f1f20274205c94373fac706dc009d0b67f70f5e653eb5084b8ead3512c15c7d9bf285d0fde043537d128078fe4aec174a35d18803548 SHA512 e55cc86998c53bf12bf23c51663f5cd7d55dfa707354de01475e9e05a171e533e8385ab7f309ff2759521c800338380f66d9b1a21fb79fc528701db74f9f4374 DIST delfin-0.4.1.tar.gz 225855 BLAKE2B 70408c4c52b96d29005cd076a0b8411acf0093205757d2dabfdfdbebc7ccd41d8fe6e21568ffe1c42a22b8f31b1939f10bd07426c7f3831c3c1605ce6d124864 SHA512 74fa06da5e3e2c3203fd1b2511b1cc6c196c057bc4c63e9e5501d2db36ab5c88ab9ab60e4ca3c04046e497b086731b3bcf1a8fbdb582d32c505ba27a4d9d49e3 +DIST delfin-0.4.2.tar.gz 226360 BLAKE2B 80f49d755a21d0fde5e252d497b3da47cbe60bfe94ff55ee6fa1d9984e00323e74250830f069ef85a4d308c41538771603f1e432a22467d23e49773553d8e157 SHA512 692d6ece23b9f9a1ffae381d7a606ab436d7cdcaf7dc3e5c7f8350d729b7f30c13b243d9243c25070cb694198b18b1bbd184ffbfeb33b7ed023624102ffb40d8 DIST derivative-2.2.0.crate 48076 BLAKE2B 56d27e27493c3b818ad45703efda607a0a0d9a48b0d43785b6a013443b8b964b67bb5b5284d242358415c5fb81b86b02079ee7c0595ec07bc658240eb114b887 SHA512 3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da DIST derive_builder-0.20.0.crate 36563 BLAKE2B 753f2a7b1ad37e4b0cd94fc032109179f559352d5d754c0258a597c0b5f819e3383a30ed5c9414b24a4b12e917f41c23bc01554727d06f130f4bfceb3a952c51 SHA512 3fb085259b8219d07c88a233c1aa0e586f6c6ec31c302896c3d2900a062a2e27b4211023f544bf139df3f4f6157773f192a96d9f1e980bf1bb7bd2125d5a7605 DIST derive_builder_core-0.20.0.crate 32579 BLAKE2B 409890428e291f60a22ee0138cdc1a80498c26607e576a93d1d23c9def454c723b2e7a21faf3261dd106d62dff83123ebd76c3de8b2a7e7ff0aa9e700720acb9 SHA512 b4564364bea1c98563c7ec8b0bd99f260cc2b382a3a8f1156d401c57383b815a4a54e3e5f2446ccb2665eae600d6528faddf31d0f65678a3e5274073c2334073 diff --git a/media-video/delfin/delfin-0.4.2.ebuild b/media-video/delfin/delfin-0.4.2.ebuild new file mode 100644 index 0000000000..1c431bd79d --- /dev/null +++ b/media-video/delfin/delfin-0.4.2.ebuild @@ -0,0 +1,471 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.13.2 + +EAPI=8 + +CRATES=" + addr2line@0.21.0 + adler@1.0.2 + ahash@0.8.8 + aho-corasick@1.1.1 + android-tzdata@0.1.1 + android_system_properties@0.1.5 + anstream@0.6.11 + anstyle-parse@0.2.2 + anstyle-query@1.0.0 + anstyle-wincon@3.0.1 + anstyle@1.0.6 + anyhow@1.0.79 + arc-swap@1.6.0 + async-broadcast@0.5.1 + async-channel@1.9.0 + async-executor@1.5.1 + async-fs@1.6.0 + async-io@1.13.0 + async-io@2.1.0 + async-lock@2.8.0 + async-process@1.8.1 + async-recursion@1.0.5 + async-signal@0.2.5 + async-task@4.5.0 + async-trait@0.1.75 + atomic-waker@1.1.2 + atomic_refcell@0.1.12 + autocfg@1.1.0 + backtrace@0.3.69 + base64@0.21.4 + bitflags@1.3.2 + bitflags@2.4.0 + block-buffer@0.10.4 + block@0.1.6 + blocking@1.4.1 + bstr@1.7.0 + bumpalo@3.14.0 + byteorder@1.4.3 + bytes@1.5.0 + cairo-rs@0.18.2 + cairo-sys-rs@0.18.2 + cc@1.0.83 + cfg-expr@0.15.5 + cfg-if@1.0.0 + chrono-tz-build@0.2.1 + chrono-tz@0.8.4 + chrono@0.4.34 + clap@4.4.8 + clap_builder@4.4.8 + clap_lex@0.6.0 + cocoa-foundation@0.1.2 + cocoa@0.24.1 + codemap@0.1.3 + colorchoice@1.0.0 + concurrent-queue@2.3.0 + core-foundation-sys@0.8.6 + core-foundation@0.9.4 + core-graphics-types@0.1.3 + core-graphics@0.22.3 + cpufeatures@0.2.9 + crc32fast@1.3.2 + crossbeam-utils@0.8.16 + crypto-common@0.1.6 + darling@0.20.6 + darling_core@0.20.6 + darling_macro@0.20.6 + derivative@2.2.0 + derive_builder@0.20.0 + derive_builder_core@0.20.0 + derive_builder_macro@0.20.0 + deunicode@0.4.4 + diff@0.1.13 + digest@0.10.7 + dirs-sys@0.4.1 + dirs@5.0.1 + dispatch@0.2.0 + displaydoc@0.2.4 + doc-comment@0.3.3 + either@1.9.0 + encoding_rs@0.8.33 + enumflags2@0.7.8 + enumflags2_derive@0.7.8 + env_filter@0.1.0 + env_logger@0.11.2 + equivalent@1.0.1 + errno-dragonfly@0.1.2 + errno@0.3.4 + event-listener@2.5.3 + event-listener@3.0.1 + fastrand@1.9.0 + fastrand@2.0.1 + field-offset@0.3.6 + flate2@1.0.27 + fluent-bundle@0.15.2 + fluent-langneg@0.13.0 + fluent-syntax@0.11.0 + fluent-template-macros@0.8.0 + fluent-templates@0.8.0 + fluent@0.16.0 + flume@0.10.14 + flume@0.11.0 + fnv@1.0.7 + foreign-types-shared@0.1.1 + foreign-types@0.3.2 + form_urlencoded@1.2.0 + fragile@2.0.0 + futures-channel@0.3.28 + futures-core@0.3.30 + futures-executor@0.3.28 + futures-io@0.3.28 + futures-lite@1.13.0 + futures-macro@0.3.28 + futures-sink@0.3.28 + futures-task@0.3.28 + futures-util@0.3.28 + futures@0.3.28 + gdk-pixbuf-sys@0.18.0 + gdk-pixbuf@0.18.0 + gdk4-sys@0.7.2 + gdk4-win32-sys@0.7.2 + gdk4-win32@0.7.2 + gdk4@0.7.3 + generic-array@0.14.7 + getrandom@0.2.10 + gimli@0.28.0 + gio-sys@0.18.1 + gio@0.18.2 + glib-macros@0.18.2 + glib-sys@0.18.1 + glib@0.18.2 + globset@0.4.13 + globwalk@0.8.1 + gobject-sys@0.18.0 + graphene-rs@0.18.1 + graphene-sys@0.18.1 + grass@0.13.2 + grass_compiler@0.13.2 + gsk4-sys@0.7.3 + gsk4@0.7.3 + gst-plugin-gtk4@0.11.0 + gst-plugin-version-helper@0.7.5 + gstreamer-base-sys@0.21.0 + gstreamer-base@0.21.0 + gstreamer-gl-sys@0.21.0 + gstreamer-gl@0.21.0 + gstreamer-play-sys@0.21.0 + gstreamer-play@0.21.0 + gstreamer-sys@0.21.0 + gstreamer-video-sys@0.21.0 + gstreamer-video@0.21.0 + gstreamer@0.21.0 + gtk4-macros@0.7.2 + gtk4-sys@0.7.3 + gtk4@0.7.3 + gvdb@0.5.2 + h2@0.3.21 + hashbrown@0.12.3 + hashbrown@0.13.2 + hashbrown@0.14.1 + heck@0.4.1 + hermit-abi@0.3.3 + hex@0.4.3 + http-body@0.4.5 + http@0.2.9 + httparse@1.8.0 + httpdate@1.0.3 + humansize@2.1.3 + humantime@2.1.0 + hyper-tls@0.5.0 + hyper@0.14.27 + iana-time-zone-haiku@0.1.2 + iana-time-zone@0.1.57 + ident_case@1.0.1 + idna@0.4.0 + ignore@0.4.20 + indexmap@1.9.3 + indexmap@2.0.2 + instant@0.1.12 + intl-memoizer@0.5.1 + intl_pluralrules@7.0.2 + io-lifetimes@1.0.11 + ipnet@2.8.0 + itertools@0.11.0 + itoa@1.0.9 + jellyfin_api@10.8.13-1 + js-sys@0.3.64 + lasso@0.7.2 + lazy_static@1.4.0 + libadwaita-sys@0.5.3 + libadwaita@0.5.3 + libc@0.2.153 + libm@0.2.8 + linux-raw-sys@0.3.8 + linux-raw-sys@0.4.8 + lock_api@0.4.10 + log@0.4.20 + malloc_buf@0.0.6 + memchr@2.6.4 + memoffset@0.7.1 + memoffset@0.9.0 + mime@0.3.17 + miniz_oxide@0.7.1 + mio@0.8.10 + muldiv@1.0.1 + nanorand@0.7.0 + native-tls@0.2.11 + nix@0.26.4 + num-integer@0.1.45 + num-rational@0.4.1 + num-traits@0.2.16 + num_cpus@1.16.0 + objc@0.2.7 + object@0.32.1 + once_cell@1.18.0 + openssl-macros@0.1.1 + openssl-probe@0.1.5 + openssl-sys@0.9.93 + openssl@0.10.57 + option-ext@0.2.0 + option-operations@0.5.0 + ordered-stream@0.2.0 + pango-sys@0.18.0 + pango@0.18.0 + parking@2.2.0 + parse-zoneinfo@0.3.0 + paste@1.0.14 + percent-encoding@2.3.0 + pest@2.7.3 + pest_derive@2.7.3 + pest_generator@2.7.3 + pest_meta@2.7.3 + phf@0.11.2 + phf_codegen@0.11.2 + phf_generator@0.11.2 + phf_macros@0.11.2 + phf_shared@0.11.2 + pin-project-lite@0.2.13 + pin-utils@0.1.0 + piper@0.2.1 + pkg-config@0.3.27 + polling@2.8.0 + polling@3.3.0 + pollster@0.3.0 + ppv-lite86@0.2.17 + pretty-hex@0.3.0 + pretty_assertions@1.4.0 + proc-macro-crate@1.3.1 + proc-macro-error-attr@1.0.4 + proc-macro-error@1.0.4 + proc-macro-hack@0.5.20+deprecated + proc-macro2@1.0.78 + quick-xml@0.30.0 + quote@1.0.35 + rand@0.8.5 + rand_chacha@0.3.1 + rand_core@0.6.4 + redox_syscall@0.2.16 + redox_syscall@0.3.5 + redox_users@0.4.3 + regex-automata@0.4.5 + regex-syntax@0.8.2 + regex@1.10.3 + relm4-icons@0.7.0-alpha.2 + relm4-macros@0.7.0-rc.1 + relm4@0.7.0-rc.1 + reqwest@0.11.24 + rustc-demangle@0.1.23 + rustc-hash@1.1.0 + rustc_version@0.4.0 + rustix@0.37.27 + rustix@0.38.15 + rustls-pemfile@1.0.4 + ryu@1.0.15 + safe-transmute@0.11.2 + same-file@1.0.6 + schannel@0.1.22 + scopeguard@1.2.0 + security-framework-sys@2.9.1 + security-framework@2.9.2 + self_cell@0.10.2 + semver@1.0.19 + serde@1.0.196 + serde_derive@1.0.196 + serde_json@1.0.113 + serde_repr@0.1.18 + serde_spanned@0.6.5 + serde_urlencoded@0.7.1 + sha1@0.10.6 + sha2@0.10.8 + shell-words@1.1.0 + signal-hook-registry@1.4.1 + siphasher@0.3.11 + slab@0.4.9 + slug@0.1.4 + smallvec@1.11.1 + snafu-derive@0.7.5 + snafu@0.7.5 + socket2@0.4.9 + socket2@0.5.5 + souvlaki@0.7.3 + spin@0.9.8 + static_assertions@1.1.0 + strsim@0.10.0 + syn@1.0.109 + syn@2.0.48 + sync_wrapper@0.1.2 + sys-locale@0.3.1 + system-configuration-sys@0.5.0 + system-configuration@0.5.1 + system-deps@6.1.2 + target-lexicon@0.12.11 + tempfile@3.8.0 + tera@1.19.1 + thiserror-impl@1.0.49 + thiserror@1.0.49 + thread_local@1.1.7 + tinystr@0.7.4 + tinyvec@1.6.0 + tinyvec_macros@0.1.1 + tokio-macros@2.2.0 + tokio-native-tls@0.3.1 + tokio-util@0.7.9 + tokio@1.36.0 + toml@0.8.10 + toml_datetime@0.6.5 + toml_edit@0.19.15 + toml_edit@0.22.5 + tower-service@0.3.2 + tracing-attributes@0.1.27 + tracing-core@0.1.32 + tracing@0.1.40 + try-lock@0.2.4 + type-map@0.4.0 + typenum@1.17.0 + ucd-trie@0.1.6 + uds_windows@1.0.2 + unic-char-property@0.9.0 + unic-char-range@0.9.0 + unic-common@0.9.0 + unic-langid-impl@0.9.1 + unic-langid-macros-impl@0.9.1 + unic-langid-macros@0.9.1 + unic-langid@0.9.1 + unic-segment@0.9.0 + unic-ucd-segment@0.9.0 + unic-ucd-version@0.9.0 + unicode-bidi@0.3.13 + unicode-ident@1.0.12 + unicode-normalization@0.1.22 + url@2.4.1 + utf8parse@0.2.1 + uuid@1.7.0 + vcpkg@0.2.15 + version-compare@0.1.1 + version_check@0.9.4 + waker-fn@1.1.1 + walkdir@2.4.0 + want@0.3.1 + wasi@0.11.0+wasi-snapshot-preview1 + wasm-bindgen-backend@0.2.87 + wasm-bindgen-futures@0.4.37 + wasm-bindgen-macro-support@0.2.87 + wasm-bindgen-macro@0.2.87 + wasm-bindgen-shared@0.2.87 + wasm-bindgen@0.2.87 + wasm-streams@0.4.0 + web-sys@0.3.64 + whoami@1.4.1 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.6 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-sys@0.48.0 + windows-targets@0.42.2 + windows-targets@0.48.5 + windows-targets@0.52.0 + windows@0.44.0 + windows@0.48.0 + windows_aarch64_gnullvm@0.42.2 + windows_aarch64_gnullvm@0.48.5 + windows_aarch64_gnullvm@0.52.0 + windows_aarch64_msvc@0.42.2 + windows_aarch64_msvc@0.48.5 + windows_aarch64_msvc@0.52.0 + windows_i686_gnu@0.42.2 + windows_i686_gnu@0.48.5 + windows_i686_gnu@0.52.0 + windows_i686_msvc@0.42.2 + windows_i686_msvc@0.48.5 + windows_i686_msvc@0.52.0 + windows_x86_64_gnu@0.42.2 + windows_x86_64_gnu@0.48.5 + windows_x86_64_gnu@0.52.0 + windows_x86_64_gnullvm@0.42.2 + windows_x86_64_gnullvm@0.48.5 + windows_x86_64_gnullvm@0.52.0 + windows_x86_64_msvc@0.42.2 + windows_x86_64_msvc@0.48.5 + windows_x86_64_msvc@0.52.0 + winnow@0.5.15 + winnow@0.6.1 + winreg@0.50.0 + xdg-home@1.0.0 + yansi@0.5.1 + zbus@3.14.1 + zbus_macros@3.14.1 + zbus_names@2.6.0 + zerocopy-derive@0.7.32 + zerocopy@0.7.32 + zvariant@3.15.0 + zvariant_derive@3.15.0 + zvariant_utils@1.0.1 +" + +inherit cargo gnome2-utils meson xdg + +DESCRIPTION="Stream movies and TV shows from Jellyfin" +HOMEPAGE="https://codeberg.org/avery42/delfin" +SRC_URI=" + https://codeberg.org/avery42/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + ${CARGO_CRATE_URIS} +" +S="${WORKDIR}/${PN}" + +LICENSE="GPL-3" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT MPL-2.0 + Unicode-DFS-2016 Unlicense ZLIB +" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + media-video/mpv +" +DEPEND=" + gui-libs/gtk + gui-libs/libadwaita +" +BDEPEND=" + >=dev-lang/rust-1.76.0 +" +# Rust +QA_FLAGS_IGNORED="usr/bin/${PN}" + +BUILD_DIR="${S}/build" + +src_compile() { + meson_src_compile +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update + xdg_icon_cache_update +} diff --git a/sys-firmware/lenovolegionlinux/files/legiond-onresume.sh b/sys-firmware/lenovolegionlinux/files/legiond-onresume.sh new file mode 100644 index 0000000000..2c311aabb5 --- /dev/null +++ b/sys-firmware/lenovolegionlinux/files/legiond-onresume.sh @@ -0,0 +1,6 @@ +#!/BIN/bash +case $1/$2 in +post/*) + /usr/bin/legiond-cli fanset 3 + ;; +esac diff --git a/sys-firmware/lenovolegionlinux/files/legiond.initd b/sys-firmware/lenovolegionlinux/files/legiond.initd new file mode 100644 index 0000000000..a95e50bd92 --- /dev/null +++ b/sys-firmware/lenovolegionlinux/files/legiond.initd @@ -0,0 +1,7 @@ +#!/sbin/openrc-run +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +command="/usr/bin/legiond" +command_background=true +pidfile="/run/legiond.pid" diff --git a/sys-firmware/lenovolegionlinux/lenovolegionlinux-9999.ebuild b/sys-firmware/lenovolegionlinux/lenovolegionlinux-9999.ebuild index a98d9f643f..58270c5e48 100644 --- a/sys-firmware/lenovolegionlinux/lenovolegionlinux-9999.ebuild +++ b/sys-firmware/lenovolegionlinux/lenovolegionlinux-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ M_PN=LenovoLegionLinux DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=(python3_{9..12}) -inherit linux-mod-r1 distutils-r1 systemd +inherit linux-mod-r1 distutils-r1 systemd optfeature if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/johnfanv2/${M_PN}.git" @@ -37,18 +37,13 @@ RDEPEND=" sys-power/acpid ) downgrade-nvidia? ( <=x11-drivers/nvidia-drivers-525 ) - radeon-dgpu? ( dev-util/rocm-smi ) - ryzenadj? ( sys-power/RyzenAdj ) - undervolt-intel? ( dev-python/undervolt ) " DEPEND="${RDEPEND}" LICENSE="GPL-2" SLOT="0" -IUSE="+gui radeon-dgpu downgrade-nvidia ryzenadj undervolt-intel" -REQUIRED_USE="|| ( radeon-dgpu downgrade-nvidia ryzenadj gui undervolt-intel ) radeon-dgpu? ( !downgrade-nvidia gui ) downgrade-nvidia? ( !radeon-dgpu gui ) undervolt-intel? ( !ryzenadj gui ) ryzenadj? ( !undervolt-intel gui )" - +IUSE="+gui downgrade-nvidia elogin" MODULES_KERNEL_MIN=5.10 src_compile() { @@ -83,6 +78,14 @@ src_install() { cd "${WORKDIR}/${P}/extra" || die systemd_dounit service/legiond.service service/legiond-onresume.service + + newinitd "${FILESDIR}/legiond.initd" legiond + + if use elogind; then + exeinto /lib64/elogind/system-sleep/ + doexe "${FILESDIR}/legiond-onresume.sh" + fi + insinto /etc/acpi/events doins acpi/events/{legion_ppd,legion_ac} dobin service/legiond/legiond @@ -105,4 +108,8 @@ pkg_postinst() { ewarn "Note for 2023-2023 Legion user: It need help for testing the features" ewarn "Pls test the feature how is decribe in the README of the project!" ewarn "and also go to this issue in github: https://github.com/johnfanv2/LenovoLegionLinux/issues/46" + + optfeature "radeon dgpu power management" dev-util/rocm-smi + optfeature "ryzen CPU tweaks" sys-power/RyzenAdj + optfeature "intel CPU tweaks" dev-python/undervolt } diff --git a/sys-firmware/lenovolegionlinux/metadata.xml b/sys-firmware/lenovolegionlinux/metadata.xml index bd4ddf3020..9cbef788d5 100644 --- a/sys-firmware/lenovolegionlinux/metadata.xml +++ b/sys-firmware/lenovolegionlinux/metadata.xml @@ -3,10 +3,8 @@ Build and install legion_gui and legion_cli - Enable AMD GPU TDP control (systemd-service) Downgrade nvidia for 525 to enable TDP control (systemd-service) - [AMD] CPU and APU control using ryzenadj (systemd-service) - [INTEL] CPU and APU control using undervolt (systemd-service) + Enable legiond-onresume openrc support gonegrier.duarte@gmail.com @@ -15,7 +13,11 @@ johnfanv2/LenovoLegionLinux https://github.com/johnfanv2/LenovoLegionLinux/issues - https://github.com/johnfanv2/LenovoLegionLinux/blob/main/README.md + https://github.com/johnfanv2/LenovoLegionLinux/blob/main/README.md + + ston.jia@outlook.com + ston + diff --git a/sys-kernel/uek-sources/Manifest b/sys-kernel/uek-sources/Manifest index aeb47f1dc1..853647166d 100644 --- a/sys-kernel/uek-sources/Manifest +++ b/sys-kernel/uek-sources/Manifest @@ -3,5 +3,7 @@ DIST genpatches-5.15-157.experimental.tar.xz 5424 BLAKE2B 146f16bbfc049fabd87adc DIST genpatches-5.15-157.extras.tar.xz 3936 BLAKE2B d559b4c240ab2b8a0b522d846c3d9707b0beacd800e137517c29b51253283b47caf05f7facbdd7be747255dc2485170ecfad04a3ba5293d749c8d22ae60886f7 SHA512 e99880adebd2d08067fbcc73bf01eb844c39cef7c06e99b95c9622949e38a2ed58045f27e71bde4d5321dc06212848c884c8f4added4c41a8a1197cd375091b8 DIST genpatches-5.15-160.base.tar.xz 6317352 BLAKE2B ccee78c3ccba8755f0e9de9e62c870d7f85d5302d2cdafd178184bbbec51d1a69be990c49f58fe1a1f897ed7e59bba1cc5eacc7589b4476ee6fcac19a90b0e78 SHA512 e36a435f9e353cd48ee12322f998a2fb4e9cf29eeb9e6f6f95534a48524db17b6eb654aa514ddba1108135eb92da7ef6af54f532bf29ca89b566d8903c1456e6 DIST genpatches-5.15-160.extras.tar.xz 3936 BLAKE2B 7b4d7802346372f862321837b1b554dcc5cd666be0a39fb56c6a6364060c3c5b5fe37d77d131beff6f0ed4c6290d9c9f9eafc58e9a923e268cafd2814ea9d18e SHA512 4ff242b000ce5969dd50c424ebe94a417271a2af081584e91d155ef11c3b11536fc8a242b0e536491396317ead92a825590208c5f317dc6a8975bbfae28a17a1 +DIST genpatches-5.15-161.base.tar.xz 6394340 BLAKE2B 9b30c56e1efcc866985caa448061cf8fb8973ee99a65c55787df122518bafa358760222944420add65ec777ad3012f06f74e0b8a4c2ecef32d5b882e78735ba2 SHA512 63cc6a96813f197a0d37e8a98a603ee594244cc6d18fd2e0fd566ea4a72866c425abbf847e9389472a7a3ceaa6118eb72e2c09d838db4698e0402f3a92bf229d +DIST genpatches-5.15-161.extras.tar.xz 3936 BLAKE2B 3bbf29d5ff26051c5f115439f42a07a3af47a681065e00561f8636aae51142b82b87d7e2879839d5abc7bec944b193aac31d2eed543275b94f47dca2eda38090 SHA512 20e5ac4f8e8903a86cefa2cbb3a4962f3dd60ab56f71397208622230ea1f4d481d703d6594fa9269e46d2369514d1c6deacfcfdbd97cd50ad9ee63c220f289b4 DIST linux-uek-5.15.0-204.147.4.tar.gz 202907093 BLAKE2B 3fea77ce11b44046865579c6902d33f246830b020c8f57451cff71824ef8a57ddf8338841574ab4c45d98a945ec90bdd6ce4a6a75b2af26acc5ddb89d24d80a7 SHA512 7c566f842b3fdf676fb88f4b6c8d70e72da3b3e95d3093abf044f0053ef37829efcd227235e2074cf31e58c4a932c5f591e162138f1f0f2e52692391dda2c170 DIST linux-uek-5.15.0-205.149.3.tar.gz 202944634 BLAKE2B 830e19ca6090efe2d42dc5703e242b917b381589c7f74efca39abc4ab6675962c47e6067e77a9695665a655d1f9414a2aed21d283a8bb9da2c1df7c236131834 SHA512 1711a281d46582a78c70d09ca738e16c056de9f1bc390c2001c55fe38723a7fa4df0cf7775be22834d8b790d2ec75947bca6067622f112582eed7f5af119f6df diff --git a/sys-kernel/uek-sources/uek-sources-5.15.0.205.149.3-r1.ebuild b/sys-kernel/uek-sources/uek-sources-5.15.0.205.149.3-r1.ebuild new file mode 100644 index 0000000000..bb068ffbb1 --- /dev/null +++ b/sys-kernel/uek-sources/uek-sources-5.15.0.205.149.3-r1.ebuild @@ -0,0 +1,64 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_VERSION=$(ver_cut 1-3) +KERNEL_TRUNK=$(ver_cut 1-2) +UEK_PATCH_VERSION=$(ver_cut 4-6) +UEK_VERSION="${KERNEL_VERSION}-${UEK_PATCH_VERSION}" + +ETYPE="sources" + +K_GENPATCHES_VER="161" +K_SECURITY_UNSUPPORTED="1" +CKV="${KERNEL_VERSION}_p${UEK_PATCH_VERSION}" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="Unbreakable Enterprise Kernel (UEK) sources built from Oracle" +HOMEPAGE="https://github.com/oracle/linux-uek" +SRC_URI=" + https://github.com/oracle/linux-uek/archive/refs/tags/v${UEK_VERSION}.tar.gz + -> linux-uek-${UEK_VERSION}.tar.gz + mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.base.tar.xz + mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.extras.tar.xz +" +S="${WORKDIR}/linux-uek-${UEK_VERSION}" + +LICENSE="GPL-2" +KEYWORDS="~amd64" +IUSE="+gentoo experimental" + +PATCHES=( + "${FILESDIR}"/uek-sources-5.4.17.2136.303.2-O3.patch +) + +src_unpack() { + default + + # remove all backup files + find . -iname "*~" -print -exec rm {} \; 2>/dev/null + + unpack_set_extraversion + unpack_fix_install_path + + env_setup_xmakeopts +} + +src_prepare() { + use gentoo && PATCHES+=( + "${WORKDIR}"/1500_XATTR_USER_PREFIX.patch + "${WORKDIR}"/1510_fs-enable-link-security-restrictions-by-default.patch + "${WORKDIR}"/2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch + "${WORKDIR}"/2920_sign-file-patch-for-libressl.patch + "${WORKDIR}"/3000_Support-printing-firmware-info.patch + "${WORKDIR}"/4567_distro-Gentoo-Kconfig.patch + ) + #use experimental && PATCHES+=( + # "${WORKDIR}"/5010_enable-cpu-optimizations-universal.patch + #) + default +} diff --git a/sys-kernel/uek-sources/uek-sources-5.15.0.205.149.3.ebuild b/sys-kernel/uek-sources/uek-sources-5.15.0.205.149.3.ebuild index 295ffbc66b..436a198f06 100644 --- a/sys-kernel/uek-sources/uek-sources-5.15.0.205.149.3.ebuild +++ b/sys-kernel/uek-sources/uek-sources-5.15.0.205.149.3.ebuild @@ -57,8 +57,8 @@ src_prepare() { "${WORKDIR}"/3000_Support-printing-firmware-info.patch "${WORKDIR}"/4567_distro-Gentoo-Kconfig.patch ) - use experimental && PATCHES+=( - "${WORKDIR}"/5010_enable-cpu-optimizations-universal.patch - ) + #use experimental && PATCHES+=( + # "${WORKDIR}"/5010_enable-cpu-optimizations-universal.patch + #) default } diff --git a/x11-themes/adwaita-dark-amoled/adwaita-dark-amoled-9999.ebuild b/x11-themes/adwaita-dark-amoled/adwaita-dark-amoled-9999.ebuild new file mode 100644 index 0000000000..77f3c67e1f --- /dev/null +++ b/x11-themes/adwaita-dark-amoled/adwaita-dark-amoled-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="GTK-3/4 theme: black background, blue accent" +HOMEPAGE="https://www.gnome-look.org/p/1553851" +EGIT_REPO_URI="https://gitlab.com/tearch-linux/artworks/themes-and-icons/adwaita-dark-amoled.git" + +LICENSE="GPL-3" +SLOT="0" + +src_install() { + insinto /usr/share/themes/${PN} + doins -r . +} + +pkg_postinst() { + einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=${PN} spacefm" + einfo "or" + einfo "gsettings set org.gnome.desktop.interface gtk-theme '${PN}'" + einfo "gsettings set org.gnome.desktop.wm gtk-theme '${PN}'" +} diff --git a/x11-themes/adwaita-dark-amoled/metadata.xml b/x11-themes/adwaita-dark-amoled/metadata.xml new file mode 100644 index 0000000000..1a3181a271 --- /dev/null +++ b/x11-themes/adwaita-dark-amoled/metadata.xml @@ -0,0 +1,13 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + https://gitlab.com/tearch-linux/artworks/themes-and-icons/adwaita-dark-amoled/-/commits/master?ref_type=heads + https://www.gnome-look.org/p/1553851 + https://gitlab.com/tearch-linux/artworks/themes-and-icons/adwaita-dark-amoled/-/issues + + diff --git a/x11-themes/blackandwhite-gtk/blackandwhite-gtk-9999.ebuild b/x11-themes/blackandwhite-gtk/blackandwhite-gtk-9999.ebuild new file mode 100644 index 0000000000..5dcbb7bf2f --- /dev/null +++ b/x11-themes/blackandwhite-gtk/blackandwhite-gtk-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="GTK-3 theme: simple black-and-white, minimalistic" +HOMEPAGE="https://www.gnome-look.org/p/2010116" +EGIT_REPO_URI="https://www.opencode.net/infinity64/blackandwhite-gtk" + +LICENSE="GPL-3" +SLOT="0" + +src_install() { + insinto /usr/share/themes/ + doins -r . +} + +pkg_postinst() { + einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=BlackAndWhite spacefm" + einfo "or" + einfo "gsettings set org.gnome.desktop.interface gtk-theme 'BlackAndWhite'" + einfo "gsettings set org.gnome.desktop.wm gtk-theme 'BlackAndWhite'" +} diff --git a/x11-themes/blackandwhite-gtk/metadata.xml b/x11-themes/blackandwhite-gtk/metadata.xml new file mode 100644 index 0000000000..f7e7983d16 --- /dev/null +++ b/x11-themes/blackandwhite-gtk/metadata.xml @@ -0,0 +1,13 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + https://www.opencode.net/infinity64/blackandwhite-gtk/-/commits/main + https://www.opencode.net/infinity64/blackandwhite-gtk/-/blob/main/README.md + https://www.opencode.net/infinity64/blackandwhite-gtk/-/issues + + diff --git a/x11-themes/flat-remix-gtk/Manifest b/x11-themes/flat-remix-gtk/Manifest new file mode 100644 index 0000000000..c4fd454135 --- /dev/null +++ b/x11-themes/flat-remix-gtk/Manifest @@ -0,0 +1 @@ +DIST 20220627.tar.gz 59577289 BLAKE2B 18c8318622b01c4f201bc031a1e3513c574fb0ae6850a43f0286e3a093f231809a375e5e58111dc06df6cecd9d85c18ae891d639f59d05beaa68c1e708067340 SHA512 55aedcb5e23b35ddd2089ff890bc4116bbc85634387ca9b098134dab81fcbc1200e13f694d65ad10a1763dbe84f192d11b8cd37c014418bd43943012ba8327b4 diff --git a/x11-themes/flat-remix-gtk/flat-remix-gtk-9999.ebuild b/x11-themes/flat-remix-gtk/flat-remix-gtk-9999.ebuild new file mode 100644 index 0000000000..1f82574689 --- /dev/null +++ b/x11-themes/flat-remix-gtk/flat-remix-gtk-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Black flat with a colorful palette, some shadows, highlights, gradients" +HOMEPAGE="https://www.gnome-look.org/p/1293697" + +VERSION="20220627" +SRC_URI="https://github.com/daniruiz/${PN}/archive/refs/tags/${VERSION}.tar.gz" +S=${WORKDIR}/${PN}-${VERSION} + +LICENSE="GPL-3" +SLOT="0" + +src_install() { + insinto /usr/share/themes/ + doins -r themes/* +} + +pkg_postinst() { + local EXAMPLE="Flat-Remix-Dark-Metacity" + + einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=${EXAMPLE} spacefm" + einfo "or" + einfo "gsettings set org.gnome.desktop.interface gtk-theme 'EXAMPLE}'" + einfo "gsettings set org.gnome.desktop.wm gtk-theme 'EXAMPLE}'" +} diff --git a/x11-themes/flat-remix-gtk/metadata.xml b/x11-themes/flat-remix-gtk/metadata.xml new file mode 100644 index 0000000000..49d763c2ca --- /dev/null +++ b/x11-themes/flat-remix-gtk/metadata.xml @@ -0,0 +1,13 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + https://github.com/daniruiz/flat-remix-gtk/commits/master/ + https://www.gnome-look.org/p/1293697 + https://github.com/daniruiz/flat-remix-gtk/issues + + diff --git a/x11-themes/hackerer/hackerer-9999.ebuild b/x11-themes/hackerer/hackerer-9999.ebuild new file mode 100644 index 0000000000..e982bb86a0 --- /dev/null +++ b/x11-themes/hackerer/hackerer-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="GTK-3 theme: black background, green font" +HOMEPAGE="https://www.opencode.net/infinity64/hackerer" +EGIT_REPO_URI="https://www.opencode.net/infinity64/hackerer" + +LICENSE="GPL-3" +SLOT="0" + +src_install() { + insinto /usr/share/themes/ + doins -r Hackerer +} + +pkg_postinst() { + einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=Hackerer spacefm" +} diff --git a/x11-themes/hackerer/metadata.xml b/x11-themes/hackerer/metadata.xml new file mode 100644 index 0000000000..1a74bbc455 --- /dev/null +++ b/x11-themes/hackerer/metadata.xml @@ -0,0 +1,13 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + https://www.opencode.net/infinity64/hackerer/-/commits/main + https://www.opencode.net/infinity64/hackerer/-/blob/main/README.md + https://www.opencode.net/infinity64/hackerer/-/issues + + diff --git a/x11-themes/juno/juno-9999.ebuild b/x11-themes/juno/juno-9999.ebuild new file mode 100644 index 0000000000..6873eafb5c --- /dev/null +++ b/x11-themes/juno/juno-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="GTK-3 themes: dark, inspired by epic vscode themes" +HOMEPAGE="https://www.gnome-look.org/p/1280977" +EGIT_REPO_URI="https://github.com/EliverLara/Juno" + +LICENSE="GPL-3" +SLOT="0" + +src_install() { + insinto /usr/share/themes/${PN} + doins -r . +} + +pkg_postinst() { + einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=juno spacefm" + einfo "or" + einfo "gsettings set org.gnome.desktop.interface gtk-theme 'Juno'" + einfo "gsettings set org.gnome.desktop.wm gtk-theme 'Juno'" +} diff --git a/x11-themes/juno/metadata.xml b/x11-themes/juno/metadata.xml new file mode 100644 index 0000000000..1076627174 --- /dev/null +++ b/x11-themes/juno/metadata.xml @@ -0,0 +1,13 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + https://github.com/EliverLara/Juno/commits/master/ + https://github.com/EliverLara/Juno/blob/master/README.md + https://github.com/EliverLara/Juno/issues + + diff --git a/x11-themes/midnight/metadata.xml b/x11-themes/midnight/metadata.xml new file mode 100644 index 0000000000..95012d56be --- /dev/null +++ b/x11-themes/midnight/metadata.xml @@ -0,0 +1,13 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + https://github.com/i-mint/midnight/commits/master/ + https://www.pling.com/p/1273208 + https://github.com/i-mint/midnight/issues + + diff --git a/x11-themes/midnight/midnight-9999.ebuild b/x11-themes/midnight/midnight-9999.ebuild new file mode 100644 index 0000000000..2e7c17c603 --- /dev/null +++ b/x11-themes/midnight/midnight-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="Dark GTK-2, GTK-3, Gnome Shell, Cinnamon & Xfwm4 themes base on Arc-Theme" +HOMEPAGE="https://www.gnome-look.org/p/1273208" +EGIT_REPO_URI="https://github.com/i-mint/midnight" + +LICENSE="GPL-3" +SLOT="0" + +src_install() { + insinto /usr/share/themes/${PN}/ + doins -r Midnight/gtk-3.0 + + insinto /usr/share/themes/${PN}-green/ + doins -r Midnight-Green/gtk-3.0 + + insinto /usr/share/themes/${PN}-red/ + doins -r Midnight-Red/gtk-3.0 + + insinto /usr/share/themes/${PN}-olive/ + doins -r Midnight-Olive/gtk-3.0 + +} + +pkg_postinst() { + einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=midnight spacefm" + einfo "or" + einfo "gsettings set org.gnome.desktop.interface gtk-theme midnight" + einfo "gsettings set org.gnome.desktop.wm gtk-theme midnight" +} diff --git a/x11-themes/razor-sharp-gtk/metadata.xml b/x11-themes/razor-sharp-gtk/metadata.xml new file mode 100644 index 0000000000..ff35a4aa3a --- /dev/null +++ b/x11-themes/razor-sharp-gtk/metadata.xml @@ -0,0 +1,13 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + https://github.com/NillyTheL0L/razor-sharp/commits/main/ + https://www.gnome-look.org/p/1708445 + https://github.com/NillyTheL0L/razor-sharp/issues + + diff --git a/x11-themes/razor-sharp-gtk/razor-sharp-gtk-9999.ebuild b/x11-themes/razor-sharp-gtk/razor-sharp-gtk-9999.ebuild new file mode 100644 index 0000000000..6f0276211a --- /dev/null +++ b/x11-themes/razor-sharp-gtk/razor-sharp-gtk-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="GTK-3/4 theme: very dark background, red font" +HOMEPAGE="https://www.gnome-look.org/p/1708445" +NAME="razor-sharp" +EGIT_REPO_URI="https://github.com/nillythel0l/${NAME}" + +LICENSE="GPL-3" +SLOT="0" + +src_install() { + insinto /usr/share/themes/${NAME} + doins -r . +} + +pkg_postinst() { + einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=${NAME} spacefm" + einfo "or" + einfo "gsettings set org.gnome.desktop.interface gtk-theme '${NAME}'" + einfo "gsettings set org.gnome.desktop.wm gtk-theme '${NAME}'" +} diff --git a/x11-themes/solarized-black/Manifest b/x11-themes/solarized-black/Manifest new file mode 100644 index 0000000000..66b8ad1a41 --- /dev/null +++ b/x11-themes/solarized-black/Manifest @@ -0,0 +1 @@ +DIST PN.tar.gz 10984833 BLAKE2B a2c50c6278c03647a77d97ef4441e3d805f978d2fc5609b248ce9992a1b1f7fe185a84152fa7d83640f12a1a5acbe4b88a758347d9d285373695c5120d7b45f1 SHA512 282f67816f80eb4478397f8bebb871a31d674d7334a8c36a133cdd447d00b65661a4a2fa22777aacbf41bedd1f9a7b08613c61431ccb774440bf7980ff319d43 diff --git a/x11-themes/solarized-black/metadata.xml b/x11-themes/solarized-black/metadata.xml new file mode 100644 index 0000000000..fbd80c14a4 --- /dev/null +++ b/x11-themes/solarized-black/metadata.xml @@ -0,0 +1,13 @@ + + + + + Vitaly Zdanevich + zdanevich.vitaly@ya.ru + + + https://github.com/rtlewis88/rtl88-Themes/commits/Solarized-BLACK/ + https://www.gnome-look.org/p/1388140 + https://github.com/rtlewis88/rtl88-Themes/issues + + diff --git a/x11-themes/solarized-black/solarized-black-1.0.ebuild b/x11-themes/solarized-black/solarized-black-1.0.ebuild new file mode 100644 index 0000000000..5ebdc25717 --- /dev/null +++ b/x11-themes/solarized-black/solarized-black-1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="GTK theme Solarized, multiple colors" +HOMEPAGE="https://www.gnome-look.org/p/1388140" + +SRC_URI="https://github.com/rtlewis88/rtl88-Themes/archive/refs/tags/$PV.tar.gz -> PN.tar.gz" +S="$WORKDIR/rtl88-Themes-1.0" + +LICENSE="GPL-3" +SLOT="0" + +src_install() { + tar -xvzf solarized-dark-gtk-theme-colorpack_1.3.tar.gz + + insinto /usr/share/themes/ + doins -r Solarized-Dark-* +} + +pkg_postinst() { + local EXAMPLE="Solarized-Dark-Blue-GTK" + + einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=${EXAMPLE} spacefm" + einfo "or" + einfo "gsettings set org.gnome.desktop.interface gtk-theme 'EXAMPLE}'" + einfo "gsettings set org.gnome.desktop.wm gtk-theme 'EXAMPLE}'" +}