mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-13 06:06:44 +02:00
this is only a partial rebuild, including stuff that i built on my personal machine with python 3.12.2; might fail with 3.12.3
43 lines
966 B
Text
43 lines
966 B
Text
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
|
|
pkgname=gaupol
|
|
pkgver=1.12
|
|
pkgrel=2
|
|
pkgdesc="Editor for text-based subtitles"
|
|
url="https://otsaloma.io/gaupol/"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
desktop-file-utils
|
|
gspell
|
|
gst-libav
|
|
gst-plugins-bad
|
|
gst-plugins-good
|
|
gst-plugins-ugly
|
|
gstreamer
|
|
gtk+3.0
|
|
hicolor-icon-theme
|
|
iso-codes
|
|
py3-cairo
|
|
py3-chardet
|
|
py3-gobject3
|
|
python3
|
|
"
|
|
makedepends="gettext-dev py3-setuptools py3-wheel py3-gpep517"
|
|
subpackages="$pkgname-doc $pkgname-lang $pkgname-pyc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/otsaloma/gaupol/archive/$pkgver.tar.gz"
|
|
options="!check" # no tests
|
|
|
|
build() {
|
|
gpep517 build-wheel \
|
|
--wheel-dir .dist \
|
|
--output-fd 3 3>&1 >&2
|
|
}
|
|
|
|
package() {
|
|
gpep517 install-wheel --destdir "$pkgdir" \
|
|
.dist/*.whl
|
|
}
|
|
|
|
sha512sums="
|
|
7e8002ceeff0a6c1144a6c23743aff006101a63aee394c4a4eb2742ad37635fe45425964d60ab2d6f10f9e212c72db673f5f1d849f738efcd7d9389054a1de36 gaupol-1.12.tar.gz
|
|
"
|