mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add thunarx-python.
* gnu/packages/xfce.scm (thunarx-python): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
5c8e8dff60
commit
1c916c167b
1 changed files with 28 additions and 0 deletions
|
@ -891,6 +891,34 @@ (define-public thunar-vcs-plugin
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue