🔒 Repository is read-only – file editing is disabled.

recipes/gui/gtk3-gir/PAGBUILD.yaml main

49 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
pkgname: gtk3-gir
pkgver: '3.24.52'
pkgrel: '1'
pkgdesc: GObject Introspection data for GTK+ 3 (Gtk-3.0.gir & typelib)
url: 'https://www.gtk.org/'
arch: x86_64
license:
- LGPL-2.1-or-later
depends:
- gtk3
- gobject-introspection
makedepends:
- gtk3
- gobject-introspection
- glib
- pango
- gdk-pixbuf
- atk
- libepoxy
- xorg-libx11
- xorg-libxext
- xorg-libxrender
- xorg-libxinerama
- xorg-libxrandr
- xorg-libxcursor
- wayland
- wayland-protocols
- meson
- ninja
source:
- 'https://download.gnome.org/sources/gtk/3.24/gtk-${pkgver}.tar.xz'
sha256sums:
- 80931fa472a77b9a164f6740e3c0b444fac6770054632d35a7ff9d679e5e7b9f
build: |
  rm -rf build

  meson setup build gtk-${pkgver} \
        --prefix=/usr \
        --libdir=/usr/lib64 \
        --buildtype=plain \
        -Dintrospection=true \
        -Ddemos=false \
        -Dexamples=false \
        -Dtests=false

  meson compile -C build
  DESTDIR=${PKGDIR} meson install -C build

package: 'true'