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
3627c2e7
Verified
Commit
3627c2e7
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
harmony/harfbuzz: merged to Alpine
parent
123fe63d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
harmony/harfbuzz/APKBUILD
+0
-58
0 additions, 58 deletions
harmony/harfbuzz/APKBUILD
with
0 additions
and
58 deletions
harmony/harfbuzz/APKBUILD
deleted
100644 → 0
+
0
−
58
View file @
123fe63d
# Contributor: Sören Tempel <soeren+alpinelinux@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
harfbuzz
pkgver
=
1.6.3
pkgrel
=
0
pkgdesc
=
"Text shaping library"
url
=
"http://freedesktop.org/wiki/Software/HarfBuzz"
arch
=
"all"
license
=
"MIT"
depends
=
""
makedepends
=
"freetype-dev glib-dev gobject-introspection-dev cairo-dev icu-dev graphite2-dev"
checkdepends
=
"python3"
subpackages
=
"
$pkgname
-dev
$pkgname
-icu"
source
=
"http://www.freedesktop.org/software/
$pkgname
/release/
$pkgname
-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--disable-static
\
--with-glib
\
--with-gobject
\
--with-graphite2
\
--with-icu
\
--with-truetype
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
check
()
{
cd
"
$builddir
"
make check
}
dev
()
{
default_dev
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr/
}
icu
()
{
pkgdesc
=
"Harfbuzz ICU support library"
replaces
=
"harfbuzz"
mkdir
-p
"
$subpkgdir
"
/usr/lib
mv
"
$pkgdir
"
/usr/lib/lib
*
icu.so.
*
"
$subpkgdir
"
/usr/lib/
}
sha512sums
=
"37d1a161d9074e9898d9ef6cca6dffffc725005828d700744553b0145373b69bcd3b08f507d49f4c2e05850d9275a54f15983356c547c86e5e3c202cc7cbfbe8 harfbuzz-1.6.3.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