34 lines
795 B
Text
Executable file
34 lines
795 B
Text
Executable file
app=dconf
|
|
version=0.24.0
|
|
build=1sml
|
|
homepage="http://live.gnome.org/dconf"
|
|
download="https://gitlab.gnome.org/GNOME/dconf/-/archive/0.24.0/dconf-0.24.0.tar.gz"
|
|
requires="glib libffi python3 vala dbus "
|
|
desc="low-level configuration system that serves as a backend for GLib"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var \
|
|
--disable-gtk-doc \
|
|
--disable-gtk-doc-html
|
|
|
|
make
|
|
make install DESTDIR="$pkg"
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
8c2092f1a3002df386686473e6841d600665b3d2ae0e24625c9943b1a636706ecafc31e05f0db48958bbfd666680bb107f47978a9d867b151d1c61fc3c3b591a dconf-0.24.0.tar.xz
|
|
"
|