From 0934c0c8ad44bb13bfa41873bbcabf66e2446807 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Fri, 7 Jun 2024 00:09:56 +0200 Subject: [PATCH] appstream-glib: dropped optional dependency: snowball --- appstream-glib/.signature | 6 +++--- appstream-glib/Pkgfile | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/appstream-glib/.signature b/appstream-glib/.signature index 9f24716f0..d92b91d7a 100644 --- a/appstream-glib/.signature +++ b/appstream-glib/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wIHFw8M7GxwdlaVq9c2x8eyMHYgtwRFrCmChFTwQj593lk/43Vj3+9A+ZrO3P++tnC729V6aJ9O5XkjcqiLDgY= -SHA256 (Pkgfile) = 1d454403a5ffe18ea28634aa812135fdae4b4554a889c9eb91cec605401e48df +RWSagIOpLGJF359uHW6bYVFXliKkiemsq1hk4FEb8z5jn8DNN0D8dBiNst2TOSZa3jJBV802L6enskyn3kGYAV3cNXsuTEDtUA4= +SHA256 (Pkgfile) = 37f1429d0a2aa6403c1e248de9802cb45f4aadbac9d633656d4d45e892e0f504 SHA256 (.footprint) = 7ff0e10838a5c518492d14ef9e24a24ba1be196a3de208f547d798b1e1fc76f9 -SHA256 (appstream-glib-0.8.2.tar.xz) = 71256500add5048d6f08878904708b3d0c3875f402e0adcd358e91d47dcd8b96 +SHA256 (appstream-glib-0.8.3.tar.xz) = 84754064c560fca6e1ab151dc64354fc235a5798f016b91b38c9617253a8cf11 diff --git a/appstream-glib/Pkgfile b/appstream-glib/Pkgfile index 801622f75..12fb1e5ac 100644 --- a/appstream-glib/Pkgfile +++ b/appstream-glib/Pkgfile @@ -2,15 +2,14 @@ # URL: https://people.freedesktop.org/~hughsient/appstream-glib/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: gtk3 json-glib keyutils libsoup libyaml -# Optional: docbook-xsl krb5 snowball +# Optional: docbook-xsl krb5 name=appstream-glib -version=0.8.2 +version=0.8.3 release=1 source=(https://people.freedesktop.org/~hughsient/appstream-glib/releases/$name-$version.tar.xz) 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' meson setup $name-$version build $PKGMK_APPSTREAM_GLIB \