pkgname: 'xfce4-panel' pkgver: '4.20.8' pkgrel: '2' pkgdesc: 'Panel for the Xfce desktop environment.' url: 'https://www.xfce.org/' arch: x86_64 license: - 'GPL2 LGPL2.1' depends: - 'garcon' - 'exo' - 'libwnck' - 'libxfce4ui' - 'libxfce4util' - 'xfconf' - 'gtk3' makedepends: - exo - garcon - libwnck - libxfce4ui - 'gtk-doc' - gtk3 - libxfce4windowing source: - 'default-xml.patch' - 'https://archive.xfce.org/src/xfce/${pkgname}/4.20/${pkgname}-${pkgver}.tar.bz2' sha256sums: - SKIP - SKIP build: | cd ${pkgname}-${pkgver} patch -Np1 -i ../default-xml.patch sed -i "s/org.xfce.panel.applicationsmenu\"/nutyx\"/" \ plugins/applicationsmenu/applicationsmenu.c ./configure --prefix=/usr \ --sysconfdir=/etc make make DESTDIR=${PKGDIR} install install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING install -Dm644 COPYING.LIB ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LIB package: | true