pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/lxqt
Module Name: pkgsrc
Committed By: pin
Date: Tue May 21 09:27:29 UTC 2024
Modified Files:
pkgsrc/meta-pkgs/lxqt: Makefile
Log Message:
lxqt: remove uim dependency
No longer needed after fix to libxkbcommon.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/meta-pkgs/lxqt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/lxqt/Makefile
diff -u pkgsrc/meta-pkgs/lxqt/Makefile:1.25 pkgsrc/meta-pkgs/lxqt/Makefile:1.26
--- pkgsrc/meta-pkgs/lxqt/Makefile:1.25 Thu Apr 18 02:06:28 2024
+++ pkgsrc/meta-pkgs/lxqt/Makefile Tue May 21 09:27:29 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2024/04/18 02:06:28 gutteridge Exp $
+# $NetBSD: Makefile,v 1.26 2024/05/21 09:27:29 pin Exp $
PKGNAME= lxqt-1.4.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= meta-pkgs
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -47,7 +47,5 @@ DEPENDS+= xscreensaver-[0-9]*:../../x11/
# This pulls in quite a lot of dependencies, but, if translations are wanted,
# it's needed.
DEPENDS+= qt5-qttranslations>=5.15.7:../../x11/qt5-qttranslations
-# This is needed to be able to correctly use deadkeys
-DEPENDS+= uim-[0-9]*:../../inputmethod/uim
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index