forked from Lainports/freebsd-ports
- Update to 4.4.1 - Add explicit PORTREVISION, hopefully people won't mistakenly bump PORTEPOCH anymore
37 lines
1.4 KiB
INI
37 lines
1.4 KiB
INI
--- texmaker.pro.orig 2014-12-14 22:51:47 UTC
|
|
+++ texmaker.pro
|
|
@@ -393,13 +393,6 @@ utilities.files = doc/doc1.png \
|
|
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 \
|
|
scripts/titlecase_selection.tms \
|
|
scripts/hardwordwrap_selection_80col.tms \
|
|
locale/qt_cs.qm \
|
|
@@ -475,4 +468,20 @@ INSTALLS += desktop
|
|
|
|
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
|
|
}
|