You are not logged in.

#1 2024-09-28 11:36:32

fib_nm
Member
Registered: 2024-02-27
Posts: 18

[SOLVED] Post_install() not trigerring.

I have a PKGBUILD file

# Maintainer: cat_nm
pkgname=hyprpanel-git
pkgver=r276.233c97a
pkgrel=1
epoch=1
pkgdesc="A Bar/Panel for Hyprland with extensive customizability"
arch=('x86_64')
url="https://hyprpanel.com/"
license=('MIT')
depends=(
  # official repository:
  'pipewire'
  'libgtop'
  'bluez'
  'bluez-utils'
  'btop'
  'networkmanager'
  'dart-sass'
  'wl-clipboard'
  'brightnessctl'
  'swww'
  'gnome-bluetooth-3.0'
  'libdbusmenu-gtk3'
  # aur:
  'grimblast-git'
  'gpu-screen-recorder-git'
  'hyprpicker'
  'matugen-bin'
  'aylurs-gtk-shell'
)
makedepends=(
  'unzip'
  'git'
)
optdepends=(
  'python: GPU usage tracking (NVidia only)'
  'python-gpustat: GPU usage tracking (NVidia only)'
  'pywal: Pywal hook for wallpapers'
  'pacman-contrib: Checking for pacman updates'
  'power-profiles-daemon: Switch power profiles'
)
source=(
  "git+https://github.com/Jas-SinghFSU/HyprPanel.git"
  "https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip"
)
sha256sums=('SKIP' 'SKIP')

prepare() {
    cd "$srcdir"

    # download bun
    unzip bun-linux-x64.zip
}

pkgver() {
  cd "$srcdir/HyprPanel"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}

