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
c1a18024
Verified
Commit
c1a18024
authored
3 months ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/libdbusmenu: New package
parent
0e9adc0b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!778
Improve Wayland situation somewhat
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/libdbusmenu/APKBUILD
+38
-0
38 additions, 0 deletions
user/libdbusmenu/APKBUILD
with
38 additions
and
0 deletions
user/libdbusmenu/APKBUILD
0 → 100644
+
38
−
0
View file @
c1a18024
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
libdbusmenu
pkgver
=
16.04.0
pkgrel
=
0
pkgdesc
=
"Library for passing menus over D-Bus"
url
=
"https://launchpad.net/libdbusmenu"
arch
=
"all"
options
=
"!check"
# Requires Python 2.
license
=
"(LGPL-2.1-only OR LGPL-3.0-only) AND GPL-3.0-only"
depends
=
""
makedepends
=
"atk-dev glib-dev gobject-introspection-dev gtk-doc gtk+3.0-dev
intltool json-glib-dev libx11-dev libxslt-dev vala-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev"
source
=
"https://launchpad.net/libdbusmenu/16.04/
$pkgver
/+download/libdbusmenu-
$pkgver
.tar.gz"
build
()
{
export
CFLAGS
=
"
$CFLAGS
-Wno-error"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--disable-static
\
--enable-introspection
make
}
check
()
{
make check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"ee9654ac4ed94bdebc94a6db83b126784273a417a645b2881b2ba676a5f67d7fc95dd2bb37bfb0890aa47299ed73cb21ed7de8b75f3fed6b69bfd39065062241 libdbusmenu-16.04.0.tar.gz"
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