aboutsummaryrefslogtreecommitdiff
path: root/repos
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-07-15 09:56:56 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-07-15 09:56:56 +0800
commitadc1e985d85b87bad881a535a540c7bc38b171f1 (patch)
tree9de8553841c3fe253bd1f408d4727e1e07964812 /repos
parent6c39845535319c52e28be040ecc229d936fc1ee4 (diff)
downloadalicelinux-adc1e985d85b87bad881a535a540c7bc38b171f1.tar.gz
alicelinux-adc1e985d85b87bad881a535a540c7bc38b171f1.zip
playerctl: new added
Diffstat (limited to 'repos')
-rw-r--r--repos/extra/playerctl/.files29
-rw-r--r--repos/extra/playerctl/abuild5
-rw-r--r--repos/extra/playerctl/depends2
3 files changed, 36 insertions, 0 deletions
diff --git a/repos/extra/playerctl/.files b/repos/extra/playerctl/.files
new file mode 100644
index 00000000..df334c7d
--- /dev/null
+++ b/repos/extra/playerctl/.files
@@ -0,0 +1,29 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/playerctl
+-rwxr-xr-x root/root usr/bin/playerctld
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/playerctl/
+-rw-r--r-- root/root usr/include/playerctl/playerctl-enum-types.h
+-rw-r--r-- root/root usr/include/playerctl/playerctl-player-manager.h
+-rw-r--r-- root/root usr/include/playerctl/playerctl-player-name.h
+-rw-r--r-- root/root usr/include/playerctl/playerctl-player.h
+-rw-r--r-- root/root usr/include/playerctl/playerctl-version.h
+-rw-r--r-- root/root usr/include/playerctl/playerctl.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/girepository-1.0/
+-rw-r--r-- root/root usr/lib/girepository-1.0/Playerctl-2.0.typelib
+lrwxrwxrwx root/root usr/lib/libplayerctl.so -> libplayerctl.so.2
+lrwxrwxrwx root/root usr/lib/libplayerctl.so.2 -> libplayerctl.so.2.4.1
+-rwxr-xr-x root/root usr/lib/libplayerctl.so.2.4.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/playerctl.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/services/
+-rw-r--r-- root/root usr/share/dbus-1/services/org.mpris.MediaPlayer2.playerctld.service
+drwxr-xr-x root/root usr/share/gir-1.0/
+-rw-r--r-- root/root usr/share/gir-1.0/Playerctl-2.0.gir
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/playerctl.1.gz
diff --git a/repos/extra/playerctl/abuild b/repos/extra/playerctl/abuild
new file mode 100644
index 00000000..0e5e59d6
--- /dev/null
+++ b/repos/extra/playerctl/abuild
@@ -0,0 +1,5 @@
+name=playerctl
+version=2.4.1
+release=1
+source="https://github.com/altdesktop/${name}/archive/v${version}/${name}-v${version}.tar.gz"
+build_opt="-Dgtk-doc=false"
diff --git a/repos/extra/playerctl/depends b/repos/extra/playerctl/depends
new file mode 100644
index 00000000..6c63c5dc
--- /dev/null
+++ b/repos/extra/playerctl/depends
@@ -0,0 +1,2 @@
+glib
+gobject-introspection