diff --git a/README.org b/README.org index d966524..a9f3ce2 100644 --- a/README.org +++ b/README.org @@ -19,10 +19,20 @@ A Unix shell and programming language. It's our upgrade path from Bash. - Issue tracker :: https://issues.guix.gnu.org/issue/41010 +*** [[proposed/pantheon.scm][Granite]] +An extension to gtk+ used in elementary OS applications. + +- Issue tracker :: https://issues.guix.gnu.org/issue/41293 + +*** [[proposed/pantheon.scm][Sideload]] +An application for installing Flatpaks. + +- Issue tracker :: https://issues.guix.gnu.org/issue/41293 + + + ** Testing - [[testing/harvey.scm][Harvey]] checks a given set of colors for WCAG contrast compliance. -- [[testing/elementary.scm][Granite]] is an extension to gtk+ used in elementary OS applications. -- [[testing/elementary.scm][Sideload]] is an application for installing Flatpaks. - [[testing/hugo.scm][Hugo]] is a fast static site generator. - [[testing/mkcert.scm][mkcert]] creates TLS certificates for local testing and manage them using a CA. - [[testing/proton.scm][protonvpn-cli]] is a command-line clinet for ProtonVPN. diff --git a/testing/elementary.scm b/proposed/pantheon.scm similarity index 98% rename from testing/elementary.scm rename to proposed/pantheon.scm index 31c273c..bbdb526 100644 --- a/testing/elementary.scm +++ b/proposed/pantheon.scm @@ -1,19 +1,19 @@ -(define-module (gnu packages elementary) +(define-module (gnu packages pantheon) #:use-module (gnu packages cmake) + #:use-module (gnu packages databases) #:use-module (gnu packages freedesktop) #:use-module (gnu packages gettext) #:use-module (gnu packages glib) #:use-module (gnu packages gnome) + #:use-module (gnu packages gperf) #:use-module (gnu packages gtk) #:use-module (gnu packages linux) - #:use-module (gnu packages tls) - #:use-module (gnu packages pcre) #:use-module (gnu packages package-management) - #:use-module (gnu packages databases) - #:use-module (gnu packages web) + #:use-module (gnu packages pcre) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages tls) + #:use-module (gnu packages web) #:use-module (gnu packages xml) - #:use-module (gnu packages gperf) #:use-module (gnu packages) #:use-module (guix build-system meson) #:use-module (guix download) @@ -34,7 +34,7 @@ (build-system meson-build-system) (inputs `(("gtk" ,gtk+) - ("gtk+-bin" ,gtk+ "bin"))) ;; for gtk-update-icon-cache + ("gtk+-bin" ,gtk+ "bin"))) ; for gtk-update-icon-cache (native-inputs `(("gettext" ,gettext-minimal) ("glib" ,glib) @@ -44,9 +44,9 @@ ("vala" ,vala))) (home-page "https://github.com/elementary/granite") (synopsis "Library that extends GTK with common widgets and utilities") - (description "Granite is a companion library for GTK+ and GLib. Among other + (description "Granite is a companion library for GTK+ and GLib. Among other things, it provides complex widgets and convenience functions designed for use -in apps built for elementary OS.") +in apps built for the Pantheon desktop.") (license license:lgpl3+))) (define-public sideload @@ -182,8 +182,7 @@ by standardizing software component metadata.") (home-page "https://github.com/elementary/calculator") (synopsis "Desktop calculator") (description "Calculator is an application for performing simple arithmatic. -It is the default calculator application in the Pantheon desktop -environment.") +It is the default calculator application in the Pantheon desktop.") (license license:gpl3))) (define-public vte