diff --git a/dev-libs/atk/atk-2.32.0.recipe b/dev-libs/atk/atk-2.38.0.recipe similarity index 94% rename from dev-libs/atk/atk-2.32.0.recipe rename to dev-libs/atk/atk-2.38.0.recipe index de1ee1013..3f0ea7848 100644 --- a/dev-libs/atk/atk-2.32.0.recipe +++ b/dev-libs/atk/atk-2.38.0.recipe @@ -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 diff --git a/dev-libs/atk/patches/atk-2.32.0.patchset b/dev-libs/atk/patches/atk-2.32.0.patchset deleted file mode 100644 index e0613ab6d..000000000 --- a/dev-libs/atk/patches/atk-2.32.0.patchset +++ /dev/null @@ -1,19 +0,0 @@ -From ffa277b5daba5dd3f646567b117782e5272dc304 Mon Sep 17 00:00:00 2001 -From: begasus -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 -