]> git.pld-linux.org Git - packages/gnome-shell.git/commitdiff
- updated to 3.38.4 auto/th/gnome-shell-3.38.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 16 Mar 2021 16:43:32 +0000 (17:43 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 16 Mar 2021 16:43:32 +0000 (17:43 +0100)
- -devel as noarch (only XML protocol files inside)
- added bash-completion package

gnome-shell.spec

index 77bd4bf2890a47d7a9ea118c9087bec61675c492..c76f100ea45f9deb0c37352eab8fd57cea741f99 100644 (file)
 %define                mutter_ver                      3.38.0
 %define                NetworkManager_ver              1.10.4
 %define                polkit_ver                      0.100
-%define                pulseaudio_ver                  2.0
+%define                pulseaudio_ver                  13
 %define                startup_notification_ver        0.11
 
 Summary:       Window manager and application launcher for GNOME
 Summary(pl.UTF-8):     Zarządca okien i uruchamiania aplikacji dla GNOME
 Name:          gnome-shell
-Version:       3.38.3
+Version:       3.38.4
 Release:       1
 License:       GPL v2+
 Group:         X11/Window Managers
 Source0:       https://download.gnome.org/sources/gnome-shell/3.38/%{name}-%{version}.tar.xz
-# Source0-md5: b5168fbfeae34eaeaf98d0ad8474f3f8
+# Source0-md5: e6c891c430016ced449e38661ddf6dec
 URL:           https://wiki.gnome.org/Projects/GnomeShell
 BuildRequires: NetworkManager-devel >= %{NetworkManager_ver}
 BuildRequires: at-spi2-atk-devel
+BuildRequires: bash-completion-devel >= 2.0
 BuildRequires: clutter-devel >= %{clutter_ver}
 BuildRequires: evolution-data-server-devel >= %{evolution_data_server_ver}
 BuildRequires: gcr-devel >= %{gcr_ver}
@@ -69,6 +70,7 @@ BuildRequires:        polkit-devel >= %{polkit_ver}
 BuildRequires: pulseaudio-devel >= %{pulseaudio_ver}
 BuildRequires: python3 >= 1:3
 BuildRequires: python3-pygobject3 >= 3
+BuildRequires: rpm-build >= 4.6
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.752
 BuildRequires: sassc
@@ -131,10 +133,24 @@ wykorzystuje mozliwości współczesnego sprzętu graficznego i wprowadza
 innowacyjne koncepcje interfejsu użytkownika, zapewniające przyjemne
 doznania i łatwość użycia.
 
+%package -n bash-completion-gnome-shell
+Summary:       Bash completion for GNOME Shell commands
+Summary(pl.UTF-8):     Bashowe dopełnianie parametrów poleceń GNOME Shell
+Group:         Applications/Shells
+Requires:      %{name} = %{version}-%{release}
+Requires:      bash-completion >= 2.0
+
+%description -n bash-completion-gnome-shell
+Bash completion for GNOME Shell commands.
+
+%description -n bash-completion-gnome-shell -l pl.UTF-8
+Bashowe dopełnianie parametrów poleceń GNOME Shell.
+
 %package devel
 Summary:       Development files for GNOME Shell
 Summary(pl.UTF-8):     Pliki programistyczne dla GNOME Shell
 Group:         Development/Libraries
+BuildArch:     noarch
 
 %description devel
 This package provides development files for GNOME Shell.
@@ -247,6 +263,10 @@ fi
 %{systemduserunitdir}/org.gnome.Shell@wayland.service
 %{systemduserunitdir}/org.gnome.Shell@x11.service
 
+%files -n bash-completion-gnome-shell
+%defattr(644,root,root,755)
+%{bash_compdir}/gnome-extensions
+
 %files devel
 %defattr(644,root,root,755)
 %{_datadir}/dbus-1/interfaces/org.gnome.Shell.Extensions.xml
This page took 0.157557 seconds and 4 git commands to generate.