diff options
| -rw-r--r-- | gnu/packages/xfce.scm | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 46be8a85071..c5fd41269e9 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm | |||
| @@ -17,6 +17,7 @@ | |||
| 17 | ;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot> | 17 | ;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot> |
| 18 | ;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com> | 18 | ;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com> |
| 19 | ;;; Copyright © 2025 Tomáš Čech <sleep_walker@gnu.org> | 19 | ;;; Copyright © 2025 Tomáš Čech <sleep_walker@gnu.org> |
| 20 | ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in> | ||
| 20 | ;;; | 21 | ;;; |
| 21 | ;;; This file is part of GNU Guix. | 22 | ;;; This file is part of GNU Guix. |
| 22 | ;;; | 23 | ;;; |
| @@ -92,28 +93,6 @@ | |||
| 92 | #:use-module (guix packages) | 93 | #:use-module (guix packages) |
| 93 | #:use-module (guix utils)) | 94 | #:use-module (guix utils)) |
| 94 | 95 | ||
| 95 | (define-public gtk-xfce-engine | ||
| 96 | (package | ||
| 97 | (name "gtk-xfce-engine") | ||
| 98 | (version "2.10.1") | ||
| 99 | (source (origin | ||
| 100 | (method url-fetch) | ||
| 101 | (uri (string-append "https://archive.xfce.org/src/xfce/" | ||
| 102 | name "/" (version-major+minor version) "/" | ||
| 103 | name "-" version ".tar.bz2")) | ||
| 104 | (sha256 | ||
| 105 | (base32 | ||
| 106 | "0g86ywkx0ghzhhn96k88p67bbzlm1aqckly85izp07w80l1934ja")))) | ||
| 107 | (build-system gnu-build-system) | ||
| 108 | (native-inputs | ||
| 109 | (list pkg-config intltool)) | ||
| 110 | (inputs (list gtk+-2)) | ||
| 111 | (home-page "https://www.xfce.org/") | ||
| 112 | (synopsis "GTK+ theme engine for Xfce") | ||
| 113 | (description | ||
| 114 | "Default GTK+ engine and themes for Xfce Desktop Environment.") | ||
| 115 | (license gpl2+))) | ||
| 116 | |||
| 117 | (define-public libxfce4util | 96 | (define-public libxfce4util |
| 118 | (package | 97 | (package |
| 119 | (name "libxfce4util") | 98 | (name "libxfce4util") |
