1. 26 Feb, 2021 2 commits
  2. 25 Feb, 2021 5 commits
  3. 24 Feb, 2021 10 commits
  4. 23 Feb, 2021 17 commits
  5. 22 Feb, 2021 6 commits
    • saltedcoffii's avatar
      Add libeconf support to util-linux (#5244) · 4afeec14
      saltedcoffii authored
      4afeec14
    • satmandu's avatar
      Add python to buildessential (#5243) · 12286b9c
      satmandu authored
      12286b9c
    • satmandu's avatar
      Default bin/python to python3 (#5239) · 41770a9e
      satmandu authored
      * Default python to python3
      
      * Add pip3 and streamline removal of symlink
      
      * use symlink for pip
      41770a9e
    • satmandu's avatar
      Python3 updates (#5240) · 02af1d91
      satmandu authored
      * Update tcl.rb
      
      * Update tk.rb
      
      * Update gdbm.rb
      
      * Python -> 3.9.2
      
      * Update tk.rb
      
      * Update python3.rb
      
      * use crew_options
      
      * convert pip to symlink
      02af1d91
    • saltedcoffii's avatar
      [New Package] pakitheme (#5159) · 453420e2
      saltedcoffii authored
      * [New Package] pakitheme
      
      * Update pakitheme.rb
      453420e2
    • saltedcoffii's avatar
      [New Package] flatpak (#5144) · bed4effe
      saltedcoffii authored
      * [Fix Package] bubblewrap
      
      * [New Package] flatpak
      
      * Bump version
      
      * change /usr/local to #{CREW_PREFIX}
      
      * Add binaries
      
      * Added lto, built binaries, fixed version string,
      
      * new binaries + wrapper script
      
      * Disable setuid
      
      * add dconf dependency
      
      * modify wrapper
      
      * current working build
      
      - no sound
      - The X11 DISPLAY variable isn't getting through.
      - This is the sort of command that works after installing: flatpak run --socket=wayland org.videolan.VLC
      
      * lint
      
      * Current working build
      
      * Need to unset GDK_PIXBUF_MODULE_FILE
      
      * env variables need to be unset before running flatpak, not bubblewrap
      
      * Add backported fixes patch, add unset variables to wrapper
      
      * Update flatpak.rb
      
      * Fix sha256sum on source
      
      * add xdg_base to dependency list
      
      * Fix patching
      
      * Add wayland socket if running a package
      
      * add user flag for non-run commands
      
      * Update flatpak.rb
      
      * Make sound work
      
      * make sure CREW_OPTIONS is in configure line
      
      * add xdg variables in postinstall
      
      * more XDG variable logic
      Co-authored-by: default avatarsatmandu <satadru@gmail.com>
      bed4effe