aboutsummaryrefslogtreecommitdiffstats
path: root/testing/totem-pl-parser
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-04-11 13:18:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-11 16:07:40 +0000
commitb11cda33754bc505c95b8bb5e1ae6cbd0d89b7b4 (patch)
tree191f6f453e6af5fb2dcb50ce1346fbd181fac09a /testing/totem-pl-parser
parent2ef423ffa88046e4e5e5c100c9bf28259058b845 (diff)
downloadaports-b11cda33754bc505c95b8bb5e1ae6cbd0d89b7b4.tar.bz2
aports-b11cda33754bc505c95b8bb5e1ae6cbd0d89b7b4.tar.xz
testing/totem-pl-parser: upgrade to 3.26.0
Diffstat (limited to 'testing/totem-pl-parser')
-rw-r--r--testing/totem-pl-parser/APKBUILD29
1 files changed, 14 insertions, 15 deletions
diff --git a/testing/totem-pl-parser/APKBUILD b/testing/totem-pl-parser/APKBUILD
index a72f70c88d..02e2e9e310 100644
--- a/testing/totem-pl-parser/APKBUILD
+++ b/testing/totem-pl-parser/APKBUILD
@@ -1,34 +1,33 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=totem-pl-parser
-pkgver=3.10.7
+pkgver=3.26.0
pkgrel=0
pkgdesc="GNOME playlist parser library"
url="http://www.gnome.org/"
arch="all"
license="LGPL"
-depends=""
-depends_dev=""
-makedepends="gnome-desktop-dev libsoup-dev libxml2-dev json-glib-dev gmime-dev libxml2-utils libxslt itstool $depends_dev"
+makedepends="meson gnome-desktop-dev libsoup-dev libxml2-dev json-glib-dev
+ gmime-dev libxml2-utils libxslt itstool ninja"
install=""
-subpackages="$pkgname-dev $pkgname-doc"
-source="https://download.gnome.org/sources/totem-pl-parser/3.10/totem-pl-parser-$pkgver.tar.xz"
+subpackages="$pkgname-dev $pkgname-lang"
+source="https://download.gnome.org/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz"
builddir="$srcdir/totem-pl-parser-$pkgver"
build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
+ mkdir "$builddir"/build
+ cd "$builddir"/build
+ meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
- --localstatedir=/var
- make
+ --localstatedir=/var \
+ ..
+ ninja
}
package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
+ cd "$builddir"/build
+ DESTDIR="$pkgdir" ninja install
}
-sha512sums="681ebd61680a4aab3fc4d1d1d158d1d938c0a015f25464169862e0fa3b108af0d0392151a0f4661aa0edafdd7f83ea7f3296dfd01cabdcf3bcac36be488e764e totem-pl-parser-3.10.7.tar.xz"
+sha512sums="30fad1f96bb0f16b39afc7f0d9632ea1e97f5c96e8aecbf0a6c19b9474c5683adc90786ac27d64d68130914fdf073b575921d54d0bced6cd5bdd23631252e8d8 totem-pl-parser-3.26.0.tar.xz"