summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher A. Williamson2018-04-08 13:42:07 +0100
committerChristopher A. Williamson2018-04-08 13:42:07 +0100
commit8a97f2535d713c010d03e9b4d3cde6fac93566dd (patch)
treefe36c214593eb83cd4f9cf8540fb1c3946ffc8f0
parentb682094d0e3ea8cbc564374417e7f4648bf581f6 (diff)
downloadaur-8a97f2535d713c010d03e9b4d3cde6fac93566dd.tar.gz
cleaned up pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d94bad1a4743..36dc4e87ff26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-jwrdegoede-git
pkgver = git
- pkgrel = 5
+ pkgrel = 6
url = https://www.kernel.org/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index bad999d8fc79..616df4efe1c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=linux-jwrdegoede-git
_srcname=linux-sunxi
pkgver=git
-pkgrel=5
+pkgrel=6
arch=('x86_64')
url='https://www.kernel.org/'
replaces=('linux-jwrdegoede')
@@ -46,9 +46,11 @@ pkgver() {
prepare() {
cd ${_srcname}
- # patch hans config
+ # change localversion
sed -i 's/CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION="-jwrdegoede-git"/' .config
- sed -i 's/CONFIG_LOGO=.*/CONFIG_LOGO=n/' .config
+
+ # disable tux logo
+ sed -i 's/CONFIG_LOGO=.*/# CONFIG_LOGO is not set/' .config
sed -i 's/CONFIG_LOGO_LINUX_CLUT224=.*/# CONFIG_LOGO_LINUX_CLUT224 is not set/' .config
# don't run depmod on 'make install'. We'll do this ourselves in packaging