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
fe5f8808
Commit
fe5f8808
authored
Feb 26, 2013
by
abveritas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proper replaces for acpi-call-lts
parent
a507a2b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
acpi-call-lts/PKGBUILD
acpi-call-lts/PKGBUILD
+2
-2
No files found.
acpi-call-lts/PKGBUILD
View file @
fe5f8808
...
...
@@ -8,7 +8,7 @@ _kver="3.0.62-1-lts"
pkgname
=
acpi-call-lts
_pkgname
=
acpi_call
pkgver
=
1.0.0
pkgrel
=
1
pkgrel
=
2
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"
)
...
...
@@ -16,7 +16,7 @@ license=('GPL')
depends
=(
'linux-lts>=3.0'
'linux-lts<3.1'
'linux-lts-headers'
)
makedepends
=(
'git'
)
provides
=(
'acpi_call'
'acpi_call-lts'
)
replaces
=(
'acpi_call
'
'acpi_call
-lts'
)
replaces
=(
'acpi_call-lts'
)
conflicts
=(
'acpi_call'
'acpi_call-lts'
)
install
=
acpi_call.install
source
=(
"https://github.com/mkottman/acpi_call/archive/v
${
pkgver
}
.tar.gz"
)
...
...
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