🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839404142
pkgname: libxfce4ui
pkgver: '4.20.2'
pkgrel: '1'
pkgdesc: 'Commonly used Xfce widgets among Xfce applications'
url: 'https://www.xfce.org/'
arch: x86_64
depends:
- 'startup-notification'
- 'hicolor-icon-theme'
makedepends:
- gtk3
- xfconf
- 'gobject-introspection'
- libxfce4util
source:
- 'https://archive.xfce.org/src/xfce/${pkgname}/4.20/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--disable-static \
--disable-debug
make
make DESTDIR=${PKGDIR} install
for i in usr/bin/xfce4-about usr/share/applications/xfce4-about.desktop usr/share/icons/hicolor/48x48/apps/xfce4-logo.png
do rm ${PKGDIR}/$i
done
# Obsolets libs
rm -f ${PKGDIR}/usr/lib/libxfce4kbd-private-3.la
rm -f ${PKGDIR}/usr/lib/libxfce4ui-2.la
package: |
true