Преглед на файлове

Create & install 16, 24, 32, 48, 64px icons

deb-packaging
Matt Baer преди 5 години
родител
ревизия
8f79ecdcb4
променени са 7 файла, в които са добавени 10 реда и са изтрити 3 реда
  1. +0
    -0
      data/icons/128/com.github.writeas.writeas-gtk.png
  2. Двоични данни
      data/icons/16/com.github.writeas.writeas-gtk.png
  3. Двоични данни
      data/icons/24/com.github.writeas.writeas-gtk.png
  4. Двоични данни
      data/icons/32/com.github.writeas.writeas-gtk.png
  5. Двоични данни
      data/icons/48/com.github.writeas.writeas-gtk.png
  6. Двоични данни
      data/icons/64/com.github.writeas.writeas-gtk.png
  7. +10
    -3
      data/meson.build

data/icons/com.github.writeas.writeas-gtk.png → data/icons/128/com.github.writeas.writeas-gtk.png Целия файл


Двоични данни
data/icons/16/com.github.writeas.writeas-gtk.png Целия файл

Преди След
Ширина: 16  |  Височина: 16  |  Големина: 729 B

Двоични данни
data/icons/24/com.github.writeas.writeas-gtk.png Целия файл

Преди След
Ширина: 24  |  Височина: 24  |  Големина: 1.2 KiB

Двоични данни
data/icons/32/com.github.writeas.writeas-gtk.png Целия файл

Преди След
Ширина: 32  |  Височина: 32  |  Големина: 1.7 KiB

Двоични данни
data/icons/48/com.github.writeas.writeas-gtk.png Целия файл

Преди След
Ширина: 48  |  Височина: 48  |  Големина: 3.1 KiB

Двоични данни
data/icons/64/com.github.writeas.writeas-gtk.png Целия файл

Преди След
Ширина: 64  |  Височина: 64  |  Големина: 4.2 KiB

+ 10
- 3
data/meson.build Целия файл

@@ -1,6 +1,13 @@
install_data('icons/com.github.writeas.writeas-gtk.png',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
)
icon_sizes = ['16', '24', '32', '48', '64', '128']

foreach i : icon_sizes
install_data(
join_paths('icons', i, meson.project_name() + '.png'),
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i, 'apps'
)
)
endforeach

install_data('icons/writeas-bright-dark.png',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16', 'actions'))



Зареждане…
Отказ
Запис