pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/upower



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun May  4 06:30:39 UTC 2025

Modified Files:
        pkgsrc/sysutils/upower: Makefile

Log Message:
upower: uses gdbus-codegen


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/upower/Makefile

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

Modified files:

Index: pkgsrc/sysutils/upower/Makefile
diff -u pkgsrc/sysutils/upower/Makefile:1.25 pkgsrc/sysutils/upower/Makefile:1.26
--- pkgsrc/sysutils/upower/Makefile:1.25        Sun May  4 05:55:49 2025
+++ pkgsrc/sysutils/upower/Makefile     Sun May  4 06:30:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2025/05/04 05:55:49 vins Exp $
+# $NetBSD: Makefile,v 1.26 2025/05/04 06:30:39 vins Exp $
 
 DISTNAME=      upower-v1.90.9
 PKGNAME=       ${DISTNAME:S/v//}
@@ -12,7 +12,8 @@ COMMENT=      Power management system message
 LICENSE=       gnu-gpl-v2
 
 USE_CC_FEATURES=       c11
-USE_TOOLS+=            pkg-config intltool xgettext msgmerge msgfmt
+USE_TOOLS+=            pkg-config intltool gdbus-codegen \
+                       xgettext msgmerge msgfmt
 
 USE_PKGLOCALEDIR=      yes
 



Home | Main Index | Thread Index | Old Index