brasero: remove XBPS_GCC_* usage
This commit is contained in:
parent
9dc63460c6
commit
8a303c5ef7
1 changed files with 1 additions and 6 deletions
|
@ -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"
|
depends="cdrdao cdrtools dconf shared-mime-info hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="Application to burn CD/DVD for the Gnome Desktop"
|
short_desc="Application to burn CD/DVD for the Gnome Desktop"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnome.org/projects/brasero"
|
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="http://www.gnome.org/projects/brasero"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=6822166f9d08efcf8d900cab6f563e87f49f0e078ca10595dcd908498ef12041
|
checksum=6822166f9d08efcf8d900cab6f563e87f49f0e078ca10595dcd908498ef12041
|
||||||
|
|
||||||
|
@ -25,11 +25,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
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() {
|
brasero-devel_package() {
|
||||||
depends="gtk+3-devel brasero>=${version}_${revision}"
|
depends="gtk+3-devel brasero>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue