~alpine/aports

testing/lyx: new aport v1 APPLIED

Eloi Torrents: 1
 testing/lyx: new aport

 1 files changed, 41 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4080/mbox | git am -3
Learn more about email & git

[PATCH] testing/lyx: new aport Export this patch

---
 testing/lyx/APKBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 testing/lyx/APKBUILD

diff --git a/testing/lyx/APKBUILD b/testing/lyx/APKBUILD
new file mode 100644
index 0000000000..8cf583f2ef
--- /dev/null
+++ b/testing/lyx/APKBUILD
@@ -0,0 +1,41 @@
# Contributor: Eloi Torrents <eloitor@disroot.org>
# Maintainer: Eloi Torrents <eloitor@disroot.org>
pkgname=lyx
pkgver=2.3.6.1
pkgrel=0
pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
url="https://www.lyx.org"
arch="all"
license="GPL-2.0-or-later"
makedepends="
	qt5-qtbase-dev
	file-dev
	boost-dev
	mythes-dev
	enchant2-dev
	qt5-qtsvg-dev
	"
depends="
	python3
	imagemagick
	"
subpackages="$pkgname-doc"
source="https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	./configure \
		--prefix=/usr \
		--sysconfdir=/etc \
		--enable-qt5 --without-included-boost \
		--without-included-mythes
	make
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="
b2f24d32c3716144fc19a5187d59dce86c718e9180b3b33826a04477c5deeed8238c31e0569b8c218164726ab10b66c76c22dc7e0610ca18a7b7e651a3525cbd  lyx-2.3.6.1.tar.gz
"
-- 
2.35.3
Sorry to bother you @mailinglist-bot,

but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@team/mentors`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Thanks for your contribution.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34495#note_242117