Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
86
Issues
86
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
32
Merge Requests
32
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
455f726b
Commit
455f726b
authored
Aug 19, 2018
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix linux versions in deps and makedepends [skip-ci]
parent
5dc1bef8
Pipeline
#1082
skipped
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
12 additions
and
10 deletions
+12
-10
acpi_call/PKGBUILD
acpi_call/PKGBUILD
+1
-1
bbswitch/PKGBUILD
bbswitch/PKGBUILD
+1
-1
broadcom-wl/PKGBUILD
broadcom-wl/PKGBUILD
+1
-1
kernelupdate.sh
kernelupdate.sh
+3
-1
ndiswrapper/PKGBUILD
ndiswrapper/PKGBUILD
+1
-1
nvidia-340xx/PKGBUILD
nvidia-340xx/PKGBUILD
+1
-1
nvidia-390xx/PKGBUILD
nvidia-390xx/PKGBUILD
+1
-1
nvidia/PKGBUILD
nvidia/PKGBUILD
+1
-1
r8168/PKGBUILD
r8168/PKGBUILD
+1
-1
vhba-module/PKGBUILD
vhba-module/PKGBUILD
+1
-1
No files found.
acpi_call/PKGBUILD
View file @
455f726b
...
...
@@ -6,7 +6,7 @@ pkgdesc="A kernel module that enables you to call parameterless ACPI methods by
arch
=(
'x86_64'
)
url
=
"http://github.com/mkottman/acpi_call"
license
=(
'GPL'
)
depends
=(
"linux=4.1
7.12
"
)
depends
=(
"linux=4.1
8.3
"
)
makedepends
=(
"linux-headers=4.18.3"
)
_extramodules
=
extramodules-CHAKRA
source
=(
"https://github.com/mkottman/acpi_call/archive/v
${
pkgver
}
.tar.gz"
)
...
...
bbswitch/PKGBUILD
View file @
455f726b
...
...
@@ -7,7 +7,7 @@ arch=('x86_64')
url
=
"http://github.com/Bumblebee-Project/bbswitch"
license
=(
'GPL'
)
install
=
bbswitch.install
depends
=(
"linux=4.1
7.12
"
)
depends
=(
"linux=4.1
8.3
"
)
makedepends
=(
"linux-headers=4.18.3"
)
_extramodules
=
extramodules-CHAKRA
source
=(
"https://github.com/Bumblebee-Project/bbswitch/archive/v
${
pkgver
}
.tar.gz"
)
...
...
broadcom-wl/PKGBUILD
View file @
455f726b
...
...
@@ -6,7 +6,7 @@ pkgdesc='Broadcom 802.11abgn hybrid Linux networking device driver'
url
=
'http://www.broadcom.com/support/802.11/linux_sta.php'
arch
=(
'x86_64'
)
license
=(
'custom'
)
depends
=(
"linux=4.1
7.12
"
)
depends
=(
"linux=4.1
8.3
"
)
makedepends
=(
"linux-headers=4.18.3"
)
_extramodules
=
extramodules-CHAKRA
source
=(
"https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-
${
pkgver
//./_
}
.tar.gz"
...
...
kernelupdate.sh
View file @
455f726b
...
...
@@ -53,7 +53,8 @@ build()
git reset HEAD PKGBUILD
git checkout PKGBUILD
_rel
=
$(
cat
PKGBUILD |
grep
pkgrel
=
|
cut
-d
=
-f2
)
sed
-i
-e
"s/pkgrel=
$_rel
/pkgrel=
$((
$_rel
+
1
))
/"
PKGBUILD
#sed -i -e "s/pkgrel=$_rel/pkgrel=$(($_rel+1))/" PKGBUILD
sed
-e
"s/
\(
depends=([^>]*linux=
\)
[^
\"
]*/
\1
$_kernelver
/"
-i
PKGBUILD
sed
-e
"s/
\(
makedepends=([^>]*linux-headers=
\)
[^
\"
]*/
\1
$_kernelver
/"
-i
PKGBUILD
git add PKGBUILD
popd
&>/dev/null
...
...
@@ -67,6 +68,7 @@ build()
sed
-r
"s|pkgver=.*|pkgver=
$_kernelver
|g"
-i
PKGBUILD
sed
-r
"s|pkgrel=.*|pkgrel=1|g"
-i
PKGBUILD
sed
-e
"s/
\(
depends=([^>]*linux=
\)
[^
\"
]*/
\1
$_kernelver
/"
-i
PKGBUILD
sed
-e
"s/
\(
makedepends=([^>]*linux-headers=
\)
[^
\"
]*/
\1
$_kernelver
/"
-i
PKGBUILD
# update source link
...
...
ndiswrapper/PKGBUILD
View file @
455f726b
...
...
@@ -6,7 +6,7 @@ pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors.
license
=(
'GPL'
)
arch
=(
'x86_64'
)
url
=
"http://ndiswrapper.sourceforge.net"
depends
=(
"linux=4.1
7.12
"
)
depends
=(
"linux=4.1
8.3
"
)
makedepends
=(
"linux-headers=4.18.3"
)
provides
=(
"ndiswrapper-utils=
$pkgver
"
)
replaces
=(
'ndiswrapper-utils'
)
...
...
nvidia-340xx/PKGBUILD
View file @
455f726b
...
...
@@ -39,7 +39,7 @@ build() {
package_nvidia-340xx
()
{
pkgdesc
=
"NVIDIA drivers for linux."
depends
=(
"linux=4.1
7.12
"
"nvidia-340xx-libgl"
"nvidia-340xx-utils=
${
pkgver
}
"
)
depends
=(
"linux=4.1
8.3
"
"nvidia-340xx-libgl"
"nvidia-340xx-utils=
${
pkgver
}
"
)
conflicts
=(
'nvidia-96xx'
'nvidia-173xx'
'nvidia-304xx'
'nvidia-bumblebee'
)
install
=
nvidia.install
...
...
nvidia-390xx/PKGBUILD
View file @
455f726b
...
...
@@ -54,7 +54,7 @@ build() {
package_nvidia-390xx
()
{
pkgdesc
=
"NVIDIA drivers for linux, 390xx legacy branch"
depends
=(
"linux=4.1
7.12
"
"nvidia-390xx-utils=
${
pkgver
}
"
'libgl'
)
depends
=(
"linux=4.1
8.3
"
"nvidia-390xx-utils=
${
pkgver
}
"
'libgl'
)
conflicts
=(
'nvidia-96xx'
'nvidia-173xx'
'nvidia-304xx'
'nvidia-340xx'
)
install
-Dt
"
${
pkgdir
}
/usr/lib/modules/
${
_extramodules
}
"
-m644
\
...
...
nvidia/PKGBUILD
View file @
455f726b
...
...
@@ -52,7 +52,7 @@ build() {
package_nvidia
()
{
pkgdesc
=
"NVIDIA drivers for linux"
depends
=(
"linux=
${
_kernelver
}
"
"nvidia-utils=
${
pkgver
}
"
)
depends
=(
"linux=
4.18.3
"
"nvidia-utils=
${
pkgver
}
"
)
conflicts
=(
'nvidia-96xx'
'nvidia-173xx'
'nvidia-304xx'
)
install
-Dt
"
${
pkgdir
}
/usr/lib/modules/
${
_extramodules
}
"
-m644
\
...
...
r8168/PKGBUILD
View file @
455f726b
...
...
@@ -5,7 +5,7 @@ pkgdesc="A kernel module for Realtek 8168 network cards"
url
=
"http://www.realtek.com.tw"
license
=(
"GPL"
)
arch
=(
'x86_64'
)
depends
=(
'glibc'
"linux=4.1
7.12
"
)
depends
=(
'glibc'
"linux=4.1
8.3
"
)
makedepends
=(
"linux-headers=4.18.3"
)
_extramodules
=
extramodules-CHAKRA
source
=(
"https://github.com/mtorromeo/r8168/archive/
$pkgver
/
$pkgname
-
$pkgver
.tar.gz"
...
...
vhba-module/PKGBUILD
View file @
455f726b
...
...
@@ -6,7 +6,7 @@ pkgdesc="Kernel module that emulates SCSI devices"
arch
=(
'x86_64'
)
url
=
"http://cdemu.sourceforge.net/"
license
=(
'GPL'
)
depends
=(
"linux=4.1
7.12
"
)
depends
=(
"linux=4.1
8.3
"
)
makedepends
=(
"linux-headers=4.18.3"
)
_extramodules
=
extramodules-CHAKRA
source
=(
"http://downloads.sourceforge.net/cdemu/
$pkgname
-
$pkgver
.tar.bz2"
...
...
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