diff options
| -rw-r--r-- | gnu/packages/gnome.scm | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 938efbcdf39..f4703d4dde6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -51,6 +51,7 @@ | |||
| 51 | ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> | 51 | ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> |
| 52 | ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net> | 52 | ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net> |
| 53 | ;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com> | 53 | ;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com> |
| 54 | ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net> | ||
| 54 | ;;; | 55 | ;;; |
| 55 | ;;; This file is part of GNU Guix. | 56 | ;;; This file is part of GNU Guix. |
| 56 | ;;; | 57 | ;;; |
| @@ -10013,6 +10014,37 @@ to.") | |||
| 10013 | ;; snowball | 10014 | ;; snowball |
| 10014 | license:bsd-2)))) | 10015 | license:bsd-2)))) |
| 10015 | 10016 | ||
| 10017 | (define-public glabels | ||
| 10018 | (package | ||
| 10019 | (name "glabels") | ||
| 10020 | (version "3.4.1") | ||
| 10021 | (source | ||
| 10022 | (origin | ||
| 10023 | (method url-fetch) | ||
| 10024 | (uri (string-append "mirror://gnome/sources/" name "/" | ||
| 10025 | (version-major+minor version) "/" | ||
| 10026 | "glabels-" version ".tar.xz")) | ||
| 10027 | (sha256 | ||
| 10028 | (base32 "0f2rki8i27pkd9r0gz03cdl1g4vnmvp0j49nhxqn275vi8lmgr0q")))) | ||
| 10029 | (build-system glib-or-gtk-build-system) | ||
| 10030 | (native-inputs | ||
| 10031 | `(("gettext" ,gettext-minimal) | ||
| 10032 | ("glib:bin" ,glib "bin") | ||
| 10033 | ("intltool" ,intltool) | ||
| 10034 | ("itstool" ,itstool) | ||
| 10035 | ("pkg-config" ,pkg-config))) | ||
| 10036 | (inputs | ||
| 10037 | `(("gtk+" ,gtk+) | ||
| 10038 | ("librsvg" ,librsvg) | ||
| 10039 | ("libxml2" ,libxml2))) | ||
| 10040 | (home-page "https://glabels.org/") | ||
| 10041 | (synopsis "Program for creating labels and business cards") | ||
| 10042 | (description | ||
| 10043 | "gLabels is a program for creating labels and business cards. It is | ||
| 10044 | designed to work with various laser/ink-jet peel-off label and business | ||
| 10045 | card sheets that you’ll find at most office supply stores.") | ||
| 10046 | (license license:gpl3+))) | ||
| 10047 | |||
| 10016 | (define-public libratbag | 10048 | (define-public libratbag |
| 10017 | (package | 10049 | (package |
| 10018 | (name "libratbag") | 10050 | (name "libratbag") |
