mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-14 23:50:38 +00:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4173dca70a | |||
| e87d208bc4 | |||
| c4fdc7af27 | |||
| 8b3c7f7ee6 | |||
| 017fdc961a | |||
| 7af70ae448 | |||
| 6609bfb604 | |||
| 1b93a56ba7 | |||
| 64b91fb190 | |||
| 0692e15383 | |||
| b04efc8693 | |||
| 189d95b364 |
@@ -74,6 +74,7 @@ popd
|
||||
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
|
||||
|
||||
%install
|
||||
mv ./packages/mute-state-change/LICENSE ./packages/mute-state-change/LICENSE.mute-state-change
|
||||
%electron_install -i signal -l -I build/icons/png
|
||||
|
||||
%desktop_file_install %{SOURCE1}
|
||||
@@ -83,13 +84,15 @@ install -Dm644 $OUTDIR/resources/$policy %{buildroot}%{_datadir}/polkit-1/rules.
|
||||
rm $OUTDIR/resources/$policy
|
||||
done
|
||||
|
||||
mv LICENSE LICENSE.signal-desktop
|
||||
|
||||
%terra_appstream -o %{SOURCE2}
|
||||
|
||||
%check
|
||||
%desktop_file_validate %{buildroot}%{_appsdir}/signal.desktop
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%license LICENSE.signal-desktop
|
||||
%doc README.md CONTRIBUTING.md ACKNOWLEDGMENTS.md
|
||||
%license bundled_licenses/*
|
||||
%{_bindir}/signal-desktop
|
||||
@@ -101,6 +104,9 @@ done
|
||||
%{_metainfodir}/org.signal.Signal.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Sun Jun 14 2026 june-fish <git@june.fish>
|
||||
- Fix license name conflicts
|
||||
|
||||
* Mon Dec 22 2025 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Use more electron macros, correct build failures
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate mise
|
||||
|
||||
Name: rust-mise
|
||||
Version: 2026.6.7
|
||||
Version: 2026.6.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Front-end to your dev env
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: plasma6-applet-appgrid
|
||||
Version: 1.8.5
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern fullscreen application launcher for KDE Plasma
|
||||
# Main code: GPL-2.0-or-later
|
||||
# dev.xarbit.appgrid.metainfo.xml: CC0-1.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: ayatana-indicator-session
|
||||
Summary: Ayatana Indicator Session Applet
|
||||
Version: 26.6.0
|
||||
Version: 26.6.1
|
||||
Release: 1%{?dist}
|
||||
License: GPL-3.0
|
||||
URL: https://github.com/AyatanaIndicators/ayatana-indicator-session
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
||||
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||
%global commit 4fed5e7b88d78c03359009377b740a3c826505a7
|
||||
%global ver 0.0.41-19465
|
||||
%global commit 41a7cd29f8fb3f7c5e95f0aac7c8d89ac175c403
|
||||
%global ver 0.0.41-19470
|
||||
|
||||
Name: rpcs3
|
||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
%global crate gping
|
||||
|
||||
Name: rust-gping
|
||||
Version: 1.20.1
|
||||
Release: 1%?dist
|
||||
Version: 1.20.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Ping, but with a graph
|
||||
|
||||
License: MIT
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate television
|
||||
|
||||
Name: rust-television
|
||||
Version: 0.15.8
|
||||
Version: 0.15.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Very fast, portable and hackable fuzzy finder for the terminal
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
%global crate zoi-rs
|
||||
%global crate_version 1.18.4
|
||||
%global crate_version 1.18.5
|
||||
|
||||
Name: rust-zoi-rs
|
||||
Version: %(echo %crate_version | sed 's/-/~/g')
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.17.0-dev.836+e357134f0
|
||||
version=0.17.0-dev.857+2b2b85c5f
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%define llvm_compat 22
|
||||
%endif
|
||||
%global llvm_version 22.0.0
|
||||
%global ver 0.17.0-dev.836+e357134f0
|
||||
%global ver 0.17.0-dev.857+2b2b85c5f
|
||||
%bcond bootstrap 1
|
||||
%bcond docs %{without bootstrap}
|
||||
%bcond test 1
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
%global zig_cache_dir %{builddir}/zig-cache
|
||||
|
||||
Name: zig-master
|
||||
Version: 0.17.0~dev.813+2153f8143
|
||||
Version: 0.17.0~dev.857+2b2b85c5f
|
||||
Release: 2%{?dist}
|
||||
Summary: Master builds of the Zig language
|
||||
License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 271851bbc07748100382ae7caf6ef71c70c01bfc
|
||||
%global shortcommit 271851b
|
||||
%global commit_date 20260602
|
||||
%global commit 948805f6e8cf7f8c08eba06ab1db1eef0e75e3a0
|
||||
%global shortcommit 948805f
|
||||
%global commit_date 20260613
|
||||
|
||||
Name: astal
|
||||
Version: 0^%commit_date.%commit
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: libayatana-appindicator-glib
|
||||
Summary: Ayatana Application Indicators Shared Library
|
||||
Version: 2.0.2
|
||||
Version: 2.0.3
|
||||
Release: 1%{?dist}
|
||||
License: GPL-3.0-or-later
|
||||
Packager: veuxit <erroor234@gmail.com>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global appid org.sr.ht.delthas.senpai
|
||||
|
||||
Name: senpai
|
||||
Version: 0.5.0
|
||||
Version: 0.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Your everyday IRC student
|
||||
License: ISC
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit c01f584b97c5f4567f49022872ba967ebf03917d
|
||||
%global commit 74db1fd4cb6f7c98b7e3fb5290d695d276ce8f9a
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260607
|
||||
%global commit_date 20260614
|
||||
|
||||
Name: vgmstream
|
||||
Version: 0~%{commit_date}git.%shortcommit
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global pkg_name kmonad
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 0.4.4
|
||||
Release: 1%?dist
|
||||
Version: 0.4.5
|
||||
Release: 1%{?dist}
|
||||
Summary: An advanced keyboard manager
|
||||
|
||||
License: MIT
|
||||
|
||||
@@ -1 +1 @@
|
||||
print(hackage("kmonad"));
|
||||
rpm.version(hackage("kmonad"));
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "lazyssh.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
%global goipath github.com/Adembc/lazyssh
|
||||
Version: 0.3.0
|
||||
|
||||
%gometa -f
|
||||
|
||||
Name: lazyssh
|
||||
Release: 1%{?dist}
|
||||
Summary: A terminal-based SSH manager inspired by lazydocker and k9s - Written in go
|
||||
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/Adembc/lazyssh
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
BuildRequires: golang gcc go-rpm-macros
|
||||
Requires: glibc
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%gopkg
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%define gomodulesmode GO111MODULE=on
|
||||
%gobuild -o %{gobuilddir}/lazyssh %{goipath}/cmd
|
||||
|
||||
%install
|
||||
install -Dm 0755 %{gobuilddir}/lazyssh %{buildroot}%{_bindir}/lazyssh
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/lazyssh
|
||||
|
||||
%changelog
|
||||
* Sun Jun 14 2026 Owen-sz <owen@fyralabs.com> - 0.3.0-1
|
||||
- Initial commit
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("Adembc/lazyssh"));
|
||||
Reference in New Issue
Block a user