pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/awesome



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Sep 22 21:37:55 UTC 2023

Modified Files:
        pkgsrc/wm/awesome: Makefile

Log Message:
awesome: adjust COMMENT

This wm offers both tiling and floating, and it's probably more
interesting to know it has Lua integration.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/wm/awesome/Makefile

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

Modified files:

Index: pkgsrc/wm/awesome/Makefile
diff -u pkgsrc/wm/awesome/Makefile:1.83 pkgsrc/wm/awesome/Makefile:1.84
--- pkgsrc/wm/awesome/Makefile:1.83     Tue Jun  6 12:42:38 2023
+++ pkgsrc/wm/awesome/Makefile  Fri Sep 22 21:37:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2023/06/06 12:42:38 riastradh Exp $
+# $NetBSD: Makefile,v 1.84 2023/09/22 21:37:55 gutteridge Exp $
 
 DISTNAME=      awesome-4.3
 PKGREVISION=   11
@@ -9,7 +9,7 @@ GITHUB_RELEASE= v${PKGVERSION_NOREV}
 
 MAINTAINER=    pallegra%gmail.com@localhost
 HOMEPAGE=      https://awesomewm.org/
-COMMENT=       Tiling window manager based on dwm
+COMMENT=       Window manager based on dwm, with Lua integration
 LICENSE=       gnu-gpl-v2
 
 CONFLICTS+=    awesome<3.0



Home | Main Index | Thread Index | Old Index