mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/gnome-latex: new aport
It's no longer maintained as a GNOME project but its still maintained.
This reverts the drop, moves it from community, takes over
maintainership and upgrades to 3.41.2.
This reverts commit 930c86861c
.
This commit is contained in:
parent
e6c93f350d
commit
5a437feb1a
58
testing/gnome-latex/APKBUILD
Normal file
58
testing/gnome-latex/APKBUILD
Normal file
@ -0,0 +1,58 @@
|
||||
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
||||
# Maintainer: Ralf Rachinger <alpine@ralfrachinger.de>
|
||||
pkgname=gnome-latex
|
||||
pkgver=3.41.2
|
||||
pkgrel=0
|
||||
pkgdesc="LaTeX editor for the GNOME desktop"
|
||||
url="https://gitlab.gnome.org/swilmet/gnome-latex"
|
||||
# s390x, ppc64le and riscv64 blocked by texlive
|
||||
arch="all !ppc64le !s390x !riscv64"
|
||||
license="GPL-3.0-or-later"
|
||||
depends="texlive"
|
||||
makedepends="
|
||||
autoconf
|
||||
automake
|
||||
dconf-dev
|
||||
gobject-introspection-dev
|
||||
gsettings-desktop-schemas-dev
|
||||
gspell-dev
|
||||
gtk-doc
|
||||
intltool
|
||||
itstool
|
||||
libgee-dev
|
||||
libtool
|
||||
tepl-dev
|
||||
vala
|
||||
yelp
|
||||
"
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
source="https://download.gnome.org/sources/gnome-latex/${pkgver%.*}/gnome-latex-$pkgver.tar.xz
|
||||
"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
0f8d4ecc303c5139d1cb47929a26c682f77f7cd04c29d31d2a2de6d97efb8bf69dca91a35e8546659a8a7af84d719de7e18c7f9d8b41a3eee7959c1b44d0ff91 gnome-latex-3.41.2.tar.xz
|
||||
"
|
Loading…
Reference in New Issue
Block a user