pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/lxqt-config



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Wed Jan 22 09:07:34 UTC 2025

Modified Files:
        pkgsrc/x11/lxqt-config: Makefile

Log Message:
x11/lxqt-config: Sort buildlink3 includes.

No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/x11/lxqt-config/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/lxqt-config/Makefile
diff -u pkgsrc/x11/lxqt-config/Makefile:1.43 pkgsrc/x11/lxqt-config/Makefile:1.44
--- pkgsrc/x11/lxqt-config/Makefile:1.43        Fri Nov 15 13:00:16 2024
+++ pkgsrc/x11/lxqt-config/Makefile     Wed Jan 22 09:07:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2024/11/15 13:00:16 pin Exp $
+# $NetBSD: Makefile,v 1.44 2025/01/22 09:07:34 riastradh Exp $
 
 DISTNAME=      lxqt-config-2.1.0
 CATEGORIES=    x11
@@ -41,10 +41,11 @@ DEPENDS+=   lxqt-themes-[0-9]*:../../graph
 TOOL_DEPENDS+= lxqt-build-tools>=2.1.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
+.include "../../devel/cmake/build.mk"
+
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/qt6-qtsvg/buildlink3.mk"
 .include "../../x11/libXcursor/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/liblxqt/buildlink3.mk"
 .include "../../x11/plasma6-libkscreen/buildlink3.mk"
-.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index