-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port various f39 fixes to rawhide (#1036)
* fix: starship (#1020) rm patch Signed-off-by: madomado <[email protected]> * fix(update): crystal (#1019) Signed-off-by: madomado <[email protected]> * fix(gnome-shell-extension-appmenu-is-back): patch for GNOME 46 (#1033) * fix: seto-fonts (#1005) Signed-off-by: madomado <[email protected]> * add: gsctool (#1007) * add: gsctool * asdasdas * fix: vala-panel (#1006) * fix: vala-panel Signed-off-by: madomado <[email protected]> * Create update.rhai Signed-off-by: madomado <[email protected]> * Update vala-panel.spec Signed-off-by: madomado <[email protected]> * files? Signed-off-by: madomado <[email protected]> --------- Signed-off-by: madomado <[email protected]> * more updates --------- Signed-off-by: madomado <[email protected]> Co-authored-by: madomado <[email protected]> Co-authored-by: Cappy Ishihara <[email protected]>
- Loading branch information
1 parent
be6b42e
commit 045030e
Showing
23 changed files
with
139 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# Contributing | ||
|
||
First of all, thanks for being interested in contributing to Terra! If you have any questions about contributing, please contact us on [Discord](https://discord.gg/5fdPuxTg5Q). Since we use a GitHub Wiki for [documention](https://github.com/terrapkg/packages/wiki), our guidelines may be found there. See the links below: | ||
First of all, thanks for being interested in contributing to Terra! If you have any questions about contributing, please contact us on [Discord](https://discord.gg/5fdPuxTg5Q). | ||
|
||
* [Contribution Guide](https://github.com/terrapkg/packages/wiki/Contribute) | ||
* [FAQ](https://github.com/terrapkg/packages/wiki/FAQ) | ||
* [Policy](https://github.com/terrapkg/packages/wiki/Policy) | ||
## Documentations | ||
|
||
* [Contribution Guide](https://developer.fyralabs.com/terra/contributing) | ||
* [FAQ](https://developer.fyralabs.com/terra/faq) | ||
* [Policy](https://developer.fyralabs.com/terra/policy) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...desktops/gnome/gnome-shell-extension-pop-shell/terra-gnome-shell-extension-pop-shell.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
Name: seto-fonts | ||
Version: 6.20 | ||
Release: 2%?dist | ||
Release: 3%?dist | ||
URL: https://setofont.osdn.jp/ | ||
Source0: https://osdn.net/frs/redir.php?m=nchc&f=setofont%2F61995%2Fsetofont_v_6_20.zip | ||
Source0: https://github.com/terrapkg/pkg-seto-fonts/archive/refs/tags/%version.tar.gz | ||
License: OFL-1.1 | ||
Summary: A handwritten font that contains kanji up to JIS 4th level and difficult kanji | ||
BuildRequires: unzip | ||
BuildArch: noarch | ||
|
||
|
||
|
@@ -14,7 +13,7 @@ BuildArch: noarch | |
|
||
|
||
%prep | ||
%setup -q -n setofont | ||
%setup -q -n pkg-seto-fonts-%version | ||
|
||
%build | ||
|
||
|
@@ -25,11 +24,8 @@ install -Dm644 *.ttf %buildroot/%_datadir/fonts/%name/ | |
|
||
%files | ||
%doc readme.txt | ||
%license LICENSE.md | ||
%_datadir/fonts/%name/ | ||
|
||
%changelog | ||
* Sun Jun 18 2023 windowsboy111 <[email protected]> - 6.20-2 | ||
- Fix install dir. | ||
|
||
* Tue Nov 22 2022 windowsboy111 <[email protected]> - 6.20-1 | ||
- Initial package | ||
%autochangelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
anda/games/prismlauncher-qt5-nightly/prismlauncher-qt5-nightly.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
let html = get("https://crystal-lang.org/"); | ||
rpm.version(find("Latest release <.+>(.+)</a>", html, 1)) | ||
rpm.version(find("Latest release: <strong>(.+?)</strong>", html, 1)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From b62e3879abe83e0b879421a023d8e944e31f00cb Mon Sep 17 00:00:00 2001 | ||
From: madomado <[email protected]> | ||
Date: Mon, 25 Mar 2024 18:33:25 +0800 | ||
Subject: [PATCH] gix 0.61.1 -> 0.61.0 | ||
|
||
--- | ||
Cargo.toml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/Cargo.toml b/Cargo.toml | ||
index d98ba90..c3059c9 100644 | ||
--- a/Cargo.toml | ||
+++ b/Cargo.toml | ||
@@ -82,7 +82,7 @@ version = "1.0.4" | ||
version = "0.4.3" | ||
|
||
[dependencies.gix] | ||
-version = "0.61.1" | ||
+version = "0.61.0" | ||
features = [ | ||
"max-performance-safe", | ||
"revision", | ||
-- | ||
2.44.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
anda/langs/vala/vala-language-server-nightly/vala-language-server-nightly.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rpm.version(gitlab("6865057")); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: anda-srpm-macros | ||
Version: 0.1.5 | ||
Version: 0.1.6 | ||
Release: 1%{?dist} | ||
Summary: SRPM macros for extra Fedora packages | ||
|
||
|
@@ -9,6 +9,7 @@ Source0: macros.cargo_extra | |
Source1: macros.caching | ||
Source2: macros.anda | ||
Source3: macros.go_extra | ||
Source4: macros.nim_extra | ||
|
||
Recommends: rust-packaging | ||
Requires: git-core | ||
|
@@ -28,15 +29,20 @@ install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE0} | |
install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE1} | ||
install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE2} | ||
install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE3} | ||
install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE4} | ||
|
||
%files | ||
%{_rpmmacrodir}/macros.cargo_extra | ||
%{_rpmmacrodir}/macros.caching | ||
%{_rpmmacrodir}/macros.anda | ||
%{_rpmmacrodir}/macros.go_extra | ||
%{_rpmmacrodir}/macros.nim_extra | ||
|
||
|
||
%changelog | ||
* Wed Mar 13 2024 madonuko <[email protected]> - 0.1.6-1 | ||
- Add nim_c, nim_tflags and nim_lflags | ||
|
||
* Thu Aug 3 2023 madonuko <[email protected]> - 0.1.4-1 | ||
- Add go_build_online and go_prep_online | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
%nim_tflags %(echo "%?build_cflags -fPIE" | sed "s/-O2/-Ofast/g" | sed "s/-Wall//g") | ||
|
||
%nim_lflags %?build_ldflags -pie | ||
|
||
%nim_c -d:release -t:"%nim_tflags" -l:"%nim_lflags" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
project pkg { | ||
rpm { | ||
spec = "gsctool.spec" | ||
} | ||
} |
Oops, something went wrong.