pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/paper-icon-theme



Module Name:    pkgsrc
Committed By:   youri
Date:           Sat Jun 18 09:06:01 UTC 2016

Modified Files:
        pkgsrc/graphics/paper-icon-theme: distinfo
        pkgsrc/graphics/paper-icon-theme/patches: patch-Makefile.am

Log Message:
Fix installing on SmartOS by not using cp(1) -v, a non standard option.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/paper-icon-theme/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/graphics/paper-icon-theme/patches/patch-Makefile.am

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

Modified files:

Index: pkgsrc/graphics/paper-icon-theme/distinfo
diff -u pkgsrc/graphics/paper-icon-theme/distinfo:1.1 pkgsrc/graphics/paper-icon-theme/distinfo:1.2
--- pkgsrc/graphics/paper-icon-theme/distinfo:1.1       Mon Jun 13 00:26:04 2016
+++ pkgsrc/graphics/paper-icon-theme/distinfo   Sat Jun 18 09:06:01 2016
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2016/06/13 00:26:04 youri Exp $
+$NetBSD: distinfo,v 1.2 2016/06/18 09:06:01 youri Exp $
 
 SHA1 (paper-icon-theme-1.3.2.tar.gz) = 3df875af6cb644e291e7ba4590b27315a037a706
 RMD160 (paper-icon-theme-1.3.2.tar.gz) = 769edcb23157585d938f2843bedf2d3a5aa5a19a
 SHA512 (paper-icon-theme-1.3.2.tar.gz) = 25775b5580e1391f48b99996033ac255276541594b4672d5987f4c1dc8e33e4d37910158c5f9a2565af225ff1c9ff17bceb0fd730f2bea9e0743fb684a7d86d2
 Size (paper-icon-theme-1.3.2.tar.gz) = 37241750 bytes
-SHA1 (patch-Makefile.am) = 6717f8ece68a7fe96a8e3a2e704940efdf9b2087
+SHA1 (patch-Makefile.am) = e226403d94702e043548f75aabd676f460da0404
 SHA1 (patch-autogen.sh) = 8c6ab8f8a622b9c4a3eae3a56263e87a19366390

Index: pkgsrc/graphics/paper-icon-theme/patches/patch-Makefile.am
diff -u pkgsrc/graphics/paper-icon-theme/patches/patch-Makefile.am:1.1 pkgsrc/graphics/paper-icon-theme/patches/patch-Makefile.am:1.2
--- pkgsrc/graphics/paper-icon-theme/patches/patch-Makefile.am:1.1      Mon Jun 13 00:26:04 2016
+++ pkgsrc/graphics/paper-icon-theme/patches/patch-Makefile.am  Sat Jun 18 09:06:01 2016
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile.am,v 1.1 2016/06/13 00:26:04 youri Exp $
+$NetBSD: patch-Makefile.am,v 1.2 2016/06/18 09:06:01 youri Exp $
 
 Install to pkgsrc prefix.
 
@@ -11,7 +11,7 @@ Install to pkgsrc prefix.
 -      $(MKDIR_P) $(DESTDIR)/usr/share/icons
 -      cp -Rv Paper $(DESTDIR)/usr/share/icons/.
 +      $(MKDIR_P) $(DESTDIR)$(PREFIX)/share/icons
-+      cp -Rv Paper $(DESTDIR)$(PREFIX)/share/icons/.
++      cp -R Paper $(DESTDIR)$(PREFIX)/share/icons/.
  
  uninstall-hook:
        test -e $(DESTDIR)/usr/share/icons/Paper && rm -rfv $(DESTDIR)/usr/share/icons/Paper



Home | Main Index | Thread Index | Old Index