-
-
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
20 changed files
with
61 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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
let html = get("https://download.kde.org/stable/liquidshell/"); | ||
rpm.version(find(`>liquidshell-([.\\d]+)\\.tar\\.xz</a>`, 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
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
2 changes: 1 addition & 1 deletion
2
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
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 |
---|---|---|
|
@@ -8,6 +8,8 @@ License: MPL-2.0 | |
URL: https://github.com/pop-os/system76-scheduler | ||
Source0: %url/archive/refs/tags/%version.tar.gz | ||
BuildRequires: cargo clang clang-devel pipewire-devel pkg-config systemd-rpm-macros rust-packaging just | ||
BuildRequires: bcc-tools | ||
Requires: bcc-tools | ||
|
||
%description | ||
Scheduling service which optimizes Linux's CPU scheduler and automatically | ||
|
@@ -22,11 +24,11 @@ process priority. | |
%autosetup | ||
|
||
%build | ||
export EXECSNOOP_PATH=$(which execsnoop-bpfcc) | ||
export EXECSNOOP_PATH=/usr/share/bcc/tools/execsnoop | ||
%cargo_build | ||
|
||
%install | ||
just rootdir=%buildroot sysconfdir=%_sysconfdir install | ||
just rootdir=%buildroot sysconfdir=%_datadir install | ||
|
||
|
||
%post | ||
|
@@ -45,11 +47,18 @@ just rootdir=%buildroot sysconfdir=%_sysconfdir install | |
%doc README.md | ||
%license LICENSE | ||
%_bindir/system76-scheduler | ||
%config %_sysconfdir/dbus-1/system.d/com.system76.Scheduler.conf | ||
%config %_sysconfdir/system76-scheduler/config.kdl | ||
%config %_sysconfdir/system76-scheduler/process-scheduler/pop_os.kdl | ||
%config %ghost %_sysconfdir/dbus-1/system.d/com.system76.Scheduler.conf | ||
%config %ghost %_sysconfdir/system76-scheduler/config.kdl | ||
%config %ghost %_sysconfdir/system76-scheduler/process-scheduler/pop_os.kdl | ||
%_datadir/dbus-1/system.d/com.system76.Scheduler.conf | ||
%_datadir/system76-scheduler/config.kdl | ||
%_datadir/system76-scheduler/process-scheduler/pop_os.kdl | ||
%_unitdir/com.system76.Scheduler.service | ||
|
||
%changelog | ||
* Tue Sep 26 2023 Cappy Ishihara <[email protected]> - 2.0.1-2 | ||
- Move default configurations to /usr/share/system76-scheduler | ||
- Add Requires: bcc-tools so execsnoop is available | ||
|
||
* Tue May 23 2023 windowsboy111 <[email protected]> - 2.0.1-1 | ||
- Initial package. |
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,16 +1,20 @@ | ||
--- bandwhich-0.20.0/Cargo.toml 2020-10-15T09:07:04+00:00 | ||
+++ bandwhich-0.20.0/Cargo.toml 2020-10-15T09:07:04+00:00 | ||
@@ -83,13 +83,3 @@ | ||
version = "1" | ||
--- bandwhich-0.21.0/Cargo.toml 1970-01-01T00:00:01+00:00 | ||
+++ bandwhich-0.21.0/Cargo.toml 2023-09-21T07:50:16.506970+00:00 | ||
@@ -104,17 +104,3 @@ | ||
[target."cfg(target_os=\"linux\")".dependencies.procfs] | ||
version = "0.7.4" | ||
version = "0.15.1" | ||
|
||
-[target."cfg(target_os=\"windows\")".dependencies.netstat2] | ||
-version = "0.9.0" | ||
-version = "0.9.1" | ||
- | ||
-[target."cfg(target_os=\"windows\")".dependencies.sysinfo] | ||
-version = "0.15.1" | ||
-version = "0.29.10" | ||
- | ||
-[target."cfg(target_os=\"windows\")".build-dependencies.anyhow] | ||
-version = "1.0.75" | ||
- | ||
-[target."cfg(target_os=\"windows\")".build-dependencies.http_req] | ||
-version = "0.7.0" | ||
-version = "0.9.3" | ||
- | ||
-[target."cfg(target_os=\"windows\")".build-dependencies.zip] | ||
-version = "0.5.6" | ||
-version = "0.6.6" |
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
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