Accepting request 1141472 from home:stdden:branches:X11:Wayland
- Update to version 0.16.0 * flutter takes color-scheme instead of theme by @denisok in #116 * Fix missing glyphs on the default style by @a-kpappas in #118 * Convert Waybar tooltip calendar to new format (>=0.9.18) by @FilippoBonazziSUSE in #120 * Migrate Alacritty configuration to TOML by @tacerus in #128 * Add screenshot utility configuration by @FilippoBonazziSUSE in #117 * Add screenshot mode menu by @FilippoBonazziSUSE in #131 * Add bluetooth waybar module by @FilippoBonazziSUSE in #127 * Add some packages from GreyBeard by @denisok in #133 * Add some applications to default floating by @krishjainx in #132 OBS-URL: https://build.opensuse.org/request/show/1141472 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/openSUSEway?expand=0&rev=45
This commit is contained in:
parent
1179b9d9c8
commit
4461c42588
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/openSUSE/openSUSEway.git</param>
|
<param name="url">https://github.com/openSUSE/openSUSEway.git</param>
|
||||||
<param name="revision">0.15.2</param>
|
<param name="revision">0.16.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)</param>
|
<param name="versionrewrite-pattern">(.*)</param>
|
||||||
<param name="extract">openSUSEway.spec</param>
|
<param name="extract">openSUSEway.spec</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee4791c94f324b006f98b82a78688ca6ab0493d8d47cb366f6b312ce764b58ee
|
|
||||||
size 1094668
|
|
3
openSUSEway-0.16.0.obscpio
Normal file
3
openSUSEway-0.16.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb835074e0b4c1b809fbeba4ed0b775a456bb74ee8fd35c9a215de26065df75b
|
||||||
|
size 1100812
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 09:33:30 UTC 2024 - Denys Kondratenko <stdden@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.16.0
|
||||||
|
* flutter takes color-scheme instead of theme by @denisok in #116
|
||||||
|
* Fix missing glyphs on the default style by @a-kpappas in #118
|
||||||
|
* Convert Waybar tooltip calendar to new format (>=0.9.18) by @FilippoBonazziSUSE in #120
|
||||||
|
* Migrate Alacritty configuration to TOML by @tacerus in #128
|
||||||
|
* Add screenshot utility configuration by @FilippoBonazziSUSE in #117
|
||||||
|
* Add screenshot mode menu by @FilippoBonazziSUSE in #131
|
||||||
|
* Add bluetooth waybar module by @FilippoBonazziSUSE in #127
|
||||||
|
* Add some packages from GreyBeard by @denisok in #133
|
||||||
|
* Add some applications to default floating by @krishjainx in #132
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 31 10:06:20 UTC 2023 - Denys Kondratenko <stdden@opensuse.org>
|
Wed May 31 10:06:20 UTC 2023 - Denys Kondratenko <stdden@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: openSUSEway
|
name: openSUSEway
|
||||||
version: 0.15.2
|
version: 0.16.0
|
||||||
mtime: 1684933275
|
mtime: 1706039705
|
||||||
commit: ce14428babe8a2d3cefcf0bb140111338392377a
|
commit: bfc6ec6f65df42be552db1f9dbe74b3c3fd3b1ee
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package openSUSEway
|
# spec file for package openSUSEway
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,55 +20,92 @@
|
|||||||
%define waybar_version %(rpm -q --queryformat "%%{version}" waybar)
|
%define waybar_version %(rpm -q --queryformat "%%{version}" waybar)
|
||||||
|
|
||||||
Name: openSUSEway
|
Name: openSUSEway
|
||||||
Version: 0.15.2
|
Version: 0.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The openSUSEway desktop environment meta package
|
Summary: The openSUSEway desktop environment meta package
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Metapackages
|
Group: Metapackages
|
||||||
URL: https://github.com/openSUSE/openSUSEway
|
URL: https://github.com/openSUSE/openSUSEway
|
||||||
Source0: https://github.com/openSUSE/openSUSEway/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/openSUSE/openSUSEway/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE add-configuration-for-play-pause-next-prev-multimedi.patch gh#openSUSE/openSUSEway#41 mcepl@suse.com
|
|
||||||
# Add multimedia keys configuration
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: aaa_base
|
BuildRequires: aaa_base
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
|
||||||
|
# system
|
||||||
|
Requires: wget
|
||||||
Requires: NetworkManager
|
Requires: NetworkManager
|
||||||
Requires: aaa_base
|
Requires: aaa_base
|
||||||
Recommends: adwaita-qt5
|
Requires: bash-completion
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: command-not-found
|
Requires: command-not-found
|
||||||
Requires: curl
|
Requires: curl
|
||||||
Recommends: firefox
|
|
||||||
Requires: gfxboot-branding-openSUSE
|
|
||||||
Requires: git
|
Requires: git
|
||||||
Requires: greetd
|
Requires: glibc-locale
|
||||||
Requires: grep
|
Requires: grep
|
||||||
Requires: gzip
|
Requires: gzip
|
||||||
Requires: (gtkgreet or wlgreet)
|
|
||||||
Suggests: imv
|
|
||||||
Requires: jq
|
Requires: jq
|
||||||
Requires: less
|
Requires: less
|
||||||
Recommends: libqt5-qtwayland
|
|
||||||
Suggests: mpv
|
|
||||||
Requires: pipewire
|
|
||||||
Recommends: qt5ct
|
|
||||||
Requires: sudo
|
Requires: sudo
|
||||||
Requires: sway-branding-openSUSE
|
|
||||||
Requires: tar
|
Requires: tar
|
||||||
|
|
||||||
|
# basic DE
|
||||||
|
Requires: greetd
|
||||||
|
Requires: pipewire
|
||||||
|
Requires: sway-marker
|
||||||
|
Requires: (gtkgreet or wlgreet)
|
||||||
|
Recommends: bluez
|
||||||
|
Recommends: firefox
|
||||||
|
Recommends: grim
|
||||||
|
Recommends: slurp
|
||||||
|
Recommends: tlp
|
||||||
|
Suggests: mpv
|
||||||
Suggests: vifm
|
Suggests: vifm
|
||||||
Suggests: vim
|
Suggests: vim
|
||||||
|
Suggests: imv
|
||||||
|
|
||||||
|
# basic multi-media
|
||||||
Requires: clipman
|
Requires: clipman
|
||||||
Requires: mpris-ctl
|
Requires: mpris-ctl
|
||||||
Requires: sway-marker
|
|
||||||
Requires: waybar-branding-openSUSE
|
|
||||||
Requires: wget
|
|
||||||
Requires: wl-clipboard
|
Requires: wl-clipboard
|
||||||
|
|
||||||
|
# branding
|
||||||
|
Requires: waybar-branding-openSUSE
|
||||||
|
Requires: gfxboot-branding-openSUSE
|
||||||
|
Requires: sway-branding-openSUSE
|
||||||
|
|
||||||
|
# xdg portals and utils
|
||||||
Requires: xdg-desktop-portal
|
Requires: xdg-desktop-portal
|
||||||
|
Requires: xdg-desktop-portal-gtk
|
||||||
Requires: xdg-desktop-portal-wlr
|
Requires: xdg-desktop-portal-wlr
|
||||||
Requires: xdg-utils
|
Requires: xdg-utils
|
||||||
|
|
||||||
|
# Appearance
|
||||||
|
Requires: adwaita-icon-theme
|
||||||
|
Requires: gtk3-metatheme-adwaita
|
||||||
|
Requires: metatheme-adwaita-common
|
||||||
|
Recommends: adwaita-qt5
|
||||||
|
Recommends: libqt5-qtwayland
|
||||||
|
Recommends: qt5ct
|
||||||
|
|
||||||
|
# Fonts
|
||||||
|
Requires: adobe-sourcecodepro-fonts
|
||||||
|
Requires: adobe-sourcesanspro-fonts
|
||||||
|
Requires: adobe-sourceserifpro-fonts
|
||||||
|
Requires: cantarell-fonts
|
||||||
|
Requires: dejavu-fonts
|
||||||
|
Requires: ghostscript-fonts-other
|
||||||
|
Requires: ghostscript-fonts-std
|
||||||
|
Requires: google-carlito-fonts
|
||||||
|
Requires: google-droid-fonts
|
||||||
|
Requires: google-opensans-fonts
|
||||||
|
Requires: google-roboto-fonts
|
||||||
|
Requires: noto-coloremoji-fonts
|
||||||
|
Requires: noto-emoji-fonts
|
||||||
|
Requires: noto-sans-fonts
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This meta package aggregates openSUSEway desktop enviroment packages.
|
This meta-package aggregates openSUSEway desktop environment packages.
|
||||||
|
|
||||||
%package -n patterns-openSUSEway
|
%package -n patterns-openSUSEway
|
||||||
%pattern_graphicalenvironments
|
%pattern_graphicalenvironments
|
||||||
@ -98,6 +135,7 @@ Requires: pamixer
|
|||||||
Requires: patterns-sway-sway
|
Requires: patterns-sway-sway
|
||||||
Requires: pavucontrol
|
Requires: pavucontrol
|
||||||
Requires: playerctl
|
Requires: playerctl
|
||||||
|
Requires: polkit-default-privs
|
||||||
Requires: polkit-gnome
|
Requires: polkit-gnome
|
||||||
Requires: sway
|
Requires: sway
|
||||||
Requires: wallpaper-branding-openSUSE
|
Requires: wallpaper-branding-openSUSE
|
||||||
@ -150,6 +188,7 @@ echo 'This file marks the pattern openSUSEway to be installed.' >%{buildroot}%{_
|
|||||||
install -D -p -m 644 .config/sway/config %{buildroot}%{_sysconfdir}/sway/config
|
install -D -p -m 644 .config/sway/config %{buildroot}%{_sysconfdir}/sway/config
|
||||||
install -D -p -m 644 .config/sway/env %{buildroot}%{_sysconfdir}/sway/env
|
install -D -p -m 644 .config/sway/env %{buildroot}%{_sysconfdir}/sway/env
|
||||||
install -D -p -m 644 .config/sway/config.d/50-openSUSE.conf %{buildroot}%{_sysconfdir}/sway/config.d/50-openSUSE.conf
|
install -D -p -m 644 .config/sway/config.d/50-openSUSE.conf %{buildroot}%{_sysconfdir}/sway/config.d/50-openSUSE.conf
|
||||||
|
install -D -p -m 644 .config/sway/config.d/55-openSUSE-windows.conf %{buildroot}%{_sysconfdir}/sway/config.d/55-openSUSE-windows.conf
|
||||||
|
|
||||||
install -D -p -m 644 sway/sway-session.target %{buildroot}%{_prefix}/lib/systemd/user/sway-session.target
|
install -D -p -m 644 sway/sway-session.target %{buildroot}%{_prefix}/lib/systemd/user/sway-session.target
|
||||||
install -D -p -m 644 sway/sway.service %{buildroot}%{_prefix}/lib/systemd/user/sway.service
|
install -D -p -m 644 sway/sway.service %{buildroot}%{_prefix}/lib/systemd/user/sway.service
|
||||||
@ -158,7 +197,7 @@ install -D -p -m 755 sway/sway-run.sh %{buildroot}%{_bindir}/sway-run.sh
|
|||||||
|
|
||||||
### alacritty
|
### alacritty
|
||||||
# so far doesn't have special branding package and it doesn't support system wide config
|
# so far doesn't have special branding package and it doesn't support system wide config
|
||||||
install -D -p -m 644 .config/alacritty/alacritty.yml %{buildroot}%{_sysconfdir}/alacritty/alacritty.yml
|
install -D -p -m 644 .config/alacritty/alacritty.toml %{buildroot}%{_sysconfdir}/alacritty/alacritty.toml
|
||||||
|
|
||||||
## wofi
|
## wofi
|
||||||
install -D -p -m 644 .config/wofi/config %{buildroot}%{_sysconfdir}/wofi/config
|
install -D -p -m 644 .config/wofi/config %{buildroot}%{_sysconfdir}/wofi/config
|
||||||
@ -230,13 +269,14 @@ test -e %{_datadir}/wayland-sessions/sway.desktop.orig && \
|
|||||||
%config %{_sysconfdir}/sway/env
|
%config %{_sysconfdir}/sway/env
|
||||||
%dir %{_sysconfdir}/sway/config.d
|
%dir %{_sysconfdir}/sway/config.d
|
||||||
%config %{_sysconfdir}/sway/config.d/50-openSUSE.conf
|
%config %{_sysconfdir}/sway/config.d/50-openSUSE.conf
|
||||||
|
%config %{_sysconfdir}/sway/config.d/55-openSUSE-windows.conf
|
||||||
%{_prefix}/lib/systemd/user/sway-session.target
|
%{_prefix}/lib/systemd/user/sway-session.target
|
||||||
%{_prefix}/lib/systemd/user/sway.service
|
%{_prefix}/lib/systemd/user/sway.service
|
||||||
%{_datadir}/wayland-sessions/sway.desktop.brand
|
%{_datadir}/wayland-sessions/sway.desktop.brand
|
||||||
%{_bindir}/sway-run.sh
|
%{_bindir}/sway-run.sh
|
||||||
|
|
||||||
%dir %{_sysconfdir}/alacritty
|
%dir %{_sysconfdir}/alacritty
|
||||||
%config(noreplace) %{_sysconfdir}/alacritty/alacritty.yml
|
%config(noreplace) %{_sysconfdir}/alacritty/alacritty.toml
|
||||||
|
|
||||||
%dir %{_sysconfdir}/wofi
|
%dir %{_sysconfdir}/wofi
|
||||||
%config(noreplace) %{_sysconfdir}/wofi/config
|
%config(noreplace) %{_sysconfdir}/wofi/config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user