aboutsummaryrefslogtreecommitdiff
path: root/.local/share/python-playerctl_systray/Makefile
diff options
context:
space:
mode:
authorBlista Kanjo2024-06-26 09:42:54 -0400
committerBlista Kanjo2024-06-26 09:42:54 -0400
commit4348329ecc26e8e741aaa9d6b42f643da361cc2f (patch)
tree701707aaa33790c0cb7a8ecadd31e2fcd3e17fe0 /.local/share/python-playerctl_systray/Makefile
parentc80ee4f6a3b646b8fc53d32ceb9f2d595d1870f6 (diff)
feat: add Xaymup's `media-control-indicator`
Diffstat (limited to '.local/share/python-playerctl_systray/Makefile')
-rw-r--r--.local/share/python-playerctl_systray/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/share/python-playerctl_systray/Makefile b/.local/share/python-playerctl_systray/Makefile
index e135452..ffa80b1 100644
--- a/.local/share/python-playerctl_systray/Makefile
+++ b/.local/share/python-playerctl_systray/Makefile
@@ -2,3 +2,7 @@ compile:
cython3 --embed -o playerctl_systray.c -X language_level=3 playerctl_systray.py
PYTHON_VERSION=`ls /usr/include | grep -o 'python[3-9]\+\.[0-9]\+'` ; \
gcc -march=native -O2 -pipe -fno-plt -I /usr/include/$$PYTHON_VERSION -o playerctl_systray playerctl_systray.c -l$$PYTHON_VERSION -lpthread -lm -lutil -ldl `pkg-config --cflags --libs gtk+-3.0 appindicator3-0.1 dbus-1 dbus-glib-1`
+
+ cython3 --embed -o playerctl_systray_Xaymup.c -X language_level=3 playerctl_systray_Xaymup.py
+ PYTHON_VERSION=`ls /usr/include | grep -o 'python[3-9]\+\.[0-9]\+'` ; \
+ gcc -march=native -O2 -pipe -fno-plt -I /usr/include/$$PYTHON_VERSION -o playerctl_systray_Xaymup playerctl_systray_Xaymup.c -l$$PYTHON_VERSION -lpthread -lm -lutil -ldl `pkg-config --cflags --libs gtk+-3.0 appindicator3-0.1 dbus-1 dbus-glib-1`