non port: x11-themes/adwaita-qt/Makefile |
SVNWeb
|
Number of commits found: 26 |
Tue, 23 Aug 2022
|
[ 06:39 Tobias C. Berner (tcberner) ] 0e4136d (Only the first 10 of 11 ports in this commit are shown above. )
x11-themes/adwaita-qt6: new port - adwaita theme for Qt6
- move x11-themes/adwaita-qt to x11-themes/adwaita-qt5 for symmetry
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 9fce47c (Only the first 10 of 120 ports in this commit are shown above. )
x11-themes: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Babak Farrokhi <babak@farrokhi.net>
* David Naylor <naylor.b.david@gmail.com>
* Douglas Thrift <douglas@douglasthrift.net>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* Filippo Natali <filippo@widestore.net>
* Grzegorz Blach <gblach@FreeBSD.org>
* Gustau Perez i Querol <gustau.perez@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Thu, 11 Nov 2021
|
[ 19:37 Tobias C. Berner (tcberner) ] a3dd432
x11-themes/adwaita-qt: update to 1.4.1
|
Fri, 27 Aug 2021
|
[ 18:29 Tobias C. Berner (tcberner) ] 09ad282
x11-themes/adwaita-qt: update to 1.4.0
Changelog:
* Base colors are now parsed from stylesheets provided by GTK 4
(currently GTK 4.4)
* Added variants for HighContrast and HighContrastInverse
- Made dependency on sassc explicit
|
Sat, 5 Jun 2021
|
[ 07:43 Tobias C. Berner (tcberner) ] f074dd02
x11-themes/adwaita-qt: update to 1.3.1
Changelog:
* Fixed wrongly advertised version
* Fixed compatibility with older versions
* Fixed QTabWidget issue where tabs were stretched to full width/height
|
Sat, 29 May 2021
|
[ 06:59 Tobias C. Berner (tcberner) ] a5d2c0b
x11-themes/adwaita-qt: update to 1.3.0
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 24 Mar 2021
|
[ 09:33 tcberner ]
x11-themes/adwaita-qt: update to 1.2.1
|
Fri, 18 Dec 2020
|
[ 18:05 tcberner ]
x11-themes/adwaita-qt: update to 1.2.0
|
Mon, 1 Jun 2020
|
[ 07:53 tcberner ]
x11-themes/adwaita-qt: update to 1.1.4
|
Fri, 15 May 2020
|
[ 19:52 tcberner ]
x11-themes/adwaita-qt: update to 1.1.3
|
Wed, 13 May 2020
|
[ 13:05 tcberner ]
x11-themes/adwaita-qt: update to 1.1.2
|
Sat, 23 Nov 2019
|
[ 20:58 tcberner ]
x11-themes/adwaita-qt: update to 1.1.1
|
Wed, 31 Jul 2019
|
[ 21:11 tcberner ]
x11-themes/adwaita-qt: update to 1.1.0
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Sat, 13 Jul 2019
|
[ 13:04 tcberner ]
x11-themes/adwaita-qt: update to 1.0.91
|
Thu, 4 Jul 2019
|
[ 18:48 tcberner ]
x11-themes/adwaita-qt: update to 1.0.90
|
Sat, 16 Mar 2019
|
[ 20:20 tcberner ]
x11-themes/adwaita-qt: remove flavors (Qt4 deprecation)
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Sun, 16 Dec 2018
|
[ 16:49 rene ] (Only the first 10 of 19 ports in this commit are shown above. )
Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.
Discussed with: tcberner
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Tue, 19 Jun 2018
|
[ 14:07 tcberner ]
x11-themes/adwaita-qt[45] move to a flavored version
* x11-themes/adwaita-qt4 -> adwaita-qt@qt4
* x11-themes/adwaita-qt5 -> adwaita-qt@qt5
* x11-themes/adwaita-common -> gone.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D15228
|
Number of commits found: 26 |