2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
Commit Graph

3069 Commits

Author SHA1 Message Date
Dylan Araps
e2004f9396
rsync: bump to 3.2.3 2020-08-08 10:18:07 +03:00
Dylan Araps
c612624114
libX11: 1.6.11 2020-08-07 02:11:48 +03:00
Dylan Araps
a8b8291520
mesa: 20.1.5 2020-08-06 12:52:25 +03:00
Dylan Araps
1151d1fd05
libinput: 1.16.0
Also swapped to requiring udev or libudev-zero instead of patching
out udev. Changes will be made to the Wiki, etc to reflect this.
2020-08-06 12:50:54 +03:00
Dylan Araps
c572740d6c
musl: bump to 1.2.1 2020-08-06 12:42:24 +03:00
Dylan Araps
35e7ed0d97
nodejs: Remove unneeded files. Closes #212 2020-08-06 12:30:02 +03:00
Dylan Araps
f49aad4321
rust: remove unneeded bash script. #212 2020-08-06 12:26:01 +03:00
Dylan Araps
de800fff2e
rust [testing]: 1.45.2 2020-08-04 11:40:13 +03:00
Dylan Araps
a5ab815bfc
bison: 3.7.1 2020-08-02 19:01:12 +03:00
Dylan Araps
fef3f7edab
libudev-zero: 0.3.1 2020-08-01 22:15:06 +03:00
Dylan Araps
dd0606a349
libelf: fix build sometimes forcing -Werror. Closes #211 2020-08-01 16:47:54 +03:00
Dylan Araps
6780ff9bae
mesa: bump for libelf 2020-08-01 16:39:33 +03:00
Dylan Araps
ee62c900f9
libelf: all hail elfutils 0.180
linux 5.8 is set to release soon and it is incompatible with
elftoolchain's libelf (dejavu). we are moving to the last
libelf library available(?), elfutils.
2020-08-01 14:10:20 +03:00
Dylan Araps
7cbea70bb3
libudev-zero: Revert update due to breakage with input devices 2020-08-01 12:30:08 +03:00
Dylan Araps
c4617aa5f0
libudev-zero: 0.3.0 2020-08-01 04:26:41 +03:00
Dylan Araps
2b036c1878
libX11: 1.6.10 2020-07-31 22:55:33 +03:00
Dylan Araps
ceadfbfbe2
cmake: bump to 3.18.1 2020-07-31 09:47:03 +03:00
Dylan Araps
789199e17f
libvpx: bump to 1.9.0 2020-07-31 09:45:18 +03:00
Dylan Araps
c50c8b7663
nodejs: bump to 14.7.0 2020-07-30 11:20:07 +03:00
Dylan Araps
bf57414172
kiss: bump to 4.0.2 2020-07-30 01:51:35 +03:00
Dylan Araps
8a53ab71b8
kiss: bump to 4.0.1 2020-07-29 17:28:29 +03:00
Dylan Araps
ac65444414
libudev-zero: bump to 0.2.1 2020-07-29 16:37:27 +03:00
Dylan Araps
225d08b98a
freetype-harfbuzz: 2.10.2+2.7.0
Well, this was a journey.
2020-07-28 14:14:10 +03:00
Dylan Araps
6c68935fed
bison: Fix error when libtextstyle is installed. Closes #206 2020-07-28 09:59:14 +03:00
Dylan Araps
d8cc95329e
firefox-bin: 79.0 2020-07-28 09:18:09 +03:00
Dylan Araps
b3b7643198
rust: 1.45.0 2020-07-28 09:04:33 +03:00
Dylan Araps
363064b2c4
firefox: 79.0 2020-07-28 09:04:10 +03:00
Dylan Araps
341c07e8ca
firefox [testing]: Fix build with musl.
Both <net/if.h> and <linux/if.h> were included among
other network related headers from the kernel.

This commit simply removes <net/if.h> which allows the
build to continue.
2020-07-28 08:59:39 +03:00
Dylan Araps
bbb768c9af
firefox-esr-bin: 78.1.0esr 2020-07-28 08:03:21 +03:00
Dylan Araps
a0a0cbdb0c
firefox [testing]: Use patch from upstream 2020-07-28 07:41:23 +03:00
Dylan Araps
7624e53b1a
firefox-esr: 78.1.0esr 2020-07-28 07:34:26 +03:00
Dylan Araps
da295161cf
firefox-esr [testing]: fix checksums 2020-07-28 06:11:55 +03:00
Dylan Araps
8c26817c79
firefox-esr [testing]: bump to 78.1.0 2020-07-28 05:07:48 +03:00
Dylan Araps
86e6736782
kiss: Drop from testing 2020-07-28 03:26:16 +03:00
Dylan Araps
4c90d22456
kiss: bump to 4.0.0 2020-07-28 03:25:42 +03:00
Dylan Araps
d7d2864dbc
kiss [testing]: 4.0.0 2020-07-28 03:16:11 +03:00
Dylan Araps
8445e3f4c7
freetype-harfbuzz: Fix checksums 2020-07-28 02:01:15 +03:00
Dylan Araps
05096e5a4d
freetype-harfbuzz: revert to 2.10.2+2.6.8
The swap to meson also causes the libtool .la files to no longer
exist as libtool is only called in the autotools build. We swapped
to meson as upstream will no longer publish release tarballs.

The removal of these files causes any other packages which both
link to harfbuzz and use autotools to fail to build. This package
is being reverted to prevent these issues.

A permanent fix is coming next. All .la files will be removed by
the package manager post build. This will prevent the issue from
ever arising again as well as dropping unneeded files from a
myriad of packages.
2020-07-28 01:47:01 +03:00
Dylan Araps
b928599b45
firefox [testing]: 79.0
Not yet sure if this builds. This includes the updated no-dbus
patch as well as a new patch to fix builds with Rust 1.45.0.

Context: https://github.com/kisslinux/repo/issues/207
2020-07-28 01:14:01 +03:00
Dylan Araps
928f90221c
bison: Disable NLS. Potential fix for #206 2020-07-28 00:28:03 +03:00
Dylan Araps
baf0829aaf
freetype-harfbuzz: Fix build.
Harfbuzz wasn't linking to Freetype if it was not already installed.
2020-07-28 00:19:19 +03:00
Dylan Araps
e6130bf955
git: bump to 2.28.0 2020-07-27 23:19:01 +03:00
Dylan Araps
2e5271ccde
freetype-harfbuzz: bump to 2.10.2+2.7.0, swap to meson.
The harfbuzz upstream have decided to no longer publish release
tarballs (which contained pre-generated autotools stuff). This
commit swaps to using meson (as is recommended upstream) to
prevent adding a dependency on autotools.
2020-07-27 16:45:56 +03:00
Dylan Araps
b33560d583
libudev-zero: bump to 0.1.2 2020-07-26 18:08:40 +03:00
Dylan Araps
98d87d8e4b
firefox: bump to 78.0.2 2020-07-26 09:47:31 +03:00
Dylan Araps
c87dcb6539
xfsprogs: bump to 5.7.0 2020-07-25 08:55:48 +03:00
Dylan Araps
a0a4d70d88
bison: bump to 3.7 2020-07-24 20:30:00 +03:00
Dylan Araps
54abb9e295
binutils: bump to 2.35 2020-07-24 20:28:29 +03:00
Dylan Araps
bb6c33fd0a
libelf: Add missing compile time dependency on m4. Closes #205 2020-07-24 01:50:19 +03:00
Dylan Araps
82a47f5c67
util-linux: bump to 2.36 2020-07-23 21:00:12 +03:00