me
/
guix
Archived
1
0
Fork 0

gnu: Add thunarx-python.

* gnu/packages/xfce.scm (thunarx-python): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Simon Streit 2022-01-04 16:50:57 +01:00 committed by 宋文武
parent 5c8e8dff60
commit 1c916c167b
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 28 additions and 0 deletions

View File

@ -891,6 +891,34 @@ GIT integration to Thunar, it adds Subversion and GIT actions to the context
menu.")
(license gpl2+)))
(define-public thunarx-python
(package
(name "thunarx-python")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/bindings/"
name "/" (version-major+minor version)
"/" name "-" version ".tar.bz2"))
(sha256
(base32 "08lz9pvx006a2fypg2q38p61jbhy0yswz8cizlxpiwfcqsvhpnln"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config which))
(inputs
(list exo
thunar
python
python-pygobject
libxfce4ui
gtk+))
(home-page "https://gitlab.xfce.org/bindings/thunarx-python")
(synopsis "Python Bindings for Thunar")
(description
"These bindings allow one to create python plugins for Thunar.")
(license gpl2+)))
(define-public xfwm4
(package
(name "xfwm4")