pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/castor



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Jan 27 21:56:52 UTC 2022

Modified Files:
        pkgsrc/net/castor: Makefile PLIST

Log Message:
net/castor: add svg icon

Minor change, no rev bump.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/castor/Makefile pkgsrc/net/castor/PLIST

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

Modified files:

Index: pkgsrc/net/castor/Makefile
diff -u pkgsrc/net/castor/Makefile:1.1 pkgsrc/net/castor/Makefile:1.2
--- pkgsrc/net/castor/Makefile:1.1      Thu Jan 27 13:27:07 2022
+++ pkgsrc/net/castor/Makefile  Thu Jan 27 21:56:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/27 13:27:07 pin Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/27 21:56:52 pin Exp $
 
 DISTNAME=      0.8.18
 PKGNAME=       castor-0.8.18
@@ -15,7 +15,7 @@ LICENSE=      mit
 USE_LANGUAGES+=        c c++
 USE_TOOLS+=    pkg-config
 
-INSTALLATION_DIRS=     bin share/applications share/examples/castor
+INSTALLATION_DIRS=     bin share/applications share/examples/castor share/icons/hicolor/scalable/apps
 
 WRKSRC=                        ${WRKDIR}/castor-${DISTNAME}
 
@@ -24,9 +24,14 @@ RUSTFLAGS+=  -C link-arg=${COMPILER_RPATH
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gtk3}/lib
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/castor ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_DATA} ${WRKSRC}/data/Castor.desktop ${DESTDIR}${PREFIX}/share/applications
-       ${INSTALL_DATA} ${WRKSRC}/data/castor_settings.toml.example ${DESTDIR}${PREFIX}/share/examples/castor
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/castor \
+               ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/data/Castor.desktop \
+               ${DESTDIR}${PREFIX}/share/applications
+       ${INSTALL_DATA} ${WRKSRC}/data/castor_settings.toml.example \
+               ${DESTDIR}${PREFIX}/share/examples/castor
+       ${INSTALL_DATA} ${WRKSRC}/data/org.typed-hole.castor.svg \
+               ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps
 
 .include "../../lang/rust/cargo.mk"
 .include "../../security/openssl/buildlink3.mk"
@@ -38,4 +43,5 @@ do-install:
 .include "../../devel/atk/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/castor/PLIST
diff -u pkgsrc/net/castor/PLIST:1.1 pkgsrc/net/castor/PLIST:1.2
--- pkgsrc/net/castor/PLIST:1.1 Thu Jan 27 13:27:07 2022
+++ pkgsrc/net/castor/PLIST     Thu Jan 27 21:56:52 2022
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/27 13:27:07 pin Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/27 21:56:52 pin Exp $
 bin/castor
 share/applications/Castor.desktop
 share/examples/castor/castor_settings.toml.example
+share/icons/hicolor/scalable/apps/org.typed-hole.castor.svg



Home | Main Index | Thread Index | Old Index