[PATCH] gnu: gtk-xfce-engine: Removed.

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • tumashu
Owner
unassigned
Submitted by
tumashu
Severity
normal
T
T
tumashu wrote on 5 Apr 2022 00:45
(address . guix-patches@gnu.org)(name . Feng Shu)(address . tumashu@163.com)
20220404224538.32048-1-tumashu@163.com
From: Feng Shu <tumashu@163.com>

* gnu/packages/xfce.scm (gtk-xfce-engine): Removed.
(xfce)[input]: Remove gtk-xfce-engine.

1. gtk-xfce-engine won't be part of Xfce >= 4.14.
2. gtk-xfce-engine package only include gtk2 theme now.
3. When I enable gtk-xfce-engine gtk3 support, it does not work.
---
gnu/packages/xfce.scm | 23 -----------------------
1 file changed, 23 deletions(-)

Toggle diff (43 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 44b6c34b29..26b36d62e2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -80,28 +80,6 @@ (define-module (gnu packages xfce)
#:use-module (guix packages)
#: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
(package
(name "libxfce4util")
@@ -1087,7 +1065,6 @@ (define-public xfce
(list exo
garcon
gnome-icon-theme
- gtk-xfce-engine
hicolor-icon-theme
mate-polkit-for-xfce
ristretto
--
2.34.0
?
(address . tumashu@163.com)(address . 54719-done@debbugs.gnu.org)
87bkszzanh.fsf@envs.net
tumashu@163.com writes:

Toggle quote (10 lines)
> From: Feng Shu <tumashu@163.com>
>
> * gnu/packages/xfce.scm (gtk-xfce-engine): Removed.
> (xfce)[input]: Remove gtk-xfce-engine.
>
> 1. gtk-xfce-engine won't be part of Xfce >= 4.14.
> - https://mail.xfce.org/pipermail/xfce4-dev/2018-August/032151.html
> 2. gtk-xfce-engine package only include gtk2 theme now.
> 3. When I enable gtk-xfce-engine gtk3 support, it does not work.

Hello, I have replaced 'gtk-xfce-engine' with 'greybird-gtk-theme' in
the xfce package. I think we can keep gtk-xfce-engine if it still works
with GTK2 applications.

Thank you!
Closed
?