Xi Ruoyao
7ea158e3c9
networkmanager: remove extra empty lines in kernel configuration
2023-01-15 12:50:36 +08:00
Ken Moffat
7baeffeaad
Update to rustc-1.66.1.
2023-01-15 03:16:16 +00:00
Pierre Labastie
e0fff61157
pythonhosted.xml: remove files not on pythonhosted
...
Even commented out, a user could uncomment them and fail to
download them with the pythonhosted.xml instructions.
2023-01-14 17:51:56 +01:00
Tim Tassonis
9335a99c84
Update to thunar-4.18.2, libxfce4util-4.18.1 and xfce4-panel-4.18.1
2023-01-14 17:13:56 +01:00
Pierre Labastie
fc82888a8b
Add comments to pythonhosted.xsl
2023-01-14 17:02:44 +01:00
Pierre Labastie
b54fdc84ab
Update to libreoffice-7.4.4.2
2023-01-14 13:19:26 +01:00
Pierre Labastie
18aaa2028d
update to ed-1.19
2023-01-14 12:00:12 +01:00
Pierre Labastie
f039b1d5ea
Update to xfsprogs-6.1.1
2023-01-14 11:56:42 +01:00
Pierre Labastie
f7bc1721dc
Update to mesa-22.3.3
2023-01-14 11:50:15 +01:00
Bruce Dubbs
e58cf1493e
Update to llvm-15.0.7.
2023-01-13 14:29:43 -06:00
Ken Moffat
365161e619
Mention FileCheck in the changelog.
2023-01-13 19:09:16 +00:00
Bruce Dubbs
109eb9ef2c
Install FileCheck when building llvm
2023-01-13 12:08:22 -06:00
Pierre Labastie
da7d9ae174
Fix a missing `\' in Makefile
2023-01-13 14:29:18 +01:00
Thomas Trepl
97e37e1b60
Upgrade iptables-1.8.9
2023-01-13 10:29:24 +01:00
Douglas R. Reno
898a61ec88
Update to pipewire-0.3.64.
2023-01-12 22:52:51 -06:00
Douglas R. Reno
abe5f54a90
Update to tracker-miners3-3.4.3
2023-01-12 22:48:15 -06:00
Douglas R. Reno
f7182cd4b8
Update to libpcap-1.10.3
2023-01-12 22:44:24 -06:00
Douglas R. Reno
592bd5cbb8
Update to libwebp-1.3.0
2023-01-12 22:39:19 -06:00
Douglas R. Reno
5ee0432a2e
Update to gtksourceview5-5.6.2
2023-01-12 22:33:28 -06:00
Douglas R. Reno
d3494cd621
Update to NetworkManager-1.40.10.
2023-01-12 22:20:33 -06:00
Douglas R. Reno
c0589340b5
Update to apache-ant-1.10.13
2023-01-12 22:15:14 -06:00
Pierre Labastie
851f6a7f8c
Finish reformatting Makefile
...
Also the "echo" command should be preceded with @, not $(Q)
2023-01-12 15:56:52 +01:00
Pierre Labastie
a2f7a1c282
Add a "modeline" to Makefile
...
It sets tabstops to 3 in this file, since formatting is made for
this tab size. Plus reformat a few lines
2023-01-12 15:54:01 +01:00
Pierre Labastie
6c4a91a874
tidy up Makefile new part
...
Use the PYHOSTED variable
use $(Q) instead of @
2023-01-12 09:59:51 +01:00
Pierre Labastie
7f5bdbb90b
version.ent is an "order-only" dep of pythonhosted
...
the python module pages include general.ent, which needs
conditional.ent and version.ent, so that should exist for generating
pythonhosted.xml. OTOH, what is in version.ent doesn't matter.
2023-01-11 15:46:37 +01:00
Pierre Labastie
bcd84ba442
Add pythonhosted.xml as a dependency of BLFS_FULL
2023-01-11 15:22:11 +01:00
Pierre Labastie
5247008596
Makefile: refactor "version" target
...
Makefile's use files for their dependency calculations. Since
git-version.sh generates files (version.ent and conditional.ent)
use version.ent to see whether git-version.sh has been run.
The only target that should depend on version.ent is then
$(BLFS_FULL) since all other targets depend (directly or indirectly
on this one).
version.ent itself depends on any change made to xml files, xsl files,
packages.ent, general.ent. We could add more (Makefile, gnome.ent, some
scripts), but let's see whether we really want it.
2023-01-11 15:19:04 +01:00
Pierre Labastie
a04cf4b89f
Clean up variable names and use in Makefile
2023-01-11 15:05:59 +01:00
Pierre Labastie
3c265f56a1
ALLXML shouldn't depend on pythonhosted.xml
2023-01-11 15:03:38 +01:00
Pierre Labastie
fa7b6373fb
Add a fallback for pythonhosted.xml
...
When pythonhosted.xml has not yet been generated, it cannot be
"xinluded". This just generates a warning at xinclude time, but
then the idref is missing, which may generate failures.
2023-01-11 14:56:27 +01:00
Pierre Labastie
0231d6943a
Remove debug messages when generating pythonhosted
2023-01-11 14:55:29 +01:00
Douglas R. Reno
7aab8c1d7d
Update to eog-43.2
2023-01-10 19:32:24 -06:00
Douglas R. Reno
4927677fba
Update to nautilus-43.2
...
Minor change to the changelog - the dhcpcd changes are SysV specific
2023-01-10 19:25:47 -06:00
Tim Tassonis
9f44beb323
Fix setting hostname in dhcpcd service.
2023-01-11 01:11:54 +01:00
Tim Tassonis
885e93dd68
Add option in dhcpcd service script to set the hostname.
2023-01-10 23:49:41 +01:00
Pierre Labastie
139b9105f5
Add a make rule to generate pythonhosted.xml
2023-01-10 22:56:53 +01:00
Pierre Labastie
b588758fe1
Stop tracking pythonhosted.xml
...
Delete it and add it to .gitignore
2023-01-10 22:54:38 +01:00
Pierre Labastie
7c086d9415
Add a include file for pythonhosted
2023-01-10 22:47:59 +01:00
Pierre Labastie
82c348ce97
Add a stylesheet for generating pythonhosted.xml
2023-01-10 22:05:34 +01:00
Pierre Labastie
3bdc4eba16
Merge branch 'trunk' into plabs/python-mods
2023-01-10 21:57:10 +01:00
Pierre Labastie
c8d23c4a10
Fix mercurial md5
2023-01-10 21:38:14 +01:00
Bruce Dubbs
e927304aef
Update to xterm-378.
2023-01-10 11:50:47 -06:00
Bruce Dubbs
be3ace26ef
Update to libnma-1.10.6.
2023-01-10 11:40:28 -06:00
Bruce Dubbs
bf99bb6deb
Update to xine-ui-0.99.14.
2023-01-10 11:32:47 -06:00
Bruce Dubbs
2f4e738f73
Update to mercurial-6.3.2.
2023-01-10 11:26:50 -06:00
Bruce Dubbs
e94875222a
Update to php-8.2.1.
2023-01-09 22:11:32 -06:00
Douglas R. Reno
08ad87a75b
Tweak the example for tigervnc so that it works.
2023-01-08 13:44:34 -06:00
Bruce Dubbs
3df3354c2b
Update to Cython-0.29.33 (Python module).
2023-01-08 12:56:19 -06:00
Pierre Labastie
b423560fa6
Update to gnome-maps-43.3
2023-01-08 13:18:55 +01:00
Pierre Labastie
fcc5d9986b
Update to evolution-3.46.3
2023-01-08 13:14:58 +01:00