Date: Wednesday, April 7, 2021 @ 18:39:55 Author: spupykin Revision: 912570
archrelease: copy trunk to community-any Added: wanderlust/repos/community-any/PKGBUILD (from rev 912569, wanderlust/trunk/PKGBUILD) wanderlust/repos/community-any/wanderlust.install (from rev 912569, wanderlust/trunk/wanderlust.install) Deleted: wanderlust/repos/community-any/PKGBUILD wanderlust/repos/community-any/wanderlust.install --------------------+ PKGBUILD | 58 +++++++++++++++++++++++++-------------------------- wanderlust.install | 26 +++++++++++----------- 2 files changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-04-07 18:39:46 UTC (rev 912569) +++ PKGBUILD 2021-04-07 18:39:55 UTC (rev 912570) @@ -1,29 +0,0 @@ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Norberto Lopes <shel...@mail.telepac.pt> - -pkgname=wanderlust -pkgver=20201022 -_commit=c7043e6446a302fee41b531d2daaa388c4d833a7 -pkgrel=1 -pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs." -arch=(any) -url="https://github.com/wanderlust/wanderlust/" -license=('GPL') -depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi') -makedepends=('git') -#optdepends=('bbdb: contact management utility') -install=wanderlust.install -source=("wanderlust::git://github.com/wanderlust/wanderlust.git#commit=${_commit}") -sha256sums=('SKIP') - -package() { - cd "$srcdir"/wanderlust - PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" emacs-major-version emacs-minor-version))"`/etc/wl/icons/ - install -dm0755 "$pkgdir"/usr/share/info - make all info - make install install-info \ - LISPDIR="$pkgdir"/usr/share/emacs/site-lisp \ - PIXMAPDIR="$pkgdir"$PIXMAPDIR \ - INFODIR="$pkgdir"/usr/share/info - install -m644 utils/ssl.el "$pkgdir"/usr/share/emacs/site-lisp/ssl.el -} Copied: wanderlust/repos/community-any/PKGBUILD (from rev 912569, wanderlust/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-04-07 18:39:55 UTC (rev 912570) @@ -0,0 +1,29 @@ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Norberto Lopes <shel...@mail.telepac.pt> + +pkgname=wanderlust +pkgver=20210407 +_commit=6e189fc944a9bbde76c5a6d9b6a38d57e85e6390 +pkgrel=1 +pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs." +arch=(any) +url="https://github.com/wanderlust/wanderlust/" +license=('GPL') +depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi') +makedepends=('git') +#optdepends=('bbdb: contact management utility') +install=wanderlust.install +source=("wanderlust::git://github.com/wanderlust/wanderlust.git#commit=${_commit}") +sha256sums=('SKIP') + +package() { + cd "$srcdir"/wanderlust + PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" emacs-major-version emacs-minor-version))"`/etc/wl/icons/ + install -dm0755 "$pkgdir"/usr/share/info + make all info + make install install-info \ + LISPDIR="$pkgdir"/usr/share/emacs/site-lisp \ + PIXMAPDIR="$pkgdir"$PIXMAPDIR \ + INFODIR="$pkgdir"/usr/share/info + install -m644 utils/ssl.el "$pkgdir"/usr/share/emacs/site-lisp/ssl.el +} Deleted: wanderlust.install =================================================================== --- wanderlust.install 2021-04-07 18:39:46 UTC (rev 912569) +++ wanderlust.install 2021-04-07 18:39:55 UTC (rev 912570) @@ -1,13 +0,0 @@ -post_install () { -cat << EOF -==> Put this in your $HOME/.emacs file to enable Wanderlust - -(autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) -(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) -EOF -} - -post_upgrade () { - post_install $1 -} Copied: wanderlust/repos/community-any/wanderlust.install (from rev 912569, wanderlust/trunk/wanderlust.install) =================================================================== --- wanderlust.install (rev 0) +++ wanderlust.install 2021-04-07 18:39:55 UTC (rev 912570) @@ -0,0 +1,13 @@ +post_install () { +cat << EOF +==> Put this in your $HOME/.emacs file to enable Wanderlust + +(autoload 'wl "wl" "Wanderlust" t) +(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) +(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) +EOF +} + +post_upgrade () { + post_install $1 +}