Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
A
ayatana-indicator-power-git
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
manjaro-arm
P
packages
C
community
Lomiri Dev
ayatana-indicator-power-git
Commits
fc28296e
Commit
fc28296e
authored
Sep 16, 2020
by
Philip Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove patch
parent
a180e901
Pipeline
#845
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
PKGBUILD
PKGBUILD
+2
-5
No files found.
PKGBUILD
View file @
fc28296e
...
...
@@ -11,10 +11,8 @@ license=("GPL2" "GPL3")
depends
=(
"libayatana-indicator"
"upower"
"systemd"
"libnotify"
"dconf"
)
makedepends
=(
"cmake"
"cmake-extras"
"libnotify"
"glib2"
"python"
)
optdepends
=(
"mate-ayatana-indicator-applet"
"zenity"
"mate-control-center"
"mate-power-manager"
)
source
=(
"git+https://github.com/AyatanaIndicators/
${
_pkgname
}
.git"
"0002_add-testing-option.patch"
)
md5sums
=(
"SKIP"
"d81dc8282b30c337e2a899a0f27dbbfe"
)
source
=(
"git+https://github.com/AyatanaIndicators/
${
_pkgname
}
.git"
)
md5sums
=(
"SKIP"
)
options
=(
"!emptydirs"
)
provides
=(
"
${
_pkgname
}
"
)
conflicts
=(
"
${
_pkgname
}
"
)
...
...
@@ -29,7 +27,6 @@ pkgver()
prepare
()
{
cd
${
_pkgname
}
# patch -Np1 -i ../0002_add-testing-option.patch
}
build
()
...
...
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