diff --git a/WindowMaker.changes b/WindowMaker.changes index f0c4fca..946b8d3 100644 --- a/WindowMaker.changes +++ b/WindowMaker.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 17 08:40:25 UTC 2024 - Lubos Kocman + +- Use png for default wallpaper as SLES, TW, Leap 15.6+ are using png + * Article https://news.opensuse.org/2024/04/09/common-wallpaper-path/ + * Updated style inside theme.tar.bz and symlinks in spec + ------------------------------------------------------------------- Fri Sep 3 14:48:40 UTC 2020 - max+suse@dnzm.nl diff --git a/WindowMaker.spec b/WindowMaker.spec index de4ee58..0afb1ce 100644 --- a/WindowMaker.spec +++ b/WindowMaker.spec @@ -1,7 +1,7 @@ # # spec file for package WindowMaker # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,7 +76,7 @@ programmers from around the world. Window Maker has a stable user interface since many years and comes with a powerful GUI configuration editor called WPrefs, which removes the need to edit text-based config files by hand. It supports running -dockapps which make everyday tasks such as monitoring system +dockapps which make everyday tasks such as monitoring system performance and battery usage, mounting devices or connecting to the internet very easy. Please see the features section for more specifics on what Window Maker can do, and how it compares with other popular @@ -146,7 +146,7 @@ find $RPM_BUILD_ROOT/usr/share/%{name}/Themes -type f -exec chmod 644 {} \; find $RPM_BUILD_ROOT/usr/share/%{name}/Themes -type d -exec chmod 755 {} \; # use default openSUSE wallpaper in SUSE theme pushd %{buildroot}/usr/share/%{name}/Themes/SUSE.themed/ -ln -sf /usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg default.jpg +ln -sf /usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.png default.png popd #---------------------------------------------------------------------- # not packaged @@ -171,7 +171,8 @@ cd .. %files -f %{name}.lang %defattr(-,root,root) -%doc AUTHORS BUGFORM BUGS COPYING COPYING.WTFPL ChangeLog FAQ +%license COPYING COPYING.WTFPL +%doc AUTHORS BUGFORM BUGS ChangeLog FAQ %doc NEWS README* TODO %doc menu_orig %dir /etc/X11/%{name} diff --git a/theme.tar.bz2 b/theme.tar.bz2 index b1d9754..ca9b8b4 100644 --- a/theme.tar.bz2 +++ b/theme.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:064d9208d71b035c1ddac8825cf322d033438f803972157f0d16ad7f5bab2604 -size 740 +oid sha256:5a9afcdadfc84ae838dac4ab664262cf8d0d18ec134df84620585d1c13de623f +size 690