package() {
  cd "$srcdir/HyprPanel"

  #install bun
  install -Dm755 "$srcdir/bun-linux-x64/bun" "$pkgdir/usr/bin/bun"

  # install fonts
  install -dm755 "$pkgdir/usr/share/fonts/NFP"
  cp -r "$srcdir/HyprPanel/assets/fonts/"* "$pkgdir/usr/share/fonts/NFP/"
  fc-cache -fv

  # Install HyprPanel into /usr/share/HyprPanel
  install -dm755 "$pkgdir/usr/share/HyprPanel"
  cp -r ./* "$pkgdir/usr/share/HyprPanel/"

  # License
  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
}

post_install() {
  echo 'To configure ags run these two commands:'
  echo 'mv $HOME/.config/ags $HOME/.config/ags.bkup 2>/dev/null'
  echo 'ln -s /usr/share/HyprPanel $HOME/.config/ags'
}

with a post_install() section, which should print 3 lines:

echo 'To configure ags run these two commands:'
echo 'mv $HOME/.config/ags $HOME/.config/ags.bkup 2>/dev/null'
echo 'ln -s /usr/share/HyprPanel $HOME/.config/ags'

But this lines are not printed neither after building, nor after installing package.
This is output of

CHROOT=$HOME/chroot; makechrootpkg -c -r $CHROOT -I dep/aylurs-gtk-shell-1.8.2-3-x86_64.pkg.tar.zst -I dep/gpu-screen-recorder-git-r803.adddca4-1-x86_64.pkg.tar.zst -I dep/matugen-bin-2.3.0-1-x86_64.pkg.tar.zst -I dep/grimblast-git-r108.1e531dc-1-any.pkg.tar.zst -I dep/hyprpicker-0.3.0-1-x86_64.pkg.tar.zst
==> Synchronizing chroot copy [/home/fib_nm/chroot/root] -> [fib_nm]...done
loading packages...
resolving dependencies...
:: There are 2 providers available for jack:
:: Repository extra
   1) jack2  2) pipewire-jack

Enter a number (default=1): 
looking for conflicting packages...
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: mesa will be installed before its libglvnd dependency

Packages (212) adobe-source-code-pro-fonts-2.042u+1.062i+1.026vf-2  adwaita-cursors-47.0-1  adwaita-icon-theme-47.0-1  adwaita-icon-theme-legacy-46.2-3  alsa-lib-1.2.12-1  alsa-topology-conf-1.2.5.1-4
               alsa-ucm-conf-1.2.12-1  aom-3.10.0-1  aquamarine-0.4.1-1  at-spi2-core-2.54.0-2  avahi-1:0.8+r194+g3f79789-2  cairo-1.18.2-2  cantarell-fonts-1:0.303.1-2  dav1d-1.4.3-1  dconf-0.40.0-3
               default-cursors-3-1  desktop-file-utils-0.27-1  duktape-2.7.0-7  ffmpeg-2:7.0.2-3  fftw-3.3.10-7  flac-1.4.3-2  fontconfig-2:2.15.0-2  freetype2-2.13.3-1  fribidi-1.0.15-1
               gdk-pixbuf2-2.42.12-1  giflib-5.2.2-1  gjs-2:1.82.0-1  glib-networking-1:2.80.0-3  glslang-14.3.0-1  gobject-introspection-runtime-1.82.0-1  gperftools-2.15-1  graphite-1:1.3.14-4
               grim-1.4.1-2  gsettings-desktop-schemas-47.1-1  gsettings-system-schemas-47.1-1  gsm-1.0.22-2  gtk-layer-shell-0.9.0-1  gtk-update-icon-cache-1:4.16.2-1  gtk3-1:3.24.43-3  harfbuzz-9.0.0-1
               hicolor-icon-theme-0.18-1  hidapi-0.14.0-3  highway-1.2.0-1  hyprcursor-0.1.9-1  hyprland-0.43.0-1  hyprlang-0.5.2-1  hyprutils-0.2.3-1  hyprwayland-scanner-0.4.2-1  imath-3.1.12-1
               iso-codes-4.17.0-1  jack2-1.9.22-1  jbigkit-2.1-8  jq-1.7.1-2  js128-128.2.0-1  json-glib-1.10.0-1  l-smash-2.14.5-4  lame-3.100-5  lcms2-2.16-1  libass-0.17.3-1
               libasyncns-1:0.8+r3+g68cd5af-3  libavc1394-0.5.4-6  libbluray-1.3.4-2  libbs2b-3.1.0-9  libcloudproviders-0.3.6-1  libcolord-1.4.7-2  libcups-2:2.4.10-1  libdaemon-0.14-6  libdatrie-0.2.13-4
               libdeflate-1.21-1  libdisplay-info-0.2.0-1  libdovi-3.3.1-1  libdrm-2.4.123-1  libdvdnav-6.1.1-2  libdvdread-6.1.3-2  libedit-20240517_3.1-1  libei-1.3.0-1  libepoxy-1.5.10-3
               libevdev-1.13.3-1  libfontenc-1.1.8-1  libgirepository-1.82.0-1  libglvnd-1.7.0-1  libgudev-238-1  libiec61883-1.2.0-8  libinput-1.26.2-1  libjpeg-turbo-3.0.4-1  libjxl-0.11.0-1
               libliftoff-0.5.0-1  libmodplug-0.8.9.0-6  libogg-1.3.5-2  libomxil-bellagio-0.9.3-5  libopenmpt-0.7.10-1  libpciaccess-0.18.1-2  libpgm-5.3.128-3  libpipewire-1:1.2.4-1  libplacebo-7.349.0-2
               libpng-1.6.44-1  libproxy-0.5.8-1  libpulse-17.0-3  libraw1394-2.1.2-4  librsvg-2:2.59.0-1  libsamplerate-0.2.2-3  libsndfile-1.2.2-2  libsodium-1.0.20-1  libsoup3-3.6.0-1  libsoxr-0.1.3-4
               libssh-0.11.1-1  libstemmer-2.2.0-2  libthai-0.1.29-3  libtheora-1.1.1-6  libtiff-4.7.0-1  libunibreak-6.1-1  libunwind-1.8.1-3  libva-2.22.0-1  libvdpau-1.5-3  libvorbis-1.3.7-3
               libvpl-2.13.0-1  libvpx-1.14.1-1  libwacom-2.13.0-1  libwebp-1.4.0-2  libx11-1.8.10-1  libxau-1.0.11-3  libxcb-1.17.0-1  libxcomposite-0.4.6-2  libxcursor-1.2.2-1  libxcvt-0.1.2-2
               libxdamage-1.1.6-2  libxdmcp-1.1.5-1  libxext-1.3.6-1  libxfixes-6.0.1-2  libxfont2-2.0.7-1  libxft-2.3.8-2  libxi-1.8.2-1  libxinerama-1.1.5-2  libxkbcommon-1.7.0-2  libxkbfile-1.1.3-1
               libxrandr-1.5.4-1  libxrender-0.9.11-2  libxshmfence-1.3.2-2  libxtst-1.2.5-1  libxv-1.0.12-2  libxxf86vm-1.1.5-2  libzip-1.10.1-2  llvm-libs-18.1.8-4  lm_sensors-1:3.6.0.r41.g31d1f125-3
               lzo-2.10-5  mesa-1:24.2.3-1  mpdecimal-4.0.0-2  mpg123-1.32.7-1  mtdev-1.1.7-1  ocl-icd-2.3.2-2  oniguruma-6.9.9-1  opencore-amr-0.1.6-2  openexr-3.2.4-1  openjpeg2-2.5.2-1  opus-1.5.2-1
               pango-1:1.54.0-1  pixman-0.43.4-1  portaudio-1:19.7.0-3  pugixml-1.14-1  python-3.12.6-1  rav1e-0.7.1-1  rubberband-3.3.0-2  sdl2-2.30.7-1  seatd-0.8.0-2  shaderc-2024.2-1
               shared-mime-info-2.4-1  slurp-1.5.0-1  snappy-1.1.10-1  speex-1.2.1-2  speexdsp-1.2.1-2  spirv-tools-2024.2-1  srt-1.5.3-2  svt-av1-2.2.1-1  tinysparql-3.8.0-1  tomlplusplus-3.4.0-1
               v4l-utils-1.28.1-1  vapoursynth-R69-1  vid.stab-1.1.1-2  vmaf-3.0.0-1  vulkan-headers-1:1.3.295-1  vulkan-icd-loader-1.3.295-1  vulkan-validation-layers-1.3.290-2  wayland-1.23.1-1
               wayland-protocols-1.37-1  x264-3:0.164.r3108.31e19f9-2  x265-3.6-1  xcb-proto-1.17.0-2  xcb-util-0.4.1-2  xcb-util-errors-1.0.1-2  xcb-util-image-0.4.1-3  xcb-util-keysyms-0.4.1-5
               xcb-util-renderutil-0.3.10-2  xcb-util-wm-0.4.2-2  xkeyboard-config-2.42-1  xorg-fonts-encodings-1.1.0-1  xorg-server-common-21.1.13-1  xorg-setxkbmap-1.3.4-2  xorg-xinput-1.6.4-2
               xorg-xkbcomp-1.4.7-1  xorg-xprop-1.2.7-1  xorg-xrandr-1.5.2-2  xorg-xwayland-24.1.2-1  xorgproto-2024.1-2  xvidcore-1.3.7-3  xxhash-0.8.2-1  zeromq-4.3.5-2  zimg-3.0.5-1
               aylurs-gtk-shell-1.8.2-3  gpu-screen-recorder-git-r803.adddca4-1  grimblast-git-r108.1e531dc-1  hyprpicker-0.3.0-1  matugen-bin-2.3.0-1

Total Installed Size:  976.07 MiB

:: Proceed with installation? [Y/n] 
(212/212) checking keys in keyring                                                                                           [###########################################################################] 100%
(210/212) checking package integrity                                                                                         [###########################################################################] 100%
(210/212) loading package files                                                                                              [###########################################################################] 100%
(212/212) checking for file conflicts                                                                                        [###########################################################################] 100%
(212/212) checking available disk space                                                                                      [###########################################################################] 100%
:: Processing package changes...
(  1/212) installing libpng                                                                                                  [###########################################################################] 100%
(  2/212) installing graphite                                                                                                [###########################################################################] 100%
Optional dependencies for graphite
    graphite-docs: Documentation
(  3/212) installing harfbuzz                                                                                                [###########################################################################] 100%
Optional dependencies for harfbuzz
    harfbuzz-utils: utilities
(  4/212) installing freetype2                                                                                               [###########################################################################] 100%
(  5/212) installing fontconfig                                                                                              [###########################################################################] 100%
Creating fontconfig configuration...
Rebuilding fontconfig cache...
(  6/212) installing xcb-proto                                                                                               [###########################################################################] 100%
(  7/212) installing xorgproto                                                                                               [###########################################################################] 100%
(  8/212) installing libxdmcp                                                                                                [###########################################################################] 100%
(  9/212) installing libxau                                                                                                  [###########################################################################] 100%
( 10/212) installing libxcb                                                                                                  [###########################################################################] 100%
( 11/212) installing libx11                                                                                                  [###########################################################################] 100%
( 12/212) installing libxext                                                                                                 [###########################################################################] 100%
( 13/212) installing libxrender                                                                                              [###########################################################################] 100%
( 14/212) installing lzo                                                                                                     [###########################################################################] 100%
( 15/212) installing pixman                                                                                                  [###########################################################################] 100%
( 16/212) installing cairo                                                                                                   [###########################################################################] 100%
( 17/212) installing dconf                                                                                                   [###########################################################################] 100%
( 18/212) installing libgirepository                                                                                         [###########################################################################] 100%
( 19/212) installing gobject-introspection-runtime                                                                           [###########################################################################] 100%
( 20/212) installing js128                                                                                                   [###########################################################################] 100%
( 21/212) installing gjs                                                                                                     [###########################################################################] 100%
( 22/212) installing hicolor-icon-theme                                                                                      [###########################################################################] 100%
( 23/212) installing adwaita-icon-theme-legacy                                                                               [###########################################################################] 100%
( 24/212) installing adwaita-cursors                                                                                         [###########################################################################] 100%
( 25/212) installing adwaita-icon-theme                                                                                      [###########################################################################] 100%
( 26/212) installing gsettings-system-schemas                                                                                [###########################################################################] 100%
( 27/212) installing adobe-source-code-pro-fonts                                                                             [###########################################################################] 100%
( 28/212) installing cantarell-fonts                                                                                         [###########################################################################] 100%
( 29/212) installing gsettings-desktop-schemas                                                                               [###########################################################################] 100%
( 30/212) installing libxfixes                                                                                               [###########################################################################] 100%
( 31/212) installing libxi                                                                                                   [###########################################################################] 100%
( 32/212) installing libxtst                                                                                                 [###########################################################################] 100%
( 33/212) installing xorg-xprop                                                                                              [###########################################################################] 100%
( 34/212) installing at-spi2-core                                                                                            [###########################################################################] 100%
( 35/212) installing desktop-file-utils                                                                                      [###########################################################################] 100%
( 36/212) installing fribidi                                                                                                 [###########################################################################] 100%
( 37/212) installing libjpeg-turbo                                                                                           [###########################################################################] 100%
Optional dependencies for libjpeg-turbo
    java-runtime>11: for TurboJPEG Java wrapper
( 38/212) installing jbigkit                                                                                                 [###########################################################################] 100%
( 39/212) installing libtiff                                                                                                 [###########################################################################] 100%
Optional dependencies for libtiff
    freeglut: for using tiffgt
( 40/212) installing shared-mime-info                                                                                        [###########################################################################] 100%
( 41/212) installing gdk-pixbuf2                                                                                             [###########################################################################] 100%
Optional dependencies for gdk-pixbuf2
    libwmf: Load .wmf and .apm
    libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and .raf
    libavif: Load .avif
    libheif: Load .heif, .heic, and .avif
    libjxl: Load .jxl [pending]
    librsvg: Load .svg, .svgz, and .svg.gz [pending]
    webp-pixbuf-loader: Load .webp
( 42/212) installing iso-codes                                                                                               [###########################################################################] 100%
( 43/212) installing libcloudproviders                                                                                       [###########################################################################] 100%
( 44/212) installing lcms2                                                                                                   [###########################################################################] 100%
( 45/212) installing libcolord                                                                                               [###########################################################################] 100%
( 46/212) installing libdaemon                                                                                               [###########################################################################] 100%
( 47/212) installing avahi                                                                                                   [###########################################################################] 100%
Optional dependencies for avahi
    gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc [pending]
    libevent: libevent bindings [installed]
    nss-mdns: NSS support for mDNS
    python-dbus: avahi-bookmarks, avahi-discover
    python-gobject: avahi-bookmarks, avahi-discover
    python-twisted: avahi-bookmarks
    qt5-base: qt5 bindings
( 48/212) installing libcups                                                                                                 [###########################################################################] 100%
( 49/212) installing libpciaccess                                                                                            [###########################################################################] 100%
( 50/212) installing libdrm                                                                                                  [###########################################################################] 100%
Optional dependencies for libdrm
    cairo: needed for modetest tool [installed]
( 51/212) installing libxshmfence                                                                                            [###########################################################################] 100%
( 52/212) installing libxxf86vm                                                                                              [###########################################################################] 100%
( 53/212) installing libedit                                                                                                 [###########################################################################] 100%
( 54/212) installing llvm-libs                                                                                               [###########################################################################] 100%
( 55/212) installing lm_sensors                                                                                              [###########################################################################] 100%
Optional dependencies for lm_sensors
    rrdtool: for logging with sensord
    perl: for sensor detection and configuration convert [installed]
( 56/212) installing default-cursors                                                                                         [###########################################################################] 100%
Optional dependencies for default-cursors
    adwaita-cursors: default cursor theme [installed]
( 57/212) installing wayland                                                                                                 [###########################################################################] 100%
( 58/212) installing libomxil-bellagio                                                                                       [###########################################################################] 100%
( 59/212) installing mesa                                                                                                    [###########################################################################] 100%
Optional dependencies for mesa
    opengl-man-pages: for the OpenGL API man pages
( 60/212) installing libglvnd                                                                                                [###########################################################################] 100%
( 61/212) installing libepoxy                                                                                                [###########################################################################] 100%
( 62/212) installing dav1d                                                                                                   [###########################################################################] 100%
Optional dependencies for dav1d
    dav1d-doc: HTML documentation
( 63/212) installing libdatrie                                                                                               [###########################################################################] 100%
( 64/212) installing libthai                                                                                                 [###########################################################################] 100%
( 65/212) installing libxft                                                                                                  [###########################################################################] 100%
( 66/212) installing pango                                                                                                   [###########################################################################] 100%
( 67/212) installing librsvg                                                                                                 [###########################################################################] 100%
( 68/212) installing libxcomposite                                                                                           [###########################################################################] 100%
( 69/212) installing libxcursor                                                                                              [###########################################################################] 100%
( 70/212) installing libxdamage                                                                                              [###########################################################################] 100%
( 71/212) installing libxinerama                                                                                             [###########################################################################] 100%
( 72/212) installing xkeyboard-config                                                                                        [###########################################################################] 100%
( 73/212) installing libxkbcommon                                                                                            [###########################################################################] 100%
Optional dependencies for libxkbcommon
    libxkbcommon-x11: xkbcli interactive-x11
    wayland: xkbcli interactive-wayland [installed]
( 74/212) installing libxrandr                                                                                               [###########################################################################] 100%
( 75/212) installing json-glib                                                                                               [###########################################################################] 100%
( 76/212) installing duktape                                                                                                 [###########################################################################] 100%
( 77/212) installing libproxy                                                                                                [###########################################################################] 100%
( 78/212) installing glib-networking                                                                                         [###########################################################################] 100%
( 79/212) installing libsoup3                                                                                                [###########################################################################] 100%
Optional dependencies for libsoup3
    samba: Windows Domain SSO
( 80/212) installing libstemmer                                                                                              [###########################################################################] 100%
( 81/212) installing tinysparql                                                                                              [###########################################################################] 100%
( 82/212) installing gtk-update-icon-cache                                                                                   [###########################################################################] 100%
( 83/212) installing gtk3                                                                                                    [###########################################################################] 100%
Optional dependencies for gtk3
    evince: Default print preview command
( 84/212) installing gtk-layer-shell                                                                                         [###########################################################################] 100%
( 85/212) installing libasyncns                                                                                              [###########################################################################] 100%
( 86/212) installing libogg                                                                                                  [###########################################################################] 100%
( 87/212) installing flac                                                                                                    [###########################################################################] 100%
( 88/212) installing lame                                                                                                    [###########################################################################] 100%
( 89/212) installing libvorbis                                                                                               [###########################################################################] 100%
( 90/212) installing alsa-topology-conf                                                                                      [###########################################################################] 100%
( 91/212) installing alsa-ucm-conf                                                                                           [###########################################################################] 100%
( 92/212) installing alsa-lib                                                                                                [###########################################################################] 100%
( 93/212) installing mpg123                                                                                                  [###########################################################################] 100%
Optional dependencies for mpg123
    sdl2: for sdl audio support [pending]
    jack: for jack audio support [pending]
    libpulse: for pulse audio support [pending]
    perl: for conplay [installed]
( 94/212) installing opus                                                                                                    [###########################################################################] 100%
( 95/212) installing libsndfile                                                                                              [###########################################################################] 100%
Optional dependencies for libsndfile
    alsa-lib: for sndfile-play [installed]
( 96/212) installing libpulse                                                                                                [###########################################################################] 100%
Optional dependencies for libpulse
    glib2: mainloop integration [installed]
    pulse-native-provider: PulseAudio backend
( 97/212) installing aylurs-gtk-shell                                                                                        [###########################################################################] 100%
Optional dependencies for aylurs-gtk-shell
    gnome-bluetooth-3.0: required for bluetooth service
    greetd: required for greetd service
    libdbusmenu-gtk3: required for systemtray service
    libsoup3: required for the Utils.fetch feature [installed]
    libnotify: required for sending notifications
    networkmanager: required for network service
    power-profiles-daemon: required for powerprofiles service
    upower: required for battery service
( 98/212) installing aom                                                                                                     [###########################################################################] 100%
( 99/212) installing gsm                                                                                                     [###########################################################################] 100%
(100/212) installing libsamplerate                                                                                           [###########################################################################] 100%
(101/212) installing jack2                                                                                                   [###########################################################################] 100%
Optional dependencies for jack2
    a2jmidid: for ALSA MIDI to JACK MIDI bridging
    libffado: for firewire support using FFADO
    jack-example-tools: for official JACK example-clients and tools
    jack2-dbus: for dbus integration
    jack2-docs: for developer documentation
    realtime-privileges: for realtime privileges
(102/212) installing libunibreak                                                                                             [###########################################################################] 100%
(103/212) installing libass                                                                                                  [###########################################################################] 100%
(104/212) installing libraw1394                                                                                              [###########################################################################] 100%
(105/212) installing libavc1394                                                                                              [###########################################################################] 100%
(106/212) installing libbluray                                                                                               [###########################################################################] 100%
Optional dependencies for libbluray
    java-runtime: BD-J library
(107/212) installing libbs2b                                                                                                 [###########################################################################] 100%
(108/212) installing libdvdread                                                                                              [###########################################################################] 100%
Optional dependencies for libdvdread
    libdvdcss: Decoding encrypted DVDs
(109/212) installing libdvdnav                                                                                               [###########################################################################] 100%
(110/212) installing libiec61883                                                                                             [###########################################################################] 100%
(111/212) installing giflib                                                                                                  [###########################################################################] 100%
(112/212) installing libunwind                                                                                               [###########################################################################] 100%
(113/212) installing gperftools                                                                                              [###########################################################################] 100%
Optional dependencies for gperftools
    graphviz: pprof graph generation
    perl: pprof and pprof-symbolize commands [installed]
(114/212) installing highway                                                                                                 [###########################################################################] 100%
(115/212) installing imath                                                                                                   [###########################################################################] 100%
Optional dependencies for imath
    boost-libs: python bindings
    python: python bindings [pending]
(116/212) installing libdeflate                                                                                              [###########################################################################] 100%
(117/212) installing openexr                                                                                                 [###########################################################################] 100%
(118/212) installing libjxl                                                                                                  [###########################################################################] 100%
Optional dependencies for libjxl
    gdk-pixbuf2: for gdk-pixbuf loader [installed]
    gimp: for gimp plugin
    java-runtime: for JNI bindings
(119/212) installing libmodplug                                                                                              [###########################################################################] 100%
(120/212) installing portaudio                                                                                               [###########################################################################] 100%
(121/212) installing libopenmpt                                                                                              [###########################################################################] 100%
(122/212) installing vulkan-icd-loader                                                                                       [###########################################################################] 100%
Optional dependencies for vulkan-icd-loader
    vulkan-driver: packaged vulkan driver
(123/212) installing spirv-tools                                                                                             [###########################################################################] 100%
(124/212) installing glslang                                                                                                 [###########################################################################] 100%
(125/212) installing shaderc                                                                                                 [###########################################################################] 100%
(126/212) installing libdovi                                                                                                 [###########################################################################] 100%
(127/212) installing xxhash                                                                                                  [###########################################################################] 100%
(128/212) installing libplacebo                                                                                              [###########################################################################] 100%
(129/212) installing libsoxr                                                                                                 [###########################################################################] 100%
(130/212) installing libssh                                                                                                  [###########################################################################] 100%
(131/212) installing libtheora                                                                                               [###########################################################################] 100%
(132/212) installing libva                                                                                                   [###########################################################################] 100%
Optional dependencies for libva
    intel-media-driver: backend for Intel GPUs (>= Broadwell)
    libva-intel-driver: backend for Intel GPUs (<= Haswell)
    libva-mesa-driver: backend for AMD and NVIDIA GPUs
(133/212) installing libvdpau                                                                                                [###########################################################################] 100%
Optional dependencies for libvdpau
    libvdpau-va-gl: driver using VAAPI
    mesa-vdpau: driver for Mesa
    nvidia-utils: driver for NVIDIA
(134/212) installing libvpx                                                                                                  [###########################################################################] 100%
(135/212) installing libwebp                                                                                                 [###########################################################################] 100%
(136/212) installing libxv                                                                                                   [###########################################################################] 100%
(137/212) installing ocl-icd                                                                                                 [###########################################################################] 100%
Optional dependencies for ocl-icd
    opencl-driver: packaged opencl driver
(138/212) installing libvpl                                                                                                  [###########################################################################] 100%
Optional dependencies for libvpl
    intel-media-sdk: runtime implementation for legacy Intel GPUs
    vpl-gpu-rt: runtime implementation for Tiger Lake and newer GPUs
(139/212) installing opencore-amr                                                                                            [###########################################################################] 100%
(140/212) installing openjpeg2                                                                                               [###########################################################################] 100%
(141/212) installing rav1e                                                                                                   [###########################################################################] 100%
(142/212) installing fftw                                                                                                    [###########################################################################] 100%
Optional dependencies for fftw
    fftw-openmpi: for OpenMPI integration
(143/212) installing rubberband                                                                                              [###########################################################################] 100%
(144/212) installing hidapi                                                                                                  [###########################################################################] 100%
Optional dependencies for hidapi
    libusb: for hidapi-libusb [installed]
(145/212) installing sdl2                                                                                                    [###########################################################################] 100%
Optional dependencies for sdl2
    alsa-lib: ALSA audio driver [installed]
    libpulse: PulseAudio audio driver [installed]
    jack: JACK audio driver [installed]
    pipewire: PipeWire audio driver
    libdecor: Wayland client decorations
(146/212) installing snappy                                                                                                  [###########################################################################] 100%
(147/212) installing speexdsp                                                                                                [###########################################################################] 100%
(148/212) installing speex                                                                                                   [###########################################################################] 100%
(149/212) installing srt                                                                                                     [###########################################################################] 100%
(150/212) installing svt-av1                                                                                                 [###########################################################################] 100%
(151/212) installing v4l-utils                                                                                               [###########################################################################] 100%
Optional dependencies for v4l-utils
    qt5-base: for qv4l2 and qvidcap
    alsa-lib: for qv4l2 [installed]
    libbpf: for ir-keytable
(152/212) installing zimg                                                                                                    [###########################################################################] 100%
(153/212) installing mpdecimal                                                                                               [###########################################################################] 100%
(154/212) installing python                                                                                                  [###########################################################################] 100%
Optional dependencies for python
    python-setuptools: for building Python packages using tooling that is usually bundled with Python
    python-pip: for installing Python packages using tooling that is usually bundled with Python
    python-pipx: for installing Python software not packaged on Arch Linux
    sqlite: for a default database integration [installed]
    xz: for lzma [installed]
    tk: for tkinter
(155/212) installing vapoursynth                                                                                             [###########################################################################] 100%
(156/212) installing vid.stab                                                                                                [###########################################################################] 100%
(157/212) installing vmaf                                                                                                    [###########################################################################] 100%
(158/212) installing l-smash                                                                                                 [###########################################################################] 100%
(159/212) installing x264                                                                                                    [###########################################################################] 100%
(160/212) installing x265                                                                                                    [###########################################################################] 100%
(161/212) installing xvidcore                                                                                                [###########################################################################] 100%
(162/212) installing libsodium                                                                                               [###########################################################################] 100%
(163/212) installing libpgm                                                                                                  [###########################################################################] 100%
(164/212) installing zeromq                                                                                                  [###########################################################################] 100%
Optional dependencies for zeromq
    cppzmq: C++ binding for libzmq
(165/212) installing ffmpeg                                                                                                  [###########################################################################] 100%
Optional dependencies for ffmpeg
    avisynthplus: AviSynthPlus support
    frei0r-plugins: Frei0r video effects support
    intel-media-sdk: Intel QuickSync support (legacy)
    ladspa: LADSPA filters
    nvidia-utils: Nvidia NVDEC/NVENC support
    onevpl-intel-gpu: Intel QuickSync support
(166/212) installing libpipewire                                                                                             [###########################################################################] 100%
(167/212) installing gpu-screen-recorder-git                                                                                 [###########################################################################] 100%
Optional dependencies for gpu-screen-recorder-git
    nvidia-utils: Required to record your screen on NVIDIA
    libxnvctrl: Required when using the -oc option to overclock the NVIDIA GPU to workaround NVIDIA p2 state bug
    mesa: Required to record your screen on AMD/Intel [installed]
    libva-mesa-driver: Required to record your screen on AMD
    libva-intel-driver: Required to record your screen on Intel G45 and HD Graphics family
    intel-media-driver: Required to record your screen on Intel Broadwell or later iGPUs
    linux-firmware: Required to record your screen on Intel Skylake or later iGPUs
(168/212) installing matugen-bin                                                                                             [###########################################################################] 100%
(169/212) installing hyprutils                                                                                               [###########################################################################] 100%
(170/212) installing pugixml                                                                                                 [###########################################################################] 100%
(171/212) installing hyprwayland-scanner                                                                                     [###########################################################################] 100%
(172/212) installing libdisplay-info                                                                                         [###########################################################################] 100%
(173/212) installing mtdev                                                                                                   [###########################################################################] 100%
(174/212) installing libevdev                                                                                                [###########################################################################] 100%
(175/212) installing libgudev                                                                                                [###########################################################################] 100%
(176/212) installing libwacom                                                                                                [###########################################################################] 100%
Optional dependencies for libwacom
    python-libevdev: for libwacom-show-stylus
    python-pyudev: for libwacom-show-stylus
(177/212) installing libinput                                                                                                [###########################################################################] 100%
Optional dependencies for libinput
    gtk4: libinput debug-gui
    python-pyudev: libinput measure
    python-libevdev: libinput measure
    python-yaml: used by various tools
(178/212) installing seatd                                                                                                   [###########################################################################] 100%
(179/212) installing wayland-protocols                                                                                       [###########################################################################] 100%
(180/212) installing aquamarine                                                                                              [###########################################################################] 100%
(181/212) installing hyprlang                                                                                                [###########################################################################] 100%
(182/212) installing libzip                                                                                                  [###########################################################################] 100%
(183/212) installing tomlplusplus                                                                                            [###########################################################################] 100%
(184/212) installing hyprcursor                                                                                              [###########################################################################] 100%
(185/212) installing libliftoff                                                                                              [###########################################################################] 100%
(186/212) installing vulkan-headers                                                                                          [###########################################################################] 100%
(187/212) installing vulkan-validation-layers                                                                                [###########################################################################] 100%
(188/212) installing xcb-util                                                                                                [###########################################################################] 100%
(189/212) installing xcb-util-errors                                                                                         [###########################################################################] 100%
(190/212) installing xcb-util-image                                                                                          [###########################################################################] 100%
(191/212) installing xcb-util-keysyms                                                                                        [###########################################################################] 100%
(192/212) installing xcb-util-renderutil                                                                                     [###########################################################################] 100%
(193/212) installing xcb-util-wm                                                                                             [###########################################################################] 100%
(194/212) installing xorg-xrandr                                                                                             [###########################################################################] 100%
(195/212) installing xorg-xinput                                                                                             [###########################################################################] 100%
(196/212) installing xorg-fonts-encodings                                                                                    [###########################################################################] 100%
(197/212) installing libfontenc                                                                                              [###########################################################################] 100%
(198/212) installing libxfont2                                                                                               [###########################################################################] 100%
(199/212) installing libxkbfile                                                                                              [###########################################################################] 100%
(200/212) installing xorg-xkbcomp                                                                                            [###########################################################################] 100%
(201/212) installing xorg-setxkbmap                                                                                          [###########################################################################] 100%
(202/212) installing xorg-server-common                                                                                      [###########################################################################] 100%
(203/212) installing libxcvt                                                                                                 [###########################################################################] 100%
(204/212) installing libei                                                                                                   [###########################################################################] 100%
(205/212) installing xorg-xwayland                                                                                           [###########################################################################] 100%
(206/212) installing hyprland                                                                                                [###########################################################################] 100%
Optional dependencies for hyprland
    cmake: to build and install plugins using hyprpm
    cpio: to build and install plugins using hyprpm
    meson: to build and install plugins using hyprpm
(207/212) installing grim                                                                                                    [###########################################################################] 100%
(208/212) installing slurp                                                                                                   [###########################################################################] 100%
(209/212) installing oniguruma                                                                                               [###########################################################################] 100%
(210/212) installing jq                                                                                                      [###########################################################################] 100%
(211/212) installing grimblast-git                                                                                           [###########################################################################] 100%
Optional dependencies for grimblast-git
    libnotify: Notify users when a screenshot is taken
    hyprpicker: Freeze the screen in area mode [pending]
    wl-clipboard: Copy screenshots
(212/212) installing hyprpicker                                                                                              [###########################################################################] 100%
Optional dependencies for hyprpicker
    wl-clipboard: Allows --autocopy to automatically copy the output to the clipboard.
:: Running post-transaction hooks...
( 1/17) Creating system user accounts...
Creating group 'seat' with GID 972.
Creating group 'avahi' with GID 971.
Creating user 'avahi' (Avahi mDNS/DNS-SD daemon) with UID 971 and GID 971.
( 2/17) Reloading system manager configuration...
  Skipped: Current root is not booted.
( 3/17) Reloading user manager configuration...
  Skipped: Current root is not booted.
( 4/17) Updating udev hardware database...
( 5/17) Reloading device manager configuration...
  Skipped: Device manager is not running.
( 6/17) Arming ConditionNeedsUpdate...
( 7/17) Updating the MIME type database...
( 8/17) Updating fontconfig configuration...
( 9/17) Reloading system bus configuration...
  Skipped: Current root is not booted.
(10/17) Updating fontconfig cache...
(11/17) Probing GDK-Pixbuf loader modules...
(12/17) Updating GIO module cache...
(13/17) Compiling GSettings XML schema files...
(14/17) Probing GTK3 input method modules...
(15/17) Updating icon theme caches...
(16/17) Updating the info directory file...
(17/17) Updating the desktop file MIME type cache...
==> Making package: hyprpanel-git 1:r276.233c97a-1 (Sat Sep 28 14:31:39 2024)
==> Retrieving sources...
  -> Updating HyprPanel git repo...
  -> Found bun-linux-x64.zip
==> Validating source files with sha256sums...
    HyprPanel ... Skipped
    bun-linux-x64.zip ... Skipped
==> Making package: hyprpanel-git 1:r276.233c97a-1 (Sat Sep 28 14:31:42 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
:: There are 2 providers available for libxtables.so=12-64:
:: Repository core
   1) iptables  2) iptables-nft

Enter a number (default=1): 
looking for conflicting packages...

Packages (62) appstream-1.0.3-1  gpm-1.20.7.r38.ge82d1a6-6  graphene-1.10.8-1  gsound-1.0.3-3  gssdp-1.6.3-2  gst-plugins-bad-libs-1.24.8-1  gst-plugins-base-libs-1.24.8-1  gstreamer-1.24.8-1
              gtk4-1:4.16.2-1  gupnp-1:1.6.7-1  gupnp-igd-1.6.0-1  iproute2-6.11.0-1  iptables-1:1.8.10-2  libadwaita-1:1.6.0-1  libbpf-1.4.3-1  libcanberra-1:0.30+r2+gc0620e4-4
              libdbusmenu-glib-16.04.0.r498-2  libimobiledevice-1.3.0-14  libimobiledevice-glue-1.3.0-1  libmm-glib-1.22.0-1  libmnl-1.0.5-2  libndp-1.9-1  libnetfilter_conntrack-1.0.9-2  libnewt-0.52.24-2
              libnfnetlink-1.0.2-2  libnftnl-1.2.7-1  libnice-0.1.22-1  libnl-3.10.0-1  libnm-1.48.10-1  libnotify-0.8.3-1  libpcap-1.10.5-2  libplist-2.6.0-1  libteam-1.32-2  libusbmuxd-2.1.0-1
              libxkbcommon-x11-1.7.0-2  libxmlb-0.3.19-1  libyaml-0.2.5-3  mobile-broadband-provider-info-20240407-1  nspr-4.35-3  nss-3.104-1  orc-0.4.40-1  pcre-8.45-4  pcsclite-2.3.0-1  polkit-125-1
              procps-ng-4.0.4-3  slang-2.3.3-3  sound-theme-freedesktop-0.8-6  tdb-1.4.12-1  upower-1.90.6-1  wpa_supplicant-2:2.11-2  bluez-5.78-1  bluez-utils-5.78-1  brightnessctl-0.5.1-3  btop-1.4.0-3
              dart-sass-1.77.8-1  gnome-bluetooth-3.0-47.0-2  libdbusmenu-gtk3-16.04.0.r498-2  libgtop-2.41.3-2  networkmanager-1.48.10-1  pipewire-1:1.2.4-1  swww-0.9.5-2  wl-clipboard-1:2.2.1-2

Total Installed Size:  217.80 MiB

:: Proceed with installation? [Y/n] 
(62/62) checking keys in keyring                                                                                             [###########################################################################] 100%
(62/62) checking package integrity                                                                                           [###########################################################################] 100%
(62/62) loading package files                                                                                                [###########################################################################] 100%
(62/62) checking for file conflicts                                                                                          [###########################################################################] 100%
(62/62) checking available disk space                                                                                        [###########################################################################] 100%
:: Processing package changes...
( 1/62) installing pipewire                                                                                                  [###########################################################################] 100%
Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket' → '/usr/lib/systemd/user/pipewire.socket'.
Optional dependencies for pipewire
    gst-plugin-pipewire: GStreamer plugin
    pipewire-alsa: ALSA configuration
    pipewire-audio: Audio support
    pipewire-docs: Documentation
    pipewire-ffado: FireWire support
    pipewire-jack-client: PipeWire as JACK client
    pipewire-jack: JACK replacement
    pipewire-libcamera: Libcamera support
    pipewire-pulse: PulseAudio replacement
    pipewire-roc: ROC streaming
    pipewire-session-manager: Session manager
    pipewire-v4l2: V4L2 interceptor
    pipewire-x11-bell: X11 bell
    pipewire-zeroconf: Zeroconf support
    realtime-privileges: realtime privileges with rt module
    rtkit: realtime privileges with rtkit module
( 2/62) installing libgtop                                                                                                   [###########################################################################] 100%
( 3/62) installing bluez                                                                                                     [###########################################################################] 100%
( 4/62) installing bluez-utils                                                                                               [###########################################################################] 100%
Optional dependencies for bluez-utils
    ell: for btpclient
( 5/62) installing btop                                                                                                      [###########################################################################] 100%
Optional dependencies for btop
    rocm-smi-lib: AMD GPU support
( 6/62) installing libmnl                                                                                                    [###########################################################################] 100%
( 7/62) installing libnftnl                                                                                                  [###########################################################################] 100%
( 8/62) installing libnl                                                                                                     [###########################################################################] 100%
( 9/62) installing libpcap                                                                                                   [###########################################################################] 100%
(10/62) installing libnfnetlink                                                                                              [###########################################################################] 100%
(11/62) installing libnetfilter_conntrack                                                                                    [###########################################################################] 100%
(12/62) installing iptables                                                                                                  [###########################################################################] 100%
(13/62) installing libbpf                                                                                                    [###########################################################################] 100%
(14/62) installing iproute2                                                                                                  [###########################################################################] 100%
Optional dependencies for iproute2
    db5.3: userspace arp daemon [installed]
    linux-atm: ATM support
    python: for routel [installed]
(15/62) installing libmm-glib                                                                                                [###########################################################################] 100%
(16/62) installing libndp                                                                                                    [###########################################################################] 100%
(17/62) installing procps-ng                                                                                                 [###########################################################################] 100%
(18/62) installing gpm                                                                                                       [###########################################################################] 100%
(19/62) installing pcre                                                                                                      [###########################################################################] 100%
(20/62) installing slang                                                                                                     [###########################################################################] 100%
(21/62) installing libnewt                                                                                                   [###########################################################################] 100%
Optional dependencies for libnewt
    python: libnewt support with the _snack module [installed]
    tcl: whiptcl support
(22/62) installing nspr                                                                                                      [###########################################################################] 100%
(23/62) installing nss                                                                                                       [###########################################################################] 100%
(24/62) installing libnm                                                                                                     [###########################################################################] 100%
(25/62) installing libteam                                                                                                   [###########################################################################] 100%
(26/62) installing mobile-broadband-provider-info                                                                            [###########################################################################] 100%
(27/62) installing polkit                                                                                                    [###########################################################################] 100%
(28/62) installing pcsclite                                                                                                  [###########################################################################] 100%
Optional dependencies for pcsclite
    python: API call trace logging with the pcsc-spy [installed]
    ccid: USB Chip/Smart Card Interface Devices driver
(29/62) installing wpa_supplicant                                                                                            [###########################################################################] 100%
(30/62) installing networkmanager                                                                                            [###########################################################################] 100%
Optional dependencies for networkmanager
    bluez: Bluetooth support [installed]
    dhclient: alternative DHCP client
    dhcpcd: alternative DHCP client
    dnsmasq: connection sharing
    firewalld: firewall support
    iptables: connection sharing [installed]
    iwd: wpa_supplicant alternative
    modemmanager: cellular network support
    nftables: connection sharing
    openresolv: alternative resolv.conf manager
    pacrunner: PAC proxy support
    polkit: let non-root users control networking [installed]
    ppp: dialup connection support
(31/62) installing dart-sass                                                                                                 [###########################################################################] 100%
(32/62) installing wl-clipboard                                                                                              [###########################################################################] 100%
Optional dependencies for wl-clipboard
    xdg-utils: for content type inference in wl-copy
    mailcap: for type inference in wl-paste
(33/62) installing brightnessctl                                                                                             [###########################################################################] 100%
(34/62) installing swww                                                                                                      [###########################################################################] 100%
(35/62) installing tdb                                                                                                       [###########################################################################] 100%
Optional dependencies for tdb
    python: for python bindings [installed]
(36/62) installing sound-theme-freedesktop                                                                                   [###########################################################################] 100%
(37/62) installing libcanberra                                                                                               [###########################################################################] 100%
Optional dependencies for libcanberra
    gtk3: canberra-gtk-play [installed]
(38/62) installing gsound                                                                                                    [###########################################################################] 100%
(39/62) installing graphene                                                                                                  [###########################################################################] 100%
(40/62) installing gstreamer                                                                                                 [###########################################################################] 100%
Optional dependencies for gstreamer
    python: gst-plugins-doc-cache-generator [installed]
(41/62) installing orc                                                                                                       [###########################################################################] 100%
(42/62) installing gst-plugins-base-libs                                                                                     [###########################################################################] 100%
(43/62) installing gssdp                                                                                                     [###########################################################################] 100%
Optional dependencies for gssdp
    gtk4: gssdp-device-sniffer [pending]
(44/62) installing gupnp                                                                                                     [###########################################################################] 100%
Optional dependencies for gupnp
    python: gupnp-binding-tool [installed]
(45/62) installing gupnp-igd                                                                                                 [###########################################################################] 100%
(46/62) installing libnice                                                                                                   [###########################################################################] 100%
Optional dependencies for libnice
    gstreamer: "nice" GStreamer plugin [installed]
(47/62) installing libxkbcommon-x11                                                                                          [###########################################################################] 100%
(48/62) installing gst-plugins-bad-libs                                                                                      [###########################################################################] 100%
(49/62) installing gtk4                                                                                                      [###########################################################################] 100%
Optional dependencies for gtk4
    evince: Default print preview command
(50/62) installing libxmlb                                                                                                   [###########################################################################] 100%
(51/62) installing libyaml                                                                                                   [###########################################################################] 100%
(52/62) installing appstream                                                                                                 [###########################################################################] 100%
(53/62) installing libadwaita                                                                                                [###########################################################################] 100%
(54/62) installing libnotify                                                                                                 [###########################################################################] 100%
(55/62) installing libplist                                                                                                  [###########################################################################] 100%
Optional dependencies for libplist
    python: Python bindings [installed]
(56/62) installing libimobiledevice-glue                                                                                     [###########################################################################] 100%
(57/62) installing libusbmuxd                                                                                                [###########################################################################] 100%
(58/62) installing libimobiledevice                                                                                          [###########################################################################] 100%
Optional dependencies for libimobiledevice
    python: Python bindings [installed]
(59/62) installing upower                                                                                                    [###########################################################################] 100%
Optional dependencies for upower
    usbmuxd: Read charge status of iOS devices
(60/62) installing gnome-bluetooth-3.0                                                                                       [###########################################################################] 100%
(61/62) installing libdbusmenu-glib                                                                                          [###########################################################################] 100%
(62/62) installing libdbusmenu-gtk3                                                                                          [###########################################################################] 100%
:: Running post-transaction hooks...
( 1/14) Creating system user accounts...
Creating group 'polkitd' with GID 102.
Creating user 'polkitd' (User for polkitd) with UID 102 and GID 102.
( 2/14) Reloading system manager configuration...
  Skipped: Current root is not booted.
( 3/14) Reloading user manager configuration...
  Skipped: Current root is not booted.
( 4/14) Updating udev hardware database...
( 5/14) Creating temporary files...
( 6/14) Reloading device manager configuration...
  Skipped: Device manager is not running.
( 7/14) Arming ConditionNeedsUpdate...
( 8/14) Updating the appstream cache...
✔ Metadata cache was updated successfully.
( 9/14) Reloading system bus configuration...
  Skipped: Current root is not booted.
(10/14) Compiling GSettings XML schema files...
(11/14) Updating icon theme caches...
(12/14) Updating GTK4 module cache...
(13/14) Updating the info directory file...
(14/14) Updating the desktop file MIME type cache...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (5) perl-error-0.17029-7  perl-mailtools-2.21-9  perl-timedate-2.33-7  git-2.46.2-1  unzip-6.0-21

Total Installed Size:  28.57 MiB

:: Proceed with installation? [Y/n] 
(5/5) checking keys in keyring                                                                                               [###########################################################################] 100%
(5/5) checking package integrity                                                                                             [###########################################################################] 100%
(5/5) loading package files                                                                                                  [###########################################################################] 100%
(5/5) checking for file conflicts                                                                                            [###########################################################################] 100%
(5/5) checking available disk space                                                                                          [###########################################################################] 100%
:: Processing package changes...
(1/5) installing unzip                                                                                                       [###########################################################################] 100%
(2/5) installing perl-error                                                                                                  [###########################################################################] 100%
(3/5) installing perl-timedate                                                                                               [###########################################################################] 100%
(4/5) installing perl-mailtools                                                                                              [###########################################################################] 100%
(5/5) installing git                                                                                                         [###########################################################################] 100%
Optional dependencies for git
    tk: gitk and git gui
    openssh: ssh transport and crypto
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 970.
Creating user 'git' (git daemon user) with UID 970 and GID 970.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Warn about old perl modules
==> Retrieving sources...
  -> Found bun-linux-x64.zip
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of HyprPanel git repo...
Cloning into 'HyprPanel'...
done.
  -> Extracting bun-linux-x64.zip with bsdtar
==> Starting prepare()...
Archive:  bun-linux-x64.zip
replace bun-linux-x64/bun? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: bun-linux-x64/bun       
==> Starting pkgver()...
==> Entering fakeroot environment...
==> Starting package()...
Font directories:
	/build/.local/share/fonts
	/usr/local/share/fonts
	/usr/share/fonts
	/build/.fonts
	/usr/share/fonts/adobe-source-code-pro
	/usr/share/fonts/cantarell
	/usr/share/fonts/encodings
	/usr/share/fonts/encodings/large
/build/.local/share/fonts: skipping, no such directory
/usr/local/share/fonts: skipping, no such directory
/usr/share/fonts: caching, new cache contents: 0 fonts, 3 dirs
/usr/share/fonts/adobe-source-code-pro: caching, new cache contents: 30 fonts, 0 dirs
/usr/share/fonts/cantarell: caching, new cache contents: 6 fonts, 0 dirs
/usr/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/share/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/build/.fonts: skipping, no such directory
/usr/share/fonts/adobe-source-code-pro: skipping, looped directory detected
/usr/share/fonts/cantarell: skipping, looped directory detected
/usr/share/fonts/encodings: skipping, looped directory detected
/usr/share/fonts/encodings/large: skipping, looped directory detected
/var/cache/fontconfig: not cleaning unwritable cache directory
/build/.cache/fontconfig: not cleaning non-existent cache directory
/build/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "hyprpanel-git"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Creating package "hyprpanel-git-debug"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: hyprpanel-git 1:r276.233c97a-1 (Sat Sep 28 14:31:57 2024)

Here's output of

sudo pacman -U hyprpanel-git-1:r275.b004a8d-1-x86_64.pkg.tar.zst
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) hyprpanel-git-1:r275.b004a8d-1

Total Installed Size:  137.10 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                                               [###########################################################################] 100%
(1/1) checking package integrity                                                                                             [###########################################################################] 100%
(1/1) loading package files                                                                                                  [###########################################################################] 100%
(1/1) checking for file conflicts                                                                                            [###########################################################################] 100%
(1/1) checking available disk space                                                                                          [###########################################################################] 100%
:: Processing package changes...
(1/1) installing hyprpanel-git                                                                                               [###########################################################################] 100%
Optional dependencies for hyprpanel-git
    python: GPU usage tracking (NVidia only) [installed]
    python-gpustat: GPU usage tracking (NVidia only) [installed]
    pywal: Pywal hook for wallpapers
    pacman-contrib: Checking for pacman updates
    power-profiles-daemon: Switch power profiles
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating fontconfig cache...
(3/3) Updating 32-bit fontconfig cache...

Last edited by fib_nm (2024-09-28 12:54:13)

Offline

#2 2024-09-28 12:08:46

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,399
Website

Re: [SOLVED] Post_install() not trigerring.

The pre-/post- install/upgrade/remove functions should be contained in a separate "install" file shipped alongside the PKGBUILD. See https://man.archlinux.org/man/core/pacm … _SCRIPTING


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2024-09-28 12:52:02

fib_nm
Member
Registered: 2024-02-27
Posts: 18

Re: [SOLVED] Post_install() not trigerring.

It worked, thanks <3

Offline

Board footer

Powered by FluxBB