aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-05 00:07:45 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-06 06:48:02 +0000
commit5d0072d521d22f7738395c4a39cec82a94a7cb9c (patch)
tree55ff7ad4100548e8cc92551162f59eff41fe042d /testing
parent7410011726e15080d0d22a7ba5edf8ddbea1fdc2 (diff)
downloadaports-5d0072d521d22f7738395c4a39cec82a94a7cb9c.tar.bz2
aports-5d0072d521d22f7738395c4a39cec82a94a7cb9c.tar.xz
testing/subtitleeditor: modernize
Diffstat (limited to 'testing')
-rw-r--r--testing/subtitleeditor/APKBUILD22
1 files changed, 9 insertions, 13 deletions
diff --git a/testing/subtitleeditor/APKBUILD b/testing/subtitleeditor/APKBUILD
index 6327e72505..f3903b4380 100644
--- a/testing/subtitleeditor/APKBUILD
+++ b/testing/subtitleeditor/APKBUILD
@@ -2,26 +2,24 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=subtitleeditor
pkgver=0.54.0
-pkgrel=0
-pkgdesc="GTK+3 tool to create and edit subtitles."
-url="http://home.gna.org/subtitleeditor/"
+pkgrel=1
+pkgdesc="GTK+3 tool to create and edit subtitles"
+url="https://kitone.github.io/subtitleeditor/"
arch="x86 x86_64"
-license="GPL-3.0"
-makedepends="libxml++-2.6-dev enchant-dev libsigc++-dev xdg-utils gtkmm3-dev gtk+3.0-dev
- gst-plugins-base-dev gstreamer-dev gstreamermm-dev iso-codes-dev gst-libav
- desktop-file-utils gst-plugins-ugly automake autoconf libtool"
+license="GPL-3.0-or-later"
+makedepends="libxml++-2.6-dev enchant-dev libsigc++-dev xdg-utils gtkmm3-dev
+ gtk+3.0-dev gst-plugins-base-dev gstreamer-dev gstreamermm-dev iso-codes-dev
+ gst-libav desktop-file-utils gst-plugins-ugly automake autoconf libtool
+ intltool"
subpackages="$pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/kitone/$pkgname/archive/$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="$pkgname-$pkgver.tar.gz::https://github.com/kitone/subtitleeditor/archive/$pkgver.tar.gz"
prepare() {
default_prepare
- cd "$builddir"
./autogen.sh
}
build() {
- cd "$builddir"
./configure \
--prefix=/usr \
--disable-debug \
@@ -30,12 +28,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}