summaryrefslogtreecommitdiff
path: root/user/gobject-introspection
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-04 02:27:54 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-04 02:27:54 +0000
commit03d6ac98ef2ebe7a25d6e567ac3ffeba39c5cdf3 (patch)
treef114c7683ccb25f63b3208dd73f4d6ae3bcc5e38 /user/gobject-introspection
parentcd05906f44f2791797c7108e1d7385c42a04bc87 (diff)
downloadpackages-03d6ac98ef2ebe7a25d6e567ac3ffeba39c5cdf3.tar.gz
packages-03d6ac98ef2ebe7a25d6e567ac3ffeba39c5cdf3.tar.bz2
packages-03d6ac98ef2ebe7a25d6e567ac3ffeba39c5cdf3.tar.xz
packages-03d6ac98ef2ebe7a25d6e567ac3ffeba39c5cdf3.zip
user/gobject-introspection: bump to 1.62.0
Diffstat (limited to 'user/gobject-introspection')
-rw-r--r--user/gobject-introspection/APKBUILD21
1 files changed, 6 insertions, 15 deletions
diff --git a/user/gobject-introspection/APKBUILD b/user/gobject-introspection/APKBUILD
index 81dca7aed..cc92875e1 100644
--- a/user/gobject-introspection/APKBUILD
+++ b/user/gobject-introspection/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer:
pkgname=gobject-introspection
-pkgver=1.60.2
+pkgver=1.62.0
pkgrel=0
pkgdesc="Introspection system for GObject-based libraries"
url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection"
@@ -15,26 +15,17 @@ subpackages="$pkgname-doc $pkgname-dev"
replaces="libgirepository"
source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
-prepare() {
- cd "$builddir"
- default_prepare
- mkdir -p build
-}
-
build() {
- cd "$builddir"/build
- meson -Dprefix=/usr
- ninja
+ meson -Dprefix=/usr build
+ ninja -C build
}
check() {
- cd "$builddir"/build
- ninja test
+ ninja -C build test
}
package() {
- cd "$builddir"/build
- DESTDIR="$pkgdir" ninja install
+ DESTDIR="$pkgdir" ninja -C build install
}
dev() {
@@ -46,4 +37,4 @@ dev() {
replaces="gobject-introspection"
}
-sha512sums="8e8c1c3a025cb6c18933302ada8cce7c4826f22eef791c80a97abb28379239f8d99312e1237bcea1060f4d5cf65441909b9da434561982209bb4976b1f22529e gobject-introspection-1.60.2.tar.xz"
+sha512sums="b460a95fd7a323e9b0c9a45e680ebe98bbae7632abfa53b3e0b0ec050775cab17dde693314d6d4f8e93614c32b5587f8ce0b4a4c9ee9ba46c029ce029014e638 gobject-introspection-1.62.0.tar.xz"