Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libwayland-client.so.0 Index: abi_used_symbols =================================================================== --- /dev/null +++ abi_used_symbols @@ -0,0 +1,93 @@ +libc.so.6:__assert_fail +libc.so.6:__ctype_b_loc +libc.so.6:__errno_location +libc.so.6:__fprintf_chk +libc.so.6:__isoc99_sscanf +libc.so.6:__libc_start_main +libc.so.6:__snprintf_chk +libc.so.6:__stack_chk_fail +libc.so.6:__syslog_chk +libc.so.6:__xpg_basename +libc.so.6:abort +libc.so.6:calloc +libc.so.6:chdir +libc.so.6:close +libc.so.6:closelog +libc.so.6:creat64 +libc.so.6:dirname +libc.so.6:dup2 +libc.so.6:execlp +libc.so.6:execvp +libc.so.6:exit +libc.so.6:fclose +libc.so.6:fcntl64 +libc.so.6:fdopen +libc.so.6:fflush +libc.so.6:fgets +libc.so.6:fileno +libc.so.6:fopen64 +libc.so.6:fork +libc.so.6:fputc +libc.so.6:free +libc.so.6:ftruncate64 +libc.so.6:fwrite +libc.so.6:getenv +libc.so.6:getopt_long +libc.so.6:lseek64 +libc.so.6:malloc +libc.so.6:mkdtemp +libc.so.6:open64 +libc.so.6:openlog +libc.so.6:optarg +libc.so.6:optind +libc.so.6:perror +libc.so.6:pipe +libc.so.6:puts +libc.so.6:read +libc.so.6:realpath +libc.so.6:rmdir +libc.so.6:setenv +libc.so.6:signal +libc.so.6:stderr +libc.so.6:stdout +libc.so.6:strchr +libc.so.6:strcmp +libc.so.6:strcpy +libc.so.6:strdup +libc.so.6:strerror +libc.so.6:strlen +libc.so.6:strncmp +libc.so.6:strrchr +libc.so.6:strstr +libc.so.6:syscall +libc.so.6:tmpfile64 +libc.so.6:unlink +libc.so.6:waitpid +libc.so.6:write +libwayland-client.so.0:wl_array_add +libwayland-client.so.0:wl_array_init +libwayland-client.so.0:wl_array_release +libwayland-client.so.0:wl_buffer_interface +libwayland-client.so.0:wl_compositor_interface +libwayland-client.so.0:wl_data_device_interface +libwayland-client.so.0:wl_data_device_manager_interface +libwayland-client.so.0:wl_data_source_interface +libwayland-client.so.0:wl_display_connect +libwayland-client.so.0:wl_display_dispatch +libwayland-client.so.0:wl_display_flush +libwayland-client.so.0:wl_display_get_fd +libwayland-client.so.0:wl_display_roundtrip +libwayland-client.so.0:wl_keyboard_interface +libwayland-client.so.0:wl_output_interface +libwayland-client.so.0:wl_proxy_add_listener +libwayland-client.so.0:wl_proxy_destroy +libwayland-client.so.0:wl_proxy_get_user_data +libwayland-client.so.0:wl_proxy_get_version +libwayland-client.so.0:wl_proxy_marshal_flags +libwayland-client.so.0:wl_registry_interface +libwayland-client.so.0:wl_seat_interface +libwayland-client.so.0:wl_shell_interface +libwayland-client.so.0:wl_shell_surface_interface +libwayland-client.so.0:wl_shm_interface +libwayland-client.so.0:wl_shm_pool_interface +libwayland-client.so.0:wl_surface_interface Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,23 @@ +name : wl-clipboard +version : 2.2.0 +release : 1 +source : + - https://github.com/bugaevc/wl-clipboard/archive/refs/tags/v2.2.0.tar.gz : 414005cfa229d0e54f89a0d9a8473938e4c29adc21a9e556847a4d44ad508874 +homepage : https://github.com/bugaevc/wl-clipboard +license : GPL-3.0-or-later +component : xorg.apps +summary : Command-line copy/paste utilities for Wayland +description: | + This project implements two command-line Wayland clipboard utilities, wl-copy and wl-paste, that let you easily copy data between the clipboard and Unix pipes, sockets, files and so on. +builddeps : + - pkgconfig(wayland-client) + - pkgconfig(wayland-scanner) + - pkgconfig(wayland-protocols) +rundeps : + - xdg-utils +setup : | + %meson_configure +build : | + %ninja_build +install : | + %ninja_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,44 @@ + + + wl-clipboard + + Nazar Stasiv + nazar@autistici.org + + GPL-3.0 + xorg.apps + Command-line copy/paste utilities for Wayland + This project implements two command-line Wayland clipboard utilities, wl-copy and wl-paste, that let you easily copy data between the clipboard and Unix pipes, sockets, files and so on. + + https://getsol.us/sources/README.Solus + + + wl-clipboard + Command-line copy/paste utilities for Wayland + This project implements two command-line Wayland clipboard utilities, wl-copy and wl-paste, that let you easily copy data between the clipboard and Unix pipes, sockets, files and so on. + + xorg.apps + + /usr/bin/wl-copy + /usr/bin/wl-paste + /usr/share/bash-completion/completions/wl-copy + /usr/share/bash-completion/completions/wl-paste + /usr/share/fish/vendor_completions.d/wl-copy.fish + /usr/share/fish/vendor_completions.d/wl-paste.fish + /usr/share/man/man1/wl-clipboard.1 + /usr/share/man/man1/wl-copy.1 + /usr/share/man/man1/wl-paste.1 + /usr/share/zsh/site-functions/_wl-copy + /usr/share/zsh/site-functions/_wl-paste + + + + + 2023-07-30 + 2.2.0 + Packaging update + Nazar Stasiv + nazar@autistici.org + + + \ No newline at end of file