Skip to content

Commit

Permalink
Moves Granite and Sideload to proposed
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanprior committed May 15, 2020
1 parent d2a920c commit 1caba95
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
14 changes: 12 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
21 changes: 10 additions & 11 deletions testing/elementary.scm → proposed/pantheon.scm
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1caba95

Please sign in to comment.