### this file is sourced not run
PKGVER=3.0.1
PKGBUILD=1
PKGARCH=x86_64

# source: debian
TARBALL=gconf-editor_$PKGVER.orig.tar.xz
MD5SUM=107b8fa250da4ae2de197a1381a099f5
SRC_URL=http://deb.debian.org/debian/pool/main/g/gconf-editor/$TARBALL
BUNDLE=

SLACKREQ='gtk3 gconf2 libdbus-glib' # build-time: gnome-doc-utils
SLACKDESC="gconf-editor: gconf-editor $PKGVER (GConf Editor)
gconf-editor: 
gconf-editor: GConf-Editor is a tool used for editing the GConf configuration 
gconf-editor: database. This is not the recommended way of setting desktop 
gconf-editor: preferences, but it might be useful when the proper configuration 
gconf-editor: utility for some software provides no way of changing some option.
gconf-editor: 
gconf-editor: https://gitlab.gnome.org/Archive/gconf-editor
gconf-editor: https://packages.debian.org/buster/gconf-editor
gconf-editor: 
gconf-editor: 
"

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/gconf* &&
	patch -Np1 -i ../pkg/02_fix_assertion_failed_crash.patch &&
	true
}

### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS \
		--disable-scrollkeeper \
	" &&
	# --disable-schemas-install \
	pkg_build_autoconf &&
	pkg_build_slackdesc &&

	# remove cache
	rm -f /usr/share/icons/*/icon-theme.cache &&
	true
}




