| 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-34-1804/93/snap/ |
Upload File : |
name: gnome-3-34-1804
version: git
summary: Shared GNOME 3.34 Ubuntu stack
description: |
This snap includes a GNOME 3.34 stack (the base libraries and desktop
integration components) and shares it through the content interface.
confinement: strict
grade: stable
icon: icon.png
base: core18
# the recommended mountpoint for that content is /gnome-platform
slots:
gnome-3-34-1804:
interface: content
read:
- /
parts:
gnome-sdk:
plugin: nil
stage-snaps: [ gnome-3-34-1804-sdk/latest/candidate ]
stage:
- usr
- -usr/**/*.a
- -usr/**/*.c
- -usr/**/*.cpp
- -usr/**/*.o
- -usr/**/*.h
- -usr/**/*.hpp
- -usr/**/*.pc
- -usr/bin/g++*
- -usr/bin/*-linux-gnu-g++*
- -usr/bin/gcc*
- -usr/bin/*-linux-gnu-gcc*
- -usr/bin/python*
- -usr/bin/vala*
- -usr/bin/vapi*
- -usr/include
- -usr/lib/*vala*
- -usr/share/perl
- -usr/share/vala*
- -usr/share/gir*
debs:
after: [ gnome-sdk ]
plugin: nil
stage-packages:
- fcitx-frontend-gtk3
- fonts-noto-color-emoji
- gir1.2-ggit-1.0
- gir1.2-gucharmap-2.90
- gir1.2-vte-2.91
- ibus-gtk3
- libasound2
- libasyncns0
- libavahi-client3
- libavahi-common3
- libbrotli1
- libc-bin
- libcdt5
- libcgraph6
- libcolord2
- libcups2
- libdatrie1
- libdbus-glib-1-2
- libdb5.3
- libevdev2
- libflac8
- libfontconfig1
- libfreetype6
- libgck-1-0
- libgcr-base-3-1
- libgcr-ui-3-1
- libgl1
- libgl1-mesa-dri
- libgoa-1.0-0b
- libgraphite2-3
- libgspell-1-1
- libgstreamer-plugins-base1.0-0
- libgstreamer-plugins-good1.0-0
- libgstreamer1.0-0
- libgvc6
- libicu60
- libinput10
- libjbig0
- libjpeg-turbo8
- liblcms2-2
- libllvm4.0
- libmpc3
- libmpfr6
- libmtdev1
- libogg0
- libpathplan4
- libpng16-16
- libpulse0
- librsvg2-2
- libsndfile1
- libthai0
- libtiff5
- libvorbis0a
- libvorbisenc2
- libwacom2
- libwayland-client0
- libwayland-cursor0
- libwayland-egl1
- libwebkit2gtk-4.0-37
- libx11-6
- libxau6
- libxcb-render0
- libxcb-shm0
- libxcb1
- libxcomposite1
- libxcursor1
- libxdamage1
- libxdmcp6
- libxext6
- libxfixes3
- libxft2
- libxi6
- libxinerama1
- libxkbcommon0
- libxml2
- libxrandr2
- libxrender1
- libxtst6
- locales-all
- python3-dbus
- python3-gi
- shared-mime-info
- ubuntu-settings
- unity-gtk3-module
- xdg-user-dirs
- libgtksourceview-3.0-1
- libappindicator3-1
- libmozjs-52-0
- libsigc++-2.0-0v5
- libpython3.6
stage:
- -usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libLLVM-4.0.so*
override-build: |
set -eux
snapcraftctl build
cd $SNAPCRAFT_STAGE/usr
find . -type f,l -exec rm -f $SNAPCRAFT_PART_INSTALL/usr/{} \;
find . -type f,l -name "*.so*" -exec bash -c "rm -f $SNAPCRAFT_PART_INSTALL/usr/{}*" \;
cd $SNAPCRAFT_STAGE/usr/lib
find . -type f,l -exec rm -f $SNAPCRAFT_PART_INSTALL/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/{} \;
find . -type f,l -name "*.so*" -exec bash -c "rm -f $SNAPCRAFT_PART_INSTALL/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/{}*" \;
cd $SNAPCRAFT_STAGE/usr/lib/$SNAPCRAFT_ARCH_TRIPLET
find . -type f,l -exec rm -f $SNAPCRAFT_PART_INSTALL/usr/lib/{} \;
find . -type f,l -name "*.so*" -exec bash -c "rm -f $SNAPCRAFT_PART_INSTALL/usr/lib/{}*" \;
caches:
after: [ debs ]
plugin: nil
build-packages:
- gtk-update-icon-cache
- libglib2.0-bin
- shared-mime-info
override-build: |
set -eux
snapcraftctl build
glib-compile-schemas $SNAPCRAFT_STAGE/usr/share/glib-2.0/schemas
update-mime-database $SNAPCRAFT_STAGE/usr/share/mime
for dir in $SNAPCRAFT_STAGE/usr/share/icons/*; do
if [ -f "$dir/index.theme" ]; then
gtk-update-icon-cache --force "$dir"
fi
done
cleanup:
after: [ caches ]
plugin: nil
build-snaps:
- gtk-common-themes
override-prime: |
set -eux
cd /snap/gtk-common-themes/current
find . -type f,l -exec rm -f $SNAPCRAFT_PRIME/usr/{} \;
cd $SNAPCRAFT_PRIME
rm -rf usr/share/doc
rm -rf usr/share/man
find . -type d -empty -delete