🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
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