From 81c3fb0b8f9cbca0c9011634564d0ad57590a693 Mon Sep 17 00:00:00 2001 From: Valeriy Timchenko Date: Sat, 14 Aug 2010 17:25:16 -0400 Subject: office/org-mode: Updated for version 7.01g. Signed-off-by: dsomero --- office/org-mode/Makefile.1.patch | 25 ------------------ office/org-mode/Makefile.2.patch | 11 -------- office/org-mode/Makefile.patch | 51 +++++++++++++++++++++++++++++++++++++ office/org-mode/org-mode.SlackBuild | 16 ++++++------ office/org-mode/org-mode.info | 6 ++--- 5 files changed, 62 insertions(+), 47 deletions(-) delete mode 100644 office/org-mode/Makefile.1.patch delete mode 100644 office/org-mode/Makefile.2.patch create mode 100644 office/org-mode/Makefile.patch diff --git a/office/org-mode/Makefile.1.patch b/office/org-mode/Makefile.1.patch deleted file mode 100644 index 457053755f..0000000000 --- a/office/org-mode/Makefile.1.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- org-6.34c/Makefile 2010-01-18 02:10:45.000000000 +0300 -+++ org-6.34c/Makefile.2 2010-01-19 04:11:10.324503966 +0300 -@@ -14,13 +14,13 @@ - EMACS=emacs - - # Where local software is found --prefix=/usr/local -+prefix=/usr - - # Where local lisp files go. - lispdir = $(prefix)/share/emacs/site-lisp - - # Where info files go. --infodir = $(prefix)/share/info -+infodir = $(prefix)/info - - ##---------------------------------------------------------------------- - ## YOU MAY NEED TO EDIT THESE -@@ -381,4 +381,4 @@ - lisp/org-vm.elc: lisp/org.el - lisp/org-w3m.elc: lisp/org.el - lisp/org-wl.elc: lisp/org.el --lisp/org-xoxo.elc: lisp/org-exp.el -\ No newline at end of file -+lisp/org-xoxo.elc: lisp/org-exp.el diff --git a/office/org-mode/Makefile.2.patch b/office/org-mode/Makefile.2.patch deleted file mode 100644 index f93e326f3c..0000000000 --- a/office/org-mode/Makefile.2.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- org-6.34c/Makefile 2010-01-19 04:12:47.314750357 +0300 -+++ org-6.34c/Makefile.2 2010-01-19 04:11:53.197796741 +0300 -@@ -14,7 +14,7 @@ - EMACS=emacs - - # Where local software is found --prefix=/usr -+prefix=$(PKG)/usr - - # Where local lisp files go. - lispdir = $(prefix)/share/emacs/site-lisp diff --git a/office/org-mode/Makefile.patch b/office/org-mode/Makefile.patch new file mode 100644 index 0000000000..314f21b6f7 --- /dev/null +++ b/office/org-mode/Makefile.patch @@ -0,0 +1,51 @@ +--- org-7.01/Makefile 2010-07-19 10:27:15.000000000 +0400 ++++ Makefile.2 2010-07-20 01:11:21.449263023 +0400 +@@ -14,13 +14,14 @@ + EMACS=emacs + + # Where local software is found +-prefix=/usr/local ++# prefix=/usr/local ++prefix=$(DESTDIR) + + # Where local lisp files go. + lispdir = $(prefix)/share/emacs/site-lisp + + # Where info files go. +-infodir = $(prefix)/share/info ++infodir = $(prefix)/info + + ##---------------------------------------------------------------------- + ## YOU MAY NEED TO EDIT THESE +@@ -183,6 +184,7 @@ + + install: install-lisp + ++#doc: doc/org.html doc/org.pdf doc/orgcard.pdf doc/orgcard_letter.pdf doc/orgguide.pdf + doc: doc/org.html doc/org.pdf doc/orgcard.pdf doc/orgcard_letter.pdf doc/orgguide.pdf + + p: +@@ -232,13 +234,13 @@ + + doc/org.html: doc/org.texi + (cd doc; $(TEXI2HTML) --no-split -o org.html org.texi) +- UTILITIES/manfull.pl doc/org.html ++# UTILITIES/manfull.pl doc/org.html + + doc/orgcard.pdf: doc/orgcard.tex + (cd doc; pdftex orgcard.tex) + +-doc/orgcard.txt: doc/orgcard.tex +- (cd doc; perl ../UTILITIES/orgcard2txt.pl orgcard.tex > orgcard.txt) ++#doc/orgcard.txt: doc/orgcard.tex ++# (cd doc; perl ../UTILITIES/orgcard2txt.pl orgcard.tex > orgcard.txt) + + doc/orgcard_letter.tex: doc/orgcard.tex + perl -pe 's/\\pdflayout=\(0l\)/\\pdflayout=(1l)/' \ +@@ -430,4 +432,4 @@ + lisp/org-vm.elc: lisp/org.el + lisp/org-w3m.elc: lisp/org.el + lisp/org-wl.elc: lisp/org.el +-lisp/org-xoxo.elc: lisp/org-exp.el +\ В конце файла нет новой строки ++lisp/org-xoxo.elc: lisp/org-exp.el diff --git a/office/org-mode/org-mode.SlackBuild b/office/org-mode/org-mode.SlackBuild index 94b368ecbe..4b58cf25d8 100644 --- a/office/org-mode/org-mode.SlackBuild +++ b/office/org-mode/org-mode.SlackBuild @@ -5,7 +5,7 @@ # Written by Valeriy Timchenko PRGNAM=org-mode -VERSION=${VERSION:-6.36c} +VERSION=${VERSION:-7.01g} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,11 +53,11 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -patch Makefile $CWD/Makefile.1.patch -make -patch Makefile $CWD/Makefile.2.patch -PKG=$PKG make install -PKG=$PKG make install-info +patch Makefile $CWD/Makefile.patch +DESTDIR=/usr make +DESTDIR=/usr make doc +DESTDIR=$PKG/usr make install +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,8 @@ rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog Changes.org README request-assign-future.txt \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a Changes.org README request-assign-future.txt \ + doc/*.pdf doc/*.html $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/office/org-mode/org-mode.info b/office/org-mode/org-mode.info index 41248ff2ab..188cd186b7 100644 --- a/office/org-mode/org-mode.info +++ b/office/org-mode/org-mode.info @@ -1,8 +1,8 @@ PRGNAM="org-mode" -VERSION="6.36c" +VERSION="7.01g" HOMEPAGE="http://orgmode.org" -DOWNLOAD="http://orgmode.org/org-6.36c.tar.gz" -MD5SUM="13d7850aab456406ed6781d4d98e5cad" +DOWNLOAD="http://orgmode.org/org-7.01g.tar.gz" +MD5SUM="a06a2377779252a87e1e9876db3a042f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Valeriy Timchenko" -- cgit v1.2.3