[arch-commits] Commit in gnumeric/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Dec 28 10:31:01 UTC 2011


    Date: Wednesday, December 28, 2011 @ 05:31:01
  Author: jgc
Revision: 145705

Remove invalid MIME-type, recent versions of desktop-file-utils alias this one to application/vnd.ms-excel anyways

Modified:
  gnumeric/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-28 10:22:56 UTC (rev 145704)
+++ PKGBUILD	2011-12-28 10:31:01 UTC (rev 145705)
@@ -21,6 +21,9 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --disable-schemas-install --enable-ssindex
   make




More information about the arch-commits mailing list