From d927ef6ca0b58431f4f5b806c278bf2bbe392cb2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 11 Jun 2022 07:52:25 +0200 Subject: [PATCH] remove libxdg-basedir from docs and CI --- .drone.yml | 2 +- README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8122617..537603f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: - rm /etc/apt/apt.conf.d/docker-clean - apt-get update -q - apt-get install -qq build-essential clang pkg-config cmake - - apt-get install -qq libcrypto++-dev libmagick++-dev libxdg-basedir-dev + - apt-get install -qq libcrypto++-dev libmagick++-dev - rm -rf build - cmake -S . -B build -DLIBRAVATAR_BUNDLED_IDENTICONPP=YES - cmake --build build diff --git a/README.md b/README.md index 2d4a706..f3c8ee0 100644 --- a/README.md +++ b/README.md @@ -121,11 +121,10 @@ Gentoo ebuilds are available via my * [cmake](https://cmake.org/) (at least 3.10) * [crypto++](https://cryptopp.com) (tested: 7.0 / 5.6) * [imagemagick](https://www.imagemagick.org/) (tested: 7.0 / 6.7) -* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2) * [identiconpp](https://schlomp.space/tastytea/identiconpp) (at least: 0.7.1) -On a Debian system, install the packages: `build-essential cmake libcrypto++-dev -libmagick++-dev libxdg-basedir-dev` and +On a Debian system, install the packages: `build-essential pkg-config cmake +libcrypto++-dev libmagick++-dev` and [identiconpp](https://schlomp.space/tastytea/identiconpp) (or use the bundled). #### Compile