kisscommunity

kisscommunity.bvnf.space site sources
git clone git://bvnf.space/home/kiss/kisscommunity.git
Log | Files | Refs | Submodules | README | LICENSE

index.txt (4828B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
Subject	This week in KISS (#14)
From	Dylan Araps <dylan@k1ss.org>
Date	Tue, 9 Mar 2020 14:07:09 +0100

Hello.

This week I worked on reducing the size of KISS' installation
and rootfs tarball. This involved a myriad of different changes.
The size shrunk from 47.7MB to the new size of 26.7MB.

The installation tarball also doubles as a fully functional
chroot tarball. For those itching to give KISS a test run from
another machine, just extract the tarball and chroot into it.

<a href="https://user-images.githubusercontent.com/6799467/81232131-fef1a000-8ffc-11ea-969f-ec43e07eb8aa.jpg">
    <img src="https://user-images.githubusercontent.com/6799467/81232131-fef1a000-8ffc-11ea-969f-ec43e07eb8aa.jpg" alt="dylan">
</a>

The entire system can now run without the use of perl. Perl is
now only a compile time dependency for two packages, Firefox
and libvpx.

There is a patch available to build the kernel without perl as
well. Thanks to Ethan Sommer for porting the kernel's perl
script to POSIX shell.

YASM has been removed from the repositories entirely and all
packages which used it prior have been configured to use NASM.

For those using mdev instead of eudev as their device manager,
the boot process is now quicker. This is thanks to the removal
of some redundant and synchronous code from the boot process.

I have timed my system's boot with mdev and the process takes a
single second to complete now. This is down from the previous
two seconds without the change. (Of course, YMMV).

GCC, nodejs, git, binutils and other packages have seen a size
reduction due to the removal of unneeded files. The git package
saw a reduction from 30 or so MB to 4MB from some linker magic
written by Ethan Sommer.

Grub no longer requires Python during the build process. It
turns out that it isn't actually needed at all. Through two
small 'sed' calls, this "false" requirement has been removed.

Grub requires Python to generate some files for the build but
as it turns out, these files already exist in the release
tarballs. The build system just forces you to generate them
_again_.


NEOFETCH

Yesterday I released a new version of Neofetch. Version 7.0.0
to be exact. I also worked on streamlining the release process
so that I am able to push updates in shorter intervals.

There will be bugs, there always is. In fact, I've already fixed
a couple. With the new process, expect a new release from me
in the coming week.

Source: https://github.com/dylanaraps/neofetch/releases/tag/7.0.0


    Dylan

---

Dylan Araps (49):
      sowm: bump to 1.6
      gcc: No nls
      gcc: latest snapshot
      firefox: vendor yasm
      yasm: Drop from repos
      baseinit: bump to 0.5.1
      git: Reduce size by 25MB~ @E5ten
      binutils: Reduce size slightly
      binutils: trailing white-space
      curl: bump to 7.69.0
      cmake: bump to 3.16.5
      nodejs: bump to 13.10.0
      nodejs: Remove unneeded headers
      kiss: bump to 1.7.3
      firefox: Optional icon theme
      firefox-bin: No required icon theme
      nodejs: bump to 13.10.1
      kiss: bump to 1.7.4
      kiss: bump to 1.7.5
      samurai: move to core
      grub: disable nls
      grub: Bye bye python
      core: Move some packages to extra
      e2fsprogs: Move to extra
      intel-media-driver: move to community
      mesa: bump to 20.0.1
      libinput: bump to 1.15.3
      kiss: bump to 1.7.6
      baseinit: Install sources
      baseinit: bump to 0.5.2
      busybox: Clear hotplug for mdev service
      baseinit: bump to 0.6.3
      libffi: Fix source
      busybox: Fix hotplug null
      baseinit: bump to 0.7.0
      xf86-video-nouveau: Rootless xorg
      gcc: Fix source
      busybox: Fix checksums. Closes #166
      bison: bump to 3.5.3
      ccache: Clang support
      linux-headers: bump to 5.4.24
      kiss: bump to 1.7.7
      linux-headers: Old model
      github: Update PR template
      intel-media-driver: Add to community
      youtube-dl-git: Drop from community
      nmap: no more python2. Closes #513
      imagemagick: bump to 7.0.10-0
      neofetch: bump to 7.0.0

Adam Schaefers (4):
      libcap: remove duplicate DESTDIR
      libcap: PKGCONFIGDIR=/usr/lib closes ##499 (#500)
      libcap: fix pkgconfig closes #499 (#503)
      coreutils: bump version to 8.32 (#510)

Cem Keylan (3):
      sysmgr: add new package at 0.1.2 to community (#502)
      lazygit: bump to 0.16.2 (#501)
      glib-networking: bump to 2.64.0 (#512)

Cédric (1):
      Poppler updated to 0.86.1

Kris Heck (2):
      tcc: new package at 0.9.27 (#511)
      tcc: use CC as compiler (#515)

M. Herdiansyah (1):
      json-c: change source and move to regular configure (#506)

Owen Rafferty (2):
      youtube-dl: fix maintainer (#509)
      youtube-dl: bump to 2020.03.08 (#516)

periish (1):
      Updated nss. (#517)