[arch-commits] Commit in txt2tags/repos/community-any (4 files)

2020-10-11 Thread Connor Behan via arch-commits
Date: Monday, October 12, 2020 @ 02:05:48
  Author: cbehan
Revision: 723568

archrelease: copy trunk to community-any

Added:
  txt2tags/repos/community-any/ChangeLog
(from rev 723567, txt2tags/trunk/ChangeLog)
  txt2tags/repos/community-any/PKGBUILD
(from rev 723567, txt2tags/trunk/PKGBUILD)
Deleted:
  txt2tags/repos/community-any/ChangeLog
  txt2tags/repos/community-any/PKGBUILD

---+
 ChangeLog |   18 +-
 PKGBUILD  |   53 ++---
 2 files changed, 35 insertions(+), 36 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-10-12 02:04:58 UTC (rev 723567)
+++ ChangeLog   2020-10-12 02:05:48 UTC (rev 723568)
@@ -1,9 +0,0 @@
-
-2008-08-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.5
-
-2008-01-14  Douglas Soares de Andrade  
-
-   * Fixed the manpage path
-

Copied: txt2tags/repos/community-any/ChangeLog (from rev 723567, 
txt2tags/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-10-12 02:05:48 UTC (rev 723568)
@@ -0,0 +1,9 @@
+
+2008-08-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.5
+
+2008-01-14  Douglas Soares de Andrade  
+
+   * Fixed the manpage path
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-12 02:04:58 UTC (rev 723567)
+++ PKGBUILD2020-10-12 02:05:48 UTC (rev 723568)
@@ -1,27 +0,0 @@
-# Maintainer: Connor Behan 
-# Contributor: Lukas Fleischer 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Stefan Husmann 
-
-pkgname=txt2tags
-pkgver=3.7
-pkgrel=1
-pkgdesc='A text formatting and conversion tool.'
-arch=('any')
-url='http://www.txt2tags.org'
-license=('GPL')
-depends=('python')
-makedepends=('python-setuptools')
-md5sums=('efdaf9d01f2681696526f244916683f5')
-source=("https://files.pythonhosted.org/packages/0e/80/dc4215b549ddbe1d1251bc4cd47ad6f4a65e1f9803815997817ff297d22e/$pkgname-$pkgver.tar.gz";)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir"
-}
-

Copied: txt2tags/repos/community-any/PKGBUILD (from rev 723567, 
txt2tags/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-12 02:05:48 UTC (rev 723568)
@@ -0,0 +1,26 @@
+# Maintainer: Connor Behan 
+# Contributor: Lukas Fleischer 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Stefan Husmann 
+
+pkgname=txt2tags
+pkgver=3.7
+pkgrel=2
+pkgdesc='A text formatting and conversion tool.'
+arch=('any')
+url='http://www.txt2tags.org'
+license=('GPL')
+depends=('python-setuptools')
+md5sums=('efdaf9d01f2681696526f244916683f5')
+source=("https://files.pythonhosted.org/packages/0e/80/dc4215b549ddbe1d1251bc4cd47ad6f4a65e1f9803815997817ff297d22e/$pkgname-$pkgver.tar.gz";)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir"
+}
+


[arch-commits] Commit in txt2tags/repos/community-any (4 files)

2020-06-13 Thread Connor Behan via arch-commits
Date: Saturday, June 13, 2020 @ 11:59:56
  Author: cbehan
Revision: 642853

archrelease: copy trunk to community-any

Added:
  txt2tags/repos/community-any/ChangeLog
(from rev 642852, txt2tags/trunk/ChangeLog)
  txt2tags/repos/community-any/PKGBUILD
(from rev 642852, txt2tags/trunk/PKGBUILD)
Deleted:
  txt2tags/repos/community-any/ChangeLog
  txt2tags/repos/community-any/PKGBUILD

---+
 ChangeLog |   18 +-
 PKGBUILD  |   54 +++---
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-06-13 11:59:07 UTC (rev 642852)
+++ ChangeLog   2020-06-13 11:59:56 UTC (rev 642853)
@@ -1,9 +0,0 @@
-
-2008-08-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.5
-
-2008-01-14  Douglas Soares de Andrade  
-
-   * Fixed the manpage path
-

Copied: txt2tags/repos/community-any/ChangeLog (from rev 642852, 
txt2tags/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-06-13 11:59:56 UTC (rev 642853)
@@ -0,0 +1,9 @@
+
+2008-08-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.5
+
+2008-01-14  Douglas Soares de Andrade  
+
+   * Fixed the manpage path
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 11:59:07 UTC (rev 642852)
+++ PKGBUILD2020-06-13 11:59:56 UTC (rev 642853)
@@ -1,27 +0,0 @@
-# Maintainer: Connor Behan 
-# Contributor: Lukas Fleischer 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Stefan Husmann 
-
-pkgname=txt2tags
-pkgver=3.3
-pkgrel=1
-pkgdesc='A text formatting and conversion tool.'
-arch=('any')
-url='http://www.txt2tags.org'
-license=('GPL')
-depends=('python')
-makedepends=('python-setuptools')
-md5sums=('3261d1d6e185a8159212970c2a8e617d')
-source=("https://github.com/jendrikseipp/$pkgname/archive/$pkgver.tar.gz";)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir"
-}
-

Copied: txt2tags/repos/community-any/PKGBUILD (from rev 642852, 
txt2tags/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 11:59:56 UTC (rev 642853)
@@ -0,0 +1,27 @@
+# Maintainer: Connor Behan 
+# Contributor: Lukas Fleischer 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Stefan Husmann 
+
+pkgname=txt2tags
+pkgver=3.7
+pkgrel=1
+pkgdesc='A text formatting and conversion tool.'
+arch=('any')
+url='http://www.txt2tags.org'
+license=('GPL')
+depends=('python')
+makedepends=('python-setuptools')
+md5sums=('efdaf9d01f2681696526f244916683f5')
+source=("https://files.pythonhosted.org/packages/0e/80/dc4215b549ddbe1d1251bc4cd47ad6f4a65e1f9803815997817ff297d22e/$pkgname-$pkgver.tar.gz";)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir"
+}
+


[arch-commits] Commit in txt2tags/repos/community-any (4 files)

2019-12-20 Thread Connor Behan via arch-commits
Date: Friday, December 20, 2019 @ 17:25:02
  Author: cbehan
Revision: 538547

archrelease: copy trunk to community-any

Added:
  txt2tags/repos/community-any/ChangeLog
(from rev 538546, txt2tags/trunk/ChangeLog)
  txt2tags/repos/community-any/PKGBUILD
(from rev 538546, txt2tags/trunk/PKGBUILD)
Deleted:
  txt2tags/repos/community-any/ChangeLog
  txt2tags/repos/community-any/PKGBUILD

---+
 ChangeLog |   18 +-
 PKGBUILD  |  100 
 2 files changed, 36 insertions(+), 82 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2019-12-20 17:23:58 UTC (rev 538546)
+++ ChangeLog   2019-12-20 17:25:02 UTC (rev 538547)
@@ -1,9 +0,0 @@
-
-2008-08-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.5
-
-2008-01-14  Douglas Soares de Andrade  
-
-   * Fixed the manpage path
-

Copied: txt2tags/repos/community-any/ChangeLog (from rev 538546, 
txt2tags/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2019-12-20 17:25:02 UTC (rev 538547)
@@ -0,0 +1,9 @@
+
+2008-08-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.5
+
+2008-01-14  Douglas Soares de Andrade  
+
+   * Fixed the manpage path
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-20 17:23:58 UTC (rev 538546)
+++ PKGBUILD2019-12-20 17:25:02 UTC (rev 538547)
@@ -1,73 +0,0 @@
-# Maintainer: Connor Behan 
-# Contributor: Lukas Fleischer 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Stefan Husmann 
-
-pkgname=txt2tags
-pkgver=2.6
-pkgrel=6
-pkgdesc='A text formatting and conversion tool.'
-arch=('any')
-url='https://www.txt2tags.org'
-license=('GPL')
-depends=('python2')
-optdepends=('ruby: for running t2tmake.rb'
-'sh: for running html-update.sh'
-'vim: for using the vim-files')
-makedepends=('gettext')
-source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
-md5sums=('531e4ab3f0fb0a4dac5abb0605472109')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for f in txt2tags extras/gensite; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "$f"
-  done
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/share/vim/vimfiles"/{plugin,syntax,compiler,macros}
-  install -d "$pkgdir/usr/share/man"/{it,pt_BR,fr,es,ca}/man1
-  install -d "$pkgdir/usr/share/man/man1"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 extras/pagemaker.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/pagemaker.vim"
-  install -Dm644 "extras/$pkgname.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim"
-  install -Dm644 extras/gvim-menu.vim \
-"$pkgdir/usr/share/vim/vimfiles/plugin/$pkgname-gvim-menu.vim"
-  install -Dm644 "extras/$pkgname-compiler.vim" \
-"$pkgdir/usr/share/vim/vimfiles/compiler/$pkgname-compiler.vim"
-  install -Dm644 extras/unhtml.vim \
-"$pkgdir/usr/share/vim/vimfiles/macros/unhtml.vim"
-
-  # installing other extra tools
-  install -m755 extras/{t2tmake.rb,gensite,html-update.sh,dynartslides} 
"$pkgdir/usr/bin"
-  install -Dm644 extras/txt2tags-mode.el 
"$pkgdir/usr/share/emacs/site-lisp/txt2tags-mode.el"
-  
-   # handling man pages
-  cd doc
-  for _file in `find . -name *.man | grep -v English`; do
-_lang=${_file:${#_file}-6:2}
-install -Dm644 "$_file" "$pkgname.1-${_lang}"
-if [[ ${_lang} == "pt" ]]; then
-  cp "$pkgname.1-${_lang}" "$pkgdir/usr/share/man/pt_BR/man1/$pkgname.1"
-else
-  install -Dm644 "$pkgname.1-${_lang}" 
"$pkgdir/usr/share/man/${_lang}/man1/$pkgname.1"
-fi
-  done
-  
-   # English man page
-  install -Dm644 English/manpage.man "$pkgdir/usr/share/man/man1/$pkgname.1"
-
-  # i18n
-  cd ../po
-  for _i in *.po
-  do
-msgfmt -o "${_i%.po}.mo" "${_i}"
-install -Dm644 "${_i%.po}.mo" 
"$pkgdir/usr/share/locale/${_i%.po}/LC_MESSAGES/$pkgname.mo"
-  done
-}

Copied: txt2tags/repos/community-any/PKGBUILD (from rev 538546, 
txt2tags/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-20 17:25:02 UTC (rev 538547)
@@ -0,0 +1,27 @@
+# Maintainer: Connor Behan 
+# Contributor: Lukas Fleischer 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Stefan Husmann 
+
+pkgname=txt2tags
+pkgver=3.3
+pkgrel=1
+pkgdesc='A text formatting and conversion tool.'
+arch=('any')
+url='http://www.txt2tags.org'
+license=('GPL')
+depends=('python')
+makedepends=('python-setuptools')
+md5sums=('3261d1d6e185a8159212970c2a8e617d')
+source=("https://github.com/jendrikseipp/$pkgname/archive/$pkgver.tar.gz";)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py i

[arch-commits] Commit in txt2tags/repos/community-any (4 files)

2019-01-25 Thread Connor Behan via arch-commits
Date: Saturday, January 26, 2019 @ 03:31:00
  Author: cbehan
Revision: 427935

archrelease: copy trunk to community-any

Added:
  txt2tags/repos/community-any/ChangeLog
(from rev 427934, txt2tags/trunk/ChangeLog)
  txt2tags/repos/community-any/PKGBUILD
(from rev 427934, txt2tags/trunk/PKGBUILD)
Deleted:
  txt2tags/repos/community-any/ChangeLog
  txt2tags/repos/community-any/PKGBUILD

---+
 ChangeLog |   18 +++
 PKGBUILD  |  146 ++--
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2019-01-26 03:30:42 UTC (rev 427934)
+++ ChangeLog   2019-01-26 03:31:00 UTC (rev 427935)
@@ -1,9 +0,0 @@
-
-2008-08-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.5
-
-2008-01-14  Douglas Soares de Andrade  
-
-   * Fixed the manpage path
-

Copied: txt2tags/repos/community-any/ChangeLog (from rev 427934, 
txt2tags/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2019-01-26 03:31:00 UTC (rev 427935)
@@ -0,0 +1,9 @@
+
+2008-08-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.5
+
+2008-01-14  Douglas Soares de Andrade  
+
+   * Fixed the manpage path
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-26 03:30:42 UTC (rev 427934)
+++ PKGBUILD2019-01-26 03:31:00 UTC (rev 427935)
@@ -1,73 +0,0 @@
-# Maintainer: Connor Behan 
-# Contributor: Lukas Fleischer 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Stefan Husmann 
-
-pkgname=txt2tags
-pkgver=2.6
-pkgrel=5
-pkgdesc='A text formatting and conversion tool.'
-arch=('any')
-url='http://www.txt2tags.org'
-license=('GPL')
-depends=('python2')
-optdepends=('ruby: for running t2tmake.rb'
-'sh: for running html-update.sh'
-'vim: for using the vim-files')
-makedepends=('gettext')
-source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
-md5sums=('531e4ab3f0fb0a4dac5abb0605472109')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for f in txt2tags extras/gensite; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "$f"
-  done
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/share/vim/vimfiles"/{plugin,syntax,compiler,macros}
-  install -d "$pkgdir/usr/share/man"/{it,pt_BR,fr,es,ca}/man1
-  install -d "$pkgdir/usr/share/man/man1"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 extras/pagemaker.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/pagemaker.vim"
-  install -Dm644 "extras/$pkgname.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim"
-  install -Dm644 extras/gvim-menu.vim \
-"$pkgdir/usr/share/vim/vimfiles/plugin/$pkgname-gvim-menu.vim"
-  install -Dm644 "extras/$pkgname-compiler.vim" \
-"$pkgdir/usr/share/vim/vimfiles/compiler/$pkgname-compiler.vim"
-  install -Dm644 extras/unhtml.vim \
-"$pkgdir/usr/share/vim/vimfiles/macros/unhtml.vim"
-
-  # installing other extra tools
-  install -m755 extras/{t2tmake.rb,gensite,html-update.sh,dynartslides} 
"$pkgdir/usr/bin"
-  install -Dm644 extras/txt2tags-mode.el 
"$pkgdir/usr/share/emacs/site-lisp/txt2tags-mode.el"
-  
-   # handling man pages
-  cd doc
-  for _file in `find . -name *.man | grep -v English`; do
-_lang=${_file:${#_file}-6:2}
-install -Dm644 "$_file" "$pkgname.1-${_lang}"
-if [[ ${_lang} == "pt" ]]; then
-  cp "$pkgname.1-${_lang}" "$pkgdir/usr/share/man/pt_BR/man1/$pkgname.1"
-else
-  install -Dm644 "$pkgname.1-${_lang}" 
"$pkgdir/usr/share/man/${_lang}/man1/$pkgname.1"
-fi
-  done
-  
-   # English man page
-  install -Dm644 English/manpage.man "$pkgdir/usr/share/man/man1/$pkgname.1"
-
-  # i18n
-  cd ../po
-  for _i in *.po
-  do
-msgfmt -o "${_i%.po}.mo" "${_i}"
-install -Dm644 "${_i%.po}.mo" 
"$pkgdir/usr/share/locale/${_i%.po}/LC_MESSAGES/$pkgname.mo"
-  done
-}

Copied: txt2tags/repos/community-any/PKGBUILD (from rev 427934, 
txt2tags/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-26 03:31:00 UTC (rev 427935)
@@ -0,0 +1,73 @@
+# Maintainer: Connor Behan 
+# Contributor: Lukas Fleischer 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Stefan Husmann 
+
+pkgname=txt2tags
+pkgver=2.6
+pkgrel=6
+pkgdesc='A text formatting and conversion tool.'
+arch=('any')
+url='https://www.txt2tags.org'
+license=('GPL')
+depends=('python2')
+optdepends=('ruby: for running t2tmake.rb'
+'sh: for running html-update.sh'
+'vim: for using the vim-files')
+makedepends=('gettext')
+source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
+md5sums=('531e4ab3f0fb0a4dac5abb0605472109')
+
+build() {
+  cd "$s

[arch-commits] Commit in txt2tags/repos/community-any (4 files)

2017-12-24 Thread Connor Behan via arch-commits
Date: Sunday, December 24, 2017 @ 22:27:26
  Author: cbehan
Revision: 275864

archrelease: copy trunk to community-any

Added:
  txt2tags/repos/community-any/ChangeLog
(from rev 275863, txt2tags/trunk/ChangeLog)
  txt2tags/repos/community-any/PKGBUILD
(from rev 275863, txt2tags/trunk/PKGBUILD)
Deleted:
  txt2tags/repos/community-any/ChangeLog
  txt2tags/repos/community-any/PKGBUILD

---+
 ChangeLog |   18 +++
 PKGBUILD  |  145 ++--
 2 files changed, 82 insertions(+), 81 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2017-12-24 22:26:36 UTC (rev 275863)
+++ ChangeLog   2017-12-24 22:27:26 UTC (rev 275864)
@@ -1,9 +0,0 @@
-
-2008-08-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.5
-
-2008-01-14  Douglas Soares de Andrade  
-
-   * Fixed the manpage path
-

Copied: txt2tags/repos/community-any/ChangeLog (from rev 275863, 
txt2tags/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2017-12-24 22:27:26 UTC (rev 275864)
@@ -0,0 +1,9 @@
+
+2008-08-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.5
+
+2008-01-14  Douglas Soares de Andrade  
+
+   * Fixed the manpage path
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-24 22:26:36 UTC (rev 275863)
+++ PKGBUILD2017-12-24 22:27:26 UTC (rev 275864)
@@ -1,72 +0,0 @@
-# Maintainer: Connor Behan 
-# Contributor: Lukas Fleischer 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Stefan Husmann 
-
-pkgname=txt2tags
-pkgver=2.6
-pkgrel=4
-pkgdesc='A text formatting and conversion tool.'
-arch=('any')
-url='http://www.txt2tags.org'
-license=('GPL')
-depends=('python2')
-optdepends=('ruby: for running t2tmake.rb'
-'sh: for running html-update.sh'
-'vim: for using the vim-files')
-makedepends=('gettext')
-source=("http://txt2tags.googlecode.com/files/$pkgname-$pkgver.tgz";)
-md5sums=('ac09fd624f1e3a553d5f0e01271cc0ee')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for f in txt2tags extras/gensite; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "$f"
-  done
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/share/vim/vimfiles"/{plugin,syntax,compiler,macros}
-  install -d "$pkgdir/usr/share/man"/{it,pt_BR,fr,es,ca}/man1
-  install -d "$pkgdir/usr/share/man/man1"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 extras/pagemaker.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/pagemaker.vim"
-  install -Dm644 "extras/$pkgname.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim"
-  install -Dm644 extras/gvim-menu.vim \
-"$pkgdir/usr/share/vim/vimfiles/plugin/$pkgname-gvim-menu.vim"
-  install -Dm644 "extras/$pkgname-compiler.vim" \
-"$pkgdir/usr/share/vim/vimfiles/compiler/$pkgname-compiler.vim"
-  install -Dm644 extras/unhtml.vim \
-"$pkgdir/usr/share/vim/vimfiles/macros/unhtml.vim"
-
-  # installing other extra tools
-  install -m755 extras/{t2tmake.rb,gensite,html-update.sh,dynartslides} 
"$pkgdir/usr/bin"
-  install -Dm644 extras/txt2tags-mode.el 
"$pkgdir/usr/share/emacs/site-lisp/txt2tags-mode.el"
-  
-   # handling man pages
-  cd doc
-  for _lang in {"it","pt","fr","es","ca"}; do
-install -Dm644 "manpage-${_lang}.man" "$pkgname.1-${_lang}"
-if [[ ${_lang} == "pt" ]]; then
-  cp "$pkgname.1-${_lang}" "$pkgdir/usr/share/man/pt_BR/man1/$pkgname.1"
-else
-  install -Dm644 "$pkgname.1-${_lang}" 
"$pkgdir/usr/share/man/${_lang}/man1/$pkgname.1"
-fi
-  done
-  
-   # English man page
-  install -Dm644 manpage.man "$pkgdir/usr/share/man/man1/$pkgname.1"
-
-  # i18n
-  cd ../po
-  for _i in *.po
-  do
-msgfmt -o "${_i%.po}.mo" "${_i}"
-install -Dm644 "${_i%.po}.mo" 
"$pkgdir/usr/share/locale/${_i%.po}/LC_MESSAGES/$pkgname.mo"
-  done
-}

Copied: txt2tags/repos/community-any/PKGBUILD (from rev 275863, 
txt2tags/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-24 22:27:26 UTC (rev 275864)
@@ -0,0 +1,73 @@
+# Maintainer: Connor Behan 
+# Contributor: Lukas Fleischer 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Stefan Husmann 
+
+pkgname=txt2tags
+pkgver=2.6
+pkgrel=5
+pkgdesc='A text formatting and conversion tool.'
+arch=('any')
+url='http://www.txt2tags.org'
+license=('GPL')
+depends=('python2')
+optdepends=('ruby: for running t2tmake.rb'
+'sh: for running html-update.sh'
+'vim: for using the vim-files')
+makedepends=('gettext')
+source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";)
+md5sums=('531e4ab3f0fb0a4dac5abb0605472109')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+

[arch-commits] Commit in txt2tags/repos/community-any (4 files)

2014-07-04 Thread Connor Behan
Date: Friday, July 4, 2014 @ 10:31:59
  Author: cbehan
Revision: 114834

archrelease: copy trunk to community-any

Added:
  txt2tags/repos/community-any/ChangeLog
(from rev 114833, txt2tags/trunk/ChangeLog)
  txt2tags/repos/community-any/PKGBUILD
(from rev 114833, txt2tags/trunk/PKGBUILD)
Deleted:
  txt2tags/repos/community-any/ChangeLog
  txt2tags/repos/community-any/PKGBUILD

---+
 ChangeLog |   18 +++
 PKGBUILD  |  142 ++--
 2 files changed, 81 insertions(+), 79 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-07-04 08:31:33 UTC (rev 114833)
+++ ChangeLog   2014-07-04 08:31:59 UTC (rev 114834)
@@ -1,9 +0,0 @@
-
-2008-08-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.5
-
-2008-01-14  Douglas Soares de Andrade  
-
-   * Fixed the manpage path
-

Copied: txt2tags/repos/community-any/ChangeLog (from rev 114833, 
txt2tags/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-07-04 08:31:59 UTC (rev 114834)
@@ -0,0 +1,9 @@
+
+2008-08-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.5
+
+2008-01-14  Douglas Soares de Andrade  
+
+   * Fixed the manpage path
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 08:31:33 UTC (rev 114833)
+++ PKGBUILD2014-07-04 08:31:59 UTC (rev 114834)
@@ -1,70 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Stefan Husmann 
-
-pkgname=txt2tags
-pkgver=2.6
-pkgrel=3
-pkgdesc='A text formatting and conversion tool.'
-arch=('any')
-url='http://www.txt2tags.org'
-license=('GPL')
-depends=('python2')
-optdepends=('ruby: for running t2tmake.rb' 'sh: for running html-update.sh'
-'vim: for using the vim-files')
-makedepends=('gettext')
-source=("http://txt2tags.googlecode.com/files/$pkgname-$pkgver.tgz";)
-md5sums=('ac09fd624f1e3a553d5f0e01271cc0ee')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for f in txt2tags extras/gensite; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "$f"
-  done
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/share/vim/vimfiles"/{plugin,syntax,compiler,macros}
-  install -d "$pkgdir/usr/share/man"/{it,pt_BR,fr,es,ca}/man1
-  install -d "$pkgdir/usr/share/man/man1"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 extras/pagemaker.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/pagemaker.vim"
-  install -Dm644 "extras/$pkgname.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim"
-  install -Dm644 extras/gvim-menu.vim \
-"$pkgdir/usr/share/vim/vimfiles/plugin/$pkgname-gvim-menu.vim"
-  install -Dm644 "extras/$pkgname-compiler.vim" \
-"$pkgdir/usr/share/vim/vimfiles/compiler/$pkgname-compiler.vim"
-  install -Dm644 extras/unhtml.vim \
-"$pkgdir/usr/share/vim/vimfiles/macros/unhtml.vim"
-
-  # installing other extra tools
-  install -m755 extras/{t2tmake.rb,gensite,html-update.sh,dynartslides} 
"$pkgdir/usr/bin"
-  install -Dm644 extras/txt2tags-mode.el 
"$pkgdir/usr/share/emacs/site-lisp/txt2tags-mode.el"
-  
-   # handling man pages
-  cd doc
-  for _lang in {"it","pt","fr","es","ca"}; do
-install -Dm644 "manpage-${_lang}.man" "$pkgname.1-${_lang}"
-if [[ ${_lang} == "pt" ]]; then
-  cp "$pkgname.1-${_lang}" "$pkgdir/usr/share/man/pt_BR/man1/$pkgname.1"
-else
-  install -Dm644 "$pkgname.1-${_lang}" 
"$pkgdir/usr/share/man/${_lang}/man1/$pkgname.1"
-fi
-  done
-  
-   # English man page
-  install -Dm644 manpage.man "$pkgdir/usr/share/man/man1/$pkgname.1"
-
-  # i18n
-  cd ../po
-  for _i in *.po
-  do
-msgfmt -o "${_i%.po}.mo" "${_i}"
-install -Dm644 "${_i%.po}.mo" 
"$pkgdir/usr/share/locale/${_i%.po}/LC_MESSAGES/$pkgname.mo"
-  done
-}

Copied: txt2tags/repos/community-any/PKGBUILD (from rev 114833, 
txt2tags/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 08:31:59 UTC (rev 114834)
@@ -0,0 +1,72 @@
+# Maintainer: Connor Behan 
+# Contributor: Lukas Fleischer 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Stefan Husmann 
+
+pkgname=txt2tags
+pkgver=2.6
+pkgrel=4
+pkgdesc='A text formatting and conversion tool.'
+arch=('any')
+url='http://www.txt2tags.org'
+license=('GPL')
+depends=('python2')
+optdepends=('ruby: for running t2tmake.rb'
+'sh: for running html-update.sh'
+'vim: for using the vim-files')
+makedepends=('gettext')
+source=("http://txt2tags.googlecode.com/files/$pkgname-$pkgver.tgz";)
+md5sums=('ac09fd624f1e3a553d5f0e01271cc0ee')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  for f in txt2tags extras/gensite; do
+sed -i