Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
4b11f070
Commit
4b11f070
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/xfce4-systemload-plugin: new package
parent
9e33de96
No related branches found
Branches containing commit
No related tags found
1 merge request
!82
A bunch of XFCE plugins
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/xfce4-systemload-plugin/APKBUILD
+37
-0
37 additions, 0 deletions
user/xfce4-systemload-plugin/APKBUILD
with
37 additions
and
0 deletions
user/xfce4-systemload-plugin/APKBUILD
0 → 100644
+
37
−
0
View file @
4b11f070
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
xfce4-systemload-plugin
pkgver
=
1.2.1
pkgrel
=
0
pkgdesc
=
"System load monitor plugin for the XFCE panel"
url
=
"https://xfce.org"
arch
=
"all"
license
=
"BSD-2-Clause"
makedepends
=
"intltool libxfce4ui-dev xfce4-panel-dev"
subpackages
=
"
$pkgname
-lang"
langdir
=
"/usr/lib/locale"
source
=
"http://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-
$pkgver
.tar.bz2"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"01e57d799731a5860f043339ff0e90e0967ac1bda91d9f500d657ea14f3a52f31d9dd68ef5293f7941ef93e26e48af72de22aef976d0ccd497c62096e1aaf0b9 xfce4-systemload-plugin-1.2.1.tar.bz2"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment