Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
manjaro-arm
P
packages
core
linux-pinebookpro
Commits
d55299c7
Verified
Commit
d55299c7
authored
Nov 06, 2019
by
Dan Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using 5.4-rc6 as a base now
parent
7eef72aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
PKGBUILD
PKGBUILD
+4
-5
No files found.
PKGBUILD
View file @
d55299c7
...
...
@@ -8,13 +8,13 @@ _srcname=linux-pinebook-pro
_kernelname
=
${
pkgbase
#linux
}
_desc
=
"AArch64 Pinebook Pro kernel"
pkgver
=
5.4.0
pkgrel
=
0.
3
pkgrel
=
0.
4
arch
=(
'aarch64'
)
url
=
"https://gitlab.manjaro.org/tsys/
${
_pkgname_
}
"
license
=(
'GPL2'
)
makedepends
=(
'xmlto'
'docbook-xsl'
'kmod'
'inetutils'
'bc'
'git'
'uboot-tools'
'vboot-utils'
'dtc'
)
options
=(
'!strip'
)
_commit
=
96fe38ca8b7971ddfb2d9c99761aa651076925df
_commit
=
85e1be0d55202031452e1dbc2b383a79d97a6605
source
=(
"https://gitlab.manjaro.org/tsys/linux-pinebook-pro/-/archive/
${
_commit
}
/
${
_pkgname
}
-
${
_commit
}
.tar.gz"
'0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
'0001-arm64-dts-rockchip-remove-capacity-dmips-rk3399.patch'
...
...
@@ -38,9 +38,8 @@ source=("https://gitlab.manjaro.org/tsys/linux-pinebook-pro/-/archive/${_commit}
'0011-bootsplash.patch'
'0012-bootsplash.patch'
'0013-bootsplash.patch'
)
md5sums
=(
'
0681defece7e0d0c109beb75507c2260
'
md5sums
=(
'
5fe67e2a80cfc922a945765b3a9a6f55
'
'6ee347975dca719ecd63a846cc5983b2'
'5044bb4df31f57aa7cb0db877295372a'
'481f71a08407ec05b2cc055067290015'
'afbc5b7fdab96edfd529d7fb8cc87fba'
'7f1a96e24f5150f790df94398e9525a3'
...
...
@@ -65,7 +64,7 @@ md5sums=('0681defece7e0d0c109beb75507c2260'
prepare
()
{
cd
${
_srcname
}
-
${
_commit
}
sed
-i
s/
"EXTRAVERSION = -rc
1
"
/
"EXTRAVERSION ="
/ Makefile
sed
-i
s/
"EXTRAVERSION = -rc
6
"
/
"EXTRAVERSION ="
/ Makefile
# add upstream patch
#git apply --whitespace=nowarn ../patch-${pkgver}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment