Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
e7eff31d3f
3 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  1. BIN
      data/icons/write-as.png
  2. +8
    -0
      data/meson.build
  3. +3
    -0
      meson.build

BIN
data/icons/write-as.png Näytä tiedosto

Before After
Leveys: 192  |  Korkeus: 192  |  Koko: 22 KiB Leveys: 128  |  Korkeus: 128  |  Koko: 14 KiB

+ 8
- 0
data/meson.build Näytä tiedosto

@@ -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 Näytä tiedosto

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

subdir('data')

Ladataan…
Peruuta
Tallenna