svn commit: r358061 - in head/editors/libreoffice: . files
Jung-uk Kim
jkim at FreeBSD.org
Tue Jun 17 00:12:38 UTC 2014
Author: jkim
Date: Tue Jun 17 00:12:37 2014
New Revision: 358061
URL: http://svnweb.freebsd.org/changeset/ports/358061
QAT: https://qat.redports.org/buildarchive/r358061/
Log:
Shut up check-orphans.
Reported by: swills
Modified:
head/editors/libreoffice/Makefile
head/editors/libreoffice/files/patch-sysui__desktop__share__create_tree.sh
Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile Mon Jun 16 23:28:41 2014 (r358060)
+++ head/editors/libreoffice/Makefile Tue Jun 17 00:12:37 2014 (r358061)
@@ -381,7 +381,9 @@ post-install:
-exec ${ECHO_CMD} "@dirrm {}" \; >> ${PLISTD}
@${ECHO_CMD} "@dirrmtry etc/bash_completion.d" >> ${PLISTD}
-.for subdir in applications icons mime mimelnk
+ @cd ${STAGEDIR}${PREFIX} && ${FIND} -H -s share/applications \
+ \( -type f -o -type l \) -print >> ${PLISTF}
+.for subdir in icons mime mimelnk
@cd ${STAGEDIR}${PREFIX} && ${FIND} -H -s share/${subdir} \
\( -type f -o -type l \) -print >> ${PLISTF}
@cd ${STAGEDIR}${PREFIX} && ${FIND} -d share/${subdir} -type d \
Modified: head/editors/libreoffice/files/patch-sysui__desktop__share__create_tree.sh
==============================================================================
--- head/editors/libreoffice/files/patch-sysui__desktop__share__create_tree.sh Mon Jun 16 23:28:41 2014 (r358060)
+++ head/editors/libreoffice/files/patch-sysui__desktop__share__create_tree.sh Tue Jun 17 00:12:37 2014 (r358061)
@@ -1,5 +1,5 @@
---- sysui/desktop/share/create_tree.sh.orig 2014-04-30 21:49:45.000000000 +0200
-+++ sysui/desktop/share/create_tree.sh 2014-06-11 00:20:55.539133736 +0200
+--- sysui/desktop/share/create_tree.sh.orig 2014-04-30 15:49:45.000000000 -0400
++++ sysui/desktop/share/create_tree.sh 2014-06-16 19:55:56.000000000 -0400
@@ -57,37 +57,37 @@
chmod 0644 "${DESTDIR}/${GNOMEDIR}/share/application-registry/${PREFIX}".*
fi
@@ -45,9 +45,11 @@
done
-mkdir -p "${DESTDIR}/usr/share/appdata"
-+mkdir -p "${DESTDIR}/${PREFIXDIR}/share/appdata"
- for i in base calc draw impress writer; do
+-for i in base calc draw impress writer; do
- cp "${APPDATA_SOURCE_DIR}/libreoffice-${i}.appdata.xml" "${DESTDIR}/usr/share/appdata/${PREFIX}-${i}.appdata.xml"
-+ cp "${APPDATA_SOURCE_DIR}/libreoffice-${i}.appdata.xml" "${DESTDIR}/${PREFIXDIR}/share/appdata/${PREFIX}-${i}.appdata.xml"
- done
+-done
++#mkdir -p "${DESTDIR}/${PREFIXDIR}/share/appdata"
++#for i in base calc draw impress writer; do
++# cp "${APPDATA_SOURCE_DIR}/libreoffice-${i}.appdata.xml" "${DESTDIR}/${PREFIXDIR}/share/appdata/${PREFIX}-${i}.appdata.xml"
++#done
More information about the svn-ports-all
mailing list