ports/opt (3.3): desktop-file-utils: adopted, updated to version 0.23
commit 9a5e368764112e7294f1b949eb65f57dfaa5ea4b Author: Matt Housh <jaeger@crux.ninja> Date: Wed Jan 3 11:21:59 2018 -0600 desktop-file-utils: adopted, updated to version 0.23 diff --git a/desktop-file-utils/.md5sum b/desktop-file-utils/.md5sum index 0575df7a8..b3b4a1f73 100644 --- a/desktop-file-utils/.md5sum +++ b/desktop-file-utils/.md5sum @@ -1 +1 @@ -c6b9f9aac1ea143091178c23437e6cd0 desktop-file-utils-0.22.tar.xz +599133d51cc9a41bfec186414906b6f1 desktop-file-utils-0.23.tar.xz diff --git a/desktop-file-utils/.signature b/desktop-file-utils/.signature index 3dd852c0b..05b64f4d7 100644 --- a/desktop-file-utils/.signature +++ b/desktop-file-utils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/byyy1IWs2J9+HRvXwPjJppR4J8lRIkPpufAx5EySKv5WQQ7P00CSAt/+JtCMQG2RLwt6d+oZWQOZC32p/7XQAs= -SHA256 (Pkgfile) = c6f00111c384f4dba2e5ba4a5157e8639717bd575fa49295f540095fc6fc7a17 +RWSE3ohX2g5d/aqUpvFcw2cLGtsTPNeVDsDwez6tIR2SWnosbBHBw6NlscataQmpFzDj5DR3yBOz3Treqn6UwQjO4lAssE/AwAk= +SHA256 (Pkgfile) = ff878afd67b72c5cda266f0ac18188f8627eea00397a043b0a3dcf86388b17e0 SHA256 (.footprint) = d8eb7f9394d2d08b4128b556f95472380942eaf689923d886131349f1d195ee6 -SHA256 (desktop-file-utils-0.22.tar.xz) = 843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344de56c5 +SHA256 (desktop-file-utils-0.23.tar.xz) = 6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385 diff --git a/desktop-file-utils/Pkgfile b/desktop-file-utils/Pkgfile index d8cd6aeee..a0f85ed18 100644 --- a/desktop-file-utils/Pkgfile +++ b/desktop-file-utils/Pkgfile @@ -1,19 +1,18 @@ # Description: Command-line utilities for working with desktop entries # URL: http://www.freedesktop.org/software/desktop-file-utils/ -# Maintainer: Jose V Beneyto, sepen at crux dot nu -# Packager: Matt Housh, jaeger at morpheus dot net +# Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: glib pkg-config name=desktop-file-utils -version=0.22 -release=2 +version=0.23 +release=1 source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr - + make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu