From: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>
To: 65011@debbugs.gnu.org
Cc: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>
Subject: [bug#65011] [PATCH v1] gnu: Add xwinwrap.
Date: Tue, 5 Sep 2023 19:07:03 +0200 [thread overview]
Message-ID: <DU2P193MB21321446ED93573C1B7397ADF3E8A@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <DU2P193MB2132A3E5CE48BB7E1B54A540F30BA@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM>
* gnu/packages/xdisorg.scm (xwinwrap): New variable.
---
Good evening Jean Pierre.
Here you hace the revised patch.
Excuse me for the late reply. Greetings.
gnu/packages/xdisorg.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index da5ca76e10..da1bc16551 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3301,6 +3301,43 @@ (define-public jumpapp
(home-page "https://github.com/mkropat/jumpapp")
(license license:expat)))
+(define-public xwinwrap
+ (let ((revision "0")
+ (commit "ec32e9b72539de7e1553a4f70345166107b431f7"))
+ (package
+ (name "xwinwrap")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/r00tdaemon/xwinwrap")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0l3ng6w8jl9mryk5nx61qpd1bv5yqm7cnwy2s3vcy88n04ggbap9"))))
+ (build-system gnu-build-system)
+ (inputs (list libx11 libxrender libxext))
+ (arguments
+ (list #:tests? #f ; No tests.
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-hardcoded-paths
+ (lambda _
+ (substitute* "Makefile"
+ (("/usr/local")
+ %output))))
+ (delete 'configure)
+ (add-before 'install 'create-missing-dirs
+ (lambda _
+ (mkdir-p (string-append #$output "/bin")))))))
+ (home-page "https://github.com/r00tdaemon/xwinwrap")
+ (synopsis
+ "X utility that allows sticking most of apps to a desktop background")
+ (description
+ "Fork of xwinwrap. Xwinwrap allows you to stick most of the apps to
+your desktop background.")
+ (license license:gpl3+))))
+
(define-public xkbset
(package
(name "xkbset")
base-commit: 3d58f22c053388f7805d9cc462d2b18fb28798da
--
2.39.2
prev parent reply other threads:[~2023-09-05 17:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-02 11:01 [bug#65011] [PATCH] gnu: Add xwinwrap Sergio Pastor Pérez
2023-08-02 13:59 ` Jean Pierre De Jesus DIAZ via Guix-patches via
2023-09-05 17:07 ` Sergio Pastor Pérez [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DU2P193MB21321446ED93573C1B7397ADF3E8A@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM \
--to=sergio.pastorperez@outlook.es \
--cc=65011@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.