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
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
andri saputra
Adélie Package Tree
Commits
643d07e7
Verified
Commit
643d07e7
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/poppler-qt5: new package
parent
4ef18bf6
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
user/poppler-qt5/APKBUILD
+48
-0
48 additions, 0 deletions
user/poppler-qt5/APKBUILD
with
48 additions
and
0 deletions
user/poppler-qt5/APKBUILD
0 → 100644
+
48
−
0
View file @
643d07e7
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
poppler-qt5
_realname
=
poppler
pkgver
=
0.56.0
pkgrel
=
0
pkgdesc
=
"PDF rendering library based on xpdf 3.0 (Qt 5 bindings)"
url
=
"http://poppler.freedesktop.org/"
arch
=
"all"
license
=
"GPL"
options
=
"!check"
# Test data not included in tarball
subpackages
=
"
$pkgname
-dev"
makedepends
=
"libjpeg-turbo-dev cairo-dev libxml2-dev fontconfig-dev
qt5-qtbase-dev poppler-dev=
$pkgver
lcms2-dev openjpeg-dev"
depends
=
replaces
=
"poppler-glib"
depends_dev
=
"
$makedepends
"
source
=
"http://poppler.freedesktop.org/poppler-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/
$_realname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--localstatedir
=
/var
\
--disable-static
\
--disable-poppler-glib
\
--enable-cairo-output
\
--enable-xpdf-headers
\
--enable-libjpeg
\
--enable-zlib
\
--enable-poppler-qt5
\
--disable-utils
make
}
package
()
{
cd
"
$builddir
"
install
-D
-m644
poppler-qt5.pc
"
$pkgdir
"
/usr/lib/pkgconfig/poppler-qt5.pc
cd
qt5
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"74d2ca63afcb7e155c153b4ddc71621b7f4f2c60d4fcafd873176d5ac59fafedc35b200a22c7af2013d7f75e670a1cc23d6ba878167a02209917f8d30002d528 poppler-0.56.0.tar.xz"
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