Blame env-builder-data/build/script/packet/adwaitaicontheme-3.24.0.sh

221c28
DEPS="rsvg-2.40.16 gtk-3.22.12"
ce0d6b
221c28
PK_DIRNAME="adwaita-icon-theme-3.24.0"
ce0d6b
PK_ARCHIVE="$PK_DIRNAME.tar.xz"
221c28
PK_URL="https://download.gnome.org/sources/adwaita-icon-theme/3.24/$PK_ARCHIVE"
ce0d6b
54782b
PK_CONFIGURE_OPTIONS="--disable-gtk2-engine"
99b145
PK_LICENSE_FILES="AUTHORS COPYING COPYING_CCBYSA3 COPYING_LGPL"
54782b
ce0d6b
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh
9ef3a0
9ef3a0
pkhook_postinstall() {
9ef3a0
    if [ "$PLATFORM" = "win" ]; then
9ef3a0
	# Fix color picker cursor issue
9ef3a0
	# https://github.com/synfig/synfig/issues/536
9ef3a0
	cd "$INSTALL_PACKET_DIR"
9ef3a0
        cp share/icons/Adwaita/cursors/cross.cur share/icons/Adwaita/cursors/color-picker.cur
9ef3a0
    fi
9ef3a0
}