[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75146] [PATCH v1 01/15] gnu: gtk-xfce-engine: Remove variable.
From: |
Ashvith Shetty |
Subject: |
[bug#75146] [PATCH v1 01/15] gnu: gtk-xfce-engine: Remove variable. |
Date: |
Sat, 28 Dec 2024 17:22:51 +0530 |
From: Ashvith Shetty <Ashvith@noreply.codeberg.org>
* gnu/packages/xfce.scm (gtk-xfce-engine): Upstream archived this
project and it is not used by any other packages.
Change-Id: I65a7ed0e0cc597df7fa02c9e0471a90865de9085
---
gnu/packages/xfce.scm | 23 +----------------------
1 file changed, 1 insertion(+), 22 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a36612dd3a..35abb08c5f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -16,6 +16,7 @@
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
+;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -88,28 +89,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")
--
2.46.0
- [bug#75146] [PATCH v0 08/15] gnu: elementary-xfce-icon-theme: Use new style., (continued)
- [bug#75146] [PATCH v0 08/15] gnu: elementary-xfce-icon-theme: Use new style., Ashvith Shetty, 2024/12/27
- [bug#75146] [PATCH v0 09/15] gnu: exo: Update variable fields., Ashvith Shetty, 2024/12/27
- [bug#75146] [PATCH v0 10/15] gnu: garcon: Update variable fields., Ashvith Shetty, 2024/12/27
- [bug#75146] [PATCH v0 11/15] gnu: tumbler: Update variable fields., Ashvith Shetty, 2024/12/27
- [bug#75146] [PATCH v0 12/15] gnu: xfce4-panel: Update variable fields., Ashvith Shetty, 2024/12/27
- [bug#75146] [PATCH v0 13/15] gnu: xfce4-battery-plugin: Update to 1.1.6., Ashvith Shetty, 2024/12/27
- [bug#75146] [PATCH v0 14/15] gnu: xfce4-clipman-plugin: Update to 1.6.7., Ashvith Shetty, 2024/12/27
- [bug#75146] [PATCH v0 15/15] gnu: xfce4-pulseaudio-plugin: Update variable fields., Ashvith Shetty, 2024/12/27
- [bug#75146] [PATCH v1 00/15] XFCE: Move source from archive to git., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 03/15] gnu: libxfce4util: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 01/15] gnu: gtk-xfce-engine: Remove variable.,
Ashvith Shetty <=
- [bug#75146] [PATCH v1 02/15] gnu: xfce4-dev-tools: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 05/15] gnu: libxfce4ui: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 04/15] gnu: xfconf: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 06/15] gnu: libxfce4windowing: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 07/15] gnu: catfish: Update to 4.20.0., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 09/15] gnu: exo: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 10/15] gnu: garcon: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 08/15] gnu: elementary-xfce-icon-theme: Use new style., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 11/15] gnu: tumbler: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 12/15] gnu: xfce4-panel: Update variable fields., Ashvith Shetty, 2024/12/28