mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2ce311ecb | |||
| fe043c50ec | |||
| 40ebb80a9f | |||
| 0103361d5e | |||
| 9f964df4b0 | |||
| 944df88646 | |||
| 5ed4fe2b27 | |||
| c50433368c | |||
| 0b1e90eae0 | |||
| 4cec0692bf | |||
| 225aac7071 | |||
| b8dae0f97f | |||
| 1849bbe5b1 | |||
| 81fe4d7077 | |||
| d55c180a53 | |||
| 4d880ad864 | |||
| 109cdeca4d | |||
| 0ed616efb3 | |||
| 38180b24a2 | |||
| 50e7f1b0a1 | |||
| beefac544a |
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 0.0.869
|
||||
Version: 0.0.871
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary
|
||||
Version: 0.0.869
|
||||
Version: 0.0.871
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-ptb-openasar
|
||||
Version: 0.0.176
|
||||
Version: 0.0.177
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-ptb
|
||||
Version: 0.0.176
|
||||
Version: 0.0.177
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers.
|
||||
URL: https://discord.com
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 4ea08fb13e496995af3490d7e501aee2f3c20b4d
|
||||
%global commit 2f77c277df1650512abff175566b0386d9e2f0c5
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260211
|
||||
%global commit_date 20260213
|
||||
%global ver 2.0.1^
|
||||
%global base_name goofcord
|
||||
%global git_name GoofCord
|
||||
|
||||
@@ -33,14 +33,13 @@ BuildRequires: pkgconfig(xcb)
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
%crate_install_bin
|
||||
install -Dm755 target/rpm/halloy %{buildroot}%{_bindir}/halloy
|
||||
desktop-file-install assets/linux/%{appid}.desktop
|
||||
install -Dpm644 assets/linux/%{appid}.appdata.xml -t %{buildroot}%{_datadir}/metainfo
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}
|
||||
cp -r assets/linux/icons -t %{buildroot}%{_datadir}
|
||||
|
||||
%cargo_license_summary_online
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%if %{with check}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit 3847a8157f6e44d7788dea2d1c172bc20bc50120
|
||||
%global commit 76a5eba991733f41310912c79c60f6c565a77cc9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260210
|
||||
%global commit_date 20260213
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-02-12
|
||||
%global ver 2026-02-13
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
||||
%global commit 9f2d93b1c3d0bd9eda2b3f8c699273d600dfba5b
|
||||
%global commit 7f6dc5c7902a57635e09ccfbb0876db33989d6bf
|
||||
%forgemeta
|
||||
|
||||
Name: lomiri-system-settings
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: mangowc
|
||||
Version: 0.12.1
|
||||
Version: 0.12.2
|
||||
Release: 1%?dist
|
||||
Summary: wayland compositor base wlroots and scenefx (dwm but wayland)
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
--- deno-2.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ deno-2.6.3/Cargo.toml 2025-12-24T13:35:12.790326+00:00
|
||||
@@ -657,24 +657,3 @@
|
||||
--- deno-2.6.9/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ deno-2.6.9/Cargo.toml 2026-02-12T15:05:13.386522+00:00
|
||||
@@ -667,24 +667,3 @@
|
||||
[target."cfg(unix)".dependencies.shell-escape]
|
||||
version = "=0.1.5"
|
||||
|
||||
-[target."cfg(windows)".dependencies.deno_subprocess_windows]
|
||||
-version = "0.25.0"
|
||||
-version = "0.26.0"
|
||||
-
|
||||
-[target."cfg(windows)".dependencies.winapi]
|
||||
-version = "=0.3.9"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: flow-control
|
||||
Epoch: 1
|
||||
Version: 0.6.0
|
||||
Version: 0.7.0
|
||||
Release: 1%?dist
|
||||
Summary: A programmer's text editor
|
||||
License: MIT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit ee3f40fe25d206ca363b753e5b86e09ac6181eca
|
||||
%global commit 69a2ea3fff7830e5a311cd3987eb901cff88d944
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260212
|
||||
%global commit_date 20260213
|
||||
%global ver 0.225.0
|
||||
|
||||
%bcond_with check
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
%global ver geist@1.7.0
|
||||
|
||||
Name: geist-font
|
||||
Version: geist@1.7.0
|
||||
Version: %(echo %ver | sed 's/^geist@//')
|
||||
Release: 1%?dist
|
||||
URL: https://vercel.com/font
|
||||
Source0: https://github.com/vercel/geist-font/archive/refs/tags/%version.tar.gz
|
||||
Source0: https://github.com/vercel/geist-font/archive/refs/tags/%ver.tar.gz
|
||||
License: OFL-1.1
|
||||
Summary: Geist is a new font family for Vercel, created by Vercel in collaboration with Basement Studio
|
||||
BuildRequires: make python3 python3.10 python3.10-devel meson cairo cairo-devel gcc
|
||||
@@ -28,7 +30,7 @@ Geist Mono is a monospaced typeface that has been crafted to be the perfect part
|
||||
It is designed to be used in code editors, diagrams, terminals, and other textbased interfaces where code is represented.
|
||||
|
||||
%prep
|
||||
%autosetup -n %name-%version
|
||||
%autosetup -n %name-geist-%version
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("vercel/geist-font"));
|
||||
rpm.global("ver", gh("vercel/geist-font"));
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||
|
||||
%global commit 157ae6fb72592492ef9269588f58ddb0ca87e4d2
|
||||
%global commit 1ad0628ca3a4622211fd2b3f1491b04c93391465
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global commit_date 20260212
|
||||
%global commit_date 20260213
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
# Change this variables if you want to use custom keys
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
# https://github.com/grpc/grpc-go
|
||||
%global goipath google.golang.org/grpc
|
||||
%global forgeurl https://github.com/grpc/grpc-go
|
||||
Version: 1.79.0
|
||||
Version: 1.79.1
|
||||
|
||||
%gometa -L
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit 5fa11c5686f652772472639b5c761cfea91055eb
|
||||
%global commit 04933b773a64b8d6437e4c2280e4033e107cb86a
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260212
|
||||
%global commit_date 20260213
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 601dc5f9e98c5ff924b7dedd3edb6580beab8465
|
||||
%global commit_date 20260212
|
||||
%global commit da3de3ac0950f967d63a97a2d27de2ab8c1f4fa3
|
||||
%global commit_date 20260213
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
|
||||
@@ -4,10 +4,11 @@ Name: fresh
|
||||
Version: 0.2.3
|
||||
Release: 1%?dist
|
||||
Summary: Text editor for your terminal: easy, powerful and fast
|
||||
URL: https://sinelaw.github.io/fresh/
|
||||
URL: https://getfresh.dev
|
||||
Source0: https://github.com/sinelaw/fresh/archive/refs/tags/v%version.tar.gz
|
||||
License: GPL-2.0-Only
|
||||
License: GPL-2.0-only
|
||||
BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold
|
||||
BuildRequires: clang-devel
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -15,10 +16,10 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
%{summary}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentaion for %{name}
|
||||
Summary: Documentation for %{name}
|
||||
|
||||
%description doc
|
||||
Documentaion for %{name}.
|
||||
Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
@@ -28,17 +29,17 @@ Documentaion for %{name}.
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
install -Dm755 target/rpm/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
install -Dm644 flatpak/io.github.sinelaw.fresh.svg %{buildroot}%{_scalableiconsdir}/io.github.sinelaw.fresh.svg
|
||||
install -Dm644 flatpak/io.github.sinelaw.fresh.desktop %{buildroot}%{_appsdir}/io.github.sinelaw.fresh.desktop
|
||||
install -Dm644 flatpak/io.github.sinelaw.fresh.metainfo.xml %{buildroot}%{_metainfodir}/io.github.sinelaw.fresh.metainfo.xml
|
||||
install -Dm755 target/rpm/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
install -Dm644 crates/fresh-editor/flatpak/io.github.sinelaw.fresh.svg %{buildroot}%{_scalableiconsdir}/io.github.sinelaw.fresh.svg
|
||||
install -Dm644 crates/fresh-editor/flatpak/io.github.sinelaw.fresh.desktop %{buildroot}%{_appsdir}/io.github.sinelaw.fresh.desktop
|
||||
install -Dm644 crates/fresh-editor/flatpak/io.github.sinelaw.fresh.metainfo.xml %{buildroot}%{_metainfodir}/io.github.sinelaw.fresh.metainfo.xml
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
mkdir -p %{buildroot}%{_pkgdocdir}
|
||||
cp -a docs/* %{buildroot}%{_pkgdocdir}/
|
||||
cp -a docs/* %{buildroot}%{_pkgdocdir}/
|
||||
|
||||
%files
|
||||
%license LICENSE LICENSE.dependencies
|
||||
%doc README.md REFACTORING_PLAN.md CHANGELOG.md
|
||||
%doc README.md CHANGELOG.md
|
||||
%{_bindir}/%{name}
|
||||
%{_scalableiconsdir}/io.github.sinelaw.fresh.svg
|
||||
%{_appsdir}/io.github.sinelaw.fresh.desktop
|
||||
|
||||
@@ -185,6 +185,9 @@ install -Dm644 %{SOURCE1} %{buildroot}%{_presetdir}/70-apparmor.preset
|
||||
|
||||
find %{buildroot} \( -name "*.a" -o -name "*.la" \) -delete
|
||||
|
||||
mkdir -p %buildroot%python3_sitearch/LibAppArmor
|
||||
mv %buildroot%python3_sitearch/{LibAppArmor.py,_LibAppArmor.cpython-*-linux-gnu.so,__pycache__/LibAppArmor.*} %buildroot%python3_sitearch/LibAppArmor/
|
||||
|
||||
%find_lang aa-binutils
|
||||
%find_lang apparmor-parser
|
||||
%find_lang apparmor-utils
|
||||
@@ -276,11 +279,11 @@ make -C utils check
|
||||
%{_bindir}/aa-exec
|
||||
%{_bindir}/aa-features-abi
|
||||
%{_sbindir}/aa-load
|
||||
%{_sbindir}/aa-show-usage
|
||||
%dnl %{_sbindir}/aa-teardown
|
||||
%dnl %{_unitdir}/apparmor.service
|
||||
#{_sbindir}/aa-show-usage
|
||||
%{_sbindir}/aa-teardown
|
||||
%{_unitdir}/apparmor.service
|
||||
%{_presetdir}/70-apparmor.preset
|
||||
%dnl %{_prefix}/lib/apparmor
|
||||
%{_prefix}/lib/apparmor
|
||||
%dir %{_sysconfdir}/apparmor
|
||||
# FIXME: the confusion…? how did this happen
|
||||
%config(noreplace) %{_sysconfdir}/apparmor/default_unconfined.template
|
||||
@@ -294,8 +297,8 @@ make -C utils check
|
||||
%{_mandir}/man7/apparmor.7.gz
|
||||
%{_mandir}/man7/apparmor_xattrs.7.gz
|
||||
%{_mandir}/man8/aa-load.8.gz
|
||||
%{_mandir}/man8/aa-show-usage.8.gz
|
||||
%dnl %{_mandir}/man8/aa-teardown.8.gz
|
||||
#{_mandir}/man8/aa-show-usage.8.gz
|
||||
%{_mandir}/man8/aa-teardown.8.gz
|
||||
%{_mandir}/man8/apparmor_parser.8.gz
|
||||
|
||||
%files utils -f apparmor-utils.lang
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global _distro_extra_cflags -Wno-discarded-qualifiers
|
||||
%global _distro_extra_cflags -Wno-discarded-qualifiers -Wno-maybe-uninitialized
|
||||
|
||||
Name: quickjs-ng
|
||||
Version: 0.12.0
|
||||
Version: 0.12.1
|
||||
Release: 1%?dist
|
||||
License: MIT
|
||||
Summary: A mighty JavaScript engine
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
%global commit 3ad158ad7ab2f36e104d93378c2938d572cec92d
|
||||
%global commit_date 20251216
|
||||
%global commit 441c9060a9d91d54f2b9fb3b6ed622b48fbbda2e
|
||||
%global commit_date 20260213
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global crate readymade
|
||||
Name: readymade-git
|
||||
Version: %commit_date.%shortcommit
|
||||
Release: 2%?dist
|
||||
Release: 1%?dist
|
||||
Summary: Install ready-made distribution images!
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/FyraLabs/readymade
|
||||
@@ -12,6 +12,7 @@ Source0: %url/archive/%commit.tar.gz
|
||||
Source1: https://github.com/FyraLabs/rdms_proc_macros/archive/HEAD.tar.gz
|
||||
BuildRequires: anda-srpm-macros rust-packaging mold
|
||||
BuildRequires: pkgconfig(libhelium-1)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cmake
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 88fe0d0be3626218b1e47fffeebe812e6bd78e20
|
||||
%global commit 28f1ebdd7b3b893002390805cf6aeb3d6f65d085
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260212
|
||||
%global commitdate 20260213
|
||||
%global ver 1.0.20
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
|
||||
@@ -369,6 +369,7 @@ done
|
||||
%{_mandir}/man?/winepath.?*
|
||||
%{_mandir}/man?/wineserver.?*
|
||||
%dir %{_datadir}/wine
|
||||
%{_datadir}/wine/winmd/
|
||||
%{_datadir}/wine/wine.inf
|
||||
%{_datadir}/wine/nls/*.nls
|
||||
%{_datadir}/applications/*.desktop
|
||||
|
||||
@@ -23,6 +23,8 @@ BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3dist(pip)
|
||||
BuildRequires: python3dist(setuptools) >= 61.0
|
||||
BuildRequires: python3dist(wheel) >= 0.37.1
|
||||
BuildRequires: cmake(KF6CoreAddons)
|
||||
BuildRequires: cmake(KF6Service)
|
||||
BuildRequires: cmake(KF6KirigamiPlatform)
|
||||
BuildRequires: cmake(Plasma)
|
||||
BuildRequires: cmake(Plasma5Support)
|
||||
@@ -67,15 +69,12 @@ DESTDIR="%{buildroot}" %cmake_install
|
||||
sed -Ei "s:^(#!.*)env (python.*)$:\1python3:" %{buildroot}%{python3_sitelib}/kde_material_you_colors/main.py
|
||||
%fdupes %{buildroot}%{python3_sitelib}/%{name}/
|
||||
|
||||
%terra_appstream
|
||||
|
||||
%files
|
||||
%doc CHANGELOG.md
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}-screenshot-helper
|
||||
%{_datadir}/applications/%{name}-screenshot-helper.desktop
|
||||
%{_metainfodir}/luisbocanegra.kdematerialyou.colors.metainfo.xml
|
||||
%{_datadir}/plasma/plasmoids/luisbocanegra.kdematerialyou.colors/
|
||||
|
||||
%files -n python3-%{name}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global _udevrulesdir /usr/lib/udev/rules.d
|
||||
|
||||
%global commit 593c82599ea7c41ee13c412c191e7e4bf9e6f5c2
|
||||
%global commit 8d1661195b3eef99c1f5f30d92da970cc6611f4f
|
||||
%global commitdate 20251121
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- mise-2025.9.15/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ mise-2025.9.15/Cargo.toml 2025-09-22T01:33:34.763933+00:00
|
||||
@@ -507,27 +507,6 @@
|
||||
--- mise-2026.2.10/Cargo.toml 2006-07-24T01:21:28+00:00
|
||||
+++ mise-2026.2.10/Cargo.toml 2026-02-12T15:02:18.584012+00:00
|
||||
@@ -575,30 +575,6 @@
|
||||
optional = true
|
||||
default-features = false
|
||||
|
||||
@@ -24,11 +24,14 @@
|
||||
- "consoleapi",
|
||||
- "minwindef",
|
||||
-]
|
||||
-
|
||||
-[target."cfg(windows)".dependencies.zipsign-api]
|
||||
-version = "0.1"
|
||||
-
|
||||
[lints.clippy]
|
||||
borrowed_box = "allow"
|
||||
|
||||
@@ -544,3 +523,4 @@
|
||||
@@ -615,3 +591,4 @@
|
||||
[profile.serious]
|
||||
lto = true
|
||||
inherits = "release"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate mise
|
||||
|
||||
Name: rust-mise
|
||||
Version: 2026.2.10
|
||||
Version: 2026.2.11
|
||||
Release: 1%?dist
|
||||
Summary: Front-end to your dev env
|
||||
|
||||
@@ -91,9 +91,10 @@ Zsh command line completion support for %{crate}.
|
||||
%build
|
||||
%{cargo_license_summary_online}
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
%{cargo_build} --locked
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
%crate_install_bin
|
||||
install -Dm644 %SOURCE1 %buildroot%_mandir/man1/mise.1
|
||||
install -Dm644 %SOURCE2 %buildroot%bash_completions_dir/mise.bash
|
||||
install -Dm644 %SOURCE3 %buildroot%fish_completions_dir/mise.fish
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
--- kanata-1.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ kanata-1.9.0/Cargo.toml 2025-06-23T09:19:38.121344+00:00
|
||||
@@ -45,23 +45,9 @@
|
||||
--- kanata-1.11.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ kanata-1.11.0/Cargo.toml 2026-02-12T16:56:59.169531+00:00
|
||||
@@ -47,23 +47,9 @@
|
||||
"kanata-parser/gui",
|
||||
"win_sendinput_send_scancodes",
|
||||
"win_llhook_read_scancodes",
|
||||
- "muldiv",
|
||||
- "strip-ansi-escapes",
|
||||
"open",
|
||||
- "dep:muldiv",
|
||||
- "dep:strip-ansi-escapes",
|
||||
"dep:open",
|
||||
- "dep:windows-sys",
|
||||
- "winapi/processthreadsapi",
|
||||
- "native-windows-gui/tray-notification",
|
||||
@@ -20,29 +20,19 @@
|
||||
- "native-windows-gui/animation-timer",
|
||||
]
|
||||
interception_driver = [
|
||||
- "kanata-interception",
|
||||
- "dep:kanata-interception",
|
||||
"kanata-parser/interception_driver",
|
||||
]
|
||||
passthru_ahk = [
|
||||
@@ -75,9 +61,7 @@
|
||||
wasm = ["instant/wasm-bindgen"]
|
||||
win_llhook_read_scancodes = ["kanata-parser/win_llhook_read_scancodes"]
|
||||
win_manifest = [
|
||||
- "embed-resource",
|
||||
"indoc",
|
||||
- "regex",
|
||||
]
|
||||
win_sendinput_send_scancodes = ["kanata-parser/win_sendinput_send_scancodes"]
|
||||
zippychord = ["kanata-parser/zippychord"]
|
||||
@@ -186,97 +170,9 @@
|
||||
[target.'cfg(target_os = "linux")'.dependencies.signal-hook]
|
||||
version = "0.3.14"
|
||||
@@ -202,88 +188,9 @@
|
||||
[target.'cfg(not(any(target_arch = "wasm32", target_os = "android")))'.dependencies.arboard]
|
||||
version = "3.4"
|
||||
|
||||
-[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
|
||||
-version = "0.24.0"
|
||||
-
|
||||
-[target.'cfg(target_os = "macos")'.dependencies.karabiner-driverkit]
|
||||
-version = "0.1.5"
|
||||
-version = "0.2.0"
|
||||
-
|
||||
-[target.'cfg(target_os = "macos")'.dependencies.libc]
|
||||
-version = "0.2"
|
||||
@@ -91,6 +81,9 @@
|
||||
- "wincon",
|
||||
- "timeapi",
|
||||
- "mmsystem",
|
||||
- "winuser",
|
||||
- "windef",
|
||||
- "minwindef",
|
||||
-]
|
||||
-
|
||||
-[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
|
||||
@@ -114,18 +107,6 @@
|
||||
- "Wdk_System_SystemServices",
|
||||
-]
|
||||
-optional = true
|
||||
-
|
||||
-[target.'cfg(target_os = "windows")'.build-dependencies.embed-resource]
|
||||
-version = "2.4.2"
|
||||
-optional = true
|
||||
-
|
||||
-[target.'cfg(target_os = "windows")'.build-dependencies.indoc]
|
||||
-version = "2.0.4"
|
||||
-optional = true
|
||||
-
|
||||
-[target.'cfg(target_os = "windows")'.build-dependencies.regex]
|
||||
-version = "1.10.4"
|
||||
-optional = true
|
||||
-
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Generated by rust2rpm 27
|
||||
# Generated by rust2rpm 28
|
||||
%bcond check 1
|
||||
|
||||
%global crate kanata
|
||||
@@ -15,7 +15,7 @@ Source: %{crates_source}
|
||||
Patch: kanata-fix-metadata-auto.diff
|
||||
Packager: madonuko <mado@fyralabs.com>
|
||||
|
||||
BuildRequires: anda-srpm-macros cargo-rpm-macros >= 24
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
|
||||
%global _description %{expand:
|
||||
Multi-layer keyboard customization.}
|
||||
@@ -67,6 +67,18 @@ use the "default" feature of the "%{crate}" crate.
|
||||
%files -n %{name}+default-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+cargo-clippy-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+cargo-clippy-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "cargo-clippy" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+cargo-clippy-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+cmd-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
@@ -91,18 +103,6 @@ use the "gui" feature of the "%{crate}" crate.
|
||||
%files -n %{name}+gui-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+indoc-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+indoc-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "indoc" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+indoc-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+interception_driver-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
@@ -115,18 +115,6 @@ use the "interception_driver" feature of the "%{crate}" crate.
|
||||
%files -n %{name}+interception_driver-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+open-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+open-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "open" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+open-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+passthru_ahk-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
@@ -151,18 +139,6 @@ use the "perf_logging" feature of the "%{crate}" crate.
|
||||
%files -n %{name}+perf_logging-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+serde_json-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+serde_json-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "serde_json" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+serde_json-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+simulated_input-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
@@ -199,18 +175,6 @@ use the "tcp_server" feature of the "%{crate}" crate.
|
||||
%files -n %{name}+tcp_server-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+wasm-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+wasm-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "wasm" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+wasm-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+win_llhook_read_scancodes-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
@@ -247,6 +211,18 @@ use the "win_sendinput_send_scancodes" feature of the "%{crate}" crate.
|
||||
%files -n %{name}+win_sendinput_send_scancodes-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+winiov2-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+winiov2-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "winiov2" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+winiov2-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+zippychord-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 704b4f83c8c0ca4e5fbd8e3cd151c2308e1af4bd
|
||||
%global commit_date 20260211
|
||||
%global commit 88419bc38514b9e9c3aefeb3db4804d5b64981f2
|
||||
%global commit_date 20260213
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: spotx-bash
|
||||
|
||||
@@ -11,8 +11,6 @@ SourceLicense: GPL-3.0-or-later
|
||||
License: ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND GPL-3.0 AND GPL-3.0-only AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
|
||||
URL: https://crates.io/crates/topgrade
|
||||
Source: %crates_source
|
||||
# Automatically generated patch to strip dependencies and normalize metadata
|
||||
Patch: topgrade-fix-metadata-auto.diff
|
||||
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust
|
||||
@@ -45,7 +43,7 @@ Summary: %{summary}
|
||||
%{_bindir}/topgrade
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version} -p1
|
||||
%autosetup -n %{crate}-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
--- topgrade-16.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ topgrade-16.8.0/Cargo.toml 2026-01-26T14:29:43.890964+00:00
|
||||
@@ -258,26 +258,3 @@
|
||||
default-features = false
|
||||
package = "self_update"
|
||||
|
||||
-[target."cfg(windows)".dependencies.is_elevated]
|
||||
-version = "~0.1"
|
||||
-
|
||||
-[target."cfg(windows)".dependencies.parselnk]
|
||||
-version = "~0.1"
|
||||
-
|
||||
-[target."cfg(windows)".dependencies.self_update_crate]
|
||||
-version = "~0.42"
|
||||
-features = [
|
||||
- "archive-zip",
|
||||
- "compression-zip-deflate",
|
||||
- "rustls",
|
||||
-]
|
||||
-optional = true
|
||||
-default-features = false
|
||||
-package = "self_update"
|
||||
-
|
||||
-[target."cfg(windows)".dependencies.windows]
|
||||
-version = "~0.62"
|
||||
-features = ["Win32_System_Console"]
|
||||
-
|
||||
-[target."cfg(windows)".dependencies.windows-registry]
|
||||
-version = "~0.6"
|
||||
Reference in New Issue
Block a user