From 2f4fec9ab9670191e6e97c346df04c7577ef2ac5 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Mon, 24 Aug 2026 03:55:19 +0300 Subject: [PATCH] ports: Update shared-mime-info 2.4->2.5.1 2.4 failed to build spec on my machine and did not support disabling it --- ports/shared-mime-info/build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ports/shared-mime-info/build.sh b/ports/shared-mime-info/build.sh index a531ec68..794860eb 100755 --- a/ports/shared-mime-info/build.sh +++ b/ports/shared-mime-info/build.sh @@ -1,12 +1,14 @@ #!/bin/bash ../install.sh NAME='shared-mime-info' -VERSION='2.4' -DOWNLOAD_URL="https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/$VERSION/shared-mime-info-$VERSION.tar.gz#531291d0387eb94e16e775d7e73788d06d2b2fdd8cd2ac6b6b15287593b6a2de" +VERSION='2.5.1' +DOWNLOAD_URL="https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/$VERSION/shared-mime-info-$VERSION.tar.gz#ea248ea157b7fa0165f4fe282c84919fa84c3f175553642f229c8f1ab7539128" DEPENDENCIES=('glib' 'libxml2') CONFIGURE_OPTIONS=( '-Dprefix=/usr' '-Dbuildtype=release' + '-Dbuild-spec=false' + '-Dbuild-tools=false' '-Dbuild-tests=false' '-Dbuild-translations=false' '-Dupdate-mimedb=true'