From 58d241afb90e6c616b2f2545537c3925e880f828 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 13 Jul 2015 21:23:52 -0300 Subject: linux-libre-4.1.2_gnu-1: updating version * drop mips64el support --- libre/linux-libre/PKGBUILD | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) (limited to 'libre/linux-libre/PKGBUILD') diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 2bc808757..1287605af 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=linux-libre # Build stock "" kernel _pkgbasever=4.1-gnu -_pkgver=4.1.1-gnu +_pkgver=4.1.2-gnu _replacesarchkernel=('linux%') # '%' gets replaced with _kernelname _replacesoldkernels=('kernel26%' 'kernel26-libre%') # '%' gets replaced with _kernelname @@ -19,7 +19,7 @@ _srcname=linux-${_pkgbasever%-*} _archpkgver=${_pkgver%-*} pkgver=${_pkgver//-/_} pkgrel=1 -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://linux-libre.fsfla.org/" license=('GPL2') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc') @@ -35,18 +35,15 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_vga16.ppm" "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_vga16.ppm.sig" # the main kernel config files - 'config.i686' 'config.x86_64' 'config.mips64el' + 'config.i686' 'config.x86_64' # standard config files for mkinitcpio ramdisk 'linux.preset' '0001-block-loop-convert-to-per-device-workqueue.patch' '0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch' - 'change-default-console-loglevel.patch' - # loongson-community patch: http://linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/ - "https://repo.parabola.nu/other/linux-libre/patches/4.1-rc7-db21bcc5d0-loongson-community.patch" - "https://repo.parabola.nu/other/linux-libre/patches/4.1-rc7-db21bcc5d0-loongson-community.patch.sig") + 'change-default-console-loglevel.patch') sha256sums=('48b2e5ea077d0a0bdcb205e67178e8eb5b2867db3b2364b701dbc801d9755324' 'SKIP' - '0db144c71cc7ce0b730f012ceeed7b1d44b81acc6583bad8e91c80fb5cc0a1a3' + 'b9c0dd82967a29943da584ed80cc731097b17852c13cb8e8b9df440aef724988' 'SKIP' 'bfd4a7f61febe63c880534dcb7c31c5b932dde6acf991810b41a939a93535494' 'SKIP' @@ -56,13 +53,10 @@ sha256sums=('48b2e5ea077d0a0bdcb205e67178e8eb5b2867db3b2364b701dbc801d9755324' 'SKIP' '0fc8d80f2a5acce485fd2fc243a87a325e5a242bdbaa538f1a9aa852776085be' '78fd6dfd2400a1e627a763709cd67bfd2b07aec86ea7be873f918995e6aa6ce5' - '50241bf38a9d2e64527f5f631b536b67f27bc0c05c4ec784bd52401dcba74839' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '9e1d3fd95d768a46353593f6678513839cedb98ee66e83d9323233104ec3b23f' 'bbe3631c737ed8329a1b7a9610cc0a07330c14194da5e9afec7705e7f37eeb81' - '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99' - 'ab8fe9b295af6e28858834e464c01198ae1b521e2571ff47efa3ad1ccbbfc846' - 'SKIP') + '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99') validpgpkeys=( '474402C8C582DAFBE389C427BCB7CF877E7D47A7' # Alexandre Oliva 'C92BAA713B8D53D3CAE63FC9E6974752F9704456' # André Silva @@ -76,7 +70,6 @@ _replacesoldmodules=("${_replacesoldmodules[@]/\%/${_kernelname}}") case "$CARCH" in i686|x86_64) KARCH=x86;; - mips64el) KARCH=mips;; esac prepare() { @@ -104,11 +97,6 @@ prepare() { # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227) patch -p1 -i "${srcdir}/change-default-console-loglevel.patch" - # Adding loongson-community patch - if [ "${CARCH}" == "mips64el" ]; then - patch -p1 -i ${srcdir}/4.1-rc7-db21bcc5d0-loongson-community.patch - fi - cat "${srcdir}/config.${CARCH}" > ./.config # append pkgrel to extraversion -- cgit v1.2.3