🔒 Repository is read-only – file editing is disabled.

recipes/gui/libxfce4util/PAGBUILD.yaml main

36 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536
pkgname: libxfce4util
pkgver: '4.20.1'
pkgrel: '2'
pkgdesc: 'Basic utility non-GUI functions for Xfce'
url: 'https://www.xfce.org/'
arch: x86_64
license:
- 'GPL-2.0-only'

depends: []
makedepends:
- intltool
- glib
- 'gobject-introspection'
- vala

source:
- 'https://archive.xfce.org/src/xfce/${pkgname}/4.20/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr \
  --sbindir=/usr/bin        \
  --sysconfdir=/etc

  make
  make DESTDIR=${PKGDIR} install
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/${pkgname}.la

package: |
  true