Build snapshot of current upstream
This commit is contained in:
parent
7dd8ff6c76
commit
271cd7493a
1
.gitignore
vendored
1
.gitignore
vendored
@ -140,3 +140,4 @@
|
||||
/gnome-shell-extensions-3.38.1.tar.xz
|
||||
/gnome-shell-extensions-40.alpha.tar.xz
|
||||
/gnome-shell-extensions-40.alpha.1.tar.xz
|
||||
/gnome-shell-extensions-40.alpha.1-11-g9fa522c.tar.xz
|
||||
|
@ -6,12 +6,12 @@
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 40.0~alpha.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3.20210212git9fa522c%{?dist}
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://wiki.gnome.org/Projects/GnomeShell/Extensions
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-40.alpha.1.tar.xz
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-40.alpha.1-11-g9fa522c.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: git
|
||||
@ -27,7 +27,6 @@ Enabled extensions:
|
||||
* apps-menu
|
||||
* auto-move-windows
|
||||
* drive-menu
|
||||
* horizontal-workspaces
|
||||
* launch-new-instance
|
||||
* native-window-placement
|
||||
* places-menu
|
||||
@ -55,7 +54,6 @@ This package provides common data files shared by various extensions.
|
||||
Summary: GNOME "classic" mode session
|
||||
License: GPLv2+
|
||||
Requires: %{pkg_prefix}-apps-menu = %{version}-%{release}
|
||||
Requires: %{pkg_prefix}-horizontal-workspaces = %{version}-%{release}
|
||||
Requires: %{pkg_prefix}-launch-new-instance = %{version}-%{release}
|
||||
Requires: %{pkg_prefix}-places-menu = %{version}-%{release}
|
||||
Requires: %{pkg_prefix}-window-list = %{version}-%{release}
|
||||
@ -97,16 +95,6 @@ This GNOME Shell extension provides a panel status menu for accessing and
|
||||
unmounting removable devices.
|
||||
|
||||
|
||||
%package -n %{pkg_prefix}-horizontal-workspaces
|
||||
Summary: Arrange workspaces in GNOME Shell in a single row
|
||||
License: GPLv2+
|
||||
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
||||
|
||||
%description -n %{pkg_prefix}-horizontal-workspaces
|
||||
This GNOME Shell extension changes the workspace layout from a single column
|
||||
to a single row.
|
||||
|
||||
|
||||
%package -n %{pkg_prefix}-launch-new-instance
|
||||
Summary: Always launch a new application instance for GNOME Shell
|
||||
License: GPLv2+
|
||||
@ -187,7 +175,7 @@ workspaces.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -S git -n %{name}-40.alpha.1
|
||||
%autosetup -S git -n %{name}-40.beta
|
||||
|
||||
|
||||
%build
|
||||
@ -226,10 +214,6 @@ workspaces.
|
||||
%{_datadir}/gnome-shell/extensions/drive-menu*/
|
||||
|
||||
|
||||
%files -n %{pkg_prefix}-horizontal-workspaces
|
||||
%{_datadir}/gnome-shell/extensions/horizontal-workspaces*/
|
||||
|
||||
|
||||
%files -n %{pkg_prefix}-launch-new-instance
|
||||
%{_datadir}/gnome-shell/extensions/launch-new-instance*/
|
||||
|
||||
@ -267,6 +251,11 @@ workspaces.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 12 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~alpha.1-3.20210212git9fa522c
|
||||
- Build snapshot of current upstream
|
||||
- Drop horizontal-workspaces subpackage
|
||||
(removed upstream, because horizontal workspaces are the default now)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.0~alpha.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-extensions-40.alpha.1.tar.xz) = 13759513f9fa06386804e5a00c0243915fab8b7fe209959170b6ae4d69609a08f9c65cd50a25d1a51167fae115ef660158c780d8989b21ce10fc03ee53a729ef
|
||||
SHA512 (gnome-shell-extensions-40.alpha.1-11-g9fa522c.tar.xz) = eb81b13e9f00bac5f177b06e38a688f618f31f7637610f4ab37724f490bc18803aec8316545b53f0e6574121eea54645885f47a6d60ab7c8fc40af80e85a8afa
|
||||
|
Loading…
Reference in New Issue
Block a user