From f83f342b753dc854dcbbf5d0522924273b3c388d Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Tue, 20 Aug 2024 16:36:57 -0600 Subject: [PATCH] Meson: fix minimum Adwaita version --- README.md | 8 +++++--- meson.build | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a38cc8eb..2f2d7fa0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -[![Flathub](https://img.shields.io/flathub/v/com.github.cassidyjames.dippi?logo=flathub&logoColor=white&style=for-the-badge)][flathub] -[![Installs](https://img.shields.io/flathub/downloads/com.github.cassidyjames.dippi?label=Installs&logo=flathub&logoColor=white&style=for-the-badge)][flathub] +[![Only on Flathub](https://img.shields.io/badge/Only_on_Flathub-white?logo=flathub&logoColor=white&labelColor=black)][Only on Flathub] +[![Installs](https://img.shields.io/flathub/downloads/com.github.cassidyjames.clairvoyant?label=Installs)][Flathub] +[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app) ![Icon](data/icons/com.github.cassidyjames.dippi.svg?raw=true) @@ -54,4 +55,5 @@ If you want to hack on and build Dippi yourself, I recommend using GNOME Builder - [Micah Ilbery](https://github.com/micahilbery) for the shiny icons -[flathub]: https://flathub.org/apps/details/com.github.cassidyjames.dippi +[Only on Flathub]: https://cassidyjames.com/apps#only-on-flathub +[Flathub]: https://flathub.org/apps/details/com.github.cassidyjames.dippi diff --git a/meson.build b/meson.build index 009cdca8..e2e7240f 100644 --- a/meson.build +++ b/meson.build @@ -36,7 +36,7 @@ executable( config_file, dependencies: [ dependency('gtk4', version: '>=4.14.4'), - dependency('libadwaita-1', version: '>=1.5.3'), + dependency('libadwaita-1', version: '>=1.5.2'), meson.get_compiler('c').find_library('m', required : false) ], install: true