You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.5 KiB
32 lines
1.5 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../djvulibre/no_x-desktop.patch.disabled |
|
# Copyright (C) 2007 The OpenSDE Project |
|
# Copyright (C) 2006 The T2 SDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
diff -Nur djvulibre-3.5.16-orig/gui/desktop/Makefile.in djvulibre-3.5.16/gui/desktop/Makefile.in |
|
--- djvulibre-3.5.16-orig/gui/desktop/Makefile.in 2004-06-15 23:22:17.000000000 +0000 |
|
+++ djvulibre-3.5.16/gui/desktop/Makefile.in 2006-01-07 18:20:28.000000000 +0000 |
|
@@ -83,11 +83,6 @@ |
|
${INSTALL} -m 644 ${srcdir}/hi22-mimetype-djvu.png \ |
|
${DESTDIR}${dtop_icons}/hicolor/22x22/mimetypes/djvu.png;\ |
|
fi |
|
- if test -n "${dtop_mimelnk}"; then \ |
|
- ${INSTALL} -d ${DESTDIR}${dtop_mimelnk}/image;\ |
|
- ${INSTALL} -m 644 ${srcdir}/x-djvu.desktop \ |
|
- ${DESTDIR}${dtop_mimelnk}/image/x-djvu.desktop;\ |
|
- fi |
|
if test -n "${dtop_applnk}"; then \ |
|
${INSTALL} -d ${DESTDIR}${dtop_applnk}/Graphics;\ |
|
${INSTALL} -m 644 ${srcdir}/djview.desktop \
|
|
|