[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/35: gnu: Add thunar-vcs-plugin.
From: |
guix-commits |
Subject: |
29/35: gnu: Add thunar-vcs-plugin. |
Date: |
Sat, 28 Jan 2023 21:50:02 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit 0236f4be850e114d8d1fa1b9d7a528fff7c39246
Author: Feng Shu <tumashu@163.com>
AuthorDate: Mon Mar 21 19:33:59 2022 +0800
gnu: Add thunar-vcs-plugin.
* gnu/packages/xfce.scm (thunar-vcs-plugin): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/xfce.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index efd8656b8d..5004ad745d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -35,6 +35,7 @@
(define-module (gnu packages xfce)
#:use-module (gnu artwork)
#:use-module (gnu packages)
+ #:use-module (gnu packages apr)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
#:use-module (gnu packages calendar)
@@ -65,6 +66,8 @@
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages search)
+ #:use-module (gnu packages textutils)
+ #:use-module (gnu packages version-control)
#:use-module (gnu packages web)
#:use-module (gnu packages wm)
#:use-module (gnu packages xml)
@@ -847,6 +850,42 @@ Samba from Thunar (the Xfce file manager) without
requiring root access.")
tags-based file renaming from inside Thunar Bulk Renamer.")
(license gpl2+)))
+(define-public thunar-vcs-plugin
+ (package
+ (name "thunar-vcs-plugin")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://archive.xfce.org/src/thunar-plugins/"
+ name "/" (version-major+minor version)
+ "/" name "-" version ".tar.bz2"))
+ (sha256
+ (base32 "1f2d1dwfyi6xv3qkd8l8xh0vhz8wh0601cyigjzn426lqga1d29n"))))
+ (build-system gnu-build-system)
+ (arguments
+ (list #:configure-flags
+ #~(list (string-append "CPPFLAGS=-I"
+ #$(this-package-input "apr-util")
+ "/include/apr-1"))))
+ (native-inputs (list pkg-config intltool utf8proc))
+ (inputs
+ (list exo
+ gtk+
+ thunar
+ libxfce4util
+ apr
+ apr-util
+ subversion
+ git))
+ (home-page "https://www.xfce.org/")
+ (synopsis "VCS plugin for Thunar file manager")
+ (description
+ "Thunar VCS Plugin (formerly known as Thunar SVN Plugin) gives SVN and
+GIT integration to Thunar, it adds Subversion and GIT actions to the context
+menu.")
+ (license gpl2+)))
+
(define-public xfwm4
(package
(name "xfwm4")
- 20/35: gnu: xfce4-eyes-plugin: Update to 4.6.0., (continued)
- 20/35: gnu: xfce4-eyes-plugin: Update to 4.6.0., guix-commits, 2023/01/28
- 23/35: gnu: xfce4-systemload-plugin: Update to 1.3.2., guix-commits, 2023/01/28
- 27/35: gnu: Add thunar-shares-plugin., guix-commits, 2023/01/28
- 26/35: gnu: Add thunar-archive-plugin., guix-commits, 2023/01/28
- 28/35: gnu: Add thunar-media-tags-plugin., guix-commits, 2023/01/28
- 31/35: gnu: xfce4-notifyd: Update to 0.7.2., guix-commits, 2023/01/28
- 34/35: gnu: xfce4-settings: Enable colord support., guix-commits, 2023/01/28
- 06/35: gnu: garcon: Update to 4.18.0., guix-commits, 2023/01/28
- 07/35: gnu: xfce4-panel: Update to 4.18.1., guix-commits, 2023/01/28
- 04/35: gnu: exo: Update to 4.18.0., guix-commits, 2023/01/28
- 29/35: gnu: Add thunar-vcs-plugin.,
guix-commits <=
- 30/35: gnu: xfdashboard: Update to 1.0.0., guix-commits, 2023/01/28
- 35/35: gnu: xfce4-settings: Enable UPower support., guix-commits, 2023/01/28
- 22/35: gnu: xfce4-places-plugin: Update to 1.8.3., guix-commits, 2023/01/28
- 33/35: gnu: xfwm4: Enable Xpresent support., guix-commits, 2023/01/28
- 13/35: gnu: thunar: Update to 4.18.3., guix-commits, 2023/01/28
- 17/35: gnu: xfce4-terminal: Fix build., guix-commits, 2023/01/28
- 32/35: gnu: xfce4-datetime-plugin: Update to 0.8.3., guix-commits, 2023/01/28