pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/elementary-xfce-icon-theme
Module Name: pkgsrc
Committed By: gutteridge
Date: Sun Apr 16 19:42:40 UTC 2023
Modified Files:
pkgsrc/graphics/elementary-xfce-icon-theme: Makefile PLIST
Log Message:
elementary-xfce-icon-theme: fix packaging of project docs
Previously, we were installing symlinks to project documentation, but
not the actual files themselves, which "pkg_admin check" would rightly
complain about. Issue noted by unicorn on unitedbsd.com, and confirmed
by pin@.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
pkgsrc/graphics/elementary-xfce-icon-theme/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/elementary-xfce-icon-theme/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/elementary-xfce-icon-theme/Makefile
diff -u pkgsrc/graphics/elementary-xfce-icon-theme/Makefile:1.10 pkgsrc/graphics/elementary-xfce-icon-theme/Makefile:1.11
--- pkgsrc/graphics/elementary-xfce-icon-theme/Makefile:1.10 Tue Oct 18 07:29:58 2022
+++ pkgsrc/graphics/elementary-xfce-icon-theme/Makefile Sun Apr 16 19:42:40 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2022/10/18 07:29:58 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/04/16 19:42:40 gutteridge Exp $
DISTNAME= elementary-xfce-icon-theme-0.17
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=shimmerproject/}
GITHUB_PROJECT= elementary-xfce
@@ -27,7 +27,8 @@ PRINT_PLIST_AWK+= /^share\/icons\/eleman
INSTALLATION_DIRS+= share/icons
do-install:
- cd ${WRKSRC} && ${PAX} -rw -pm e* ${DESTDIR}${PREFIX}/share/icons/
+ cd ${WRKSRC} && ${PAX} -rw -pm e* AUTHORS CONTRIBUTORS LICENSE README.md \
+ ${DESTDIR}${PREFIX}/share/icons/
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/elementary-xfce-icon-theme/PLIST
diff -u pkgsrc/graphics/elementary-xfce-icon-theme/PLIST:1.5 pkgsrc/graphics/elementary-xfce-icon-theme/PLIST:1.6
--- pkgsrc/graphics/elementary-xfce-icon-theme/PLIST:1.5 Tue Oct 18 00:41:41 2022
+++ pkgsrc/graphics/elementary-xfce-icon-theme/PLIST Sun Apr 16 19:42:40 2023
@@ -1,4 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2022/10/18 00:41:41 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/04/16 19:42:40 gutteridge Exp $
+share/icons/AUTHORS
+share/icons/CONTRIBUTORS
+share/icons/LICENSE
+share/icons/README.md
share/icons/elementary-xfce-dark/AUTHORS
share/icons/elementary-xfce-dark/CONTRIBUTORS
share/icons/elementary-xfce-dark/LICENSE
Home |
Main Index |
Thread Index |
Old Index