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
7bb8872f
Commit
7bb8872f
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/xfce4-verve-plugin: new package
parent
486d88be
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!82
A bunch of XFCE plugins
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/xfce4-verve-plugin/APKBUILD
+37
-0
37 additions, 0 deletions
user/xfce4-verve-plugin/APKBUILD
with
37 additions
and
0 deletions
user/xfce4-verve-plugin/APKBUILD
0 → 100644
+
37
−
0
View file @
7bb8872f
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
xfce4-verve-plugin
pkgver
=
2.0.0
pkgrel
=
0
pkgdesc
=
"Command-line plugin for the XFCE panel"
url
=
"https://xfce.org"
arch
=
"all"
license
=
"GPL-2.0+"
makedepends
=
"intltool libxfce4ui-dev xfce4-panel-dev"
subpackages
=
"
$pkgname
-lang"
langdir
=
"/usr/lib/locale"
source
=
"http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-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
=
"b6be658f5996857e1c5696dc66f973fa5875ba95682297ad157e107abae821023cdf7101ba5f8e5358740549e392b76bf7d1dae252f43bf1a7e8716d798ed39a xfce4-verve-plugin-2.0.0.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