~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] testing/lyx: new aport

Eloi Torrents <eloitor@disroot.org>
Details
Message ID
<20220516171538.9464-1-eloitor@disroot.org>
DKIM signature
missing
Download raw message
Patch: +41 -0
---
 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
Details
Message ID
<165531600248.985.5399186905105985422.gitlab.34495.efd2cfd7d37fc7a3d8de70ae1c841bb76fcdae11@listserv.local>
In-Reply-To
<20220516171538.9464-1-eloitor@disroot.org> (view parent)
DKIM signature
missing
Download raw message
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
Reply to thread Export thread (mbox)