xfce4/libxfce4ui/Pkgfile

31 lines
702 B
Plaintext
Raw Normal View History

2019-07-19 01:31:37 +02:00
# Description: Graphic widgets helpers for Xfce
# URL: https://www.xfce.org
2023-07-04 04:21:43 -04:00
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: libxfce4util gtk3 xfconf startup-notification libgtop libepoxy xorg-libsm gobject-introspection hicolor-icon-theme
2019-04-24 17:15:26 +02:00
name=libxfce4ui
2023-06-29 09:08:54 -04:00
version=4.18.4
2023-06-29 16:19:36 -04:00
release=1
2019-12-05 15:16:11 +01:00
source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
2019-04-24 17:15:26 +02:00
build() {
2019-05-11 19:09:44 +02:00
cd $name-$version
2019-08-07 01:12:26 +02:00
./configure \
2020-04-08 18:56:31 +02:00
--prefix=/usr \
--libexecdir=/usr/lib/$name \
2019-12-05 15:16:11 +01:00
--sysconfdir=/etc \
2023-06-29 09:08:54 -04:00
--localstatedir=/var \
--disable-debug \
2023-07-01 06:44:08 -04:00
--disable-nls \
2023-06-29 09:08:54 -04:00
--enable-gtk-docs-html=no \
2023-07-04 04:21:43 -04:00
--with-vendor-info="CRUX"
2020-04-05 03:37:35 +02:00
2019-04-30 02:46:22 +02:00
make
make DESTDIR=$PKG install
2020-04-05 03:37:35 +02:00
2020-09-30 03:29:31 +02:00
rm -r $PKG/usr/share/gtk-doc
2020-04-05 03:37:35 +02:00
2019-04-24 17:15:26 +02:00
}