The NetBSD Project

CVS log for pkgsrc/devel/lxqt-build-tools/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / lxqt-build-tools

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 19 04:54:03 2023 UTC (5 months, 1 week ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

lxqt-build-tools: restore patch lost in last update

Revision 1.11 / (download) - annotate - [select for diffs], Tue Apr 18 09:33:38 2023 UTC (5 months, 1 week ago) by pin
Branch: MAIN
Changes since 1.10: +4 -5 lines
Diff to previous 1.10 (colored)

devel/lxqt-build-tools: update to 0.13.0

lxqt-build-tools-0.13.0 / 2023-04-15
====================================
 * Bumped minimum compatibility level to C++17.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 10 00:53:13 2022 UTC (10 months, 2 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

lxqt-build-tools: update to 0.12.0

lxqt-build-tools-0.12.0 / 2022-11-05
====================================
 * Support absolute `CMAKE_INSTALL_{INCLUDE,LIB}DIR` in `LXQtCreatePkgConfigFile`.
 * Use `gdesktopappinfo.h` to find gio-unix-2.0 in `FindGLIB.cmake`.
 * Drop use of `-Bsymbolic` in `LXQtCompilerSettings`.

Revision 1.9 / (download) - annotate - [select for diffs], Sat May 14 13:45:24 2022 UTC (16 months, 1 week ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

lxqt-build-tools: Avoid -Bsymbolic-* on SunOS.

Bump PKGREVISION.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 24 14:58:12 2022 UTC (17 months ago) by pin
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

devel/lxqt-build-tools: update to 1.1.0

-Replaced gunixconnection.h file in gio-unix include dir check (after
 GLib 2.71.1).

Revision 1.7 / (download) - annotate - [select for diffs], Fri Nov 19 09:25:52 2021 UTC (22 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

devel/lxqt-build-tools: update to 0.10.0

-Set the minimum required version of Qt to 5.15.0.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 26 10:15:38 2021 UTC (23 months ago) by nia
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 7 13:40:32 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.4 / (download) - annotate - [select for diffs], Tue Apr 20 17:56:25 2021 UTC (2 years, 5 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

devel/lxqt-build-tools: update to 0.9.0

lxqt-build-tools-0.9.0 / 2021-04-15
===================================
  -Added a CMake FindXTerm module.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 7 11:26:45 2020 UTC (2 years, 9 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

devel/lxqt-build-tools: update to 0.8.0

-Removed version checks for some LXQt dependencies.
-Added a Fontconfig CMake find module.
-Suppressed warning about find_package_handle_standard_args package name mismatch.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 1 10:20:48 2020 UTC (3 years, 3 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

devel/lxqt-build-tools: update to 0.7.0

lxqt-build-tools-0.7.0 / 2020-04-21
===================================
  * Bump version to 0.7.0.
  * Initial support for Xcode (AppleClang and ld64).
  * Added a section for settings related to CMake build.
  * Set C++ extensions to be disabled.
  * Forbid string casts in LXQtCompilerSettings.
  * Added a FindClazy CMake module.
  * Enabled Clazy option when building with clang.
  * Adds CMake find modules for some xdg-utils tools.
  * The minimum Qt version is bumped to 5.10.0.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 16 20:29:06 2020 UTC (3 years, 7 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1

lxqt-build-tools: import new package, version 0.6.0

Build tooling (mostly CMake files) for the LXQt desktop environment
and related applications.

Packaged in pkgsrc-wip by pin, as part of a broader effort toward
providing all of LXQt and associated utility applications. General
reviews, feedback, and testing of such by gdt@, ng0@, and myself.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>