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

recipes/gui/xfce4-clipman-plugin/PAGBUILD.yaml main

43 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243
pkgname: 'xfce4-clipman-plugin'
pkgver: '1.7.0'
pkgrel: '1'
pkgdesc: 'A clipboard plugin for the Xfce4 panel'
url: 'https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- libxfce4util
- libxfce4ui
- 'xfce4-panel'
- libunique1
- 'xorg-libxtst'
- qrencode

source:
- 'https://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

  mkdir build
  cd    build

  meson setup .. \
       --prefix=/usr          \
       --buildtype=release

  ninja

  DESTDIR=${PKGDIR} ninja install


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

package: |
  true