pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/wired-notify



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 25 16:24:15 UTC 2023

Modified Files:
        pkgsrc/x11/wired-notify: Makefile PLIST

Log Message:
wired-notify: Install example config files.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/wired-notify/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/wired-notify/PLIST

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

Modified files:

Index: pkgsrc/x11/wired-notify/Makefile
diff -u pkgsrc/x11/wired-notify/Makefile:1.5 pkgsrc/x11/wired-notify/Makefile:1.6
--- pkgsrc/x11/wired-notify/Makefile:1.5        Sun Jan 29 21:18:23 2023
+++ pkgsrc/x11/wired-notify/Makefile    Tue Apr 25 16:24:15 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/01/29 21:18:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2023/04/25 16:24:15 wiz Exp $
 
 DISTNAME=      wired-notify-0.10.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Toqozz/}
 
@@ -14,7 +14,7 @@ LICENSE=      mit
 
 USE_TOOLS+=    pkg-config
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin share/examples/wired-notify
 
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib
 RUSTFLAGS+=    -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
@@ -23,7 +23,10 @@ RUSTFLAGS+=  -C link-arg=${COMPILER_RPATH
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/wired \
                ${DESTDIR}${PREFIX}/bin
-
+       ${INSTALL_DATA} ${WRKSRC}/wired.ron \
+               ${DESTDIR}${PREFIX}/share/examples/wired-notify
+       ${INSTALL_DATA} ${WRKSRC}/wired_multilayout.ron \
+               ${DESTDIR}${PREFIX}/share/examples/wired-notify
 
 .include "../../lang/rust/cargo.mk"
 .include "../../x11/libX11/buildlink3.mk"

Index: pkgsrc/x11/wired-notify/PLIST
diff -u pkgsrc/x11/wired-notify/PLIST:1.1 pkgsrc/x11/wired-notify/PLIST:1.2
--- pkgsrc/x11/wired-notify/PLIST:1.1   Sun Dec 19 21:37:05 2021
+++ pkgsrc/x11/wired-notify/PLIST       Tue Apr 25 16:24:15 2023
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/12/19 21:37:05 pin Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/25 16:24:15 wiz Exp $
 bin/wired
+share/examples/wired-notify/wired.ron
+share/examples/wired-notify/wired_multilayout.ron



Home | Main Index | Thread Index | Old Index