summaryrefslogtreecommitdiff
path: root/opt/desktop-file-utils
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/desktop-file-utils
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/desktop-file-utils')
-rw-r--r--opt/desktop-file-utils/.footprint13
-rw-r--r--opt/desktop-file-utils/.signature6
-rw-r--r--opt/desktop-file-utils/MAKEPKG31
-rw-r--r--opt/desktop-file-utils/desktop-file-utils-0.28.tar.xz.partial0
4 files changed, 50 insertions, 0 deletions
diff --git a/opt/desktop-file-utils/.footprint b/opt/desktop-file-utils/.footprint
new file mode 100644
index 0000000..fc282e0
--- /dev/null
+++ b/opt/desktop-file-utils/.footprint
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/desktop-file-install
+-rwxr-xr-x root/root usr/bin/desktop-file-validate
+-rwxr-xr-x root/root usr/bin/update-desktop-database
+lrwxrwxrwx root/root usr/bin/desktop-file-edit -> desktop-file-install
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/desktop-file-edit.1.gz
+-rw-r--r-- root/root usr/share/man/man1/desktop-file-install.1.gz
+-rw-r--r-- root/root usr/share/man/man1/desktop-file-validate.1.gz
+-rw-r--r-- root/root usr/share/man/man1/update-desktop-database.1.gz
diff --git a/opt/desktop-file-utils/.signature b/opt/desktop-file-utils/.signature
new file mode 100644
index 0000000..d8a69b6
--- /dev/null
+++ b/opt/desktop-file-utils/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mJ/UKOHvI2drHudjLcFRsMKWEqx46APAVYu/xlTMYSSGS0vhCmP4L2AjyKFaPzNfFq8kNgMzd4ind5uEAynWmQU=
+
+SHA256 (MAKEPKG) = 3273f88e8970693a3e811dfaf212f1334cb012f8223a4e5eeb09e247e65d17a0
+SHA256 (.footprint) = e72254763d6aa2052f442ff265b0acb097da812683e2230852548ba28fe02228
+SHA256 (desktop-file-utils-0.28.tar.xz) = 4401d4e231d842c2de8242395a74a395ca468cd96f5f610d822df33594898a70
+SHA256 (desktop-file-utils#0.28-1.pkg.tar.gz) = 30085ee2248cc297d8b2f82093b4b85e4f18259b4ebb6d95f6345098b167bfb5
diff --git a/opt/desktop-file-utils/MAKEPKG b/opt/desktop-file-utils/MAKEPKG
new file mode 100644
index 0000000..dcd30cc
--- /dev/null
+++ b/opt/desktop-file-utils/MAKEPKG
@@ -0,0 +1,31 @@
+#!/bin/mkpkg
+# description: Command-line utilities for working with desktop entries
+# url: https://www.freedesktop.org/software/desktop-file-utils/
+
+name=desktop-file-utils
+version=0.28
+release=1
+depends=(glib)
+makedeps=(meson)
+source=(https://freedesktop.org/software/$name/releases/$name-$version.tar.xz)
+
+sha256sums=(
+ "4401d4e231d842c2de8242395a74a395ca468cd96f5f610d822df33594898a70"
+)
+
+build() {
+ meson setup $name-$version build \
+ --prefix=/usr
+
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
+
+ rm -rf $PKG/usr/share/emacs
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh
diff --git a/opt/desktop-file-utils/desktop-file-utils-0.28.tar.xz.partial b/opt/desktop-file-utils/desktop-file-utils-0.28.tar.xz.partial
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/opt/desktop-file-utils/desktop-file-utils-0.28.tar.xz.partial