Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
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")
...
@@ -11,10 +11,8 @@ license=("GPL2" "GPL3")
depends
=(
"libayatana-indicator"
"upower"
"systemd"
"libnotify"
"dconf"
)
depends
=(
"libayatana-indicator"
"upower"
"systemd"
"libnotify"
"dconf"
)
makedepends
=(
"cmake"
"cmake-extras"
"libnotify"
"glib2"
"python"
)
makedepends
=(
"cmake"
"cmake-extras"
"libnotify"
"glib2"
"python"
)
optdepends
=(
"mate-ayatana-indicator-applet"
"zenity"
"mate-control-center"
"mate-power-manager"
)
optdepends
=(
"mate-ayatana-indicator-applet"
"zenity"
"mate-control-center"
"mate-power-manager"
)
source
=(
"git+https://github.com/AyatanaIndicators/
${
_pkgname
}
.git"
source
=(
"git+https://github.com/AyatanaIndicators/
${
_pkgname
}
.git"
)
"0002_add-testing-option.patch"
)
md5sums
=(
"SKIP"
)
md5sums
=(
"SKIP"
"d81dc8282b30c337e2a899a0f27dbbfe"
)
options
=(
"!emptydirs"
)
options
=(
"!emptydirs"
)
provides
=(
"
${
_pkgname
}
"
)
provides
=(
"
${
_pkgname
}
"
)
conflicts
=(
"
${
_pkgname
}
"
)
conflicts
=(
"
${
_pkgname
}
"
)
...
@@ -29,7 +27,6 @@ pkgver()
...
@@ -29,7 +27,6 @@ pkgver()
prepare
()
prepare
()
{
{
cd
${
_pkgname
}
cd
${
_pkgname
}
# patch -Np1 -i ../0002_add-testing-option.patch
}
}
build
()
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