diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-05-31 15:05:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-31 15:05:45 +0700 |
commit | 032ca8d0f59f16e1d76e3727798427486091f102 (patch) | |
tree | 0f7bef83a439c85cbbee4dcc08efbb0f1511fa35 | |
parent | 999cd16adec5e988bb6a146a26ec794e5445b597 (diff) | |
download | slackbuilds-032ca8d0f59f16e1d76e3727798427486091f102.tar.gz |
office/texmaker: Updated for version 4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/texmaker/texmaker.SlackBuild | 6 | ||||
-rw-r--r-- | office/texmaker/texmaker.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild index 46f4c0fb9b..07d4e9923f 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.1.1} +VERSION=${VERSION:-4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,9 +97,7 @@ install -D -m 0644 utilities/$PRGNAM.svg \ rm -rf $PKG/usr/share/pixmaps mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - INSTALL utilities/{AUTHORS,*.txt,COPYING} \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a utilities/{AUTHORS,*.txt,COPYING} $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -f $PKG/usr/share/$PRGNAM/{COPYING,CHANGELOG.txt,AUTHORS} diff --git a/office/texmaker/texmaker.info b/office/texmaker/texmaker.info index 10496e9327..3bc348905f 100644 --- a/office/texmaker/texmaker.info +++ b/office/texmaker/texmaker.info @@ -1,8 +1,8 @@ PRGNAM="texmaker" -VERSION="4.1.1" +VERSION="4.2" HOMEPAGE="http://www.xm1math.net/texmaker/index.html" -DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-4.1.1.tar.bz2" -MD5SUM="0b26fe9e29b37eeaf98e568a096d2dad" +DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-4.2.tar.bz2" +MD5SUM="9297da00423e341b76295f208a91096c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |