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

recipes/gui/exo/PAGBUILD.yaml main

39 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839
pkgname: exo
pkgver: '4.20.0'
pkgrel: '1'
pkgdesc: 'Extensions to Xfce by os-cillation'
url: 'https://www.xfce.org/'
arch: x86_64
license:
- 'GPL-2.0-or-later AND LGPL-2.1-or-later'

depends: []
makedepends:
- gtk3
- 'perl-uri'
- libxfce4ui
- libxfce4util
- 'gtk-doc'

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

sha256sums:
- SKIP

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

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

  make
  make DESTDIR=${PKGDIR} install

  # Obsolets libs
  rm -f ${PKGDIR}/usr/lib/libexo-2.la

package: |
  true