mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-20 18:40:37 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d532df42c | |||
| 4e0af74262 | |||
| e4a4a6caba | |||
| c942779da8 | |||
| f84308b02e | |||
| ae170009ff |
@@ -1,6 +1,6 @@
|
||||
Name: plasma6-applet-appgrid
|
||||
Version: 1.9.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern application launcher for KDE Plasma
|
||||
# Main code: GPL-2.0-or-later
|
||||
# dev.xarbit.appgrid.metainfo.xml: CC0-1.0
|
||||
|
||||
@@ -28,7 +28,7 @@ BuildRequires: ncurses
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pandoc-cli
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: zig >= 0.15.2
|
||||
BuildRequires: zig >= 0.14.0
|
||||
BuildRequires: zig-rpm-macros
|
||||
BuildRequires: pkgconfig(blueprint-compiler)
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
@@ -196,7 +196,7 @@ This package contains the libraries and header files that are needed for develop
|
||||
|
||||
%prep
|
||||
/usr/bin/minisign -V -m %{SOURCE0} -x %{SOURCE1} -P %{public_key}
|
||||
%autosetup -n %{base_name}-%{ver}-main-+%{shortcommit}
|
||||
%autosetup -n %{base_name}-%{ver}-main+%{shortcommit}
|
||||
|
||||
ZIG_GLOBAL_CACHE_DIR="%{_zig_cache_dir}" ./nix/build-support/fetch-zig-cache.sh
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "source-han-sans-fonts.spec"
|
||||
}
|
||||
labels {
|
||||
weekly = 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
%define debug_package %nil
|
||||
%global ver 2.005R
|
||||
|
||||
Name: source-han-sans-fonts
|
||||
Version: %(echo %ver | sed -E 's/R$//')
|
||||
Release: 1%?dist
|
||||
Summary: Source Han Sans | 思源黑体 | 思源黑體 | 思源黑體 香港 | 源ノ角ゴシック | 본고딕
|
||||
License: OFL-1.1
|
||||
URL: https://github.com/adobe-fonts/source-han-sans
|
||||
Source0: %url/releases/download/%ver/03_SourceHanSansOTC.zip
|
||||
Packager: madonuko <mado@fyralabs.com>
|
||||
BuildArch: noarch
|
||||
BuildRequires: unzip
|
||||
|
||||
%description
|
||||
Source Han Sans is a set of OpenType Pan-CJK fonts.
|
||||
|
||||
This package ships the Static OTC versions.
|
||||
|
||||
%prep
|
||||
unzip %{S:0}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -Dpm644 OTC/SourceHanSans-*.ttc -t %buildroot%_datadir/fonts/%name
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%_datadir/fonts/%name/
|
||||
|
||||
%changelog
|
||||
* Sat Jun 20 2026 madonuko <mado@fyralabs.com> - 2.005-1
|
||||
- Initial package.
|
||||
@@ -0,0 +1 @@
|
||||
rpm.global("ver", gh("adobe-fonts/source-han-sans"));
|
||||
@@ -0,0 +1,9 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "source-han-serif-fonts.spec"
|
||||
}
|
||||
labels {
|
||||
weekly = 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
%define debug_package %nil
|
||||
%global ver 2.003R
|
||||
|
||||
Name: source-han-serif-fonts
|
||||
Version: %(echo %ver | sed -E 's/R$//')
|
||||
Release: 1%?dist
|
||||
Summary: Source Han Serif | 思源宋体 | 思源宋體 | 思源宋體 香港 | 源ノ明朝 | 본명조
|
||||
License: OFL-1.1
|
||||
URL: https://github.com/adobe-fonts/source-han-serif
|
||||
Source0: %url/releases/download/%ver/03_SourceHanSerifOTC.zip
|
||||
Packager: madonuko <mado@fyralabs.com>
|
||||
BuildArch: noarch
|
||||
BuildRequires: unzip
|
||||
|
||||
%description
|
||||
Source Han Serif is a set of OpenType Pan-CJK fonts.
|
||||
|
||||
This package ships the Static OTC versions.
|
||||
|
||||
%prep
|
||||
unzip %{S:0}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -Dpm644 OTC/SourceHanSerif-*.ttc -t %buildroot%_datadir/fonts/%name
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%_datadir/fonts/%name/
|
||||
|
||||
%changelog
|
||||
* Sat Jun 20 2026 madonuko <mado@fyralabs.com> - 2.005R-1
|
||||
- Initial package.
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("adobe-fonts/source-han-serif"));
|
||||
@@ -5,8 +5,8 @@
|
||||
%global crate bottom
|
||||
|
||||
Name: rust-bottom
|
||||
Version: 0.12.3
|
||||
Release: 1%?dist
|
||||
Version: 0.13.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Customizable cross-platform graphical process/system monitor for the terminal
|
||||
|
||||
License: MIT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.17.0-dev.892+54537285c
|
||||
version=0.17.0-dev.902+7255f3e72
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%define llvm_compat 22
|
||||
%endif
|
||||
%global llvm_version 22.0.0
|
||||
%global ver 0.17.0-dev.892+54537285c
|
||||
%global ver 0.17.0-dev.902+7255f3e72
|
||||
%bcond bootstrap 1
|
||||
%bcond docs %{without bootstrap}
|
||||
%bcond test 1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: anda-srpm-macros
|
||||
Version: 0.3.10
|
||||
Version: 0.3.11
|
||||
Release: 1%{?dist}
|
||||
Summary: SRPM macros for extra Fedora packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user