appstream-glib: dropped optional dependency: snowball

This commit is contained in:
Tim Biermann 2024-06-07 00:09:56 +02:00
parent 09488888c0
commit 0934c0c8ad
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wIHFw8M7GxwdlaVq9c2x8eyMHYgtwRFrCmChFTwQj593lk/43Vj3+9A+ZrO3P++tnC729V6aJ9O5XkjcqiLDgY= RWSagIOpLGJF359uHW6bYVFXliKkiemsq1hk4FEb8z5jn8DNN0D8dBiNst2TOSZa3jJBV802L6enskyn3kGYAV3cNXsuTEDtUA4=
SHA256 (Pkgfile) = 1d454403a5ffe18ea28634aa812135fdae4b4554a889c9eb91cec605401e48df SHA256 (Pkgfile) = 37f1429d0a2aa6403c1e248de9802cb45f4aadbac9d633656d4d45e892e0f504
SHA256 (.footprint) = 7ff0e10838a5c518492d14ef9e24a24ba1be196a3de208f547d798b1e1fc76f9 SHA256 (.footprint) = 7ff0e10838a5c518492d14ef9e24a24ba1be196a3de208f547d798b1e1fc76f9
SHA256 (appstream-glib-0.8.2.tar.xz) = 71256500add5048d6f08878904708b3d0c3875f402e0adcd358e91d47dcd8b96 SHA256 (appstream-glib-0.8.3.tar.xz) = 84754064c560fca6e1ab151dc64354fc235a5798f016b91b38c9617253a8cf11

View File

@ -2,15 +2,14 @@
# URL: https://people.freedesktop.org/~hughsient/appstream-glib/ # URL: https://people.freedesktop.org/~hughsient/appstream-glib/
# Maintainer: Tim Biermann, tbier at posteo dot de # Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gtk3 json-glib keyutils libsoup libyaml # Depends on: gtk3 json-glib keyutils libsoup libyaml
# Optional: docbook-xsl krb5 snowball # Optional: docbook-xsl krb5
name=appstream-glib name=appstream-glib
version=0.8.2 version=0.8.3
release=1 release=1
source=(https://people.freedesktop.org/~hughsient/appstream-glib/releases/$name-$version.tar.xz) source=(https://people.freedesktop.org/~hughsient/appstream-glib/releases/$name-$version.tar.xz)
build() { build() {
prt-get isinst snowball && PKGMK_APPSTREAM_GLIB+=' -D stemmer=true' || PKGMK_APPSTREAM_GLIB+=' -D stemmer=false'
prt-get isinst docbook-xsl && PKGMK_APPSTREAM_GLIB+=' -D man=true' || PKGMK_APPSTREAM_GLIB+=' -D man=false' prt-get isinst docbook-xsl && PKGMK_APPSTREAM_GLIB+=' -D man=true' || PKGMK_APPSTREAM_GLIB+=' -D man=false'
meson setup $name-$version build $PKGMK_APPSTREAM_GLIB \ meson setup $name-$version build $PKGMK_APPSTREAM_GLIB \