mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-02 17:00:54 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bcd8ed635c | |||
| 246675d965 | |||
| d64efd5d3e | |||
| 29920da83e |
@@ -2,8 +2,8 @@ name: Update
|
||||
permissions:
|
||||
contents: read
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/10 * * * *"
|
||||
#schedule:
|
||||
# - cron: "*/10 * * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
%global appid dev.astramusic.astra
|
||||
%global ver 0.6.1-beta
|
||||
%global ver v0.6.1-beta
|
||||
|
||||
Name: astra
|
||||
%electronmeta -D
|
||||
Version: %(echo %ver | sed 's/-/~/')
|
||||
Version: %(echo %ver | sed 's/-/~/;s/^v//')
|
||||
Release: 1%?dist
|
||||
Summary: A desktop music player for people who still have a music library
|
||||
License: GPL-3.0-only AND %electron_license
|
||||
URL: https://astramusic.dev
|
||||
Source0: https://github.com/Boof2015/astra/archive/refs/tags/v%ver.tar.gz
|
||||
Source0: https://github.com/Boof2015/astra/archive/refs/tags/%ver.tar.gz
|
||||
BuildRequires: nodejs-npm nodejs-packaging
|
||||
|
||||
%description
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("Boof2015/astra"));
|
||||
rpm.global("ver", gh("Boof2015/astra"));
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 1.0.1387
|
||||
Version: 1.0.1388
|
||||
Release: 1%{?dist}
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: discord-canary
|
||||
Version: 1.0.1387
|
||||
Version: 1.0.1388
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate mise
|
||||
|
||||
Name: rust-mise
|
||||
Version: 2026.6.15
|
||||
Version: 2026.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Front-end to your dev env
|
||||
|
||||
|
||||
@@ -2,4 +2,7 @@ project pkg {
|
||||
rpm {
|
||||
spec = "hyprlock.spec"
|
||||
}
|
||||
labels {
|
||||
updbranch = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("adobe-fonts/source-han-serif"));
|
||||
rpm.global("ver", gh("adobe-fonts/source-han-serif"));
|
||||
|
||||
@@ -2,7 +2,4 @@ project pkg {
|
||||
rpm {
|
||||
spec = "run0-sudo-shim.spec"
|
||||
}
|
||||
labels {
|
||||
subrepo = "extras"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,15 +1,13 @@
|
||||
Name: run0-sudo-shim
|
||||
Version: 1.4.2
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: An imitation of sudo, using run0 internally
|
||||
SourceLicense: BSD-3-Clause
|
||||
License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND MIT
|
||||
URL: https://github.com/LordGrimmauld/run0-sudo-shim
|
||||
Source0: %url/archive/refs/tags/%version.tar.gz
|
||||
Packager: madonuko <mado@fyralabs.com>
|
||||
BuildRequires: rpm_macro(cargo_install) rust-packaging
|
||||
Conflicts: sudo
|
||||
Provides: sudo = %evr
|
||||
|
||||
%description
|
||||
run0-sudo-shim attempts to imitate sudo as close as possible, while actually using run0 in the back.
|
||||
@@ -35,7 +33,3 @@ ln -s %_bindir/run0-sudo-shim %buildroot%_bindir/sudo
|
||||
%license LICENSE.dependencies
|
||||
%_bindir/run0-sudo-shim
|
||||
%_bindir/sudo
|
||||
|
||||
%changelog
|
||||
* Sun Jun 28 2026 madonuko <mado@fyralabs.com> - 1.3.1-2
|
||||
- add provides sudo
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("google/breakpad"));
|
||||
rpm.version(gh_tag("google/breakpad"));
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
|
||||
Name: %{srcname}
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 26.1.3
|
||||
%global ver 26.1.4
|
||||
Epoch: 1
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 1%{?dist}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
let v = find(`mesa-([\d.]+).tar.xz`, get("https://archive.mesa3d.org/?C=D;O=D"), 1);
|
||||
rpm.version(v);
|
||||
rpm.global("ver", v);
|
||||
|
||||
@@ -5,5 +5,6 @@ project pkg {
|
||||
}
|
||||
labels {
|
||||
mock = 1
|
||||
updbranch = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: bup
|
||||
Version: 0.33.9
|
||||
Release: 1%?dist
|
||||
Version: 0.33.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Efficient backup system based on the git packfile format
|
||||
License: LGPL-2.0-only
|
||||
URL: https://bup.github.io
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
rpm.version(gh("bup/bup"));
|
||||
let v = gh_tag("bup/bup");
|
||||
v.crop(4);
|
||||
rpm.version(v);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: kew
|
||||
Version: 4.1.4
|
||||
Version: 4.1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Music for the Shell
|
||||
URL: https://codeberg.org/ravachol/kew
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 0b7f1f1f6586dc65ff480f3cda5c2170a70aa020
|
||||
%global commit_date 20260310
|
||||
%global commit_date 20260702
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global ver 1.0
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
rpm.global("ver", gh("albfan/miraclecast"));
|
||||
let ver = gh_tag("albfan/miraclecast");
|
||||
ver.crop(1);
|
||||
rpm.global("ver", ver);
|
||||
|
||||
rpm.global("commit", gh_commit("albfan/miraclecast"));
|
||||
if rpm.changed() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
let v = gh("stakira/OpenUtau");
|
||||
let url = `OpenUtau-linux-x64.tar.gz`
|
||||
let url = `OpenUtau-linux-x64.tar.gz`;
|
||||
|
||||
if get(`https://github.com/stakira/OpenUtau/releases/expanded_assets/${v}`).contains(url) {
|
||||
rpm.global("ver", v);
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("WeirdTreeThing/croskbd"));
|
||||
rpm.version(gh_tag("WeirdTreeThing/croskbd"));
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: virtualsmartcard
|
||||
Version: 0.10
|
||||
Version: 0.10
|
||||
Release: 2%?dist
|
||||
Summary: Smart card emulator and driver for networked smart card reader/emulator
|
||||
URL: https://frankmorgner.github.io/vsmartcard/index.html
|
||||
|
||||
Reference in New Issue
Block a user