Skip to content

Commit

Permalink
wlopm: initial inclusion at 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Facundo-c-c committed Mar 10, 2024
1 parent de2b0ea commit ff0144b
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/w/wlopm/MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This file is used to indicate primary maintainership for this package. A package may list more than one maintainer to avoid bus factor issues. People on this list may be considered “subject-matter experts”. Please note that Solus Staff may need to perform necessary rebuilds, upgrades, or security fixes as part of the normal maintenance of the Solus package repository. If you believe this package requires an update, follow documentation from https://help.getsol.us/docs/packaging/procedures/request-a-package-update. In the event that this package becomes insufficiently maintained, the Solus Staff reserves the right to request a new maintainer, or deprecate and remove this package from the repository entirely.

- Facundo Ciruzzi
- Matrix: @faucundo_c_c:matrix.org
- Email: ciruzzifacundo@gmail.com
2 changes: 2 additions & 0 deletions packages/w/wlopm/abi_used_libs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
libc.so.6
libwayland-client.so.0
34 changes: 34 additions & 0 deletions packages/w/wlopm/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__libc_start_main
libc.so.6:__stack_chk_fail
libc.so.6:backtrace
libc.so.6:backtrace_symbols_fd
libc.so.6:calloc
libc.so.6:fileno
libc.so.6:fputc
libc.so.6:free
libc.so.6:fwrite
libc.so.6:getenv
libc.so.6:getpid
libc.so.6:kill
libc.so.6:signal
libc.so.6:stderr
libc.so.6:stdout
libc.so.6:strcmp
libc.so.6:strdup
libc.so.6:strerror
libwayland-client.so.0:wl_callback_interface
libwayland-client.so.0:wl_display_connect
libwayland-client.so.0:wl_display_disconnect
libwayland-client.so.0:wl_display_dispatch
libwayland-client.so.0:wl_list_empty
libwayland-client.so.0:wl_list_init
libwayland-client.so.0:wl_list_insert
libwayland-client.so.0:wl_list_remove
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_version
libwayland-client.so.0:wl_proxy_marshal_flags
libwayland-client.so.0:wl_registry_interface
18 changes: 18 additions & 0 deletions packages/w/wlopm/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name : wlopm
version : 0.1.0
release : 1
source :
- https://git.iohub.dev/dany/wlopm/archive/v0.1.0.tar.gz : e3d69112fbabb1df0bbcd8b8c36a881d4ad9804b40d0f0d43b4e992f5be477ed
homepage : https://git.iohub.dev/dany/wlopm
license : GPL-3.0
component : desktop
summary : Wayland output power management
description: |
Wayland output power management.
builddeps :
- pkgconfig(wayland-protocols)
- pkgconfig(wayland-server)
build : |
%make
install : |
%make_install
36 changes: 36 additions & 0 deletions packages/w/wlopm/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<PISI>
<Source>
<Name>wlopm</Name>
<Homepage>https://git.iohub.dev/dany/wlopm</Homepage>
<Packager>
<Name>Facundo Ciruzzi</Name>
<Email>ciruzzifacundo@gmail.com</Email>
</Packager>
<License>GPL-3.0</License>
<PartOf>desktop</PartOf>
<Summary xml:lang="en">Wayland output power management</Summary>
<Description xml:lang="en">Wayland output power management.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>wlopm</Name>
<Summary xml:lang="en">Wayland output power management</Summary>
<Description xml:lang="en">Wayland output power management.
</Description>
<PartOf>desktop</PartOf>
<Files>
<Path fileType="data">/usr/local/bin/wlopm</Path>
<Path fileType="data">/usr/local/share/man/man1/wlopm.1</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-03-10</Date>
<Version>0.1.0</Version>
<Comment>Packaging update</Comment>
<Name>Facundo Ciruzzi</Name>
<Email>ciruzzifacundo@gmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit ff0144b

Please sign in to comment.