2018-09-10 00:42:26 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnome.org
|
2020-02-14 16:35:20 +01:00
|
|
|
TERMUX_PKG_DESCRIPTION="GNOME standard icons"
|
2019-01-21 17:50:21 +01:00
|
|
|
TERMUX_PKG_LICENSE="LGPL-3.0"
|
2021-08-25 12:47:33 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2021-12-20 15:32:02 +01:00
|
|
|
TERMUX_PKG_VERSION=41.0
|
2019-12-22 00:26:46 +01:00
|
|
|
TERMUX_PKG_SRCURL=https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/${TERMUX_PKG_VERSION}/adwaita-icon-theme-${TERMUX_PKG_VERSION}.tar.gz
|
2021-12-20 15:32:02 +01:00
|
|
|
TERMUX_PKG_SHA256=cea0e7039a5d328158a92074034e172584071897ee256e85bb8f104cc10d6df9
|
2018-09-10 00:42:26 +02:00
|
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
|
|
TERMUX_PKG_DEPENDS="hicolor-icon-theme"
|
2018-10-06 16:00:04 +02:00
|
|
|
TERMUX_PKG_RM_AFTER_INSTALL="share/icons/Adwaita/icon-theme.cache"
|
2018-09-10 00:42:26 +02:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
2019-01-21 17:50:21 +01:00
|
|
|
autoreconf -fvi
|
2018-09-10 00:42:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
termux_step_post_make_install() {
|
2019-01-21 17:50:21 +01:00
|
|
|
# fix location of adwaita-icon-theme.pc
|
|
|
|
if [ -f "${TERMUX_PREFIX}/share/pkgconfig/adwaita-icon-theme.pc" ]; then
|
|
|
|
mkdir -p "${TERMUX_PREFIX}/lib/pkgconfig"
|
|
|
|
mv -f "${TERMUX_PREFIX}/share/pkgconfig/adwaita-icon-theme.pc" "${TERMUX_PREFIX}/lib/pkgconfig/adwaita-icon-theme.pc"
|
|
|
|
fi
|
2018-09-10 00:42:26 +02:00
|
|
|
}
|