Skip to content

Commit

Permalink
gnome-user-share: Add at 43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Mar 2, 2024
1 parent 8759e29 commit d45c226
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/g/gnome-user-share/abi_used_libs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
libc.so.6
libgio-2.0.so.0
libglib-2.0.so.0
libgobject-2.0.so.0
61 changes: 61 additions & 0 deletions packages/g/gnome-user-share/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
libc.so.6:__fprintf_chk
libc.so.6:__libc_start_main
libc.so.6:__stack_chk_fail
libc.so.6:_exit
libc.so.6:bind
libc.so.6:bind_textdomain_codeset
libc.so.6:bindtextdomain
libc.so.6:close
libc.so.6:dcgettext
libc.so.6:fwrite
libc.so.6:getsockname
libc.so.6:kill
libc.so.6:rename
libc.so.6:setsockopt
libc.so.6:signal
libc.so.6:sleep
libc.so.6:socket
libc.so.6:stderr
libc.so.6:strcmp
libc.so.6:strlen
libc.so.6:strtol
libc.so.6:textdomain
libc.so.6:unlink
libgio-2.0.so.0:g_application_get_dbus_connection
libgio-2.0.so.0:g_application_hold
libgio-2.0.so.0:g_application_new
libgio-2.0.so.0:g_application_quit
libgio-2.0.so.0:g_application_run
libgio-2.0.so.0:g_settings_get_string
libgio-2.0.so.0:g_settings_new
libglib-2.0.so.0:g_assertion_message_expr
libglib-2.0.so.0:g_build_filename
libglib-2.0.so.0:g_error_free
libglib-2.0.so.0:g_file_get_contents
libglib-2.0.so.0:g_file_test
libglib-2.0.so.0:g_free
libglib-2.0.so.0:g_get_home_dir
libglib-2.0.so.0:g_get_host_name
libglib-2.0.so.0:g_get_real_name
libglib-2.0.so.0:g_get_user_config_dir
libglib-2.0.so.0:g_get_user_name
libglib-2.0.so.0:g_get_user_special_dir
libglib-2.0.so.0:g_log
libglib-2.0.so.0:g_malloc
libglib-2.0.so.0:g_match_info_fetch
libglib-2.0.so.0:g_match_info_free
libglib-2.0.so.0:g_match_info_matches
libglib-2.0.so.0:g_mkdir_with_parents
libglib-2.0.so.0:g_regex_match
libglib-2.0.so.0:g_regex_new
libglib-2.0.so.0:g_spawn_command_line_sync
libglib-2.0.so.0:g_spawn_sync
libglib-2.0.so.0:g_strcmp0
libglib-2.0.so.0:g_strdup
libglib-2.0.so.0:g_strdup_printf
libglib-2.0.so.0:g_strndup
libglib-2.0.so.0:g_unix_signal_add
libglib-2.0.so.0:g_utf8_find_prev_char
libgobject-2.0.so.0:g_object_set_data_full
libgobject-2.0.so.0:g_object_unref
libgobject-2.0.so.0:g_signal_connect_data
5 changes: 5 additions & 0 deletions packages/g/gnome-user-share/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
releases:
id: 228562
# Last checked 29/02/24
security:
cpe: ~
25 changes: 25 additions & 0 deletions packages/g/gnome-user-share/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name : gnome-user-share
version : '43.0'
release : 1
source :
- https://download.gnome.org/sources/gnome-user-share/43/gnome-user-share-43.0.tar.xz : 0df306aa0558313f353ef7f51bfa27c036281adc45677e1cfbfa7c9f861538ce
homepage : https://gitlab.gnome.org/GNOME/gnome-user-share
license : GPL-2.0-or-later
component : desktop.gnome
summary : gnome-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses.
description: |
gnome-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses.
The program is meant to run in the background when the user is logged in, and when file sharing is enabled a webdav server is started that shares the $HOME/Public folder. The share is then published to all computers on the local network using mDNS/rendezvous, so that it shows up in the Network location in Gnome.
The dav server used is apache, so you need that installed. Avahi or Howl is used for mDNS support, so you need to have that installed and mDNSResolver running.
builddeps :
- httpd-devel
rundeps :
- mod-dnssd
setup : |
%meson_configure -Dmodules_path=/usr/lib64/httpd/
build : |
%ninja_build
install : |
%ninja_install
138 changes: 138 additions & 0 deletions packages/g/gnome-user-share/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
<PISI>
<Source>
<Name>gnome-user-share</Name>
<Homepage>https://gitlab.gnome.org/GNOME/gnome-user-share</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>desktop.gnome</PartOf>
<Summary xml:lang="en">gnome-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses.</Summary>
<Description xml:lang="en">gnome-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses.

The program is meant to run in the background when the user is logged in, and when file sharing is enabled a webdav server is started that shares the $HOME/Public folder. The share is then published to all computers on the local network using mDNS/rendezvous, so that it shows up in the Network location in Gnome.

The dav server used is apache, so you need that installed. Avahi or Howl is used for mDNS support, so you need to have that installed and mDNSResolver running.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>gnome-user-share</Name>
<Summary xml:lang="en">gnome-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses.</Summary>
<Description xml:lang="en">gnome-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses.

The program is meant to run in the background when the user is logged in, and when file sharing is enabled a webdav server is started that shares the $HOME/Public folder. The share is then published to all computers on the local network using mDNS/rendezvous, so that it shows up in the Network location in Gnome.

The dav server used is apache, so you need that installed. Avahi or Howl is used for mDNS support, so you need to have that installed and mDNSResolver running.
</Description>
<PartOf>desktop.gnome</PartOf>
<Files>
<Path fileType="library">/usr/lib/systemd/user/gnome-user-share-webdav.service</Path>
<Path fileType="library">/usr/lib64/gnome-user-share/gnome-user-share-webdav</Path>
<Path fileType="data">/usr/share/GConf/gsettings/gnome-user-share.convert</Path>
<Path fileType="data">/usr/share/applications/gnome-user-share-webdav.desktop</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml</Path>
<Path fileType="data">/usr/share/gnome-user-share/dav_groupfile</Path>
<Path fileType="data">/usr/share/gnome-user-share/dav_user_2.0.conf</Path>
<Path fileType="data">/usr/share/gnome-user-share/dav_user_2.2.conf</Path>
<Path fileType="data">/usr/share/gnome-user-share/dav_user_2.4.conf</Path>
<Path fileType="localedata">/usr/share/locale/ab/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/af/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/an/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ar/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/as/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ast/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/be/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/bg/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/bn/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/bn_IN/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/br/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/bs/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ca@valencia/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ckb/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/cs/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/da/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/de/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/dz/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/el/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/en@shaw/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/en_CA/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/en_GB/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/eo/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/et/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/eu/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/fa/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/fi/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/fur/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ga/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/gd/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/gl/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/gu/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/he/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/hi/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/hr/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/hu/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/id/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/is/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/it/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ja/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ka/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/kk/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/km/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/kn/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ko/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ln/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/lt/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/lv/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/mai/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/mjw/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/mk/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ml/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/mr/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ms/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/nb/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ne/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/nl/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/nn/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/oc/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/or/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/pa/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/pt/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ro/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/rw/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/sk/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/sl/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/sq/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/sr/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/sr@latin/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ta/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/te/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/tg/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/th/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/ug/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/uk/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/vi/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/zh_HK/LC_MESSAGES/gnome-user-share.mo</Path>
<Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/gnome-user-share.mo</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-03-01</Date>
<Version>43.0</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit d45c226

Please sign in to comment.