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
e63f6a21
Commit
e63f6a21
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/ido: new package
parent
118d7556
No related branches found
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/ido/APKBUILD
+43
-0
43 additions, 0 deletions
user/ido/APKBUILD
with
43 additions
and
0 deletions
user/ido/APKBUILD
0 → 100644
+
43
−
0
View file @
e63f6a21
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
ido
pkgver
=
12.10.2
pkgrel
=
0
pkgdesc
=
"Library for indicator display objects"
url
=
"https://launchpad.net/libido"
arch
=
"all"
options
=
"!check"
# broken testsuite
license
=
"(LGPL-2.1-only OR LGPL-3.0-only) AND GPL-3.0-only AND LGPL-2.0+"
makedepends
=
"gtk+3.0-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"https://launchpad.net/ido/12.10/
$pkgver
/+download/ido-
$pkgver
.tar.gz"
prepare
()
{
cd
"
$builddir
"
default_prepare
update_config_sub
}
build
()
{
cd
"
$builddir
"
CFLAGS
=
"-Wno-error"
./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
=
"f745380bbc8b97c739691ae4f0dc27d5903ff078e92aaa2280d2c830c77ea2ad29b3abb4a49ffc7cc928b32e3a60ad64de20087980e02e5d5233eeb22978d2dc ido-12.10.2.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