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
c4fd3736
Commit
c4fd3736
authored
Jul 18, 2020
by
fkardame
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initiate PKG
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
+47
-0
PKGBUILD
PKGBUILD
+47
-0
No files found.
PKGBUILD
0 → 100644
View file @
c4fd3736
# Maintainer: Furkan Kardame <furkan@fkardame.com>
pkgname
=
"ayatana-indicator-power-git"
_pkgname
=
"ayatana-indicator-power"
pkgver
=
1
pkgrel
=
"1"
pkgdesc
=
"Ayatana Indicator showing power state"
arch
=(
"i686"
"x86_64"
"aarch64"
)
url
=
"https://github.com/AyatanaIndicators"
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"
"2fab358cf58bfde470e0b1f00931151b"
)
options
=(
"!emptydirs"
)
provides
=(
"
${
_pkgname
}
"
)
conflicts
=(
"
${
_pkgname
}
"
)
pkgver
()
{
cd
${
_pkgname
}
echo
"git_r
$(
git rev-list
--count
HEAD
)
"
}
prepare
()
{
cd
${
_pkgname
}
patch
-Np1
-i
../0002_add-testing-option.patch
}
build
()
{
cd
${
_pkgname
}
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_INSTALL_LIBEXECDIR
=
lib
-Denable_tests
=
OFF
make
}
package
()
{
cd
${
_pkgname
}
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
\ No newline at end of file
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