mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
atk, bump version (#7072)
This commit is contained in:
@@ -12,12 +12,11 @@ LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftp.gnome.org/pub/GNOME/sources/atk/${portVersion%.*}/atk-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="cb41feda7fe4ef0daa024471438ea0219592baf7c291347e5a858bb64e4091cc"
|
||||
PATCHES="atk-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.23209.1"
|
||||
libVersion="0.23809.1"
|
||||
libVersionCompat="$libVersion compat >= 0"
|
||||
|
||||
PROVIDES="
|
||||
@@ -67,13 +66,13 @@ BUILD()
|
||||
meson --buildtype=release --prefix=$prefix \
|
||||
--libdir=$libDir --includedir=$includeDir \
|
||||
--localedir=$dataDir/locale --datadir=$dataDir \
|
||||
_build .
|
||||
ninja -C _build $jobArgs
|
||||
-Dintrospection=false build .
|
||||
ninja -C build $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
ninja -C _build install
|
||||
ninja -C build install
|
||||
|
||||
prepareInstalledDevelLib libatk-1.0
|
||||
fixPkgconfig
|
||||
@@ -84,7 +83,7 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd _build/tests
|
||||
cd build/tests
|
||||
./teststateset
|
||||
./testrelation
|
||||
./testrole
|
||||
@@ -1,19 +0,0 @@
|
||||
From ffa277b5daba5dd3f646567b117782e5272dc304 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Tue, 26 Mar 2019 07:58:18 +0100
|
||||
Subject: disable introspection
|
||||
|
||||
|
||||
diff --git a/meson_options.txt b/meson_options.txt
|
||||
index c4542dc..4f50711 100644
|
||||
--- a/meson_options.txt
|
||||
+++ b/meson_options.txt
|
||||
@@ -5,4 +5,4 @@ option('docs',
|
||||
option('introspection',
|
||||
description: 'Whether to build introspection files',
|
||||
type: 'boolean',
|
||||
- value: true)
|
||||
+ value: false)
|
||||
--
|
||||
2.19.1
|
||||
|
||||
Reference in New Issue
Block a user