Browse Source

add new logo files, and copy them over existing logos

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2 years ago
parent
commit
351af52af7
  1. BIN
      SOURCES/logo-180.png
  2. 9609
      SOURCES/logo-180.xpm
  3. BIN
      SOURCES/logo-360.png
  4. 35266
      SOURCES/logo-360.xpm
  5. BIN
      SOURCES/logo-50.png
  6. 1253
      SOURCES/logo-50.xpm
  7. 16
      SPECS/xscreensaver.spec

BIN
SOURCES/logo-180.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

9609
SOURCES/logo-180.xpm

File diff suppressed because it is too large Load Diff

BIN
SOURCES/logo-360.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

35266
SOURCES/logo-360.xpm

File diff suppressed because it is too large Load Diff

BIN
SOURCES/logo-50.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

1253
SOURCES/logo-50.xpm

File diff suppressed because it is too large Load Diff

16
SPECS/xscreensaver.spec

@ -84,7 +84,13 @@ Source12: xscreensaver-autostart.desktop @@ -84,7 +84,13 @@ Source12: xscreensaver-autostart.desktop
# wrapper script for switching user (bug 1878730)
Source13: xscreensaver-newlogin-wrapper
Source100: ja.po
Source200: logo-50.xpm
#
Source200: logo-50.png
Source201: logo-50.xpm
Source202: logo-180.png
Source203: logo-180.xpm
Source204: logo-360.png
Source205: logo-360.xpm
##
## Patches
##
@ -559,7 +565,13 @@ aclocal @@ -559,7 +565,13 @@ aclocal
autoconf
autoheader

cp %{SOURCE200} ./utils/images/logo-50.xpm
cp %{SOURCE200} ./utils/images/logo-50.png
cp %{SOURCE201} ./utils/images/logo-50.xpm
cp %{SOURCE202} ./utils/images/logo-180.png
cp %{SOURCE203} ./utils/images/logo-180.xpm
cp %{SOURCE204} ./utils/images/logo-360.png
cp %{SOURCE205} ./utils/images/logo-360.xpm


%build


Loading…
Cancel
Save