xdg-utils: updated URL and source

This commit is contained in:
Tim Biermann 2023-05-28 10:26:47 +02:00
parent d39cbac5b1
commit cc5479ce9f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37kjDTuQC8Bop/eeaIs8bSHS2eY4Im6M8KCpQVAvYlPegbZtXEj2pOU9BiS/iJtuWTZl6d/6NjQ65ly+6xK0ywo=
SHA256 (Pkgfile) = 4093fee52a784c39dae98854a952bccab7e4f6c5950d5ccc1efdcf100f35b18d
RWSagIOpLGJF3/ym+MORnLrsErwFChD2GFj+xf4TZ8qFioNWaF+VDy6hNeWlRLK4epRndses8wRI07cBp8cPGLhwcUJLUXEfQgI=
SHA256 (Pkgfile) = 45b2d691e7861b384fe7adf4102b74a7688405950a7758106b9511fc2ec265b6
SHA256 (.footprint) = a9295120258ac9623d6992d7f36cf65e45c2c853c96792921225d667087cf175
SHA256 (xdg-utils-1.1.3.tar.gz) = d798b08af8a8e2063ddde6c9fa3398ca81484f27dec642c5627ffcaa0d4051d9
SHA256 (drop_obsolete_GNOME_support.patch) = 2c23c73481000784a0bd9c0211a79e5b3674cbc97ce1eb36c0a180e46ddb45b0

View File

@ -1,18 +1,19 @@
# Description: Command line tools for desktop integration tasks.
# URL: https://portland.freedesktop.org/
# URL: https://www.freedesktop.org/wiki/Software/xdg-utils/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Packager: Fredrik Rinnestam, fredrik at crux dot guru
# Depends on: xmlto lynx
name=xdg-utils
version=1.1.3
release=1
source=(http://portland.freedesktop.org/download/$name-$version.tar.gz drop_obsolete_GNOME_support.patch)
source=(https://portland.freedesktop.org/download/$name-$version.tar.gz
drop_obsolete_GNOME_support.patch)
build() {
cd $name-$version
patch -Np1 -i ../drop_obsolete_GNOME_support.patch
./configure --prefix=/usr \
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install