Commit Graph

8718 Commits

Author SHA1 Message Date
Pierre Labastie
b2999760e5 Mako: fix double dashes after uncommenting 2022-07-02 07:44:49 +02:00
Bruce Dubbs
fa411f6eed larify pip3 install options.
In some cases --upgrade or --force-reinstall is needed when installing
a python module.  Add some notes describing these options.

If one of the above options is used, --no-deps may be needed to avoid
reinstalling package dependencies.  Note this option also.
2022-07-01 21:03:20 -05:00
Bruce Dubbs
2325522d03 Update to Mako-1.2.1 (Python module). 2022-07-01 17:47:56 -05:00
Bruce Dubbs
a151e7310b Update to wayland-1.21.0. 2022-07-01 12:50:27 -05:00
Bruce Dubbs
8fe85d0c32 Update to llvm-14.0.6. 2022-07-01 12:40:47 -05:00
Bruce Dubbs
30fb348a4a Update to harfbuzz-4.4.1. 2022-06-29 23:07:57 -05:00
Bruce Dubbs
fae2f6f7f9 Update to python-dbusmock-0.28.1 (Python module). 2022-06-29 22:59:28 -05:00
Xi Ruoyao
8e637fcfef
js: reword CC=gcc CXX=g++ description
Note than only "setting" CC=gcc CXX=g++ will not work:

    CC=gcc
    CXX=g++
    sh ../js/src/configure.in ...

will not pass CC=gcc and CXX=g++ to sh.  It's needed to export CC and
CXX:

    CC=gcc
    CXX=g++
    export CC CXX
    sh ../js/src/configure.in ...

Or, explicitly pass them:

    CC=gcc CXX=g++ h ../js/src/configure.in ...
