Help packaging GNOME extension

This page summarizes the projects mentioned and recommended in the original post on /r/GUIX

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • gnome-shell-extension-mullvad-indicator

    Gnome extension to track Mullvad connectivity

  • (define-public gnome-shell-extension-mullvad-indicator-git (let ((commit "e3d6785757bfa990141ec9ab3996eb61b9004f2b") (revision "14")) (package (name "gnome-shell-extension-mullvad-indicator") (version (git-version "0" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Pobega/gnome-shell-extension-mullvad-indicator") (commit commit))) (sha256 (base32 "1131h3l7p0pc66198x1gvbzp6ag2bds7mihr2mk64lrrp5qiww0h")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments `(#:install-plan '(("." ,(string-append "share/gnome-shell/extensions/" "[email protected]") #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.svg$" "\\.pot$" "\\.po$" "\\.mo$" "\\.xml$" "\\.compiled$"))) #:phases (modify-phases %standard-phases (add-before 'install 'compile-schemas (lambda _ (with-directory-excursion "schemas" (invoke "glib-compile-schemas" "."))))))) (native-inputs (list `(,glib "bin"))) (synopsis "GNOME extension to track Mullvad connectivity") (description "System menu for Mullvad VPN. Monitors your connection and allows you to view connection details from the system menu.") (home-page "https://github.com/Pobega/gnome-shell-extension-mullvad-indicator") (license license:asl2.0))))

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Browser-based knitting (pattern) software

    2 projects | news.ycombinator.com | 9 May 2024
  • Mastering Web Animation with JavaScript Libraries: A Comprehensive Guide

    5 projects | dev.to | 9 May 2024
  • Logarithmic Scales

    1 project | news.ycombinator.com | 9 May 2024
  • Show HN: Alt Swagger – Quickly add swagger specs to your node express APIs

    1 project | news.ycombinator.com | 9 May 2024
  • How to create a Vue3 Application with Webpack - JavaScript Version

    1 project | dev.to | 2 May 2024