[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75146] [PATCH v4 33/68] gnu: xfce4-terminal: Update to 1.1.4.
From: |
iyzsong |
Subject: |
[bug#75146] [PATCH v4 33/68] gnu: xfce4-terminal: Update to 1.1.4. |
Date: |
Tue, 31 Dec 2024 14:44:03 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.1.4.
[source]: Switch to git-fetch.
[arguments]: Add "--enable-maintainer-mode" to configure-flags. Remove CFLAGS.
[native-inputs]: Add docbook-xsl, libxslt and xfce4-dev-tools.
[home-page]: Set to docs.xfce.org.
Change-Id: I9790d6478c9fc774fdec27e57e2c6569ccb64d2d
---
gnu/packages/xfce.scm | 31 +++++++++++++++----------------
1 file changed, 15 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c2c53c68d4..e1876b14b4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1188,27 +1188,26 @@ (define-public parole
(define-public xfce4-terminal
(package
(name "xfce4-terminal")
- (version "1.1.3")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://archive.xfce.org/src/apps/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.bz2"))
- (sha256
- (base32
- "0i9xgd0rgw0j59hlp9kyxndw2b35nhxjls09c20rzdj1sj4dak91"))))
+ (version "1.1.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url (string-append "https://gitlab.xfce.org/apps/"
+ name))
+ (commit (string-append name "-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "16rcp2f6wh8vdzppkv2xgqlqffg85azi3vdvl90xn2r4ixyrzfas"))))
(build-system gnu-build-system)
(arguments
- (list
- #:configure-flags
- #~(list (string-append "CFLAGS=-I"
- #$(this-package-input "libxfce4ui")
- "/include/xfce4"))))
+ (list #:configure-flags
+ #~(list "--enable-maintainer-mode"))) ;for xfce4-terminal.1
(native-inputs
- (list pkg-config intltool))
+ (list docbook-xsl libxslt xfce4-dev-tools))
(inputs
(list libxfce4ui vte))
- (home-page "https://www.xfce.org/")
+ (home-page "https://docs.xfce.org/apps/xfce4-terminal/")
(synopsis "Xfce terminal emulator")
(description
"A lightweight and easy to use terminal emulator for Xfce. Features
--
2.46.0
- [bug#75146] [PATCH v4 26/68] gnu: thunar-media-tags-plugin: Update to 0.5.0., (continued)
- [bug#75146] [PATCH v4 26/68] gnu: thunar-media-tags-plugin: Update to 0.5.0., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 22/68] gnu: thunar: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 25/68] gnu: thunar-shares-plugin: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 29/68] gnu: xfwm4: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 24/68] gnu: thunar-archive-plugin: Update to 0.5.3., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 27/68] gnu: thunar-vcs-plugin: Update to 0.3.0., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 28/68] gnu: thunarx-python: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 31/68] gnu: gigolo: Update to 0.5.4., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 36/68] gnu: xfce4-power-manager: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 41/68] gnu: xfce4-notifyd: Enable sound and wayland support., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 33/68] gnu: xfce4-terminal: Update to 1.1.4.,
iyzsong <=
- [bug#75146] [PATCH v4 35/68] gnu: xfdashboard: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 30/68] gnu: xfdesktop: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 32/68] gnu: parole: Update to 4.18.2., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 45/68] gnu: xfce4-screensaver: Update to 4.18.4., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 34/68] gnu: xfce4-dict: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 38/68] gnu: xfce4-taskmanager: Update to 1.5.8., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 39/68] gnu: orage: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 44/68] gnu: xfce4-screenshooter: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 42/68] gnu: xfburn: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 37/68] gnu: ristretto: Update to 0.13.3., iyzsong, 2024/12/31