mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gtk-xfce-engine: Remove package.
gtk-xfce-engine was archived almost a decade ago, and excluding Software Heritage archives, there are no active forks or mirrors. See also: https: //issues.guix.gnu.org/75146#35-lineno47 Closes: #900 Change-Id: I6e7fac82f3c8a0f44fab3af8c925f5efaa6ade1f Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
b7a8f886f5
commit
0a8aee6d97
1 changed files with 1 additions and 22 deletions
|
@ -17,6 +17,7 @@
|
||||||
;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
|
;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
|
||||||
;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
|
;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
|
||||||
;;; Copyright © 2025 Tomáš Čech <sleep_walker@gnu.org>
|
;;; Copyright © 2025 Tomáš Čech <sleep_walker@gnu.org>
|
||||||
|
;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -92,28 +93,6 @@
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix utils))
|
#:use-module (guix utils))
|
||||||
|
|
||||||
(define-public gtk-xfce-engine
|
|
||||||
(package
|
|
||||||
(name "gtk-xfce-engine")
|
|
||||||
(version "2.10.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
|
||||||
name "/" (version-major+minor version) "/"
|
|
||||||
name "-" version ".tar.bz2"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0g86ywkx0ghzhhn96k88p67bbzlm1aqckly85izp07w80l1934ja"))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list pkg-config intltool))
|
|
||||||
(inputs (list gtk+-2))
|
|
||||||
(home-page "https://www.xfce.org/")
|
|
||||||
(synopsis "GTK+ theme engine for Xfce")
|
|
||||||
(description
|
|
||||||
"Default GTK+ engine and themes for Xfce Desktop Environment.")
|
|
||||||
(license gpl2+)))
|
|
||||||
|
|
||||||
(define-public libxfce4util
|
(define-public libxfce4util
|
||||||
(package
|
(package
|
||||||
(name "libxfce4util")
|
(name "libxfce4util")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue