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

recipes/gui/xfconf/PAGBUILD.yaml main

41 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041
pkgname: xfconf
pkgver: '4.20.0'
pkgrel: '1'
pkgdesc: 'A simple client-server configuration storage and query system'
url: 'https://www.xfce.org/'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- libxfce4util
- 'dbus-glib'
- 'perl-glib'
- 'gtk-doc'
- 'gobject-introspection'

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

sha256sums:
- SKIP

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

  ./configure \
   --prefix=/usr \
      --enable-gtk-doc \
      --disable-debug

  make
  make DESTDIR=${PKGDIR} install

  # Obsolet libs
  rm -f ${PKGDIR}/usr/lib/lib${pkgname}-0.la

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true