Date: Tuesday, March 22, 2022 @ 00:57:43
  Author: heftig
Revision: 440478

3.24.33-2: debug on

Modified:
  gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-22 00:57:06 UTC (rev 440477)
+++ PKGBUILD    2022-03-22 00:57:43 UTC (rev 440478)
@@ -4,11 +4,11 @@
 pkgbase=gtk3
 pkgname=(gtk3 gtk3-docs gtk3-demos)
 pkgver=3.24.33
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
+url="https://www.gtk.org/";
 arch=(x86_64)
-url="https://www.gtk.org/";
 depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2
          dconf libxcomposite libxdamage pango shared-mime-info at-spi2-atk
          wayland libxkbcommon adwaita-icon-theme json-glib librsvg
@@ -17,6 +17,7 @@
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson
              wayland-protocols)
 license=(LGPL)
+options=(debug)
 _commit=8ff9b2f83ff491cbfcbf9b30c706bd917679e7cc  # tags/3.24.33^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit";
         gtk-query-immodules-3.0.hook)
@@ -101,4 +102,4 @@
   mv demo/* "$pkgdir"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 et:

Reply via email to