Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
378cc0a9
Commit
378cc0a9
authored
10 months ago
by
Sertonix
Committed by
Natanael Copa
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/libwmf: split libwmflite
parent
0f8719e3
No related branches found
No related tags found
1 merge request
!64067
community/libwmf: fix fontdir and libwmflite split
Pipeline
#228682
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libwmf/APKBUILD
+10
-2
10 additions, 2 deletions
community/libwmf/APKBUILD
with
10 additions
and
2 deletions
community/libwmf/APKBUILD
+
10
−
2
View file @
378cc0a9
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libwmf
pkgver
=
0.2.13
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A library for reading vector images in Microsoft's native Windows Metafile Format (WMF)."
url
=
"https://wvware.sourceforge.net/libwmf.html"
arch
=
"all"
...
...
@@ -15,7 +15,10 @@ makedepends="
libpng-dev
libtool
"
subpackages
=
"
$pkgname
-dev"
subpackages
=
"
$pkgname
-dev
libwmflite:_lite
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/caolanm/libwmf/archive/v
$pkgver
.tar.gz
Fix-font-installation-dir.patch
"
...
...
@@ -41,6 +44,11 @@ package() {
make
-j1
DESTDIR
=
"
$pkgdir
"
install
}
_lite
()
{
pkgdesc
=
"A library for parsing Windows MetaFile vector graphics (WMF)."
amove usr/lib/libwmflite
*
}
sha512sums
=
"
f45a936c9bc98fc1a5f2b0808b497119e4dcd3c132615fdddb7583e5719c7d1d7f85c16ebf313cad453e5b7ae3508bf6b80c4ed2b42322b7dec295d8f4eb86ce libwmf-0.2.13.tar.gz
9330dce774ac70a1c70a5c4bc54a5a597fee5ab6c702464d6fd6ee204c4160798ae7ec9a107a61328d7b7b5d41898ac27f3fa152343f707f7bfe2a21291d7843 Fix-font-installation-dir.patch
...
...
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