GNU bug report logs - #54719
[PATCH] gnu: gtk-xfce-engine: Removed.

Previous Next

Package: guix-patches;

Reported by: tumashu <at> 163.com

Date: Mon, 4 Apr 2022 22:47:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54719 in the body.
You can then email your comments to 54719 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54719; Package guix-patches. (Mon, 04 Apr 2022 22:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to tumashu <at> 163.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 04 Apr 2022 22:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: tumashu <at> 163.com
To: guix-patches <at> gnu.org
Cc: Feng Shu <tumashu <at> 163.com>
Subject: [PATCH] gnu: gtk-xfce-engine: Removed.
Date: Tue,  5 Apr 2022 06:45:38 +0800
From: Feng Shu <tumashu <at> 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.
---
 gnu/packages/xfce.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

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





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Fri, 05 Aug 2022 02:29:02 GMT) Full text and rfc822 format available.

Notification sent to tumashu <at> 163.com:
bug acknowledged by developer. (Fri, 05 Aug 2022 02:29:02 GMT) Full text and rfc822 format available.

Message #10 received at 54719-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: tumashu <at> 163.com
Cc: 54719-done <at> debbugs.gnu.org
Subject: Re: bug#54719: [PATCH] gnu: gtk-xfce-engine: Removed.
Date: Fri, 05 Aug 2022 10:28:34 +0800
tumashu <at> 163.com writes:

> From: Feng Shu <tumashu <at> 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!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 02 Sep 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.