forked from Lainports/freebsd-ports
Remove XPDF options, texmaker has a built-in pdf viewer now. Other changes: http://www.xm1math.net/texmaker/log.html
38 lines
1.4 KiB
INI
38 lines
1.4 KiB
INI
--- ./texmaker.pro.orig 2010-07-29 19:40:36.000000000 +0400
|
|
+++ ./texmaker.pro 2010-09-25 13:58:07.841559115 +0400
|
|
@@ -222,13 +222,6 @@
|
|
utilities/AUTHORS \
|
|
utilities/COPYING \
|
|
utilities/CHANGELOG.txt \
|
|
- utilities/texmaker16x16.png \
|
|
- utilities/texmaker22x22.png \
|
|
- utilities/texmaker32x32.png \
|
|
- utilities/texmaker48x48.png \
|
|
- utilities/texmaker64x64.png \
|
|
- utilities/texmaker128x128.png \
|
|
- utilities/texmaker.svg \
|
|
locale/qt_cs.qm \
|
|
locale/qt_de.qm \
|
|
locale/qt_es.qm \
|
|
@@ -270,6 +263,21 @@
|
|
icon.path = $${ICONDIR}
|
|
icon.files = utilities/texmaker.png
|
|
INSTALLS += icon
|
|
+icon16.path = $${PREFIX}/share/icons/hicolor/16x16/apps
|
|
+icon16.files= utilities/texmaker16x16.png
|
|
+icon22.path = $${PREFIX}/share/icons/hicolor/22x22/apps
|
|
+icon22.files= utilities/texmaker22x22.png
|
|
+icon32.path= $${PREFIX}/share/icons/hicolor/32x32/apps
|
|
+icon32.files= utilities/texmaker32x32.png
|
|
+icon48.path= $${PREFIX}/share/icons/hicolor/48x48/apps
|
|
+icon48.files= utilities/texmaker48x48.png
|
|
+icon64.path= $${PREFIX}/share/icons/hicolor/64x64/apps
|
|
+icon64.files= utilities/texmaker64x64.png
|
|
+icon128.path= $${PREFIX}/share/icons/hicolor/128x128/apps
|
|
+icon128.files=utilities/texmaker128x128.png
|
|
+iconscale.path=$${PREFIX}/share/icons/hicolor/scalable/apps
|
|
+iconscale.files=utilities/texmaker.svg
|
|
+INSTALLS += icon16 icon22 icon32 icon48 icon64 icon128 iconscale
|
|
}
|
|
################################
|
|
win32 {
|