2022-06-29 13:22:51 +08:00
Ken Moffat
e603046023 Update to js-91.11.0 (security fix). 2022-06-28 15:48:54 +01:00
Tim Tassonis
82541b159a Update to curl-7.84.0.
Update to git-2.37.0.
2022-06-28 16:09:55 +02:00
Douglas R. Reno
156e1887fa Package updates
Update to exempi-2.6.2
Update to libidn-1.41
Update to ModemManager-1.18.10
Update to exim-4.96
Update to sqlite-autoconf-3390000 (3.39.0)
2022-06-26 10:42:53 -05:00
Bruce Dubbs
406a2743de Update to jasper-3.0.5. 2022-06-25 18:04:29 -05:00
Bruce Dubbs
ea5d407889 Update to libqmi-1.30.8. 2022-06-25 18:00:49 -05:00
Bruce Dubbs
449b97ac83 Update to JSON-4.07 (Perl module). 2022-06-25 15:56:21 -05:00
Bruce Dubbs
4a056fe958 Update to pycryptodome-3.15.0 (Python module). 2022-06-25 15:52:19 -05:00
Pierre Labastie
a790ec35b3 FInish updating to OpenJDK-18.0.1.1 2022-06-24 11:00:52 +02:00
Pierre Labastie
7e21dae5b2 Update to openjdk-18.0.1.1
This commit only has the 64 bit version of the binary and no
changelog yet.
2022-06-23 14:10:07 +02:00
Bruce Dubbs
c42d20552d Move 'at' url to anduin 2022-06-22 22:50:23 -05:00
Douglas R. Reno
54055a2fe5 Package Updates
Update to SBC-2.0
Update to libidn-1.40
Update to libwacom-2.3.0
2022-06-21 09:31:56 -05:00
Bruce Dubbs
c4ad2f873d Update to python-dbusmock-0.28.0 (Python module). 2022-06-20 10:49:42 -05:00
Pierre Labastie
c65511f5c0 Update to mercurial-6.1.4 2022-06-18 21:54:06 +02:00
Douglas R. Reno
b9adf63346 Two package updates
Update to libnma-1.8.40
Update to Lingua-Translit-0.29
2022-06-16 09:10:21 -05:00
Douglas R. Reno
d4e2f0e6e5 Package updates:
Update to libwww-perl-6.67
Update to dovecot-2.3.19.1
2022-06-15 10:53:02 -05:00
Bruce Dubbs
b99ba3310f Update to Python-3.10.5. 2022-06-14 16:06:14 -05:00
Bruce Dubbs
1baa01427f Update to llvm-14.0.5. 2022-06-12 14:07:39 -05:00
Xi Ruoyao
d6436f702c
pcre2: update download URL 2022-06-12 19:50:43 +08:00
Bruce Dubbs
cb49b59fe7 Update to librsvg-2.54.4. 2022-06-11 15:53:09 -05:00
Bruce Dubbs
199a3cedaa Update to php-8.1.7. 2022-06-11 10:33:02 -05:00
Bruce Dubbs
c190b385c0 Update to cbindgen-0.24.3. 2022-06-10 13:16:33 -05:00
Bruce Dubbs
202c424a50 Update to talloc-2.3.4. 2022-06-10 13:12:18 -05:00
Xi Ruoyao
71c70d1ac8
dbus: remove --with-console-auth-dir
Sync with LFS @ r11.1-134.
2022-06-10 15:49:21 +08:00
Bruce Dubbs
39ba8f826f Update to opencv-4.6.0 opencv_contrib-4.6.0. 2022-06-09 10:48:50 -05:00
Xi Ruoyao
b266362e91
upower: update to upower-v0.99.19 (#16644) 2022-06-09 16:22:32 +08:00
Bruce Dubbs
8fcb69a361 Update to cbindgen-0.24.2. 2022-06-07 21:59:05 -05:00
Xi Ruoyao
b9a6bcc06a
Python 3: sync install command with LFS 2022-06-07 16:48:45 +08:00
Xi Ruoyao
fc7f3a51bb
upower: make dbusmock dependency optional
Reported-by: Joe Locash <jlocash@gmail.com>
2022-06-07 16:41:53 +08:00
Bruce Dubbs
b4667cbbcf Fix pyxdg url 2022-06-06 11:23:24 -05:00
Bruce Dubbs
5186e9ad35 Update to pyxdg-0.28 (Python module). 2022-06-06 11:19:24 -05:00
Bruce Dubbs
6643f991b6 Add https location to unixODBC 2022-06-06 11:15:21 -05:00
Douglas R. Reno
4956ae3753 Package Updates:
Update to ntfs-3g-2022.5.17
Update to libdrm-2.4.111
Update to pidgin-2.14.10
Update to jasper-3.0.4
2022-06-04 16:17:43 -05:00
Bruce Dubbs
cccb9e3c91 Update to mercurial-6.1.3. 2022-06-04 15:39:35 -05:00
Bruce Dubbs
09b6c356e5 Package updates.
Update to node-16.15.1.
Update to poppler-22.06.0.
2022-06-03 13:32:05 -05:00
Pierre Labastie
42e002dece Fix MIME type detection in glib2 2022-06-03 08:22:13 +02:00
Douglas R. Reno
87fbbb78b5 Package Updates:
Update to libblockdev-2.27
Update to iso-codes-4.10.0
Update to Log-Log4perl-1.55 (Perl Module)
Update to xkeyboard-config-2.36
Update to libadwaita-1.1.2
2022-06-02 12:05:55 -05:00
Pierre Labastie
2fb7466479 Remove a reference to perl-scalar-list-utils
It is now taken from the core perl-5.36 modules
2022-06-02 17:45:08 +02:00
Pierre Labastie
c1a1b6ece7 Remove Scalar::List::Util from perl dependencies
The version in perl-5.36 core modules is the same as cpan
2022-06-02 17:45:08 +02:00
Douglas R. Reno
4c695f6b76 Package Updates
Update to xscreensaver-6.04
Update to glib-2.72.2
Update to gnome-settings-daemon-42.2
Update to tracker/tracker-miners 3.3.1
2022-06-01 10:10:14 -05:00
Bruce Dubbs
ba0f629d5c Update to umockdev-0.17.13. 2022-05-31 20:55:46 -05:00
Bruce Dubbs
1485f69ee0 Update to lxml-4.9.0 (python module). 2022-05-31 20:24:08 -05:00
Bruce Dubbs
16e6d0d165 Update to Net-DNS-1.34 (Perl module). 2022-05-31 15:37:58 -05:00