Просмотр исходного кода

Add a meson build system, correct icon size.

8min on this task (I'll semantic for all future commits).
tags/v1.0.0
Adrian Cochrane 6 лет назад
Родитель
Сommit
e7eff31d3f
3 измененных файлов: 11 добавлений и 0 удалений
  1. Двоичные данные
      data/icons/write-as.png
  2. +8
    -0
      data/meson.build
  3. +3
    -0
      meson.build

Двоичные данные
data/icons/write-as.png Просмотреть файл

До После
Ширина: 192  |  Высота: 192  |  Размер: 22 KiB Ширина: 128  |  Высота: 128  |  Размер: 14 KiB

+ 8
- 0
data/meson.build Просмотреть файл

@@ -0,0 +1,8 @@
install_data('icons/write-as.png',
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
)

install_data('write-as-gtk.desktop',
install_dir: join_paths(get_option('datadir'), 'applications'))
install_data('write-as-gtk.appdata.xml',
install_dir: join_paths(get_option('datadir'), 'metainfo'))

+ 3
- 0
meson.build Просмотреть файл

@@ -0,0 +1,3 @@
project('write-as-gtk', ['vala', 'c'], meson_version: '>=0.40.1')

subdir('data')

Загрузка…
Отмена
Сохранить