Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
656
Issues
656
List
Boards
Labels
Service Desk
Milestones
Merge Requests
232
Merge Requests
232
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
72ae5abf
Commit
72ae5abf
authored
May 09, 2019
by
Leo
Committed by
Francesco Colista
May 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/neomutt: upgrade to 20180716
parent
4d181d58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
44 deletions
+14
-44
testing/neomutt/APKBUILD
testing/neomutt/APKBUILD
+14
-32
testing/neomutt/Makefile-am.patch
testing/neomutt/Makefile-am.patch
+0
-12
No files found.
testing/neomutt/APKBUILD
View file @
72ae5abf
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer:
# Maintainer:
Leo <thinakbit.ukim@gmail.com>
pkgname
=
neomutt
pkgver
=
201
71208
pkgrel
=
3
pkgver
=
201
80716
pkgrel
=
0
pkgdesc
=
"Mutt with miscellaneous fixes and feature patches"
url
=
"https://www.neomutt.org/"
arch
=
"all"
license
=
"GPL-2.0"
depends
=
""
depends_dev
=
""
makedepends
=
"automake autoconf cyrus-sasl-dev gdbm-dev gettext-dev
gpgme-dev libidn-dev ncurses-dev openssl-dev notmuch-dev
bsd-compat-headers"
install
=
""
makedepends
=
"cyrus-sasl-dev gdbm-dev gettext-dev gpgme-dev libidn-dev
ncurses-dev openssl-dev notmuch-dev bsd-compat-headers libxslt tcl
docbook-xsl perl w3m"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
options
=
"!check"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/
$pkgname
/
$pkgname
/archive/
$pkgname
-
$pkgver
.tar.gz
Makefile-am.patch"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/
$pkgname
/
$pkgname
/archive/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgname
-
$pkgver
"
prepare
()
{
default_prepare
cd
"
$builddir
"
autoreconf
-vfi
}
build
()
{
cd
"
$builddir
"
./configure
-enable-notmuch
-enable-gpgme
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--with-docdir
=
/usr/share/doc/
$pkgname
\
--with-mailpath
=
/var/spool/mail
\
--with-gdbm
\
--with-ssl
\
--with-sasl
./configure
\
--notmuch
\
--gpgme
\
--gdbm
\
--ssl
\
--sasl
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
contrib/gpg.rc
\
"
$pkgdir
"
/usr/share/doc/
$pkgname
/examples/Muttrc.gpg
}
sha512sums
=
"e4f8a5f01d96d6f82959fe583634585deee28cf146c768e5049281b273c5b76b91ee01c9d9382a26f72a092c14341905129e73bf5c6ba19baae7823bc6680671 neomutt-20171208.tar.gz
74f38efb63d63e222d351c20624830b4beea122a4d530f8100bddf38821d56d1a6f0017330b167451f1eae5a612e23b08676371352230da28d512e99e77ffe56 Makefile-am.patch"
sha512sums
=
"ee4093217cc1409262b96ab33ed78a38f5c6a72f62fcd7b25027f9373687ce67af8a4e1793b1d7d843bee5b4a7e0c69b30b3badf88a4e1a8fadd8b21441faaae neomutt-20180716.tar.gz"
testing/neomutt/Makefile-am.patch
deleted
100644 → 0
View file @
4d181d58
diff -upr neomutt-neomutt-20170907.orig/Makefile.am neomutt-neomutt-20170907/Makefile.am
--- neomutt-neomutt-20170907.orig/Makefile.am 2017-09-16 23:31:49.743501911 +0200
+++ neomutt-neomutt-20170907/Makefile.am 2017-09-16 23:31:58.606864448 +0200
@@ -97,7 +97,7 @@
EXTRA_DIST = account.h attach.h bcache.h
EXTRA_SCRIPTS =
pgpring_SOURCES = pgppubring.c
-pgpring_LDADD = $(LIBOBJS) $(NCRYPT_LIBS) $(INTLLIBS) $(LIBMUTT)
+pgpring_LDADD = $(LIBOBJS) $(NCRYPT_LIBS) $(INTLLIBS) $(LIBMUTT) -lintl
pgpring_DEPENDENCIES = $(LIBOBJS) $(NCRYPT_DEPS) $(INTLDEPS) $(LIBMUTTDEPS)
txt2c_SOURCES = txt2c.c
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment