emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54719: closed ([PATCH] gnu: gtk-xfce-engine: Removed.)


From: GNU bug Tracking System
Subject: bug#54719: closed ([PATCH] gnu: gtk-xfce-engine: Removed.)
Date: Fri, 05 Aug 2022 02:29:02 +0000

Your message dated Fri, 05 Aug 2022 10:28:34 +0800
with message-id <87bkszzanh.fsf@envs.net>
and subject line Re: bug#54719: [PATCH] gnu: gtk-xfce-engine: Removed.
has caused the debbugs.gnu.org bug report #54719,
regarding [PATCH] gnu: gtk-xfce-engine: Removed.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54719: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54719
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gtk-xfce-engine: Removed. Date: Tue, 5 Apr 2022 06:45:38 +0800
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.
---
 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#54719: [PATCH] gnu: gtk-xfce-engine: Removed. Date: Fri, 05 Aug 2022 10:28:34 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
tumashu@163.com writes:

> 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!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]