Page MenuHomeSolus

D14299.id34854.diff
No OneTemporary

D14299.id34854.diff

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
+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 @@
+<PISI>
+ <Source>
+ <Name>wl-clipboard</Name>
+ <Packager>
+ <Name>Nazar Stasiv</Name>
+ <Email>nazar@autistici.org</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>xorg.apps</PartOf>
+ <Summary xml:lang="en">Command-line copy/paste utilities for Wayland</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>wl-clipboard</Name>
+ <Summary xml:lang="en">Command-line copy/paste utilities for Wayland</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>xorg.apps</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/wl-copy</Path>
+ <Path fileType="executable">/usr/bin/wl-paste</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/wl-copy</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/wl-paste</Path>
+ <Path fileType="data">/usr/share/fish/vendor_completions.d/wl-copy.fish</Path>
+ <Path fileType="data">/usr/share/fish/vendor_completions.d/wl-paste.fish</Path>
+ <Path fileType="man">/usr/share/man/man1/wl-clipboard.1</Path>
+ <Path fileType="man">/usr/share/man/man1/wl-copy.1</Path>
+ <Path fileType="man">/usr/share/man/man1/wl-paste.1</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_wl-copy</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_wl-paste</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2023-07-30</Date>
+ <Version>2.2.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Nazar Stasiv</Name>
+ <Email>nazar@autistici.org</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 2, 3:03 AM (6 d, 11 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5891803
Default Alt Text
D14299.id34854.diff (6 KB)

Event Timeline