mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
ship shell completion, use DIST_TUPLE
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
COMMENT = MPRIS command-line controller and library
|
||||
|
||||
GH_ACCOUNT = altdesktop
|
||||
GH_PROJECT = playerctl
|
||||
GH_TAGNAME = v2.4.1
|
||||
DIST_TUPLE = github altdesktop playerctl v2.4.1 .
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS = playerctl 0.0 # 2.4.1
|
||||
|
||||
@@ -18,6 +17,9 @@ BUILD_DEPENDS = devel/gobject-introspection \
|
||||
textproc/gtk-doc
|
||||
LIB_DEPENDS = devel/glib2
|
||||
|
||||
CONFIGURE_ARGS = -Dbash-completions=true \
|
||||
-Dzsh-completions=true
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (playerctl-2.4.1.tar.gz) = dZV61QcZVvVjVCx1V68WpX5AtKf2a8m2Nz0CLsXu9Ug=
|
||||
SIZE (playerctl-2.4.1.tar.gz) = 77371
|
||||
SHA256 (altdesktop-playerctl-v2.4.1.tar.gz) = dZV61QcZVvVjVCx1V68WpX5AtKf2a8m2Nz0CLsXu9Ug=
|
||||
SIZE (altdesktop-playerctl-v2.4.1.tar.gz) = 77371
|
||||
|
||||
@@ -7,15 +7,14 @@ include/playerctl/playerctl-player-name.h
|
||||
include/playerctl/playerctl-player.h
|
||||
include/playerctl/playerctl-version.h
|
||||
include/playerctl/playerctl.h
|
||||
lib/girepository-1.0/
|
||||
lib/girepository-1.0/Playerctl-2.0.typelib
|
||||
@lib lib/libplayerctl.so.${LIBplayerctl_VERSION}
|
||||
lib/pkgconfig/playerctl.pc
|
||||
@man man/man1/playerctl.1
|
||||
share/bash-completion/completions/playerctl.bash
|
||||
share/dbus-1/
|
||||
share/dbus-1/services/
|
||||
share/dbus-1/services/org.mpris.MediaPlayer2.playerctld.service
|
||||
share/gir-1.0/
|
||||
share/gir-1.0/Playerctl-2.0.gir
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
@@ -38,3 +37,6 @@ share/gtk-doc/html/playerctl/right.png
|
||||
share/gtk-doc/html/playerctl/style.css
|
||||
share/gtk-doc/html/playerctl/up-insensitive.png
|
||||
share/gtk-doc/html/playerctl/up.png
|
||||
share/zsh/
|
||||
share/zsh/site-functions/
|
||||
share/zsh/site-functions/_playerctl
|
||||
|
||||
Reference in New Issue
Block a user