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
Merge requests
!30967
testing/libvmime: modernize
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/libvmime: modernize
J0WI/aports:libvmime
into
master
Overview
4
Commits
1
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Merged
J0WI
requested to merge
J0WI/aports:libvmime
into
master
3 years ago
Overview
4
Commits
1
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
fbcd58e0
3 years ago
master (base)
and
latest version
latest version
50ae9d78
1 commit,
2 years ago
version 1
fbcd58e0
1 commit,
3 years ago
1 file
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
testing/libvmime/APKBUILD
+
7
−
7
Options
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
pkgname
=
libvmime
pkgver
=
0.9.2k4
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP"
arch
=
"all"
url
=
"http://www.vmime.org"
url
=
"http
s
://www.vmime.org
/
"
license
=
"GPL-3.0-only"
# cmake config file isn't suitable for explicitely setting the TLS lib when it finds gnutls
makedepends
=
"libgsasl-dev openssl-dev cmake gtk+3.0-dev doxygen
cppunit-dev graphviz !gnutls-dev"
cppunit-dev graphviz !gnutls-dev
samurai
"
subpackages
=
"
$pkgname
-dbg
$pkgname
-dev"
source
=
"libvmime-
$pkgver
.tar.gz::https://github.com/Kopano-dev/vmime/archive/v
$pkgver
.tar.gz
fix-icu-70-1.patch
@@ -19,10 +19,11 @@ builddir="$srcdir/vmime-$pkgver"
# can't build in other directory because cmake config is broken here.
# library will not exist at package time.
build
()
{
cmake
-DCMAKE_BUILD_TYPE
=
None
\
cmake
-B
.
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
MinSizeRel
\
-DCMAKE_INSTALL_PREFIX
=
/usr/
\
-DVMIME_BUILD_TESTS
=
ON
\
-DVMIME_TLS_SUPPORT_LIB
=
openssl
-B
.
-DVMIME_TLS_SUPPORT_LIB
=
openssl
cmake
--build
.
}
@@ -31,8 +32,7 @@ check() {
}
package
()
{
#cmake --install . ="$pkgdir"
make
DESTDIR
=
"
$pkgdir
"
install
DESTDIR
=
"
$pkgdir
"
cmake
--install
.
mv
"
$pkgdir
/usr/cmake"
"
$pkgdir
/usr/lib/cmake"
}
Loading