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
f15a61de
Commit
f15a61de
authored
1 week ago
by
Celeste
Browse files
Options
Downloads
Patches
Plain Diff
community/nmail: upgrade to 5.3.5
https://github.com/d99kris/nmail/releases/tag/v5.3.5
parent
9a95561e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/nmail/APKBUILD
+6
-3
6 additions, 3 deletions
community/nmail/APKBUILD
community/nmail/cmake-openssl.patch
+11
-0
11 additions, 0 deletions
community/nmail/cmake-openssl.patch
with
17 additions
and
3 deletions
community/nmail/APKBUILD
+
6
−
3
View file @
f15a61de
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer
=
"Celeste <cielesti@protonmail.com>"
pkgname
=
nmail
pkgver
=
5.
2.2
pkgver
=
5.
3.5
pkgrel
=
0
pkgdesc
=
"Terminal-based email client"
url
=
"https://github.com/d99kris/nmail"
...
...
@@ -25,7 +25,9 @@ makedepends="
xapian-core-dev
"
subpackages
=
"
$pkgname
-doc
$pkgname
-oauth::noarch"
source
=
"https://github.com/d99kris/nmail/archive/v
$pkgver
/nmail-
$pkgver
.tar.gz"
source
=
"https://github.com/d99kris/nmail/archive/v
$pkgver
/nmail-
$pkgver
.tar.gz
cmake-openssl.patch
"
build
()
{
cmake
-B
build
-G
Ninja
\
...
...
@@ -58,5 +60,6 @@ oauth() {
}
sha512sums
=
"
99a2b7c5d90e65d2a85e63b8d3529bb5aa42f5cc5d545a42df9efd3e8e2b0fc77a18fdb3be97b2b38d278d23d135fc8c473d018fd8d51f5638004636230286de nmail-5.2.2.tar.gz
a97ada7dcc5b238687f070c8e365dc94a0fc2860e3680b6f9cd973f37bd5ea58c979d68db2919bb977e3e6d10774c780b2502ecb295e5cae01aaf228ee8ba48f nmail-5.3.5.tar.gz
6283b2f4b456edd840ef2f4bdcc02ffe6c61cfd326f6526920756fd8aeb19d46c660a7c38ef75f7021075710aca9b9dc32a5c5f4d2d2ddbe47252a260838d21e cmake-openssl.patch
"
This diff is collapsed.
Click to expand it.
community/nmail/cmake-openssl.patch
0 → 100644
+
11
−
0
View file @
f15a61de
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -242,7 +242,7 @@
# Linking
target_link_libraries(nmail PUBLIC
- ${CURSES_LIBRARIES} ${OPENSSL_SSL_LIBRARY} ${SQLite3_LIBRARIES}
+ ${CURSES_LIBRARIES} ${OPENSSL_LIBRARIES} ${SQLite3_LIBRARIES}
${XAPIAN_LIBRARIES} ${LIBETPAN_LIBRARY} ${CYRUS_SASL_LIBRARY}
${MAGIC_LIBRARY} ${LIBUUID_LIBRARIES}
pthread ${CMAKE_DL_LIBS})
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