| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /snap/gnome-3-26-1604/current/snap/ |
Upload File : |
name: gnome-3-26-1604
version: bzr
version-script: |
echo 3.26.0.$(date --utc +%Y%m%d)
summary: Shared GNOME 3.26 Ubuntu stack
description: |
This snap includes a GNOME 3.26 stack (the base libraries and desktop
integration components) and shares it through the content interface.
It's built using the Ubuntu xenial backport binaries.
confinement: strict
grade: stable
icon: icon.png
# the recommended mountpoint for that content is /gnome-platform
slots:
gnome-3-26-1604:
interface: content
read:
- /
parts:
deb:
plugin: nil
stage-packages:
- libatk1.0-0
- libcanberra-gtk3-0
- libclutter-1.0-0
- libclutter-gst-3.0-0
- libclutter-gtk-1.0-0
- libcogl20
- libdb5.3
- libgail-3-0
- libgck-1-0
- libgcr-base-3-1
- libgcr-ui-3-1
- libgdk-pixbuf2.0-0
- libgirepository-1.0-1
- libglib2.0-0
- libgl1-mesa-dri
- libgnome-desktop-3-12
- libgstreamer-plugins-base1.0-0
- libgstreamer-plugins-good1.0-0
- libgstreamer1.0-0
- libgtk-3-0
- libgtksourceview-3.0-1
- libgspell-1-1
- libpeas-1.0-0
- gir1.2-peas-1.0
- gir1.2-gtk-3.0
- gir1.2-gtksource-3.0
- gir1.2-glib-2.0
- gir1.2-pango-1.0
- libmpc3
- libpango-1.0-0
- libsoup-gnome2.4-1
- libsoup2.4-1
- libwebkit2gtk-4.0-37
- libxml2
- libllvm4.0
# desktop integration components
- hicolor-icon-theme
- light-themes
- unity-gtk3-module
- fcitx-frontend-gtk3
- ibus-gtk3
- libc-bin
- locales-all
- libglib2.0-bin
- libgtk-3-bin
- shared-mime-info
- dmz-cursor-theme
- xdg-user-dirs
- libcanberra-gtk3-module
- ubuntu-settings
build-packages:
- gtk-update-icon-cache
- libglib2.0-bin
- shared-mime-info
install: |
set -eux
glib-compile-schemas $SNAPCRAFT_PART_INSTALL/usr/share/glib-2.0/schemas
update-mime-database $SNAPCRAFT_PART_INSTALL/usr/share/mime
for dir in $SNAPCRAFT_PART_INSTALL/usr/share/icons/*; do
if [ -f "$dir/index.theme" ]; then
gtk-update-icon-cache --force "$dir"
fi
done