mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5f528ae57 | |||
| 5461d49770 | |||
| c26ea8a8a5 | |||
| 883fe6a7bb | |||
| 074b8c33ad | |||
| 3a449f40ab | |||
| 465855e0b7 | |||
| 45f7aef913 | |||
| b32c423413 | |||
| 7649c4f9a0 | |||
| 1550e1680e | |||
| f2316d4539 | |||
| 5cf637d780 | |||
| b3f15ace72 | |||
| da487763ac |
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: feishin
|
||||
Version: 0.21.2
|
||||
Version: 0.22.0
|
||||
Release: 1%?dist
|
||||
Summary: A modern self-hosted music player
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
||||
|
||||
%global ver 13.3.0
|
||||
%global commit e9a8aed8ac33d455da40cac004250f710a167b1a
|
||||
%global commit 7ed3cfc83eda4bd33f5044041075689bb517a314
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20251129
|
||||
%global commit_date 20251130
|
||||
%global devel_name QtColorWidgets
|
||||
%global _distro_extra_cflags -fuse-ld=mold
|
||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2025-11-29
|
||||
%global ver 2025-11-30
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
%global major_version 49
|
||||
%global minor_version 1
|
||||
%global minor_version 2
|
||||
|
||||
%if 0%{?rhel}
|
||||
%global portal_helper 0
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
Name: gnome-shell
|
||||
Version: %{major_version}.%{minor_version}
|
||||
Release: 6%{?dist}.switcheroo
|
||||
Release: 2%{?dist}.switcheroo
|
||||
Summary: Window management and application launching for GNOME
|
||||
|
||||
Provides: gnome-shell.switcheroo = %version-%release
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
%global realname hyprutils
|
||||
%global ver 0.10.4
|
||||
|
||||
%global commit a64517c23613b302a3ecc5f4608f3919e8e29830
|
||||
%global commit_date 20251129
|
||||
%global commit 7e6346f84be8918e3eca405546c45fb37d74bdfe
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
|
||||
Name: %realname.nightly
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 9baf37a9b2a1119c697b0eabf32391bfb41ef287
|
||||
%global commit 3754a94cb5b0d2997df692333e151442d22a72e5
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2025-11-28
|
||||
%global fulldate 2025-11-29
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||
%global ver 1.3.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 200a4a5c786cf23dedf0f9f38d86af764b69f8ea
|
||||
%global commit 450cd3d42ba90f8658f260560b69cdc8a52f061b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20251129
|
||||
%global commit_date 20251130
|
||||
%global ver 0.216.0
|
||||
|
||||
%bcond_with check
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||
|
||||
%global commit 5c8b18098faf43a73a7f2a2db913da82d45f7678
|
||||
%global commit 603da29f28b56d7f36f258b0ae318071f8bc6a66
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global commit_date 20251129
|
||||
%global commit_date 20251130
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
%bcond_without qt6
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
# Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags
|
||||
%global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument
|
||||
%global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument
|
||||
%global commit e09be04df6ec35c2b2bedb0c62bc6d1bc55f5b28
|
||||
%global ver 0.0.38-18414
|
||||
%global commit 7b560e5ffaf3504b590db69309bd8290125920e4
|
||||
%global ver 0.0.38-18406
|
||||
|
||||
Name: rpcs3
|
||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 148b8e631d9a76f7bdcc5478d36692ff79e16227
|
||||
%global commit_date 20251129
|
||||
%global commit e80d84d98a88a75eac0e346fcdc4c4010cf91ec8
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit f3d4503e72fa5b7dff466e527453cfbf2c95cc01
|
||||
%global commit 9417838c91aab6088778089b9a3e8330bca53fbd
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2024-02-14
|
||||
%global fulldate 2024-02-14T09:28:02Z
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
%global ver 2.1
|
||||
%global debug_package %{nil}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 8ad02b636690170adbd4279fe3fc8265088cbcc2
|
||||
%global commit_date 20240726
|
||||
%global commit c278020dc78587e887f91377a882b50d0b009c50
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 0c8bfb91e8ca32a4895f858067334ed265517309
|
||||
%global commit_date 20240822
|
||||
%global commit b2f5b861ef91bc5d90862e2dd9ac3ff721620077
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 01c666f472457ef6230c9d2fd5a289d0a64ce5c2
|
||||
%global commit_date 20241230
|
||||
%global commit 5abca9d613fac7861803319b3191061b2d8ce067
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit afbf6109398794791ffb30317712d742143fd08a
|
||||
%global commit_date 20240831
|
||||
%global commit 86e962eada5f9e5722c746f4eaab8e5aa087bbf4
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
%global commit 0914dd3df54a5e6258dfc0a02d65af1c0fc0fc90
|
||||
%global commit_date 20240920
|
||||
%global commit 63e060a7899f4113ec6f19510656a0fc1d6940b8
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
Name: stardust-xr-flatland
|
||||
Version: %commit_date.%shortcommit
|
||||
Release: 2%?dist
|
||||
Release: 1%?dist
|
||||
Summary: Flatland for Stardust XR
|
||||
URL: https://github.com/StardustXR/flatland
|
||||
Source0: %url/archive/%commit/flatland-%commit.tar.gz
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit eca5e835cd3abee69984ce6312610644801457a9
|
||||
%global commit_date 20241230
|
||||
%global commit 3283bf8b352cdcb04ef3e0edb5155c4ca8c5c97c
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 5ac7f04f6876097aa8c3cf9af033d609a8a49944
|
||||
%global commit_date 20240824
|
||||
%global commit 3a586815e1c057580674c147e27c3a4909b3b4c6
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 9b73eb1e128b49a6d40a27a4cde7715d8cbd2674
|
||||
%global commit_date 20241230
|
||||
%global commit 15f77807a5f617341bd36f69174ea00f5550d131
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 3e31905b5bc9bd78e285099ed94a4b31fdc6810b
|
||||
%global commit_date 20250402
|
||||
%global commit a7aadc4538ea2d2db358856d39f35c20c72a8ee9
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
%define debug_package %nil
|
||||
|
||||
%global commit e33764c69179e35b60ad03931544a87357e1e81f
|
||||
%global commit_date 20250413
|
||||
%global commit 94d6697f0b3641a9b68ef31c0f18a5c41f922d4c
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: stardust-xr-telescope
|
||||
Version: %commit_date.git~%shortcommit
|
||||
Release: 2%?dist
|
||||
Release: 1%?dist
|
||||
Summary: See the stars! Easy stardust setups to run on your computer
|
||||
License: MIT
|
||||
URL: https://github.com/StardustXR/telescope
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: limine
|
||||
Version: 10.3.2
|
||||
Version: 10.4.0
|
||||
Release: 1%?dist
|
||||
Summary: Modern, advanced, portable, multiprotocol bootloader
|
||||
License: BSD-2-Clause
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 365d85d48f4315e94562cd307223234e71b161b8
|
||||
%global commit 99c9cec1b18ff703aca5956efe191e76991bbdc7
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20251128
|
||||
%global commitdate 20251130
|
||||
%global ver 1.0.18
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
|
||||
@@ -379,6 +379,7 @@ done
|
||||
%{_datadir}/applications/*.desktop
|
||||
%dir %{_datadir}/wine/fonts
|
||||
%{_datadir}/wine/fonts/*
|
||||
%_datadir/share/wine/
|
||||
|
||||
%if 0%{?fedora} < 40
|
||||
%ifarch %{ix86}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
Name: wluma
|
||||
Version: 4.10.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Automatic brightness adjustment based on screen contents and ALS
|
||||
URL: https://github.com/max-baz/wluma
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
License: ISC
|
||||
BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold v4l-utils libv4l-devel rust-libudev-devel vulkan-loader-devel dbus-devel clang
|
||||
BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold v4l-utils libv4l-devel rust-libudev-devel vulkan-loader-devel dbus-devel clang systemd-rpm-macros
|
||||
Packager: Its-J
|
||||
|
||||
%description
|
||||
@@ -22,13 +22,31 @@ Packager: Its-J
|
||||
%cargo_install
|
||||
%cargo_license_summary_online
|
||||
%{cargo_license_online -a} > LICENSE.dependencies
|
||||
install -Dm 644 %{name}.service %{buildroot}%{_userunitdir}/%{name}.service
|
||||
install -Dm 644 90-%{name}-backlight.rules %{buildroot}%{_udevrulesdir}/90-%{name}-backlight.rules
|
||||
install -Dm 644 config.toml %{buildroot}%{_datadir}/%{name}/config.toml
|
||||
|
||||
%post
|
||||
%systemd_user_post %{name}.service
|
||||
|
||||
%preun
|
||||
%systemd_user_preun %{name}.service
|
||||
|
||||
%postun
|
||||
%systemd_user_postun_with_restart %{name}.service
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%license LICENSE.dependencies
|
||||
%{_bindir}/wluma
|
||||
%{_userunitdir}/%{name}.service
|
||||
%{_udevrulesdir}/90-%{name}-backlight.rules
|
||||
%{_datadir}/%{name}/config.toml
|
||||
|
||||
%changelog
|
||||
* Sat Nov 29 2025 metcya <metcya@gmail.com>
|
||||
- Package systemd service, example config, and udev rules
|
||||
|
||||
* Fri Nov 28 2025 Its-J
|
||||
- Package wluma
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate mise
|
||||
|
||||
Name: rust-mise
|
||||
Version: 2025.11.10
|
||||
Version: 2025.11.11
|
||||
Release: 1%?dist
|
||||
Summary: Front-end to your dev env
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 91f5b1bcdd4131a515d3face1a4d1e39ce6a7d8d
|
||||
%global commit_date 20251129
|
||||
%global commit 8b5afc702b2442919f3a827079fb0fa88d539511
|
||||
%global commit_date 20251130
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name glasgow
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global oldpkgname yt-dlp-nightly
|
||||
|
||||
Name: yt-dlp-git
|
||||
Version: 2025.11.28.221418
|
||||
Version: 2025.11.29.211905
|
||||
Release: 1%?dist
|
||||
Summary: A command-line program to download videos from online video platforms
|
||||
|
||||
|
||||
Reference in New Issue
Block a user