Accepting request 336536 from X11:windowmanagers
1 OBS-URL: https://build.opensuse.org/request/show/336536 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=40
This commit is contained in:
commit
a085c086ba
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 09:24:02 UTC 2015 - mvetter@suse.com
|
||||||
|
|
||||||
|
- bsc#900820: Always use default openSUSE wallpaper for theme 'SUSE'.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 21 11:07:06 UTC 2015 - mvetter@suse.com
|
Mon Sep 21 11:07:06 UTC 2015 - mvetter@suse.com
|
||||||
|
|
||||||
|
@ -51,10 +51,12 @@ BuildRequires: libtool
|
|||||||
BuildRequires: libXft-devel
|
BuildRequires: libXft-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: wallpaper-branding-openSUSE
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
|
Requires: wallpaper-branding-openSUSE
|
||||||
|
Requires: xdg-menu
|
||||||
Provides: windowmanager
|
Provides: windowmanager
|
||||||
Provides: wmaker
|
Provides: wmaker
|
||||||
Requires: xdg-menu
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Window Maker is an X11 window manager originally designed to provide
|
Window Maker is an X11 window manager originally designed to provide
|
||||||
@ -147,6 +149,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
tar -xvjf %SOURCE2 -C $RPM_BUILD_ROOT/usr/share/%{name}/Themes/
|
tar -xvjf %SOURCE2 -C $RPM_BUILD_ROOT/usr/share/%{name}/Themes/
|
||||||
find $RPM_BUILD_ROOT/usr/share/%{name}/Themes -type f -exec chmod 644 {} \;
|
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 {} \;
|
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
|
||||||
|
popd
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# not packaged
|
# not packaged
|
||||||
rm -f $RPM_BUILD_ROOT/%{_mandir}/{cs,ru,sk}/man1/*
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/{cs,ru,sk}/man1/*
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:85ab533c5c018d0b8144f29138c3b35ee7cba4c3445246ae8a82b73b128b4ff8
|
oid sha256:064d9208d71b035c1ddac8825cf322d033438f803972157f0d16ad7f5bab2604
|
||||||
size 1928246
|
size 740
|
||||||
|
Loading…
Reference in New Issue
Block a user