Magellan Linux

Diff of /trunk/core/grub/grub-2.00-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 28751 by niro, Wed Nov 5 12:19:44 2014 UTC revision 28752 by niro, Fri Apr 28 08:46:09 2017 UTC
# Line 11  HOMEPAGE="http://www.gnu.org/software/gr Line 11  HOMEPAGE="http://www.gnu.org/software/gr
11    
12  DEPEND=">= sys-apps/mage-release-1  DEPEND=">= sys-apps/mage-release-1
13   >= sys-libs/ncurses-5.9   >= sys-libs/ncurses-5.9
14     >= sys-dev/gettext-0.19
15   >= sys-libs/zlib-1.2.5   >= sys-libs/zlib-1.2.5
16   >= media-libs/freetype-2.5   >= media-libs/freetype-2.5
17   >= app-arch/xz-utils-5   >= app-arch/xz-utils-5
# Line 32  SRC_URI=( Line 33  SRC_URI=(
33   mirror://${PNAME}/${PNAME}-${PVER}-cosmetic.patch   mirror://${PNAME}/${PNAME}-${PVER}-cosmetic.patch
34   mirror://${PNAME}/${PNAME}-${PVER}-gnulib-gets.patch   mirror://${PNAME}/${PNAME}-${PVER}-gnulib-gets.patch
35   mirror://${PNAME}/${PNAME}-${PVER}-freetype25.patch   mirror://${PNAME}/${PNAME}-${PVER}-freetype25.patch
36     mirror://${PNAME}/${PNAME}-${PVER}-gcc6-grub-core-gettext-gettext.c-main_context-secondary_c.patch
37   mirror://${PNAME}/${PNAME}-${PVER}-10_linux-pretty-names-from-etc-os-release.patch   mirror://${PNAME}/${PNAME}-${PVER}-10_linux-pretty-names-from-etc-os-release.patch
38   mirror://${PNAME}/grub.confd-${CONF_REV}   mirror://${PNAME}/grub.confd-${CONF_REV}
39  )  )
# Line 56  src_prepare() Line 58  src_prepare()
58   mpatch ${PNAME}-${PVER}-gnulib-gets.patch || die   mpatch ${PNAME}-${PVER}-gnulib-gets.patch || die
59   # fix ftbfs with newer freetype (>= 2.5)   # fix ftbfs with newer freetype (>= 2.5)
60   mpatch ${PNAME}-${PVER}-freetype25.patch || die   mpatch ${PNAME}-${PVER}-freetype25.patch || die
61     # fix ftbfs with newer gcc (>= 6.1)
62     mpatch ${PNAME}-${PVER}-gcc6-grub-core-gettext-gettext.c-main_context-secondary_c.patch || die
63   # generate pretty names from os-release if GRUB_DISTRIBUTOR is not set   # generate pretty names from os-release if GRUB_DISTRIBUTOR is not set
64   mpatch ${PNAME}-${PVER}-10_linux-pretty-names-from-etc-os-release.patch || die   mpatch ${PNAME}-${PVER}-10_linux-pretty-names-from-etc-os-release.patch || die
65  }  }

Legend:
Removed from v.28751  
changed lines
  Added in v.28752