unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: tumashu@163.com
To: 54719@debbugs.gnu.org
Cc: Feng Shu <tumashu@163.com>
Subject: [bug#54719] [PATCH] gnu: gtk-xfce-engine: Removed.
Date: Tue,  5 Apr 2022 06:45:38 +0800	[thread overview]
Message-ID: <20220404224538.32048-1-tumashu@163.com> (raw)

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





             reply	other threads:[~2022-04-04 22:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04 22:45 tumashu [this message]
2022-08-05  2:28 ` bug#54719: [PATCH] gnu: gtk-xfce-engine: Removed 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220404224538.32048-1-tumashu@163.com \
    --to=tumashu@163.com \
    --cc=54719@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).