[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-20 Thread Bartłomiej Piotrowski
Date: Friday, June 20, 2014 @ 16:30:38
  Author: bpiotrowski
Revision: 215315

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 215314, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  708 ++---
 1 file changed, 354 insertions(+), 354 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-20 14:30:28 UTC (rev 215314)
+++ PKGBUILD2014-06-20 14:30:38 UTC (rev 215315)
@@ -1,354 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-i18n
-
-_rcver=4.2.4.2
-pkgver=4.2.4
-pkgrel=2
-
-_oodlver=${pkgver}
-#_oodlver=${_rcver}
-_dirver=${_rcver}
-
-arch=('any')
-url=http://www.documentfoundation.org;
-license=('LGPL')
-makedepends=('rpmextract')
-
-# http://wiki.documentfoundation.org/Language_Teams
-#http://download.documentfoundation.org/mirrors/all.html
-_url=http://download.documentfoundation.org/libreoffice/stable;
-#_url=http://download.documentfoundation.org/libreoffice/testing;
-#_url=http://dev-builds.libreoffice.org/pre-releases;
-#_url=http://www.libreoffice.org/download/pre-releases;
-
-#_url+=/${pkgver}-rc2/rpm/x86
-_url+=/${pkgver}/rpm/x86
-#_url+=/rpm/x86
-
-_languages=(
-  'af   Afrikaans'
-  'am   Amharic'
-  'ar   Arabic'
-  'as   Assamese (India)'
-  'ast  Asturianu'
-  'be   Belarusian'
-  'bg   Bulgarian'
-  'bn   Bengali'
-  'bn-INBengali (India)'
-  'bo   Tibetan'
-  'br   Breton'
-  'brx  Bodo'
-  'bs   Bosnian'
-  'ca   Catalan'
-  'ca-valencia  Catalan (Valencia)'
-  'cs   Czech'
-  'cy   Welsh'
-  'da   Danish'
-  'de   German'
-  'dgo  Dogri'
-  'dz   Dzongkha'
-  'el   Greek'
-  'en-GBEnglish (GB)'
-  'en-ZAEnglish (ZA)'
-  'eo   Esperanto'
-  'es   Spanish'
-  'et   Estonian'
-  'eu   Basque'
-  'fa   Persian'
-  'fi   Finnish'
-  'fr   French'
-  'ga   Irish'
-  'gd   Gaelic (Scottish)'
-  'gl   Galician'
-  'gu   Gujarati'
-  'he   Hebrew'
-  'hi   Hindi'
-  'hr   Croatian'
-  'hu   Hungarian'
-  'id   Indonesian'
-  'is   Icelandic'
-  'it   Italian'
-  'ja   Japanese'
-  'ka   Georgian'
-  'kk   Kazakh'
-  'km   Khmer (Cambodia)'
-  'kmr-Latn Kurdish'
-  'kn   Kannada'
-  'ko   Korean'
-  'kok   Konkani'
-  'ks   Kashmiri'
-  'lb   Luxembourgish'
-  'lo   Lao'
-  'lt   Lithuanian'
-  'lv   Latvian'
-  'mai   Maithili'
-  'mk   Macedonian'
-  'ml   Malayalam'
-  'mn   Mongolian'
-  'mni   Manipuri'
-  'mr   Marathi'
-  'my   Burmese'
-  'nb   Norwegian Bokmal'
-  'ne   Nepali'
-  'nl   Dutch'
-  'nn   Norwegian Nynorsk'
-  'nr   Ndebele (South)'
-  'nso  Northern Sotho'
-  'oc   Occitan'
-  'om   Oromo'
-  'or   Oriya'
-  'pa-INPunjabi (India)'
-  'pl   Polish'
-  'pt   Portuguese'
-  'pt-BRPortuguese (Brasil)'
-  'ro   Romanian'
-  'ru   Russian'
-  'rw   Kinyarwanda'
-  'sa-INSanskrit (India)'
-  'sat  Santali'
-  'sd   Sindhi'
-  'si   Singhalese'
-  'sid  Sidama'
-  'sk   Slovak'
-  'sl   Slovenian'
-  'sq   Albanien'
-  'sr   Serbian'
-  'sr-Latn  Serbian (Latin)'
-  'ss   Swati'
-  'st   Southern Sotho'
-  'sv   Swedish'
-  'sw-TZSwahili (Tanzania)'
-  'ta   Tamil'
-  'te   Telugu'
-  'tg   Tajik'
-  'th   Thai'
-  'tn   Tswana'
-  'tr   Turkish'
-  'ts   Tsonga'
-  'tt   Tatar'
-  'ug   Uighur'
-  'uk   Ukrainian'
-  'uz   Uzbek'
-  've   Venda'
-  'vi   Vietnamese'
-  'xh   Xhosa'
-  'zh-CNChinese (simplified)'
-  'zh-TWChinese (traditional)'
-  'zu   Zulu'
-)
-
-prepare() {
-  for i in ${pkgname[@]}; do
-_pkglang=${i#*-}
-echo ${_pkglang}  unpacking...
-cd ${srcdir}/LibreOffice_${_dirver}_Linux_x86_rpm_langpack_${_pkglang}/RPMS
-
-# remove dictionaries if shipped - we ship them now in separate packages
-rm -vf *-dict-*.rpm || /bin/true
-
-for j in *.rpm
-  do rpmextract.sh $j
-done
-
-# the helppack rpm goes also into the langpack dir
-# so far we don't want to split the helppacks separate
-rpmextract.sh 

[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2014-05-30 Thread Bartłomiej Piotrowski
Date: Friday, May 30, 2014 @ 18:14:38
  Author: bpiotrowski
Revision: 213858

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 213857, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  764 -
 1 file changed, 354 insertions(+), 410 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 16:14:13 UTC (rev 213857)
+++ PKGBUILD2014-05-30 16:14:38 UTC (rev 213858)
@@ -1,410 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-i18n
-
-_rcver=4.2.4.2
-pkgver=4.2.4
-pkgrel=1
-
-_oodlver=${pkgver}
-#_oodlver=${_rcver}
-_dirver=${_rcver}
-
-arch=('any')
-url=http://www.documentfoundation.org;
-license=('LGPL')
-makedepends=('rpmextract')
-
-# http://wiki.documentfoundation.org/Language_Teams
-#http://download.documentfoundation.org/mirrors/all.html
-_url=http://download.documentfoundation.org/libreoffice/stable;
-#_url=http://download.documentfoundation.org/libreoffice/testing;
-#_url=http://dev-builds.libreoffice.org/pre-releases;
-#_url=http://www.libreoffice.org/download/pre-releases;
-
-#_url+=/${pkgver}-rc2/rpm/x86
-_url+=/${pkgver}/rpm/x86
-#_url+=/rpm/x86
-
-declare -A _languages
-_languages=(
-  [af]='Afrikaans'
-  [am]='Amharic'
-  [ar]='Arabic'
-  [as]='Assamese (India)'
-  [ast]='Asturianu'
-  [be]='Belarusian'
-  [bg]='Bulgarian'
-  [bn]='Bengali'
-  [bn-IN]='Bengali (India)'
-  [bo]='Tibetan'
-  [br]='Breton'
-  [brx]='Bodo'
-  [bs]='Bosnian'
-  [ca]='Catalan'
-  [ca-valencia]='Catalan (Valencia)'
-  [cs]='Czech'
-  [cy]='Welsh'
-  [da]='Danish'
-  [de]='German'
-  [dgo]='Dogri'
-  [dz]='Dzongkha'
-  [el]='Greek'
-  [en-GB]='English (GB)'
-  [en-ZA]='English (ZA)'
-  [eo]='Esperanto'
-  [es]='Spanish'
-  [et]='Estonian'
-  [eu]='Basque'
-  [fa]='Persian'
-  [fi]='Finnish'
-  [fr]='French'
-  [ga]='Irish'
-  [gd]='Gaelic (Scottish)'
-  [gl]='Galician'
-  [gu]='Gujarati'
-  [he]='Hebrew'
-  [hi]='Hindi'
-  [hr]='Croatian'
-  [hu]='Hungarian'
-  [id]='Indonesian'
-  [is]='Icelandic'
-  [it]='Italian'
-  [ja]='Japanese'
-  [ka]='Georgian'
-  [kk]='Kazakh'
-  [km]='Khmer (Cambodia)'
-  [kmr-Latn]='Kurdish'
-  [kn]='Kannada'
-  [ko]='Korean'
-  [kok]='Konkani'
-  [ks]='Kashmiri'
-  [lb]='Luxembourgish'
-  [lo]='Lao'
-  [lt]='Lithuanian'
-  [lv]='Latvian'
-  [mai]='Maithili'
-  [mk]='Macedonian'
-  [ml]='Malayalam'
-  [mn]='Mongolian'
-  [mni]='Manipuri'
-  [mr]='Marathi'
-  [my]='Burmese'
-  [nb]='Norwegian Bokmal'
-  [ne]='Nepali'
-  [nl]='Dutch'
-  [nn]='Norwegian Nynorsk'
-  [nr]='Ndebele (South)'
-  [nso]='Northern Sotho'
-  [oc]='Occitan'
-  [om]='Oromo'
-  [or]='Oriya'
-  [pa-IN]='Punjabi (India)'
-  [pl]='Polish'
-  [pt]='Portuguese'
-  [pt-BR]='Portuguese (Brasil)'
-  [ro]='Romanian'
-  [ru]='Russian'
-  [rw]='Kinyarwanda'
-  [sa-IN]='Sanskrit (India)'
-  [sat]='Santali'
-  [sd]='Sindhi'
-  [si]='Singhalese'
-  [sid]='Sidama'
-  [sk]='Slovak'
-  [sl]='Slovenian'
-  [sq]='Albanien'
-  [sr]='Serbian'
-  [sr-Latn]='Serbian (Latin)'
-  [ss]='Swati'
-  [st]='Southern Sotho'
-  [sv]='Swedish'
-  [sw-TZ]='Swahili (Tanzania)'
-  [ta]='Tamil'
-  [te]='Telugu'
-  [tg]='Tajik'
-  [th]='Thai'
-  [tn]='Tswana'
-  [tr]='Turkish'
-  [ts]='Tsonga'
-  [tt]='Tatar'
-  [ug]='Uighur'
-  [uk]='Ukrainian'
-  [uz]='Uzbek'
-  [ve]='Venda'
-  [vi]='Vietnamese'
-  [xh]='Xhosa'
-  [zh-CN]='Chinese (simplified)'
-  [zh-TW]='Chinese (traditional)'
-  [zu]='Zulu'
-)
-
-# There is no easy way to determine which languages has helppacks, so we
-# list them directly here.
-source=(${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_am.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_ast.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_bg.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_bn-IN.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_bn.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_bo.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_bs.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_ca-valencia.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_ca.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_cs.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_da.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_de.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_dz.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_el.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_en-GB.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_en-ZA.tar.gz
-

[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2014-04-12 Thread Bartłomiej Piotrowski
Date: Saturday, April 12, 2014 @ 21:38:15
  Author: bpiotrowski
Revision: 210249

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 210248, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3257 ++---
 1 file changed, 1629 insertions(+), 1628 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 210248:210249 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD.42)

2013-12-18 Thread Andreas Radke
Date: Wednesday, December 18, 2013 @ 23:59:07
  Author: andyrtr
Revision: 202185

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 202184, libreoffice-i18n/trunk/PKGBUILD)
  libreoffice-i18n/repos/extra-any/PKGBUILD.42
(from rev 202184, libreoffice-i18n/trunk/PKGBUILD.42)

-+
 PKGBUILD| 1628 +
 PKGBUILD.42 | 1630 ++
 2 files changed, 3258 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 202184:202185 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-01 Thread Andreas Radke
Date: Friday, November 1, 2013 @ 13:12:05
  Author: andyrtr
Revision: 198651

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 198650, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3256 ++---
 1 file changed, 1628 insertions(+), 1628 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 198650:198651 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2013-06-19 Thread Andreas Radke
Date: Wednesday, June 19, 2013 @ 20:22:41
  Author: andyrtr
Revision: 188754

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 188753, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3252 ++---
 1 file changed, 1626 insertions(+), 1626 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 188753:188754 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2013-05-09 Thread Andreas Radke
Date: Friday, May 10, 2013 @ 07:48:59
  Author: andyrtr
Revision: 185014

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 185013, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3252 ++---
 1 file changed, 1626 insertions(+), 1626 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 185013:185014 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2013-04-04 Thread Andreas Radke
Date: Thursday, April 4, 2013 @ 16:17:56
  Author: andyrtr
Revision: 181845

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 181844, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3252 ++---
 1 file changed, 1626 insertions(+), 1626 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 181844:181845 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-12-06 Thread andyrtr
Date: Thursday, December 6, 2012 @ 13:22:57
  Author: andyrtr
Revision: 172909

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 172908, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3224 ++---
 1 file changed, 1612 insertions(+), 1612 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 172908:172909 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-11-01 Thread andyrtr
Date: Thursday, November 1, 2012 @ 17:30:33
  Author: andyrtr
Revision: 170106

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 170105, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3224 ++---
 1 file changed, 1612 insertions(+), 1612 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 170105:170106 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-10-04 Thread andyrtr
Date: Thursday, October 4, 2012 @ 13:04:00
  Author: andyrtr
Revision: 167984

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 167983, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3224 ++---
 1 file changed, 1612 insertions(+), 1612 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 167983:167984 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-05-30 Thread andyrtr
Date: Wednesday, May 30, 2012 @ 11:34:46
  Author: andyrtr
Revision: 160192

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 160191, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3026 ++---
 1 file changed, 1513 insertions(+), 1513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 160191:160192 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-05-30 Thread andyrtr
Date: Wednesday, May 30, 2012 @ 12:48:25
  Author: andyrtr
Revision: 160197

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 160196, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3026 ++---
 1 file changed, 1513 insertions(+), 1513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 160196:160197 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-05-12 Thread andyrtr
Date: Saturday, May 12, 2012 @ 15:26:06
  Author: andyrtr
Revision: 158897

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 158896, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3026 ++---
 1 file changed, 1513 insertions(+), 1513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 158896:158897 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-03-31 Thread Eric Bélanger
Date: Sunday, April 1, 2012 @ 01:13:43
  Author: eric
Revision: 154978

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 154977, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3032 ++---
 1 file changed, 1516 insertions(+), 1516 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 154977:154978 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-03-30 Thread Eric Bélanger
Date: Friday, March 30, 2012 @ 17:36:18
  Author: eric
Revision: 154826

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 154825, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3032 ++---
 1 file changed, 1516 insertions(+), 1516 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 154825:154826 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2011-08-31 Thread andyrtr
Date: Wednesday, August 31, 2011 @ 12:30:24
  Author: andyrtr
Revision: 136709

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 136708, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3036 ++---
 1 file changed, 1518 insertions(+), 1518 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 136708:136709 to see the changes.