From 57e4f0aed0054e7e1494710d27ce3e9cc308b49f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 4 Mar 2024 23:44:27 +0700
Subject: [PATCH] mate-icon-theme: update to 1.28.0.

---
 srcpkgs/mate-icon-theme/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mate-icon-theme/template b/srcpkgs/mate-icon-theme/template
index 42973b71275..b5735d5c8f9 100644
--- a/srcpkgs/mate-icon-theme/template
+++ b/srcpkgs/mate-icon-theme/template
@@ -1,10 +1,9 @@
 # Template file for 'mate-icon-theme'
 pkgname=mate-icon-theme
-version=1.26.0
+version=1.28.0
 revision=1
 build_style=gnu-configure
-hostmakedepends="pkg-config intltool itstool icon-naming-utils"
-makedepends="icon-naming-utils"
+hostmakedepends="pkg-config gettext icon-naming-utils"
 depends="gtk-update-icon-cache hicolor-icon-theme"
 short_desc="MATE icon theme"
 maintainer="skmpz <dem.procopiou@gmail.com>"
@@ -12,8 +11,8 @@ license="CC-BY-SA-3.0"
 homepage="https://mate-desktop.org"
 changelog="https://raw.githubusercontent.com/mate-desktop/mate-icon-theme/master/NEWS"
 distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=41f50436d57f425e54fd9557541be77fb291e03aacd55f7991c042e84a290a5a
+checksum=94d6079060ca5df74542921de4eea38b7d02d07561c919356d95de876f9a6d3a
 
-post_install() {
-	rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
+pre_configure() {
+	PKG_CONFIG=/usr/bin/pkg-config
 }