forked from pool/openSUSEway
Accepting request 821261 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/821261 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openSUSEway?expand=0&rev=2
This commit is contained in:
commit
89baa518fc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:997793743a1de6cc3734a3f6356bcf3f810f63acb26ad8dd0599ffb8c2c8cbdc
|
||||
size 6211
|
3
openSUSEway-0.6.tar.gz
Normal file
3
openSUSEway-0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92e133cc872ea35a0e675c56f57e135c6a955189e510cad954be0d8a7082b3b2
|
||||
size 6217
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 14 11:40:24 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
|
||||
|
||||
- New 0.6 release
|
||||
* Enforce tty branding in the branded sway
|
||||
* Don't start mako explicitly
|
||||
* Only include sway config files with .conf file extension
|
||||
- Add initial requirements to the openSUSEway desktop meta package
|
||||
* add openSUSEway pattern
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 16:02:30 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
|
||||
|
||||
|
@ -19,18 +19,56 @@
|
||||
%define waybar_version %(rpm -q --queryformat "%%{version}" waybar)
|
||||
|
||||
Name: openSUSEway
|
||||
Version: 0.3
|
||||
Version: 0.6
|
||||
Release: 0
|
||||
Summary: The openSUSEway desktop environment meta package
|
||||
Group: System/GUI/Other
|
||||
Group: Metapackages
|
||||
URL: https://github.com/openSUSE/openSUSEway
|
||||
Source0: https://github.com/openSUSE/openSUSEway/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
License: MIT
|
||||
BuildArch: noarch
|
||||
Requires: sway-branding-openSUSE
|
||||
Requires: waybar-branding-openSUSE
|
||||
Requires: sudo
|
||||
Requires: git
|
||||
Requires: jq
|
||||
Requires: wget
|
||||
Requires: curl
|
||||
Requires: vim
|
||||
Requires: tar
|
||||
Requires: gzip
|
||||
Requires: bzip2
|
||||
Requires: less
|
||||
Requires: grep
|
||||
Requires: vifm
|
||||
Requires: imv
|
||||
Requires: firefox
|
||||
Requires: NetworkManager
|
||||
Requires: mpv
|
||||
|
||||
%description
|
||||
This meta package aggregates openSUSEway desktop enviroment packages.
|
||||
|
||||
%bcond_with betatest
|
||||
%pattern_graphicalenvironments
|
||||
%package -n patterns-openSUSEway
|
||||
Summary: The openSUSEway desktop environment pattern
|
||||
License: MIT
|
||||
Group: Metapackages
|
||||
Provides: pattern() = openSUSEway
|
||||
Provides: pattern-category() = openSUSEway
|
||||
Provides: pattern-icon() = pattern-sway
|
||||
Provides: pattern-order() = 1460
|
||||
Provides: pattern-visible()
|
||||
URL: https://github.com/openSUSE/openSUSEway
|
||||
BuildRequires: patterns-rpm-macros
|
||||
Requires: openSUSEway
|
||||
|
||||
%description -n patterns-openSUSEway
|
||||
This is an internal package that is used to create the patterns as part
|
||||
of the installation source setup. Installation of this package does
|
||||
not make sense.
|
||||
|
||||
%package -n sway-branding-openSUSE
|
||||
Summary: openSUSE branding of sway
|
||||
Group: System/GUI/Other
|
||||
@ -41,6 +79,7 @@ Requires: brightnessctl
|
||||
Requires: pavucontrol
|
||||
Requires: fontawesome-fonts
|
||||
Requires: jq
|
||||
Requires: sway
|
||||
Provides: sway-branding = %{version}
|
||||
Conflicts: otherproviders(sway-branding)
|
||||
Supplements: packageand(sway:branding-openSUSE)
|
||||
@ -72,36 +111,40 @@ This package provides the openSUSE look and feel for waybar.
|
||||
|
||||
%install
|
||||
|
||||
mkdir -p %{buildroot}/%{_defaultdocdir}/patterns/
|
||||
echo 'This file marks the pattern openSUSEway to be installed.' >%{buildroot}/%{_defaultdocdir}/patterns/openSUSEway.txt
|
||||
|
||||
## Sway
|
||||
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/config.d/50-openSUSE %{buildroot}%{_sysconfdir}/sway/config.d/50-openSUSE
|
||||
install -D -p -m 644 .config/sway/config.d/50-openSUSE.conf %{buildroot}%{_sysconfdir}/sway/config.d/50-openSUSE.conf
|
||||
|
||||
### alacritty
|
||||
# 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
|
||||
#set alacritty config to the system dir
|
||||
sed -i -e "s|alacritty.*|alacritty --config-file %{_sysconfdir}/alacritty/alacritty.yml|g" %{buildroot}%{_sysconfdir}/sway/config.d/50-openSUSE
|
||||
|
||||
## wofi
|
||||
install -D -p -m 644 .config/wofi/config %{buildroot}%{_sysconfdir}/wofi/config
|
||||
install -D -p -m 644 .config/wofi/style.css %{buildroot}%{_sysconfdir}/wofi/style.css
|
||||
#set wofi config and style to the system dir
|
||||
sed -i -e "s|wofi --show.*|wofi --conf=%{_sysconfdir}/wofi/config --style=%{_sysconfdir}/wofi/style.css|g" %{buildroot}%{_sysconfdir}/sway/config.d/50-openSUSE
|
||||
sed -i -e "s|wofi --show.*|wofi --conf=%{_sysconfdir}/wofi/config --style=%{_sysconfdir}/wofi/style.css|g" %{buildroot}%{_sysconfdir}/sway/config.d/50-openSUSE.conf
|
||||
|
||||
## waybar
|
||||
install -D -p -m 644 .config/waybar/config %{buildroot}%{_sysconfdir}/xdg/waybar/config
|
||||
install -D -p -m 644 .config/waybar/style.css %{buildroot}%{_sysconfdir}/xdg/waybar/style.css
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
%files
|
||||
|
||||
%files -n patterns-openSUSEway
|
||||
%dir %{_defaultdocdir}/patterns
|
||||
%{_defaultdocdir}/patterns/openSUSEway.txt
|
||||
|
||||
%files -n sway-branding-openSUSE
|
||||
%dir %{_sysconfdir}/sway
|
||||
%config(noreplace) %{_sysconfdir}/sway/config
|
||||
%config(noreplace) %{_sysconfdir}/sway/env
|
||||
%dir %{_sysconfdir}/sway/config.d
|
||||
%config(noreplace) %{_sysconfdir}/sway/config.d/50-openSUSE
|
||||
%config(noreplace) %{_sysconfdir}/sway/config.d/50-openSUSE.conf
|
||||
|
||||
%dir %{_sysconfdir}/alacritty
|
||||
%config(noreplace) %{_sysconfdir}/alacritty/alacritty.yml
|
||||
|
Loading…
Reference in New Issue
Block a user