forked from pool/openSUSEway
Accepting request 830582 from home:dkondratenko
- New in 0.10 release * don't force qt theme, fixes #24 OBS-URL: https://build.opensuse.org/request/show/830582 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/openSUSEway?expand=0&rev=17
This commit is contained in:
parent
b14e069f88
commit
5e1bdd218a
3
openSUSEway-0.10.tar.gz
Normal file
3
openSUSEway-0.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6292c68850b3948da7f901fed986c61aca6e292e0d2ad7a0cc8b11df30d04171
|
||||||
|
size 6846
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee741481a58eaee4a52ed192af4a0a18ff47096a2917dbc3f14d52b083535de2
|
|
||||||
size 6750
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 30 09:13:29 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
|
||||||
|
|
||||||
|
- New in 0.10 release
|
||||||
|
* don't force qt theme, fixes #24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 5 12:58:47 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
|
Wed Aug 5 12:58:47 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define waybar_version %(rpm -q --queryformat "%%{version}" waybar)
|
%define waybar_version %(rpm -q --queryformat "%%{version}" waybar)
|
||||||
|
|
||||||
Name: openSUSEway
|
Name: openSUSEway
|
||||||
Version: 0.9
|
Version: 0.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The openSUSEway desktop environment meta package
|
Summary: The openSUSEway desktop environment meta package
|
||||||
Group: Metapackages
|
Group: Metapackages
|
||||||
@ -127,6 +127,8 @@ This package provides the openSUSE look and feel for waybar.
|
|||||||
## openSUSEway package
|
## openSUSEway package
|
||||||
install -D -p -m 644 openSUSEway.sh %{buildroot}%{_sysconfdir}/profile.d/openSUSEway.sh
|
install -D -p -m 644 openSUSEway.sh %{buildroot}%{_sysconfdir}/profile.d/openSUSEway.sh
|
||||||
install -D -p -m 644 .config/sway/env %{buildroot}%{_prefix}/lib/environment.d/50-openSUSEway.conf
|
install -D -p -m 644 .config/sway/env %{buildroot}%{_prefix}/lib/environment.d/50-openSUSEway.conf
|
||||||
|
### qt5ct config to configure dark theme
|
||||||
|
install -D -p -m 644 qt5ct.conf %{buildroot}/%{_sysconfdir}/xdg/qt5ct/qt5ct.conf
|
||||||
|
|
||||||
## openSUSEway pattern package
|
## openSUSEway pattern package
|
||||||
mkdir -p %{buildroot}/%{_defaultdocdir}/patterns/
|
mkdir -p %{buildroot}/%{_defaultdocdir}/patterns/
|
||||||
@ -154,6 +156,8 @@ install -D -p -m 644 .config/waybar/style.css %{buildroot}%{_sysconfdir}/xdg/way
|
|||||||
%files
|
%files
|
||||||
%config %{_sysconfdir}/profile.d/openSUSEway.sh
|
%config %{_sysconfdir}/profile.d/openSUSEway.sh
|
||||||
%config %{_prefix}/lib/environment.d/50-openSUSEway.conf
|
%config %{_prefix}/lib/environment.d/50-openSUSEway.conf
|
||||||
|
%dir %{_sysconfdir}/xdg/qt5ct/
|
||||||
|
%config(noreplace) %{_sysconfdir}/xdg/qt5ct/qt5ct.conf
|
||||||
|
|
||||||
%files -n patterns-openSUSEway
|
%files -n patterns-openSUSEway
|
||||||
%dir %{_defaultdocdir}/patterns
|
%dir %{_defaultdocdir}/patterns
|
||||||
|
Loading…
Reference in New Issue
Block a user