diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2026-08-25 14:08:13 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-28 16:40:54 +0200 |
| commit | e5306f1421edaaf9ec12c4c4a39bf7c7052d9cc0 (patch) | |
| tree | b4b86cb10215910c5c5b760b6fc5fd33885bf598 | |
| parent | a7e49024ce6244ff96b1853213cca1973aee44d2 (diff) | |
gnu: numix-gtk-theme: Update to 2.6.7-0.ad4b345.
* gnu/packages/gnome-xyz.scm (numix-gtk-theme): Update to 2.6.7-0.ad4b345.
[native-inputs]: Remove ruby-sass. Add sassc.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/gnome-xyz.scm | 67 |
1 files changed, 35 insertions, 32 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index f94f1d02428..04fba318657 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm | |||
| @@ -1765,39 +1765,42 @@ themes: | |||
| 1765 | (license license:gpl3+)))) | 1765 | (license license:gpl3+)))) |
| 1766 | 1766 | ||
| 1767 | (define-public numix-gtk-theme | 1767 | (define-public numix-gtk-theme |
| 1768 | (package | 1768 | (let ((revision "0") |
| 1769 | (name "numix-gtk-theme") | 1769 | ;; Includes a fix to use sassc instead of deprecated ruby-sass. |
| 1770 | (version "2.6.7") | 1770 | (commit "ad4b345cb19edba96bec72d6dc97ed1b568755a8")) |
| 1771 | (source (origin | 1771 | (package |
| 1772 | (method git-fetch) | 1772 | (name "numix-gtk-theme") |
| 1773 | (uri (git-reference | 1773 | (version (git-version "2.6.7" revision commit)) |
| 1774 | (url "https://github.com/numixproject/numix-gtk-theme") | 1774 | (source (origin |
| 1775 | (commit version))) | 1775 | (method git-fetch) |
| 1776 | (file-name (git-file-name name version)) | 1776 | (uri (git-reference |
| 1777 | (sha256 | 1777 | (url "https://github.com/numixproject/numix-gtk-theme") |
| 1778 | (base32 | 1778 | (commit commit))) |
| 1779 | "12mw0kr0kkvg395qlbsvkvaqccr90cmxw5rrsl236zh43kj8grb7")))) | 1779 | (file-name (git-file-name name version)) |
| 1780 | (build-system gnu-build-system) | 1780 | (sha256 |
| 1781 | (arguments | 1781 | (base32 |
| 1782 | '(#:make-flags | 1782 | "02ls7v2bdra7p0vcl6aw93symgb15g7wkamxm2rsdbw65v2gk9gc")))) |
| 1783 | (list (string-append "INSTALL_DIR=" | 1783 | (build-system gnu-build-system) |
| 1784 | (assoc-ref %outputs "out") | 1784 | (arguments |
| 1785 | "/share/themes/Numix")) | 1785 | '(#:make-flags |
| 1786 | #:tests? #f | 1786 | (list (string-append "INSTALL_DIR=" |
| 1787 | #:phases | 1787 | (assoc-ref %outputs "out") |
| 1788 | (modify-phases %standard-phases | 1788 | "/share/themes/Numix")) |
| 1789 | (delete 'configure)))) ; no configure script | 1789 | #:tests? #f |
| 1790 | (native-inputs | 1790 | #:phases |
| 1791 | (list `(,glib "bin") ; for glib-compile-schemas | 1791 | (modify-phases %standard-phases |
| 1792 | gnome-shell | 1792 | (delete 'configure)))) ; no configure script |
| 1793 | gtk+ | 1793 | (native-inputs |
| 1794 | libxml2 | 1794 | (list `(,glib "bin") ; for glib-compile-schemas |
| 1795 | ruby-sass)) | 1795 | gnome-shell |
| 1796 | (synopsis "Flat theme with light and dark elements") | 1796 | gtk+ |
| 1797 | (description "Numix is a modern flat theme with a combination of light and | 1797 | libxml2 |
| 1798 | sassc)) | ||
| 1799 | (synopsis "Flat theme with light and dark elements") | ||
| 1800 | (description "Numix is a modern flat theme with a combination of light and | ||
| 1798 | dark elements. It supports GNOME, Unity, Xfce, and Openbox.") | 1801 | dark elements. It supports GNOME, Unity, Xfce, and Openbox.") |
| 1799 | (home-page "https://numixproject.github.io") | 1802 | (home-page "https://numixproject.github.io") |
| 1800 | (license license:gpl3+))) | 1803 | (license license:gpl3+)))) |
| 1801 | 1804 | ||
| 1802 | (define-public orchis-theme | 1805 | (define-public orchis-theme |
| 1803 | (package | 1806 | (package |
