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
33
Merge Requests
33
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
6a21e52f
Commit
6a21e52f
authored
Jan 18, 2013
by
abveritas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
acpi-call rename after switch to source tar, ndis, tiacx, broadcom, vhba rebuild for 3.7.3
parent
c30d6b6a
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
79 additions
and
18 deletions
+79
-18
acpi-call/PKGBUILD
acpi-call/PKGBUILD
+58
-0
acpi-call/acpi_call.install
acpi-call/acpi_call.install
+0
-0
broadcom-wl/PKGBUILD
broadcom-wl/PKGBUILD
+3
-3
ndiswrapper/PKGBUILD
ndiswrapper/PKGBUILD
+8
-5
ndiswrapper/ndiswrapper.install
ndiswrapper/ndiswrapper.install
+1
-1
tiacx/PKGBUILD
tiacx/PKGBUILD
+3
-3
tiacx/acx.install
tiacx/acx.install
+1
-1
vhba-module/PKGBUILD
vhba-module/PKGBUILD
+3
-3
vhba-module/vhba-module.install
vhba-module/vhba-module.install
+2
-2
No files found.
acpi
_
call/PKGBUILD
→
acpi
-
call/PKGBUILD
View file @
6a21e52f
...
...
@@ -3,60 +3,50 @@
#
# maintainer abveritas@chakra-project.org
_kver
=
"3.
6.6
-1-CHAKRA"
_kver
=
"3.
7.3
-1-CHAKRA"
pkgname
=
acpi_call
pkgver
=
20120613
pkgrel
=
6
pkgname
=
acpi-call
_pkgname
=
acpi_call
pkgver
=
1.0.0
pkgrel
=
1
pkgdesc
=
"A kernel module that enables you to call parameterless ACPI methods by writing the method name to /proc/acpi/call, e.g. to turn off discrete graphics card in a dual graphics environment (like NVIDIA Optimus)."
arch
=(
'x86_64'
)
url
=(
"http://github.com/mkottman/acpi_call"
)
license
=(
'GPL'
)
depends
=(
'linux>=3.
6'
'linux<3.7
'
'linux-headers'
)
depends
=(
'linux>=3.
7'
'linux<3.8
'
'linux-headers'
)
makedepends
=(
'git'
)
provides
=(
'acpi_call'
)
replaces
=(
'acpi_call'
)
conflicts
=(
'acpi_call'
)
install
=
acpi_call.install
source
=(
"http://chakra-linux.org/sources/
${
pkgname
}
/
${
pkgname
}
-
${
pkgver
}
.tar.xz"
)
md5sums
=(
'fcee74cba78ff644b43d60e046864b9e'
)
# create tarball: source PKGBUILD && mksource
mksource
()
{
git clone http://github.com/mkottman/acpi_call.git
pushd
acpi_call
popd
tar
-cvJf
${
pkgname
}
-
${
pkgver
}
.tar.xz acpi_call/
*
md5sum
${
pkgname
}
-
${
pkgver
}
.tar.xz
}
source
=(
"https://github.com/mkottman/acpi_call/archive/v
${
pkgver
}
.tar.gz"
)
md5sums
=(
'3c71239792ddd725d13f7c8d168b4ecf'
)
build
()
{
cd
${
srcdir
}
## Build
#rm -rf ${srcdir}/$pkgname-${pkgver}-build
#cp -r ${srcdir}/$pkgname-${pkgver} ${srcdir}/$pkgname${pkgver}-build
cd
${
srcdir
}
/
$pkgname
-
${
pkgver
}
cd
${
srcdir
}
/
$_pkgname
-
${
pkgver
}
make
}
package
()
{
cd
${
srcdir
}
/
$pkgname
-
${
pkgver
}
install
-d
${
pkgdir
}
/usr/share/
$pkgname
cd
${
srcdir
}
/
$
_
pkgname
-
${
pkgver
}
install
-d
${
pkgdir
}
/usr/share/
$
_
pkgname
install
-d
${
pkgdir
}
/usr/bin
install
-Dm755
${
srcdir
}
/
$pkgname
-
${
pkgver
}
/asus1215n.sh
\
${
pkgdir
}
/usr/share/
$pkgname
install
-Dm755
${
srcdir
}
/
$pkgname
-
${
pkgver
}
/m11xr2.sh
\
${
pkgdir
}
/usr/share/
$pkgname
install
-Dm755
${
srcdir
}
/
$pkgname
-
${
pkgver
}
/query_dsdt.pl
\
${
pkgdir
}
/usr/share/
$pkgname
install
-Dm755
${
srcdir
}
/
$pkgname
-
${
pkgver
}
/test_off.sh
\
${
pkgdir
}
/usr/share/
$pkgname
ln
-s
/usr/share/
$pkgname
/test_off.sh
\
${
pkgdir
}
/usr/bin/test_off.sh
cp
-R
windump_hack
\
${
pkgdir
}
/usr/share/
$pkgname
/
install
-Dm644
README
\
${
pkgdir
}
/usr/share/
$pkgname
/README
install
-Dm755
${
srcdir
}
/
$_pkgname
-
${
pkgver
}
/examples/asus1215n.sh
\
${
pkgdir
}
/usr/share/
$_pkgname
install
-Dm755
${
srcdir
}
/
$_pkgname
-
${
pkgver
}
/examples/m11xr2.sh
\
${
pkgdir
}
/usr/share/
$_pkgname
install
-Dm755
${
srcdir
}
/
$_pkgname
-
${
pkgver
}
/examples/dellL702X.sh
\
${
pkgdir
}
/usr/share/
$_pkgname
install
-Dm755
${
srcdir
}
/
$_pkgname
-
${
pkgver
}
/examples/turn_off_gpu.sh
\
${
pkgdir
}
/usr/share/
$_pkgname
ln
-s
/usr/share/
$_pkgname
/turn_off_gpu.sh
\
${
pkgdir
}
/usr/bin/turn_off_gpu.sh
install
-Dm755
${
srcdir
}
/
$_pkgname
-
${
pkgver
}
/support/query_dsdt.pl
\
${
pkgdir
}
/usr/share/
$_pkgname
-
${
pkgver
}
cp
-R
support/windump_hack
\
${
pkgdir
}
/usr/share/
$_pkgname
/
install
-Dm644
README.md
\
${
pkgdir
}
/usr/share/
$_pkgname
/README.md
msg2
"Building module for
$_kver
..."
...
...
acpi
_
call/acpi_call.install
→
acpi
-
call/acpi_call.install
View file @
6a21e52f
File moved
broadcom-wl/PKGBUILD
View file @
6a21e52f
...
...
@@ -4,17 +4,17 @@
# maintainer abveritas@chakra-project.org
# Find the kernel name inside the chroot
_extramodules
=
extramodules-3.
6
-CHAKRA
_extramodules
=
extramodules-3.
7
-CHAKRA
_kver
=
"
$(
cat
/lib/modules/
${
_extramodules
}
/version
)
"
pkgname
=
broadcom-wl
pkgver
=
5.100.82.112
pkgrel
=
1
3
pkgrel
=
1
4
pkgdesc
=
'Broadcom 802.11abgn hybrid Linux networking device driver'
arch
=(
'x86_64'
)
url
=
'http://www.broadcom.com/support/802.11/linux_sta.php'
license
=(
'custom'
)
depends
=(
'linux>=3.
6'
'linux<3.7
'
)
depends
=(
'linux>=3.
7'
'linux<3.8
'
)
makedepends
=(
'linux-headers'
)
source
=(
"http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v
${
pkgver
//./_
}
.tar.gz"
...
...
ndiswrapper/PKGBUILD
View file @
6a21e52f
...
...
@@ -3,32 +3,35 @@
#
# maintainer abveritas@chakra-project.org
_extramodules
=
extramodules-3.
6
-CHAKRA
_extramodules
=
extramodules-3.
7
-CHAKRA
_kver
=
"
$(
cat
/lib/modules/
${
_extramodules
}
/version
)
"
pkgname
=
ndiswrapper
pkgver
=
1.57
pkgrel
=
1
0
pkgrel
=
1
1
pkgdesc
=
"Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For linux-testing."
license
=(
'GPL'
)
arch
=(
'x86_64'
)
url
=
"http://ndiswrapper.sourceforge.net"
install
=
"ndiswrapper.install"
depends
=(
'linux>=3.
6'
'linux<3.7
'
)
depends
=(
'linux>=3.
7'
'linux<3.8
'
)
provides
=(
"ndiswrapper-utils=
$pkgver
"
)
replaces
=(
'ndiswrapper-utils'
)
conflicts
=(
'ndiswrapper-utils'
)
makedepends
=(
'linux-headers'
)
source
=(
"http://downloads.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-
$pkgver
.tar.gz"
'linux34.patch'
)
'linux34.patch'
'linux37.patch'
)
md5sums
=(
'7a401dc540938bf07893c67f418b6152'
'46cb26e68de91dc3c650866fc1189c28'
)
'46cb26e68de91dc3c650866fc1189c28'
'd0dc483d2a1dfe59353b373c2c29c499'
)
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
sed
-i
"/modinfo/s/s/usr
\/
/"
driver/Makefile
patch
-p0
-i
"
$srcdir
/linux34.patch"
sed
-i
"s|/include/linux/version.h|/include/generated/uapi/linux/version.h|g"
driver/Makefile
patch
-p1
-i
"
$srcdir
/linux37.patch"
make
KVERS
=
$_kver
}
...
...
ndiswrapper/ndiswrapper.install
View file @
6a21e52f
...
...
@@ -5,7 +5,7 @@ post_install()
post_upgrade
()
{
EXTRAMODULES
=
'extramodules-3.
6
-CHAKRA'
EXTRAMODULES
=
'extramodules-3.
7
-CHAKRA'
depmod
$
(
cat
/
lib
/
modules
/
$EXTRAMODULES
/
version
)
}
...
...
tiacx/PKGBUILD
View file @
6a21e52f
...
...
@@ -3,17 +3,17 @@
#
# maintainer abveritas@chakra-project.org
_extramodules
=
extramodules-3.
6
-CHAKRA
_extramodules
=
extramodules-3.
7
-CHAKRA
_kver
=
"
$(
cat
/lib/modules/
${
_extramodules
}
/version
)
"
pkgname
=
tiacx
pkgver
=
20080210
pkgrel
=
4
0
pkgrel
=
4
1
pkgdesc
=
"OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. For stock chakra kernel"
arch
=(
'x86_64'
)
url
=
"http://acx100.sourceforge.net/"
license
=(
'MPL'
)
depends
=(
'wireless_tools'
'linux>=3.
6'
'linux<3.7
'
'tiacx-firmware'
)
depends
=(
'wireless_tools'
'linux>=3.
7'
'linux<3.8
'
'tiacx-firmware'
)
makedepends
=(
'linux-headers'
)
install
=
acx.install
source
=(
http://downloads.sourceforge.net/sourceforge/acx100/acx-
$pkgver
.tar.bz2
...
...
tiacx/acx.install
View file @
6a21e52f
...
...
@@ -5,7 +5,7 @@ post_install()
post_upgrade
()
{
EXTRAMODULES
=
'extramodules-3.
6
-CHAKRA'
EXTRAMODULES
=
'extramodules-3.
7
-CHAKRA'
depmod
$
(
cat
/
lib
/
modules
/
$EXTRAMODULES
/
version
)
}
...
...
vhba-module/PKGBUILD
View file @
6a21e52f
...
...
@@ -3,17 +3,17 @@
#
# maintainer abveritas@chakra-project.org
_extramodules
=
extramodules-3.
6
-CHAKRA
_extramodules
=
extramodules-3.
7
-CHAKRA
_kver
=
"
$(
cat
/lib/modules/
${
_extramodules
}
/version
)
"
pkgname
=
vhba-module
pkgver
=
20120422
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"Kernel module that emulates SCSI devices"
arch
=(
'x86_64'
)
url
=
"http://cdemu.sourceforge.net/"
license
=(
'GPL2'
)
depends
=(
'linux>=3.
6'
'linux<3.7
'
)
depends
=(
'linux>=3.
7'
'linux<3.8
'
)
makedepends
=(
'linux-headers'
)
install
=
vhba-module.install
source
=(
"http://sourceforge.net/projects/cdemu/files/vhba-module/vhba-module-
$pkgver
.tar.bz2"
...
...
vhba-module/vhba-module.install
View file @
6a21e52f
post_install
()
{
EXTRAMODULES
=
'extramodules-3.
6
-CHAKRA'
EXTRAMODULES
=
'extramodules-3.
7
-CHAKRA'
depmod
$
(
cat
/
lib
/
modules
/
$EXTRAMODULES
/
version
)
}
...
...
@@ -8,7 +8,7 @@ post_upgrade() {
}
post_remove
()
{
EXTRAMODULES
=
'extramodules-3.
6
-CHAKRA'
EXTRAMODULES
=
'extramodules-3.
7
-CHAKRA'
depmod
$
(
cat
/
lib
/
modules
/
$EXTRAMODULES
/
version
)
}
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