mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/org-mode: Updated for version 7.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
c7051ad9b4
commit
ff542adb16
3 changed files with 14 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Valeriy Timchenko <ValTimchenko@gmail.com>
|
||||
|
||||
PRGNAM=org-mode
|
||||
VERSION=${VERSION:-7.4}
|
||||
VERSION=${VERSION:-7.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,7 +54,7 @@ find . \
|
|||
patch Makefile $CWD/Makefile.patch
|
||||
DESTDIR=/usr make all pdf html
|
||||
DESTDIR=$PKG/usr make install
|
||||
DESTDIR=$PKG/usr PKG=$PKG make install-info
|
||||
DESTDIR=$PKG/usr PKG=$PKG make install-info
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
@ -66,8 +66,13 @@ mv $PKG/usr/info/{org,org-$VERSION}.gz
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
Changes.org README request-assign-future.txt doc/*.pdf doc/*.html \
|
||||
README request-assign-future.txt doc/*.pdf doc/*.html \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# Move contrib/ to /usr/share/org-mode-$VERSION
|
||||
mkdir -p $PKG/usr/share/$PRGNAM-$VERSION
|
||||
cp -R contrib $PKG/usr/share/$PRGNAM-$VERSION
|
||||
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="org-mode"
|
||||
VERSION="7.4"
|
||||
VERSION="7.5"
|
||||
HOMEPAGE="http://orgmode.org"
|
||||
DOWNLOAD="http://orgmode.org/org-7.4.tar.gz"
|
||||
MD5SUM="88975d9202dfdfd7d66d238a31820fe7"
|
||||
DOWNLOAD="http://orgmode.org/org-7.5.tar.gz"
|
||||
MD5SUM="556215534aa7a308ddc84c796f695e32"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Valeriy Timchenko"
|
||||
EMAIL="ValTimchenko@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
org-mode: Org-mode ("An Emacs mode for Notes, Project Planning, and Authoring")
|
||||
org-mode:
|
||||
org-mode: Org-mode is for keeping notes, maintaining ToDo lists, doing project
|
||||
org-mode: planning, and authoring with a fast and effective plain-text system.
|
||||
org-mode: Org-mode is for keeping notes, maintaining ToDo lists, doing project
|
||||
org-mode: planning, and authoring with a fast and effective plain-text system.
|
||||
org-mode:
|
||||
org-mode: "If humans could mate with software, I'd have org-mode's babies."
|
||||
org-mode: Chris League on his Twitter feed.
|
||||
|
|
Loading…
Reference in a new issue