From b79df879494fa75aa1345e179ca49c0444ab4fb1 Mon Sep 17 00:00:00 2001 From: Luis Date: Fri, 17 Mar 2023 08:25:18 +0000 Subject: [PATCH] mate-utils: update to 1.27.0 --- main/mate-utils/.checksums | 2 +- main/mate-utils/.pkgfiles | 36 +----------------------------------- main/mate-utils/spkgbuild | 6 +++++- 3 files changed, 7 insertions(+), 37 deletions(-) diff --git a/main/mate-utils/.checksums b/main/mate-utils/.checksums index bbe7b35df..e67283fdd 100644 --- a/main/mate-utils/.checksums +++ b/main/mate-utils/.checksums @@ -1 +1 @@ -26fea43109efe8d62d1e2c64c87c1782 mate-utils-1.26.0.tar.xz +4a79386f631a1a9a4bc314891ed6a3ab mate-utils-1.27.0.tar.xz diff --git a/main/mate-utils/.pkgfiles b/main/mate-utils/.pkgfiles index 9a06bb191..6db1f57d8 100644 --- a/main/mate-utils/.pkgfiles +++ b/main/mate-utils/.pkgfiles @@ -1,4 +1,4 @@ -mate-utils-1.26.0-1 +mate-utils-1.27.0-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/mate-dictionary @@ -3798,40 +3798,6 @@ drwxr-xr-x root/root usr/share/help/ug/mate-system-log/figures/ lrwxrwxrwx root/root usr/share/help/ug/mate-system-log/figures/syslog_window.png -> /usr/share/help/C/mate-system-log/figures/syslog_window.png -rw-r--r-- root/root usr/share/help/ug/mate-system-log/index.docbook -rw-r--r-- root/root usr/share/help/ug/mate-system-log/legal.xml -drwxr-xr-x root/root usr/share/help/uk/ -drwxr-xr-x root/root usr/share/help/uk/mate-dictionary/ -drwxr-xr-x root/root usr/share/help/uk/mate-dictionary/figures/ --rw-r--r-- root/root usr/share/help/uk/mate-dictionary/figures/mate-dictionary-add-source.png --rw-r--r-- root/root usr/share/help/uk/mate-dictionary/figures/mate-dictionary-applet-window.png --rw-r--r-- root/root usr/share/help/uk/mate-dictionary/figures/mate-dictionary-applet.png --rw-r--r-- root/root usr/share/help/uk/mate-dictionary/figures/mate-dictionary-application.png --rw-r--r-- root/root usr/share/help/uk/mate-dictionary/figures/mate-dictionary-find.png --rw-r--r-- root/root usr/share/help/uk/mate-dictionary/figures/mate-dictionary-lookup.png --rw-r--r-- root/root usr/share/help/uk/mate-dictionary/figures/mate-dictionary-preferences-print.png --rw-r--r-- root/root usr/share/help/uk/mate-dictionary/figures/mate-dictionary-preferences-source.png --rw-r--r-- root/root usr/share/help/uk/mate-dictionary/index.docbook --rw-r--r-- root/root usr/share/help/uk/mate-dictionary/legal.xml -drwxr-xr-x root/root usr/share/help/uk/mate-disk-usage-analyzer/ -drwxr-xr-x root/root usr/share/help/uk/mate-disk-usage-analyzer/figures/ --rw-r--r-- root/root usr/share/help/uk/mate-disk-usage-analyzer/figures/baobab_fullscan.png --rw-r--r-- root/root usr/share/help/uk/mate-disk-usage-analyzer/figures/baobab_prefs.png --rw-r--r-- root/root usr/share/help/uk/mate-disk-usage-analyzer/figures/baobab_remote.png --rw-r--r-- root/root usr/share/help/uk/mate-disk-usage-analyzer/figures/baobab_ringschart1.png --rw-r--r-- root/root usr/share/help/uk/mate-disk-usage-analyzer/figures/baobab_ringschart2.png --rw-r--r-- root/root usr/share/help/uk/mate-disk-usage-analyzer/figures/baobab_treemaps.png --rw-r--r-- root/root usr/share/help/uk/mate-disk-usage-analyzer/figures/baobab_window.png --rw-r--r-- root/root usr/share/help/uk/mate-disk-usage-analyzer/index.docbook --rw-r--r-- root/root usr/share/help/uk/mate-disk-usage-analyzer/legal.xml -drwxr-xr-x root/root usr/share/help/uk/mate-search-tool/ -drwxr-xr-x root/root usr/share/help/uk/mate-search-tool/figures/ --rw-r--r-- root/root usr/share/help/uk/mate-search-tool/figures/mate-search-tool_window.png --rw-r--r-- root/root usr/share/help/uk/mate-search-tool/index.docbook --rw-r--r-- root/root usr/share/help/uk/mate-search-tool/legal.xml -drwxr-xr-x root/root usr/share/help/uk/mate-system-log/ -drwxr-xr-x root/root usr/share/help/uk/mate-system-log/figures/ --rw-r--r-- root/root usr/share/help/uk/mate-system-log/figures/syslog_window.png --rw-r--r-- root/root usr/share/help/uk/mate-system-log/index.docbook --rw-r--r-- root/root usr/share/help/uk/mate-system-log/legal.xml drwxr-xr-x root/root usr/share/help/ur/ drwxr-xr-x root/root usr/share/help/ur/mate-dictionary/ drwxr-xr-x root/root usr/share/help/ur/mate-dictionary/figures/ diff --git a/main/mate-utils/spkgbuild b/main/mate-utils/spkgbuild index fc99d07ad..01ac0a950 100755 --- a/main/mate-utils/spkgbuild +++ b/main/mate-utils/spkgbuild @@ -2,12 +2,16 @@ # depends : gtk3 glib mate-panel libxext libcanberra libx11 zlib libgtop libsm libice udisks2 name=mate-utils -version=1.26.0 +version=1.27.0 release=1 source="https://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz" build() { cd $name-$version + + # skip broken translations + rm -r */help/uk + ./configure \ --prefix=/usr \ --sysconfdir=/etc \