brasero: remove XBPS_GCC_* usage

This commit is contained in:
maxice8 2018-12-31 14:11:05 -02:00 committed by maxice8
parent 9dc63460c6
commit 8a303c5ef7

View file

@ -12,8 +12,8 @@ makedepends="gst-plugins-base1-devel totem-pl-parser-devel libnotify-devel
depends="cdrdao cdrtools dconf shared-mime-info hicolor-icon-theme desktop-file-utils"
short_desc="Application to burn CD/DVD for the Gnome Desktop"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnome.org/projects/brasero"
license="GPL-2"
homepage="http://www.gnome.org/projects/brasero"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=6822166f9d08efcf8d900cab6f563e87f49f0e078ca10595dcd908498ef12041
@ -25,11 +25,6 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
CFLAGS="-Wno-error=format-nonliteral -Wno-error=format-y2k"
CXXFLAGS="-Wno-error=format-nonliteral -Wno-error=format-y2k"
fi
brasero-devel_package() {
depends="gtk+3-devel brasero>=${version}_${revision}"
short_desc+=" - development files"