-
-
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.
- Loading branch information
Showing
18 changed files
with
81 additions
and
46 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
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 |
---|---|---|
|
@@ -3,17 +3,16 @@ | |
|
||
Name: gnome-shell-extension-%{extension} | ||
Version: 2 | ||
Release: 2%{?dist} | ||
Release: 1%{?dist} | ||
Summary: GNOME Shell extension to bring back the app menu | ||
License: GPL-3.0-only | ||
URL: https://github.com/fthx/appmenu-is-back | ||
|
||
BuildArch: noarch | ||
|
||
Source0: https://github.com/fthx/appmenu-is-back/archive/refs/tags/v%{version}.tar.gz | ||
Patch0: https://github.com/fthx/appmenu-is-back/commit/c251ff36d226dac679eb745638e3df236d3e1a20.patch | ||
|
||
Requires: (gnome-shell >= 46~ with gnome-shell < 47~) | ||
Requires: (gnome-shell >= 45~ with gnome-shell < 46~) | ||
Recommends: gnome-extensions-app | ||
|
||
%description | ||
|
@@ -31,8 +30,5 @@ install -Dm644 extension.js %{buildroot}%{_datadir}/gnome-shell/extensions/%{uui | |
%{_datadir}/gnome-shell/extensions/%{uuid} | ||
|
||
%changelog | ||
* Mon Apr 1 2024 Lleyton Gray <[email protected]> - 2-2 | ||
- Patch for GNOME 46 compatibility | ||
|
||
* Thu Nov 16 2023 Lleyton Gray <[email protected]> - 2-1 | ||
- Initial Release |
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
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
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
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