xfce4/libxfce4ui/Pkgfile

31 lines
643 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
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: xfce4-dev-tools libxfce4util gtk3 xfconf startup-notification glade gtk-doc
2019-04-24 17:15:26 +02:00
name=libxfce4ui
2019-07-01 04:32:04 +02:00
version=4.13.6
release=1
2019-06-12 01:03:35 +02:00
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
2019-04-24 17:15:26 +02:00
build() {
2019-05-11 19:09:44 +02:00
cd $name-$version
2019-04-30 02:46:22 +02:00
2019-06-12 01:03:35 +02:00
./autogen.sh \
2019-06-10 22:57:54 +02:00
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-gtk2 \
--enable-gtk3 \
--enable-introspection=no \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf
2019-04-30 02:46:22 +02:00
make
make DESTDIR=$PKG install
2019-05-20 21:48:17 +02:00
#rm -r $PKG/usr/share/locale
2019-06-10 22:57:54 +02:00
2019-04-24 17:15:26 +02:00
}