diff options
author | larryhaja <larryhaja@gmail.com> | 2013-11-13 18:51:04 -0800 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-13 23:14:57 -0600 |
commit | 4331977d9b0af60087d13a18104c3a7d470b9fa2 (patch) | |
tree | b5c2bd280637ceb6d0be9dfe5faec87adabce2b3 /office/texmaker/texmaker.SlackBuild | |
parent | 8baf943fc2a61014c8b1a19e40c00acaff0c2f0d (diff) |
office/texmaker: Upgraded to 4.1
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texmaker/texmaker.SlackBuild')
-rw-r--r-- | office/texmaker/texmaker.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild index 7647cbb48ae0..2e8ca5d59812 100644 --- a/office/texmaker/texmaker.SlackBuild +++ b/office/texmaker/texmaker.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texmaker -VERSION=${VERSION:-4.0.4} +VERSION=${VERSION:-4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,7 +86,6 @@ for i in 16 22 32 48 64 128; do install -D -m 0644 utilities/${PRGNAM}${i}x${i}.png \ $PKG/usr/share/icons/hicolor/${i}x${i}/apps/$PRGNAM.png done - install -D -m 0644 utilities/$PRGNAM.svg \ $PKG/usr/share/icons/hicolor/scalable/apps/$PRGNAM.svg rm -rf $PKG/usr/share/pixmaps |