NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.22k stars 13.5k forks source link

Package request: jdMacroPlayer #316709

Open Sikeen opened 3 months ago

Sikeen commented 3 months ago

jdMacroPlayer allows you to create and execute Macros under Wayland and X11. You can simulate Keyboard and Mouse input or execute a Command by pressing a Shortcut.

it's an application for making macros, though it is still in beta, I have not found a better program for the job. It can create, remove, rename, manage and edit macros.

Metadata


Add a :+1: reaction to issues you find important.

heisfer commented 3 months ago

I wonder which way to package. 1) Use 0.1 version 2) Wait for 0.2 version 3) Just go for latest commit

Sikeen commented 3 months ago

I do not know for sure, for a safe bet then 0,1. As I am using the flatpak, which isn't updated to 0.2 yet. or the latest and hope?

I have made a bug report to ask what he(the developer) thinks.

Sikeen commented 3 months ago

Always use the latest stable version. You can use the source tarball to create the package.

Install it as a normal Python package and run install-unix-datafiles.py to install all other files. It depends on pyQt6, jeepney and ydotool. There is also an optional dependency for setproctitle.

You can use the official AUR package as reference on how to package it.