The NetBSD Project

CVS log for pkgsrc/devel/plasma-wayland-protocols/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / plasma-wayland-protocols

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jan 23 23:27:25 2025 UTC (2 months, 3 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
devel/extra-cmake-modules: Use buildlink3.mk, not TOOL_DEPENDS.

This one is borderline: should it be BUILD_DEPENDS or TOOL_DEPENDS?
It doesn't appear to vary depending on the build environment, so it
doesn't meaningfully describe the cross-builder vs the target system.
It is used only at build-time, but it doesn't have any native
executables -- they're just source code cmake scripts.

For now, it is convenient to use a buildlink3.mk file because this
enables us to explicitly expose only files under share/ECM/ -- and
not other random files installed in the prefix -- via buildlink3 to
keep dependent package builds clean.  Eventually we should have the
same mechanism for TOOL_DEPENDS but that day has not yet come.

This change creates a new use of BUILDLINK_DEPMETHOD build for
extra-cmake-modules, which is a priori risky.  Fortunately,
extra-cmake-modules has no libraries, so this is unlikely to cause
trouble.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun May 26 10:22:25 2024 UTC (10 months, 3 weeks ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -6 lines
plasma-wayland-protocols: update to 1.13.0

* plasma-window-management: add a stacking order object
* output device, output management: add brightness setting
* outputdevice,outputconfiguration: add a way to use the EDID-provided color
  profile
* Enforce passing tests
* output device, management: change the descriptions for sdr gamut wideness

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Apr 6 08:05:07 2024 UTC (12 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Dec 30 10:54:49 2023 UTC (15 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
plasma-wayland-protocols: update to 1.12.0.

Changes not found.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 15 09:29:50 2023 UTC (17 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -3 lines
plasma-wayland-protocols: update to 1.11.1.

Changes not found.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Nov 14 23:39:40 2023 UTC (17 months ago) by wiz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -3 lines
plasma-wayland-protocols: revert upgrade

breaks kwayland

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 14 12:37:52 2023 UTC (17 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -4 lines
plasma-wayland-protocols: update to 1.11.0.

Switch to cmake/build.mk.

Changes: not found.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:21:09 2023 UTC (17 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:18:58 2023 UTC (17 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
*: recursive bump for icu 74.1

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:08:55 2023 UTC (17 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
*: bump for openssl 3

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:41:10 2023 UTC (22 months, 2 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon May 22 21:00:21 2023 UTC (23 months ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
*: bump for libproxy 0.5

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:09:46 2023 UTC (2 years ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
revbump after textproc/icu update

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 9 07:00:39 2023 UTC (2 years ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3 lines
plasma-wayland-protocols: update to 1.10.0.

another new XML definition file.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Apr 3 20:20:52 2023 UTC (2 years ago) by nros
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Revbump due to dependecy change in qt5-qtbase
Since these dependecies are bundled with
qt5-qtbase and not exposed to qt5 using
applications directly, only bump direct users
of qt5-qtbase.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:15:50 2023 UTC (2 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
*: Recursive revbup from graphics/freetype2

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:19:52 2022 UTC (2 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
massive revision bump after textproc/icu update

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Sep 29 00:34:26 2022 UTC (2 years, 6 months ago) by markd
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
plasma-wayland-protocols: update to 1.9.0

required by latest plasma release.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 25 02:52:44 2022 UTC (2 years, 11 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -4 lines
plasma-wayland-protocols: update to 1.6.0

changes unknown

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 18 19:10:54 2022 UTC (3 years ago) by adam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
revbump for textproc/icu update

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:04:05 2021 UTC (3 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
revbump for icu and libffi

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:41:29 2021 UTC (4 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
revbump for textproc/icu

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 30 09:43:15 2021 UTC (4 years ago) by markd
Branches: MAIN
plasma-wayland-protocols: add version 1.1.1

This project should be installing only the xml files of the non-standard wayland
protocols used in Plasma.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>