diff options
author | lofi <lofi@FreeBSD.org> | 2007-02-06 05:01:55 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-02-06 05:01:55 +0800 |
commit | 60a12ea10d6cae1bb1b84e65cc6b06cee7a0bc5b (patch) | |
tree | c52251a570744590b04d51ba1253b9d285189290 /editors/texmaker/files | |
parent | ce3c5885908d70ec6b9c092250892f32986436cd (diff) | |
download | freebsd-ports-gnome-60a12ea10d6cae1bb1b84e65cc6b06cee7a0bc5b.tar.gz freebsd-ports-gnome-60a12ea10d6cae1bb1b84e65cc6b06cee7a0bc5b.tar.zst freebsd-ports-gnome-60a12ea10d6cae1bb1b84e65cc6b06cee7a0bc5b.zip |
Update to 1.5
Diffstat (limited to 'editors/texmaker/files')
-rw-r--r-- | editors/texmaker/files/patch-texmaker.pro | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/editors/texmaker/files/patch-texmaker.pro b/editors/texmaker/files/patch-texmaker.pro new file mode 100644 index 000000000000..ba80e8ede8a6 --- /dev/null +++ b/editors/texmaker/files/patch-texmaker.pro @@ -0,0 +1,38 @@ +--- texmaker.pro.orig Mon Feb 5 20:14:21 2007 ++++ texmaker.pro Mon Feb 5 20:43:17 2007 +@@ -52,16 +52,26 @@ + utilities/usermanual_fr.html \ + 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.desktop \ +- utilities/texmaker.svg ++ utilities/CHANGELOG.txt + INSTALLS += utilities ++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 ++desktop.path = $${PREFIX}/share/applications ++desktop.files= utilities/texmaker.desktop ++INSTALLS += desktop + HEADERS = texmaker.h \ + symbollistwidget.h \ + icondelegate.h \ |