unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon Streit <simon@netpanic.org>
To: 53008@debbugs.gnu.org
Subject: [bug#53008] [PATCH 2/3] gnu: Add thunarx-python.
Date: Tue, 04 Jan 2022 16:50:57 +0100	[thread overview]
Message-ID: <ygu8rvvv6se.fsf@netpanic.org> (raw)
In-Reply-To: <yguy23vv7c2.fsf@netpanic.org>

* gnu/packages/xfce.scm (thunarx-python): New variable.
---
 gnu/packages/xfce.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index e665dacd61..9e1f0c2225 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -818,6 +818,34 @@ (define-public thunar-archive-plugin
 using the file context menus in the Thunar file manager.")
     (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))
+    (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")
--
2.34.0




  parent reply	other threads:[~2022-01-04 15:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04 15:39 [bug#53008] [PATCH 0/3] Add plugins to Thunar Simon Streit
2022-01-04 15:50 ` [bug#53008] [PATCH 1/3] gnu: Add thunar-archive-plugin Simon Streit
2022-01-04 15:50 ` Simon Streit [this message]
2022-01-04 15:51 ` [bug#53008] [PATCH 3/3] gnu: Add thunar-shares-plugin Simon Streit
2022-01-08 22:26 ` [bug#53008] [PATCH 0/3] Add plugins to Thunar Ludovic Courtès
2022-03-13 23:57 ` [bug#53008] Re: bug#53008: " tumashu
2022-03-15  1:14   ` [bug#53008] " tumashu
2022-03-18  6:27     ` [bug#53008] " tumashu
2023-08-25 10:15 ` 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ygu8rvvv6se.fsf@netpanic.org \
    --to=simon@netpanic.org \
    --cc=53008@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).