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

recipes/gui/xfce4-screenshooter/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: 'xfce4-screenshooter'
pkgver: '1.11.3'
pkgrel: '1'
pkgdesc: 'Plugin that makes screenshots for the Xfce panel'
url: 'https://goodies.xfce.org/projects/applications/xfce4-screenshooter'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- libxfce4util
- libxfce4ui
- 'xfce4-panel'
- libsoup3
- 'p11-kit'

source:
- 'https://archive.xfce.org/src/apps/${pkgname}/1.11/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true xfce4-screenshooter-1.11.3 builddir
  meson compile -C builddir
  DESTDIR=${PKGDIR} meson install -C builddir

package: |
  install -Dm644 ${pkgname}-${pkgver}/COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING