🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334
pkgname: 'xdg-utils'
pkgver: '1.2.1'
pkgrel: '2'
pkgdesc: 'Set of command line tools that assist applications with a variety of desktop integration tasks.'
url: 'https://www.freedesktop.org/wiki/Software/xdg-utils/'
arch: x86_64
depends:
- 'xorg-xset'
makedepends:
- lynx
- xmlto
- 'xorg-xset'
source:
- 'https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
sed -i "s@\-a is_file_url_or_path@\&\& is_file_url_or_path@" \
scripts/xdg-open.in
./configure --prefix=/usr \
--mandir=/usr/share/man
make -j1
make DESTDIR=${PKGDIR} install
package: |
true