mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
chore(sync): frawhide -> f39 (#2021)
* fix(gnome-shell-extension-appmenu-is-back): bump requires for gnome-shell (#1956) Signed-off-by: madomado <madonuko@outlook.com> Signed-off-by: madonuko <madonuko@outlook.com> * bump: preview stable Signed-off-by: madonuko <madonuko@outlook.com> * fix: gnome-shell-extension-appmenu-is-back (#2011) Signed-off-by: madomado <madonuko@outlook.com> Signed-off-by: madonuko <madonuko@outlook.com> * bump: discord-canary-openasar discord-canary Signed-off-by: madonuko <madonuko@outlook.com> * bump: discord-openasar discord Signed-off-by: madonuko <madonuko@outlook.com> * fix: allow it to require gnome-shell 47 (#2014) Signed-off-by: madonuko <madonuko@outlook.com> * bump: preview stable Signed-off-by: madonuko <madonuko@outlook.com> * bump: preview Signed-off-by: madonuko <madonuko@outlook.com> --------- Signed-off-by: madomado <madonuko@outlook.com> Signed-off-by: madonuko <madonuko@outlook.com> Co-authored-by: Raboneko <raboneko@fyralabs.com> Co-authored-by: lea <lleyton@fyralabs.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 0.0.476
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary
|
||||
Version: 0.0.476
|
||||
Version: 0.0.477
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-openasar
|
||||
Version: 0.0.65
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord
|
||||
Version: 0.0.65
|
||||
Version: 0.0.66
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: https://discord.com
|
||||
|
||||
+3
-2
@@ -11,15 +11,16 @@ 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/compare/v2..703a31acf900eb7bcab3462baeefa815ec7f13ab.patch
|
||||
|
||||
Requires: (gnome-shell >= 45~ with gnome-shell < 46~)
|
||||
Requires: (gnome-shell >= 46~ with gnome-shell < 48~)
|
||||
Recommends: gnome-extensions-app
|
||||
|
||||
%description
|
||||
This extension brings back the app menu in the top panel, for GNOME 45 and later.
|
||||
|
||||
%prep
|
||||
%autosetup -n appmenu-is-back-%{version}
|
||||
%autosetup -n appmenu-is-back-%{version} -p1
|
||||
|
||||
%install
|
||||
install -Dm644 metadata.json %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/metadata.json
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%bcond_with check
|
||||
|
||||
%global ver 0.150.3-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
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
%global app_id dev.zed.Zed
|
||||
|
||||
Name: zed
|
||||
Version: 0.149.5
|
||||
Version: 0.150.4
|
||||
Release: 1%?dist
|
||||
Summary: Zed is a high-performance, multiplayer code editor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user