template.py 776 B

1234567891011121314151617181920212223242526
  1. pkgname = "libdazzle"
  2. pkgver = "3.44.0"
  3. pkgrel = 0
  4. build_style = "meson"
  5. configure_args = [
  6. "-Denable_gtk_doc=false", "-Dwith_vapi=true", "-Dwith_introspection=true",
  7. ]
  8. hostmakedepends = [
  9. "meson", "pkgconf", "glib-devel", "gobject-introspection", "vala",
  10. ]
  11. makedepends = [
  12. "gtk+3-devel", "glib-devel"
  13. ]
  14. pkgdesc = "Library to delight your users with fancy features"
  15. maintainer = "q66 <q66@chimera-linux.org>"
  16. license = "GPL-3.0-or-later"
  17. url = "https://gitlab.gnome.org/GNOME/libdazzle"
  18. source = f"$(GNOME_SITE)/{pkgname}/{pkgver[:-2]}/{pkgname}-{pkgver}.tar.xz"
  19. sha256 = "3cd3e45eb6e2680cb05d52e1e80dd8f9d59d4765212f0e28f78e6c1783d18eae"
  20. # needs x11
  21. options = ["!check", "!cross"]
  22. @subpackage("libdazzle-devel")
  23. def _devel(self):
  24. return self.default_devel()