🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637
pkgname: xfce4-dict
pkgver: '0.8.10'
pkgrel: 1
pkgdesc: A dictionary plugin for the XFCE Graphical interface
url: 'https://goodies.xfce.org/projects/applications/xfce4-dict'
arch: x86_64
license:
- GPL2
depends:
- hicolor-icon-theme
makedepends:
- intltool
- libxfce4util
- libxfce4ui
- xfce4-panel
- librsvg
source:
- 'https://archive.xfce.org/src/apps/${pkgname}/0.8/${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