Skip to content

Commit

Permalink
chore(sync): frawhide -> f40 (#2020)
Browse files Browse the repository at this point in the history
* bump: preview

Signed-off-by: madonuko <[email protected]>

* bump: preview

Signed-off-by: madonuko <[email protected]>

* bump: preview stable

Signed-off-by: madonuko <[email protected]>

* bump: preview stable

Signed-off-by: madonuko <[email protected]>

* bump: discord-canary-openasar discord-canary preview

Signed-off-by: madonuko <[email protected]>

* bump: discord-openasar discord preview

Signed-off-by: madonuko <[email protected]>

* add quirks (#1998)

Signed-off-by: madonuko <[email protected]>

* bump: discord-canary-openasar discord-canary

Signed-off-by: madonuko <[email protected]>

* bump: preview stable

Signed-off-by: madonuko <[email protected]>

* bump: discord-canary-openasar discord-canary

Signed-off-by: madonuko <[email protected]>

* bump: discord-openasar discord

Signed-off-by: madonuko <[email protected]>

* bump: preview stable

Signed-off-by: madonuko <[email protected]>

* bump: preview

Signed-off-by: madonuko <[email protected]>

---------

Signed-off-by: madonuko <[email protected]>
Co-authored-by: Raboneko <[email protected]>
Co-authored-by: june <[email protected]>
  • Loading branch information
3 people authored Aug 29, 2024
1 parent 906d0eb commit 4f7af91
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so

Name: discord-canary-openasar
Version: 0.0.474
Version: 0.0.477
Release: 1%?dist
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
Expand Down
2 changes: 1 addition & 1 deletion anda/apps/discord-canary/discord-canary.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so

Name: discord-canary
Version: 0.0.474
Version: 0.0.477
Release: 1%?dist
Summary: Free Voice and Text Chat for Gamers
URL: discord.com
Expand Down
2 changes: 1 addition & 1 deletion anda/apps/discord-openasar/discord-openasar.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so

Name: discord-openasar
Version: 0.0.64
Version: 0.0.66
Release: 1%?dist
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
Expand Down
2 changes: 1 addition & 1 deletion anda/apps/discord/discord.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so

Name: discord
Version: 0.0.64
Version: 0.0.66
Release: 1%?dist
Summary: Free Voice and Text Chat for Gamers
URL: https://discord.com
Expand Down
2 changes: 1 addition & 1 deletion anda/devs/zed/preview/zed-preview.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%bcond_with check

%global ver 0.149.1-pre
%global ver 0.151.0-pre
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
# Use Mold as the linker
Expand Down
2 changes: 1 addition & 1 deletion anda/devs/zed/stable/zed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%global app_id dev.zed.Zed

Name: zed
Version: 0.148.1
Version: 0.150.4
Release: 1%?dist
Summary: Zed is a high-performance, multiplayer code editor

Expand Down
8 changes: 8 additions & 0 deletions anda/system/duet-quirks/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
project pkg {
rpm {
spec = "duet-quirks.spec"
}
labels {
nightly = "1"
}
}
39 changes: 39 additions & 0 deletions anda/system/duet-quirks/duet-quirks.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
%global commit_date 20240824
%global commit d22b585a81b8645f1d660b4db22c95231c4301cf
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global debug_package %{nil}
%define __os_install_post %{nil}

Name: duet-quirks
Version: %commit_date.%shortcommit
Release: 1%?dist

License: CC-BY-SA-4.0
Summary: Quirks for the Lenovo Duet Chromebooks on Ultramarine Linux
URL: https://github.com/Ultramarine-Linux/duet-quirks
Source0: https://github.com/Ultramarine-Linux/duet-quirks/archive/%{commit}/duet-quirks-%{commit}.tar.gz

Requires: udev libinput

BuildArch: noarch

%description
Quirks for the Lenovo Duet Chromebooks on Ultramarine Linux.
Including a libinput rule for trackpad configuration and a udev rule for display rotation.

%prep
%autosetup -n duet-quirks-%commit

%install
install -Dm644 udev/61-cros-ec-accel.rules %buildroot%{_sysconfdir}/udev/61-cros-ec-accel.rules
install -Dm644 libinput/local-overrides.quirks %buildroot%{_sysconfdir}/libinput/local-overrides.quirks

%files
%doc README.md
%license LICENSE
%{_sysconfdir}/udev/61-cros-ec-accel.rules
%{_sysconfdir}/libinput/local-overrides.quirks

%changelog
* Sat Aug 25 2024 junefish <[email protected]>
- Initial package
7 changes: 7 additions & 0 deletions anda/system/duet-quirks/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
if filters.contains("nightly") {
rpm.global("commit", gh_commit("Ultramarine-Linux/duet-quirks"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
}

0 comments on commit 4f7af91

Please sign in to comment.