[arch-commits] Commit in ttf-tibetan-machine/trunk (PKGBUILD)

2011-12-02 Thread Andrea Scarpino
Date: Friday, December 2, 2011 @ 03:05:26
  Author: andrea
Revision: 144028

upgpkg: ttf-tibetan-machine 1.901-5

Remove old force option, sign package

Modified:
  ttf-tibetan-machine/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 07:42:30 UTC (rev 144027)
+++ PKGBUILD2011-12-02 08:05:26 UTC (rev 144028)
@@ -1,24 +1,22 @@
 # $Id$
-# Maintainer: Firmicus  
+# Maintainer:
+# Contributor: Firmicus  
 # Contributor: Damir Perisa 
 
 pkgname=ttf-tibetan-machine
 pkgver=1.901
-pkgrel=4
+pkgrel=5
 pkgdesc="Tibetan Machine TTFont"
 arch=('any')
 
url="http://www.thlib.org/tools/#wiki=/access/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html";
 license=('GPL3')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-options=('force')
 install=ttf.install
 
source=("https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip";)
 md5sums=('3913adda5d7fe4b5da561f5d35497967')
 
-build() {
+package() {
   cd ${srcdir}
   install -d ${pkgdir}/usr/share/fonts/TTF
   install -m644 TibetanMachineUnicodeFont/*.ttf ${pkgdir}/usr/share/fonts/TTF/
 }
-
-



[arch-commits] Commit in ttf-tibetan-machine/repos/extra-any (4 files)

2011-12-02 Thread Andrea Scarpino
Date: Friday, December 2, 2011 @ 03:05:43
  Author: andrea
Revision: 144029

archrelease: copy trunk to extra-any

Added:
  ttf-tibetan-machine/repos/extra-any/PKGBUILD
(from rev 144028, ttf-tibetan-machine/trunk/PKGBUILD)
  ttf-tibetan-machine/repos/extra-any/ttf.install
(from rev 144028, ttf-tibetan-machine/trunk/ttf.install)
Deleted:
  ttf-tibetan-machine/repos/extra-any/PKGBUILD
  ttf-tibetan-machine/repos/extra-any/ttf.install

-+
 PKGBUILD|   46 ++
 ttf.install |   30 +++---
 2 files changed, 37 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-02 08:05:26 UTC (rev 144028)
+++ PKGBUILD2011-12-02 08:05:43 UTC (rev 144029)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Firmicus  
-# Contributor: Damir Perisa 
-
-pkgname=ttf-tibetan-machine
-pkgver=1.901
-pkgrel=4
-pkgdesc="Tibetan Machine TTFont"
-arch=('any')
-url="http://www.thlib.org/tools/#wiki=/access/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html";
-license=('GPL3')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-options=('force')
-install=ttf.install
-source=("https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip";)
-md5sums=('3913adda5d7fe4b5da561f5d35497967')
-
-build() {
-  cd ${srcdir}
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install -m644 TibetanMachineUnicodeFont/*.ttf ${pkgdir}/usr/share/fonts/TTF/
-}
-
-

Copied: ttf-tibetan-machine/repos/extra-any/PKGBUILD (from rev 144028, 
ttf-tibetan-machine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-02 08:05:43 UTC (rev 144029)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus  
+# Contributor: Damir Perisa 
+
+pkgname=ttf-tibetan-machine
+pkgver=1.901
+pkgrel=5
+pkgdesc="Tibetan Machine TTFont"
+arch=('any')
+url="http://www.thlib.org/tools/#wiki=/access/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html";
+license=('GPL3')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+install=ttf.install
+source=("https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip";)
+md5sums=('3913adda5d7fe4b5da561f5d35497967')
+
+package() {
+  cd ${srcdir}
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  install -m644 TibetanMachineUnicodeFont/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+}

Deleted: ttf.install
===
--- ttf.install 2011-12-02 08:05:26 UTC (rev 144028)
+++ ttf.install 2011-12-02 08:05:43 UTC (rev 144029)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-tibetan-machine/repos/extra-any/ttf.install (from rev 144028, 
ttf-tibetan-machine/trunk/ttf.install)
===
--- ttf.install (rev 0)
+++ ttf.install 2011-12-02 08:05:43 UTC (rev 144029)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -f > /dev/null
+  mkfontscale usr/share/fonts/TTF
+  mkfontdir usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in ttf-tibetan-machine/repos/extra-any (4 files)

2011-12-02 Thread Andrea Scarpino
Date: Friday, December 2, 2011 @ 03:08:26
  Author: andrea
Revision: 144030

archrelease: copy trunk to extra-any

Added:
  ttf-tibetan-machine/repos/extra-any/PKGBUILD
(from rev 144029, ttf-tibetan-machine/trunk/PKGBUILD)
  ttf-tibetan-machine/repos/extra-any/ttf.install
(from rev 144029, ttf-tibetan-machine/trunk/ttf.install)
Deleted:
  ttf-tibetan-machine/repos/extra-any/PKGBUILD
  ttf-tibetan-machine/repos/extra-any/ttf.install

-+
 PKGBUILD|   44 ++--
 ttf.install |   30 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-02 08:05:43 UTC (rev 144029)
+++ PKGBUILD2011-12-02 08:08:26 UTC (rev 144030)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Firmicus  
-# Contributor: Damir Perisa 
-
-pkgname=ttf-tibetan-machine
-pkgver=1.901
-pkgrel=5
-pkgdesc="Tibetan Machine TTFont"
-arch=('any')
-url="http://www.thlib.org/tools/#wiki=/access/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html";
-license=('GPL3')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=ttf.install
-source=("https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip";)
-md5sums=('3913adda5d7fe4b5da561f5d35497967')
-
-package() {
-  cd ${srcdir}
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install -m644 TibetanMachineUnicodeFont/*.ttf ${pkgdir}/usr/share/fonts/TTF/
-}

Copied: ttf-tibetan-machine/repos/extra-any/PKGBUILD (from rev 144029, 
ttf-tibetan-machine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-02 08:08:26 UTC (rev 144030)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus  
+# Contributor: Damir Perisa 
+
+pkgname=ttf-tibetan-machine
+pkgver=1.901
+pkgrel=5
+pkgdesc="Tibetan Machine TTFont"
+arch=('any')
+url="http://www.thlib.org/tools/#wiki=/access/wiki/site/26a34146-33a6-48ce-001e-f16ce7908a6a/tibetan%20machine%20uni.html";
+license=('GPL3')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+install=ttf.install
+source=("https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip";)
+md5sums=('3913adda5d7fe4b5da561f5d35497967')
+
+package() {
+  cd ${srcdir}
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  install -m644 TibetanMachineUnicodeFont/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+}

Deleted: ttf.install
===
--- ttf.install 2011-12-02 08:05:43 UTC (rev 144029)
+++ ttf.install 2011-12-02 08:08:26 UTC (rev 144030)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-tibetan-machine/repos/extra-any/ttf.install (from rev 144029, 
ttf-tibetan-machine/trunk/ttf.install)
===
--- ttf.install (rev 0)
+++ ttf.install 2011-12-02 08:08:26 UTC (rev 144030)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -f > /dev/null
+  mkfontscale usr/share/fonts/TTF
+  mkfontdir usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in opendesktop-fonts/repos (3 files)

2011-12-02 Thread Andrea Scarpino
Date: Friday, December 2, 2011 @ 03:21:11
  Author: andrea
Revision: 144032

archrelease: copy trunk to extra-any

Added:
  opendesktop-fonts/repos/extra-any/
  opendesktop-fonts/repos/extra-any/PKGBUILD
(from rev 144031, opendesktop-fonts/trunk/PKGBUILD)
  opendesktop-fonts/repos/extra-any/opendesktop-fonts.install
(from rev 144031, opendesktop-fonts/trunk/opendesktop-fonts.install)

---+
 PKGBUILD  |   26 ++
 opendesktop-fonts.install |   15 +++
 2 files changed, 41 insertions(+)

Copied: opendesktop-fonts/repos/extra-any/PKGBUILD (from rev 144031, 
opendesktop-fonts/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2011-12-02 08:21:11 UTC (rev 144032)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# Contributor: Damir Perisa 
+
+pkgname=opendesktop-fonts
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Chinese TrueType Fonts"
+arch=('any')
+url='http://www.opendesktop.org.tw/'
+license=('custom:Arphic Public License')
+depends=('fontconfig' 'xorg-font-utils')
+install=opendesktop-fonts.install
+provides=('ttf-fireflysung')
+replaces=('ttf-fireflysung')
+#source=("ftp://ftp.opendesktop.org.tw/odp/ODOFonts/OpenFonts/${pkgname}-${pkgver}.tar.gz";)
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('c33e83d27ac3401bc51a2b8a88705c78')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  install -m 644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+  install -m 644 *.ttc ${pkgdir}/usr/share/fonts/TTF
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: opendesktop-fonts/repos/extra-any/opendesktop-fonts.install (from rev 
144031, opendesktop-fonts/trunk/opendesktop-fonts.install)
===
--- extra-any/opendesktop-fonts.install (rev 0)
+++ extra-any/opendesktop-fonts.install 2011-12-02 08:21:11 UTC (rev 144032)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -f > /dev/null
+  mkfontscale usr/share/fonts/TTF
+  mkfontdir usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in (6 files)

2011-12-02 Thread Andrea Scarpino
Date: Friday, December 2, 2011 @ 03:20:51
  Author: andrea
Revision: 144031

Rename ttf-fireflysung

Added:
  opendesktop-fonts/
  opendesktop-fonts/repos/
  opendesktop-fonts/trunk/
  opendesktop-fonts/trunk/PKGBUILD
  opendesktop-fonts/trunk/opendesktop-fonts.install
Deleted:
  ttf-fireflysung/

---+
 PKGBUILD  |   26 ++
 opendesktop-fonts.install |   15 +++
 2 files changed, 41 insertions(+)

Added: opendesktop-fonts/trunk/PKGBUILD
===
--- opendesktop-fonts/trunk/PKGBUILD(rev 0)
+++ opendesktop-fonts/trunk/PKGBUILD2011-12-02 08:20:51 UTC (rev 144031)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# Contributor: Damir Perisa 
+
+pkgname=opendesktop-fonts
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Chinese TrueType Fonts"
+arch=('any')
+url='http://www.opendesktop.org.tw/'
+license=('custom:Arphic Public License')
+depends=('fontconfig' 'xorg-font-utils')
+install=opendesktop-fonts.install
+provides=('ttf-fireflysung')
+replaces=('ttf-fireflysung')
+#source=("ftp://ftp.opendesktop.org.tw/odp/ODOFonts/OpenFonts/${pkgname}-${pkgver}.tar.gz";)
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('c33e83d27ac3401bc51a2b8a88705c78')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  install -m 644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+  install -m 644 *.ttc ${pkgdir}/usr/share/fonts/TTF
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: opendesktop-fonts/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: opendesktop-fonts/trunk/opendesktop-fonts.install
===
--- opendesktop-fonts/trunk/opendesktop-fonts.install   
(rev 0)
+++ opendesktop-fonts/trunk/opendesktop-fonts.install   2011-12-02 08:20:51 UTC 
(rev 144031)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -f > /dev/null
+  mkfontscale usr/share/fonts/TTF
+  mkfontdir usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in w3c-mathml2/trunk (PKGBUILD)

2011-12-02 Thread Eric Bélanger
Date: Friday, December 2, 2011 @ 11:51:34
  Author: eric
Revision: 144033

upgpkg: w3c-mathml2 2.0-3

Fix source url (close FS#27402)

Modified:
  w3c-mathml2/trunk/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 08:21:11 UTC (rev 144032)
+++ PKGBUILD2011-12-02 16:51:34 UTC (rev 144033)
@@ -3,64 +3,64 @@
 
 pkgname=w3c-mathml2
 pkgver=2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="MathML XML scheme"
 arch=('any')
 url="http://www.w3.org/TR/MathML2/";
 license=('BSD')
 depends=('libxml2')
 install=w3c-mathml2.install
-source=(http://www.w3.org/TR/MathML2/dtd/mathml2.dtd
-http://www.w3.org/TR/MathML2/dtd/mathml2-qname-1.mod
-http://www.w3.org/TR/MathML2/dtd/isoamsa.ent
-http://www.w3.org/TR/MathML2/dtd/isoamsb.ent
-http://www.w3.org/TR/MathML2/dtd/isoamsc.ent
-http://www.w3.org/TR/MathML2/dtd/isoamsn.ent
-http://www.w3.org/TR/MathML2/dtd/isoamso.ent
-http://www.w3.org/TR/MathML2/dtd/isoamsr.ent
-http://www.w3.org/TR/MathML2/dtd/isogrk3.ent
-http://www.w3.org/TR/MathML2/dtd/isomfrk.ent
-http://www.w3.org/TR/MathML2/dtd/isomopf.ent
-http://www.w3.org/TR/MathML2/dtd/isomscr.ent
-http://www.w3.org/TR/MathML2/dtd/isotech.ent
-http://www.w3.org/TR/MathML2/dtd/isobox.ent
-http://www.w3.org/TR/MathML2/dtd/isocyr1.ent
-http://www.w3.org/TR/MathML2/dtd/isocyr2.ent
-http://www.w3.org/TR/MathML2/dtd/isodia.ent
-http://www.w3.org/TR/MathML2/dtd/isolat1.ent
-http://www.w3.org/TR/MathML2/dtd/isolat2.ent
-http://www.w3.org/TR/MathML2/dtd/isonum.ent
-http://www.w3.org/TR/MathML2/dtd/isopub.ent
-http://www.w3.org/TR/MathML2/dtd/mmlextra.ent
-http://www.w3.org/TR/MathML2/dtd/mmlalias.ent
-LICENSE
-   )
-md5sums=('9d6f3b10e0700df7ca82125607f6ea50' '323f08d0b1399d62d5814422da84a6f9'\
- '8e1556a91409341877081d4b257b1b1f' 'b88e61ed014903f925e83972db076677'\
- '14ef9404114a1b2f8f8ddd1a311f2177' 'c36f30b30e92c336bda6eb8eea01cf33'\
- '3f1cd00f2b103b62f825b5fa733794c3' '136c1419c9717c743e0df6f0b95e7cca'\
- 'c9efd6ece679b2c94ca577362361fbe5' 'f288a9e6777b3a10872a75b7e584a33f'\
- '4dfffb54855d7313bbcf56effa927e33' '80d2cc2d2587365d67192f2344aa9ba6'\
- 'd495078218a4ef75fe176ee7e2c8' 'c4cc169dd4de00eb6fe49f22786e4081'\
- 'da43b118ee7743f2dd6e6082febe5d77' '6dddb113cac233c7d495a3fd2bcc42ef'\
- 'c9a20bf53b0f731f1b31ecbf138b509c' '1bd0b0eab06e199b3f805a40ebe27b56'\
- '6d2dea87d7fe95a4c9f41821967a1d73' '7d278c45c71ff6d537cc17d646f21961'\
- 'b962d1940d0917fbafe8946bdade68c1' '6486a2539595e460f29c32d688f374d2'\
- 'c6693327dd1815e45e76352808714633' '851b1713374b0abf39d5e8475de3104a')
-sha1sums=('51b7d6d9b4e4c2d97a8c8c78f956e8d8008e0a05' 
'46dcb86eb3d3ea2634f3cd7995f8467671fd13e1'\
- '0b23ac89d360565d5a9ce344e04d76e375952374' 
'a9cb01fb18e2c8be84672e71cd952c2e159de0d3'\
- 'cb7a4152728def59dad66e36252eb31a5d02269f' 
'4fbb2e1c9be46da3012a6840066519a92b6fb711'\
- '3235768919908cd34551b4104abd5f81137e7aa8' 
'e8f0e5b99e8db8c1dcc6123a12cf9564e38a03c7'\
- 'c67e2092ece4879dff15aa641c81c9486b84947e' 
'18f140119a6517f781189a428e5042a1d4317e78'\
- '1c81a0b4b240c7fc45da2f40a129e5ac5f86490a' 
'85ef0e14d8b767dcb31ff101b969234c01dddf3d'\
- 'fd3f89756e517016fa5ed9b212d8d17ca3b96b3e' 
'8f5fb780461dba9d2b3465c10de094b3da842085'\
- '4bf3ec29ed4560c0374a7627763a47b2e12e8b42' 
'b8dbff080f01a8ae18e62cd8435a08e67eb23c30'\
- '581847ea1cf7e700a0a9e7264272f4aa01d2d891' 
'b773a5e725b9b619e383f61457d400ab52941edc'\
- '29547cbe51d3d6cfeb42a13d4638331b4b45cd76' 
'9cedf031c11a4aa1284eefe3ceb6a828a4cfde3e'\
- '6c13621edfb15adb415a889e7723e984d2047843' 
'b71d93e2176649cef30a42643b4551a85f5bb648'\
- 'bca893be91af89cec55768bf9dad04545bd09a8a' 
'51de93ee990a6029d22858a0fcf1fe80d44be83b')
+source=(http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/mathml2.dtd
+http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/mathml2-qname-1.mod
+http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamsa.ent
+http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamsb.ent
+http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamsc.ent
+http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamsn.ent
+http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamso.ent
+http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamsr.ent
+http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isogrk3.ent
+http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isomfrk.ent
+http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isomopf.ent
+http://www.w3.org/TR/2001/REC-

[arch-commits] Commit in w3c-mathml2/repos/extra-any (6 files)

2011-12-02 Thread Eric Bélanger
Date: Friday, December 2, 2011 @ 11:52:09
  Author: eric
Revision: 144034

archrelease: copy trunk to extra-any

Added:
  w3c-mathml2/repos/extra-any/LICENSE
(from rev 144033, w3c-mathml2/trunk/LICENSE)
  w3c-mathml2/repos/extra-any/PKGBUILD
(from rev 144033, w3c-mathml2/trunk/PKGBUILD)
  w3c-mathml2/repos/extra-any/w3c-mathml2.install
(from rev 144033, w3c-mathml2/trunk/w3c-mathml2.install)
Deleted:
  w3c-mathml2/repos/extra-any/LICENSE
  w3c-mathml2/repos/extra-any/PKGBUILD
  w3c-mathml2/repos/extra-any/w3c-mathml2.install

-+
 LICENSE |   24 
 PKGBUILD|  138 +-
 w3c-mathml2.install |   30 +-
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2011-12-02 16:51:34 UTC (rev 144033)
+++ LICENSE 2011-12-02 16:52:09 UTC (rev 144034)
@@ -1,12 +0,0 @@
- Copyright 1998-2000 World Wide Web Consortium
-(Massachusetts Institute of Technology, Institut National de
- Recherche en Informatique et en Automatique, Keio University).
- All Rights Reserved.
-
- Permission to use, copy, modify and distribute the XHTML 1.1 DTD and
- its accompanying documentation for any purpose and without fee is
- hereby granted in perpetuity, provided that the above copyright notice
- and this paragraph appear in all copies.  The copyright holders make
- no representation about the suitability of the DTD for any purpose.
-
- It is provided "as is" without expressed or implied warranty.

Copied: w3c-mathml2/repos/extra-any/LICENSE (from rev 144033, 
w3c-mathml2/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2011-12-02 16:52:09 UTC (rev 144034)
@@ -0,0 +1,12 @@
+ Copyright 1998-2000 World Wide Web Consortium
+(Massachusetts Institute of Technology, Institut National de
+ Recherche en Informatique et en Automatique, Keio University).
+ All Rights Reserved.
+
+ Permission to use, copy, modify and distribute the XHTML 1.1 DTD and
+ its accompanying documentation for any purpose and without fee is
+ hereby granted in perpetuity, provided that the above copyright notice
+ and this paragraph appear in all copies.  The copyright holders make
+ no representation about the suitability of the DTD for any purpose.
+
+ It is provided "as is" without expressed or implied warranty.

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-02 16:51:34 UTC (rev 144033)
+++ PKGBUILD2011-12-02 16:52:09 UTC (rev 144034)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Sylvain HENRY 
-
-pkgname=w3c-mathml2
-pkgver=2.0
-pkgrel=2
-pkgdesc="MathML XML scheme"
-arch=('any')
-url="http://www.w3.org/TR/MathML2/";
-license=('BSD')
-depends=('libxml2')
-install=w3c-mathml2.install
-source=(http://www.w3.org/TR/MathML2/dtd/mathml2.dtd
-http://www.w3.org/TR/MathML2/dtd/mathml2-qname-1.mod
-http://www.w3.org/TR/MathML2/dtd/isoamsa.ent
-http://www.w3.org/TR/MathML2/dtd/isoamsb.ent
-http://www.w3.org/TR/MathML2/dtd/isoamsc.ent
-http://www.w3.org/TR/MathML2/dtd/isoamsn.ent
-http://www.w3.org/TR/MathML2/dtd/isoamso.ent
-http://www.w3.org/TR/MathML2/dtd/isoamsr.ent
-http://www.w3.org/TR/MathML2/dtd/isogrk3.ent
-http://www.w3.org/TR/MathML2/dtd/isomfrk.ent
-http://www.w3.org/TR/MathML2/dtd/isomopf.ent
-http://www.w3.org/TR/MathML2/dtd/isomscr.ent
-http://www.w3.org/TR/MathML2/dtd/isotech.ent
-http://www.w3.org/TR/MathML2/dtd/isobox.ent
-http://www.w3.org/TR/MathML2/dtd/isocyr1.ent
-http://www.w3.org/TR/MathML2/dtd/isocyr2.ent
-http://www.w3.org/TR/MathML2/dtd/isodia.ent
-http://www.w3.org/TR/MathML2/dtd/isolat1.ent
-http://www.w3.org/TR/MathML2/dtd/isolat2.ent
-http://www.w3.org/TR/MathML2/dtd/isonum.ent
-http://www.w3.org/TR/MathML2/dtd/isopub.ent
-http://www.w3.org/TR/MathML2/dtd/mmlextra.ent
-http://www.w3.org/TR/MathML2/dtd/mmlalias.ent
-LICENSE
-   )
-md5sums=('9d6f3b10e0700df7ca82125607f6ea50' '323f08d0b1399d62d5814422da84a6f9'\
- '8e1556a91409341877081d4b257b1b1f' 'b88e61ed014903f925e83972db076677'\
- '14ef9404114a1b2f8f8ddd1a311f2177' 'c36f30b30e92c336bda6eb8eea01cf33'\
- '3f1cd00f2b103b62f825b5fa733794c3' '136c1419c9717c743e0df6f0b95e7cca'\
- 'c9efd6ece679b2c94ca577362361fbe5' 'f288a9e6777b3a10872a75b7e584a33f'\
- '4dfffb54855d7313bbcf56effa927e33' '80d2cc2d2587365d67192f2344aa9ba6'\
- 'd495078218a4ef75fe176ee7e2c8' 'c4cc169dd4de00eb6fe49f22786e4081'\
- 'da43b118ee7743f2dd6e6082febe5d77' '6dddb113cac233c7d495a3fd2bcc42ef'\
- 'c9a20bf53b0f731f1

[arch-commits] Commit in pulseaudio/trunk (PKGBUILD)

2011-12-02 Thread Jan Steffens
Date: Friday, December 2, 2011 @ 12:20:35
  Author: heftig
Revision: 144035

install needs -j1, otherwise linking problems

Modified:
  pulseaudio/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 16:52:09 UTC (rev 144034)
+++ PKGBUILD2011-12-02 17:20:35 UTC (rev 144035)
@@ -49,9 +49,9 @@
   'python2-pyqt: Equalizer GUI (qpaeq)')
   backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
   install=pulseaudio.install
+
   cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install
-  # make -j1 DESTDIR="$pkgdir" install 
+  make -j1 DESTDIR="$pkgdir" install 
 
   # Lower resample quality, saves CPU
   sed -e '/resample-method/iresample-method=speex-float-0' \



[arch-commits] Commit in xine-ui/trunk (PKGBUILD)

2011-12-02 Thread Eric Bélanger
Date: Friday, December 2, 2011 @ 12:33:11
  Author: eric
Revision: 144036

upgpkg: xine-ui 0.99.6-3

Fix build issue (close FS#27405), Clean up depends

Modified:
  xine-ui/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 17:20:35 UTC (rev 144035)
+++ PKGBUILD2011-12-02 17:33:11 UTC (rev 144036)
@@ -3,25 +3,25 @@
 
 pkgname=xine-ui
 pkgver=0.99.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A free video player for Unix"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.xine-project.org";
-depends=('xine-lib' 'curl' 'libxtst' 'libxinerama' 'libxv' 'libpng' 'libxft'
-   'libxxf86vm' 'readline' 'xdg-utils' 'shared-mime-info' 
'hicolor-icon-theme'
-   'desktop-file-utils' 'lirc-utils')
+depends=('xine-lib' 'curl' 'libxtst'  'libpng' 'libxft' 'libxxf86vm'
+'xdg-utils' 'shared-mime-info' 'hicolor-icon-theme'
+'desktop-file-utils' 'lirc-utils')
 makedepends=('libxt')
-options=('!emptydirs' '!strip')
+options=('!strip')
 install=xine-ui.install
 source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz
lirc-check-a89347673097.patch lirc-makefile-a68dd15ff7ae.patch 
 fix_lirc.diff xine-ui-xdg.diff)
-md5sums=('d468b4e7fe39ff19888261e1da9be914'
- '4f06f63f5fd55b08a648e5d63f881898'
- '9f5acaf14f3945aa2ce428631d09cd47'
- '0174bd096756b9c6f47e9b8b5ff6e145'
- '5972b4061acf3b553760de9ae2178d38')
+sha1sums=('abbdb331898c14025ee6b132f63ab7d3c1b5b31e'
+  'b2df43ede3a9d1a34b80139704a4cbbc7295c584'
+  '8bbd39f61de7b6991385457a4944b8ea104da88b'
+  '2361df9ddad59c426b0f863414c6d527b463a38a'
+  '9c70c6543dae6815710b239b4638ffe3843bac86')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -29,6 +29,7 @@
   patch -p1 < "${srcdir}/lirc-makefile-a68dd15ff7ae.patch"
   patch -p1 < "${srcdir}/fix_lirc.diff"
   patch -p1 < "${srcdir}/xine-ui-xdg.diff"
+  sed -i '/\#include /d' src/xitk/download.c
   autoconf
   ./configure --prefix=/usr --mandir=/usr/share/man \
 --with-x --enable-lirc --without-aalib --enable-debug
@@ -37,7 +38,5 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -d "${pkgdir}/usr/share/applications"
-  mv "${pkgdir}/usr/share/xine/desktop/xine.desktop" 
"${pkgdir}/usr/share/applications"
+  make DESTDIR="${pkgdir}" desktopdir=/usr/share/applications install
 }



[arch-commits] Commit in xine-ui/repos (24 files)

2011-12-02 Thread Eric Bélanger
Date: Friday, December 2, 2011 @ 12:33:46
  Author: eric
Revision: 144037

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xine-ui/repos/extra-i686/PKGBUILD
(from rev 144036, xine-ui/trunk/PKGBUILD)
  xine-ui/repos/extra-i686/fix_lirc.diff
(from rev 144036, xine-ui/trunk/fix_lirc.diff)
  xine-ui/repos/extra-i686/lirc-check-a89347673097.patch
(from rev 144036, xine-ui/trunk/lirc-check-a89347673097.patch)
  xine-ui/repos/extra-i686/lirc-makefile-a68dd15ff7ae.patch
(from rev 144036, xine-ui/trunk/lirc-makefile-a68dd15ff7ae.patch)
  xine-ui/repos/extra-i686/xine-ui-xdg.diff
(from rev 144036, xine-ui/trunk/xine-ui-xdg.diff)
  xine-ui/repos/extra-i686/xine-ui.install
(from rev 144036, xine-ui/trunk/xine-ui.install)
  xine-ui/repos/extra-x86_64/PKGBUILD
(from rev 144036, xine-ui/trunk/PKGBUILD)
  xine-ui/repos/extra-x86_64/fix_lirc.diff
(from rev 144036, xine-ui/trunk/fix_lirc.diff)
  xine-ui/repos/extra-x86_64/lirc-check-a89347673097.patch
(from rev 144036, xine-ui/trunk/lirc-check-a89347673097.patch)
  xine-ui/repos/extra-x86_64/lirc-makefile-a68dd15ff7ae.patch
(from rev 144036, xine-ui/trunk/lirc-makefile-a68dd15ff7ae.patch)
  xine-ui/repos/extra-x86_64/xine-ui-xdg.diff
(from rev 144036, xine-ui/trunk/xine-ui-xdg.diff)
  xine-ui/repos/extra-x86_64/xine-ui.install
(from rev 144036, xine-ui/trunk/xine-ui.install)
Deleted:
  xine-ui/repos/extra-i686/PKGBUILD
  xine-ui/repos/extra-i686/fix_lirc.diff
  xine-ui/repos/extra-i686/lirc-check-a89347673097.patch
  xine-ui/repos/extra-i686/lirc-makefile-a68dd15ff7ae.patch
  xine-ui/repos/extra-i686/xine-ui-xdg.diff
  xine-ui/repos/extra-i686/xine-ui.install
  xine-ui/repos/extra-x86_64/PKGBUILD
  xine-ui/repos/extra-x86_64/fix_lirc.diff
  xine-ui/repos/extra-x86_64/lirc-check-a89347673097.patch
  xine-ui/repos/extra-x86_64/lirc-makefile-a68dd15ff7ae.patch
  xine-ui/repos/extra-x86_64/xine-ui-xdg.diff
  xine-ui/repos/extra-x86_64/xine-ui.install

---+
 extra-i686/PKGBUILD   |   85 ++--
 extra-i686/fix_lirc.diff  |   26 -
 extra-i686/lirc-check-a89347673097.patch  |  128 +++
 extra-i686/lirc-makefile-a68dd15ff7ae.patch   |   38 +-
 extra-i686/xine-ui-xdg.diff   |  412 
 extra-i686/xine-ui.install|   26 -
 extra-x86_64/PKGBUILD |   85 ++--
 extra-x86_64/fix_lirc.diff|   26 -
 extra-x86_64/lirc-check-a89347673097.patch|  128 +++
 extra-x86_64/lirc-makefile-a68dd15ff7ae.patch |   38 +-
 extra-x86_64/xine-ui-xdg.diff |  412 
 extra-x86_64/xine-ui.install  |   26 -
 12 files changed, 714 insertions(+), 716 deletions(-)

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


[arch-commits] Commit in ethtool/trunk (PKGBUILD)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:48:07
  Author: ibiru
Revision: 144038

update to 3.1

Modified:
  ethtool/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 17:33:46 UTC (rev 144037)
+++ PKGBUILD2011-12-02 20:48:07 UTC (rev 144038)
@@ -1,8 +1,10 @@
 # $Id$
-# Maintainer: Paul Mattal 
-# Contributer: Martin Kemp 
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
 pkgname=ethtool
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -10,16 +12,18 @@
 url="http://www.kernel.org/pub/software/network/ethtool/";
 license=('GPL')
 depends=('glibc')
-source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('cb129398cbbf39859901b55ecac101da')
+#source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
 
+md5sums=('83a538a864b50549b7e4c79e7dd69849')
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
 }



[arch-commits] Commit in ethtool/repos (4 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:49:22
  Author: ibiru
Revision: 144039

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ethtool/repos/extra-i686/PKGBUILD
(from rev 144038, ethtool/trunk/PKGBUILD)
  ethtool/repos/extra-x86_64/PKGBUILD
(from rev 144038, ethtool/trunk/PKGBUILD)
Deleted:
  ethtool/repos/extra-i686/PKGBUILD
  ethtool/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   54 +---
 extra-x86_64/PKGBUILD |   54 +---
 2 files changed, 58 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:48:07 UTC (rev 144038)
+++ extra-i686/PKGBUILD 2011-12-02 20:49:22 UTC (rev 144039)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal 
-# Contributer: Martin Kemp 
-pkgname=ethtool
-pkgver=3.0
-pkgrel=1
-epoch=1
-pkgdesc="Utility for controlling network drivers and hardware"
-arch=('i686' 'x86_64')
-url="http://www.kernel.org/pub/software/network/ethtool/";
-license=('GPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('cb129398cbbf39859901b55ecac101da')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: ethtool/repos/extra-i686/PKGBUILD (from rev 144038, 
ethtool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:49:22 UTC (rev 144039)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=3.1
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="http://www.kernel.org/pub/software/network/ethtool/";
+license=('GPL')
+depends=('glibc')
+#source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+
+md5sums=('83a538a864b50549b7e4c79e7dd69849')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:48:07 UTC (rev 144038)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:49:22 UTC (rev 144039)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal 
-# Contributer: Martin Kemp 
-pkgname=ethtool
-pkgver=3.0
-pkgrel=1
-epoch=1
-pkgdesc="Utility for controlling network drivers and hardware"
-arch=('i686' 'x86_64')
-url="http://www.kernel.org/pub/software/network/ethtool/";
-license=('GPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('cb129398cbbf39859901b55ecac101da')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: ethtool/repos/extra-x86_64/PKGBUILD (from rev 144038, 
ethtool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:49:22 UTC (rev 144039)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=3.1
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="http://www.kernel.org/pub/software/network/ethtool/";
+license=('GPL')
+depends=('glibc')
+#source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+
+md5sums=('83a538a864b50549b7e4c79e7dd69849')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in akonadi/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:06
  Author: ibiru
Revision: 144040

db-move: moved akonadi from [testing] to [extra] (i686)

Added:
  akonadi/repos/extra-i686/PKGBUILD
(from rev 144039, akonadi/repos/testing-i686/PKGBUILD)
  akonadi/repos/extra-i686/akonadi.install
(from rev 144039, akonadi/repos/testing-i686/akonadi.install)
Deleted:
  akonadi/repos/extra-i686/PKGBUILD
  akonadi/repos/extra-i686/akonadi.install
  akonadi/repos/testing-i686/

-+
 PKGBUILD|   64 +++---
 akonadi.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:49:22 UTC (rev 144039)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:06 UTC (rev 144040)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('07e2aa2e6953ac518f9306911747e264')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 144039, 
akonadi/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:06 UTC (rev 144040)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('07e2aa2e6953ac518f9306911747e264')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2011-12-02 20:49:22 UTC (rev 144039)
+++ extra-i686/akonadi.install  2011-12-02 20:54:06 UTC (rev 144040)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 144039, 
akonadi/repos/testing-i686/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2011-12-02 20:54:06 UTC (rev 144040)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in akonadi/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:07
  Author: ibiru
Revision: 144041

db-move: moved akonadi from [testing] to [extra] (x86_64)

Added:
  akonadi/repos/extra-x86_64/PKGBUILD
(from rev 144039, akonadi/repos/testing-x86_64/PKGBUILD)
  akonadi/repos/extra-x86_64/akonadi.install
(from rev 144039, akonadi/repos/testing-x86_64/akonadi.install)
Deleted:
  akonadi/repos/extra-x86_64/PKGBUILD
  akonadi/repos/extra-x86_64/akonadi.install
  akonadi/repos/testing-x86_64/

-+
 PKGBUILD|   64 +++---
 akonadi.install |   22 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:06 UTC (rev 144040)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:07 UTC (rev 144041)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('07e2aa2e6953ac518f9306911747e264')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: akonadi/repos/extra-x86_64/PKGBUILD (from rev 144039, 
akonadi/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:07 UTC (rev 144041)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('07e2aa2e6953ac518f9306911747e264')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/akonadi.install
===
--- extra-x86_64/akonadi.install2011-12-02 20:54:06 UTC (rev 144040)
+++ extra-x86_64/akonadi.install2011-12-02 20:54:07 UTC (rev 144041)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-x86_64/akonadi.install (from rev 144039, 
akonadi/repos/testing-x86_64/akonadi.install)
===
--- extra-x86_64/akonadi.install(rev 0)
+++ extra-x86_64/akonadi.install2011-12-02 20:54:07 UTC (rev 144041)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in avogadro/repos (6 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:08
  Author: ibiru
Revision: 144042

db-move: moved avogadro from [testing] to [extra] (i686)

Added:
  avogadro/repos/extra-i686/PKGBUILD
(from rev 144039, avogadro/repos/testing-i686/PKGBUILD)
  avogadro/repos/extra-i686/avogadro.install
(from rev 144039, avogadro/repos/testing-i686/avogadro.install)
  avogadro/repos/extra-i686/fix-boost.patch
(from rev 144039, avogadro/repos/testing-i686/fix-boost.patch)
  avogadro/repos/extra-i686/replace-qt4_automoc-with-qt4_wrap_cpp.patch
(from rev 144039, 
avogadro/repos/testing-i686/replace-qt4_automoc-with-qt4_wrap_cpp.patch)
Deleted:
  avogadro/repos/extra-i686/PKGBUILD
  avogadro/repos/testing-i686/

-+
 PKGBUILD|   72 +-
 avogadro.install|   11 
 fix-boost.patch |   33 +
 replace-qt4_automoc-with-qt4_wrap_cpp.patch |  778 ++
 4 files changed, 864 insertions(+), 30 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:07 UTC (rev 144041)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:08 UTC (rev 144042)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Nick B 
-
-pkgname=avogadro
-pkgver=1.0.3
-pkgrel=3
-pkgdesc="An advanced molecular editor based on Qt"
-arch=('i686' 'x86_64')
-url="http://avogadro.openmolecules.net/wiki/Main_Page";
-license=('GPL2')
-depends=('eigen' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
-makedepends=('cmake' 'boost')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('92c2702c1980f70fb6d87a1a58147911')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: avogadro/repos/extra-i686/PKGBUILD (from rev 144039, 
avogadro/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:08 UTC (rev 144042)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Nick B 
+
+pkgname=avogadro
+pkgver=1.0.3
+pkgrel=4
+pkgdesc="An advanced molecular editor based on Qt"
+arch=('i686' 'x86_64')
+url="http://avogadro.openmolecules.net/wiki/Main_Page";
+license=('GPL2')
+depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
+makedepends=('cmake' 'boost')
+install=avogadro.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'replace-qt4_automoc-with-qt4_wrap_cpp.patch'
+'fix-boost.patch')
+md5sums=('92c2702c1980f70fb6d87a1a58147911'
+ 'aec516daab066c15326a9681f8f15abc'
+ '46282e4709429447e44a0a54d51ad2ec')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/replace-qt4_automoc-with-qt4_wrap_cpp.patch
+  patch -p1 -i "${srcdir}"/fix-boost.patch
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt/mkspecs
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: avogadro/repos/extra-i686/avogadro.install (from rev 144039, 
avogadro/repos/testing-i686/avogadro.install)
===
--- extra-i686/avogadro.install (rev 0)
+++ extra-i686/avogadro.install 2011-12-02 20:54:08 UTC (rev 144042)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: avogadro/repos/extra-i686/fix-boost.patch (from rev 144039, 
avogadro/repos/testing-i686/fix-boost.patch)
===
--- extra-i686/fix-boost.patch  (rev 0)
+++ extra-i686/fix-boost.patch  2011-12-02 20:54:08 UTC (rev 144042)
@@ -0,0 +1,33 @@
+--- avogadro-1.0.3/libavogadro/src/CMakeLists.txt~ 2011-11-29 
18:33:01.777291627 +
 avogadro-1.0.3/libavogadro/src/CMakeLists.txt  2011-11-29 
18:33:23.480814612 +
+@@ -149,7 +149,7 @@
+   endforeach(P_ITEM ${PYTHON_SRCS})
+ endif(NOT ENABLE_PYTHON OR NOT ALL_PYTHON_FOUND)
+ 
+-QT4_WRAP_CPP(libavogadro_MOC_SRCS ${libavogadro_MOC_HDRS})
++QT4_WRAP_CPP(libavogadro_MOC_SRCS ${libavogadro_MOC_HDRS} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+ 
+ # you have to add link_directories before you add the target
+ if(ENABLE_PYTHON AND ALL_PYTHON_FOUND)
+--- avogadro-1.0.3/libavogadro/src/python/CMakeLists.txt~  20

[arch-commits] Commit in avogadro/repos (6 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:10
  Author: ibiru
Revision: 144043

db-move: moved avogadro from [testing] to [extra] (x86_64)

Added:
  avogadro/repos/extra-x86_64/PKGBUILD
(from rev 144039, avogadro/repos/testing-x86_64/PKGBUILD)
  avogadro/repos/extra-x86_64/avogadro.install
(from rev 144039, avogadro/repos/testing-x86_64/avogadro.install)
  avogadro/repos/extra-x86_64/fix-boost.patch
(from rev 144039, avogadro/repos/testing-x86_64/fix-boost.patch)
  avogadro/repos/extra-x86_64/replace-qt4_automoc-with-qt4_wrap_cpp.patch
(from rev 144039, 
avogadro/repos/testing-x86_64/replace-qt4_automoc-with-qt4_wrap_cpp.patch)
Deleted:
  avogadro/repos/extra-x86_64/PKGBUILD
  avogadro/repos/testing-x86_64/

-+
 PKGBUILD|   72 +-
 avogadro.install|   11 
 fix-boost.patch |   33 +
 replace-qt4_automoc-with-qt4_wrap_cpp.patch |  778 ++
 4 files changed, 864 insertions(+), 30 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:08 UTC (rev 144042)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:10 UTC (rev 144043)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Nick B 
-
-pkgname=avogadro
-pkgver=1.0.3
-pkgrel=3
-pkgdesc="An advanced molecular editor based on Qt"
-arch=('i686' 'x86_64')
-url="http://avogadro.openmolecules.net/wiki/Main_Page";
-license=('GPL2')
-depends=('eigen' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
-makedepends=('cmake' 'boost')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('92c2702c1980f70fb6d87a1a58147911')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: avogadro/repos/extra-x86_64/PKGBUILD (from rev 144039, 
avogadro/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:10 UTC (rev 144043)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Nick B 
+
+pkgname=avogadro
+pkgver=1.0.3
+pkgrel=4
+pkgdesc="An advanced molecular editor based on Qt"
+arch=('i686' 'x86_64')
+url="http://avogadro.openmolecules.net/wiki/Main_Page";
+license=('GPL2')
+depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
+makedepends=('cmake' 'boost')
+install=avogadro.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'replace-qt4_automoc-with-qt4_wrap_cpp.patch'
+'fix-boost.patch')
+md5sums=('92c2702c1980f70fb6d87a1a58147911'
+ 'aec516daab066c15326a9681f8f15abc'
+ '46282e4709429447e44a0a54d51ad2ec')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/replace-qt4_automoc-with-qt4_wrap_cpp.patch
+  patch -p1 -i "${srcdir}"/fix-boost.patch
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt/mkspecs
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: avogadro/repos/extra-x86_64/avogadro.install (from rev 144039, 
avogadro/repos/testing-x86_64/avogadro.install)
===
--- extra-x86_64/avogadro.install   (rev 0)
+++ extra-x86_64/avogadro.install   2011-12-02 20:54:10 UTC (rev 144043)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: avogadro/repos/extra-x86_64/fix-boost.patch (from rev 144039, 
avogadro/repos/testing-x86_64/fix-boost.patch)
===
--- extra-x86_64/fix-boost.patch(rev 0)
+++ extra-x86_64/fix-boost.patch2011-12-02 20:54:10 UTC (rev 144043)
@@ -0,0 +1,33 @@
+--- avogadro-1.0.3/libavogadro/src/CMakeLists.txt~ 2011-11-29 
18:33:01.777291627 +
 avogadro-1.0.3/libavogadro/src/CMakeLists.txt  2011-11-29 
18:33:23.480814612 +
+@@ -149,7 +149,7 @@
+   endforeach(P_ITEM ${PYTHON_SRCS})
+ endif(NOT ENABLE_PYTHON OR NOT ALL_PYTHON_FOUND)
+ 
+-QT4_WRAP_CPP(libavogadro_MOC_SRCS ${libavogadro_MOC_HDRS})
++QT4_WRAP_CPP(libavogadro_MOC_SRCS ${libavogadro_MOC_HDRS} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+ 
+ # you have to add link_directories before you add the target
+ if(EN

[arch-commits] Commit in boost/repos (6 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:11
  Author: ibiru
Revision: 144044

db-move: moved boost from [testing] to [extra] (i686)

Added:
  boost/repos/extra-i686/BOOST_FOREACH.patch
(from rev 144039, boost/repos/testing-i686/BOOST_FOREACH.patch)
  boost/repos/extra-i686/PKGBUILD
(from rev 144039, boost/repos/testing-i686/PKGBUILD)
  boost/repos/extra-i686/exceptions.patch
(from rev 144039, boost/repos/testing-i686/exceptions.patch)
Deleted:
  boost/repos/extra-i686/PKGBUILD
  boost/repos/extra-i686/exceptions.patch
  boost/repos/testing-i686/

-+
 BOOST_FOREACH.patch |   60 
 PKGBUILD|  237 +-
 exceptions.patch|   50 +-
 3 files changed, 206 insertions(+), 141 deletions(-)

Copied: boost/repos/extra-i686/BOOST_FOREACH.patch (from rev 144039, 
boost/repos/testing-i686/BOOST_FOREACH.patch)
===
--- extra-i686/BOOST_FOREACH.patch  (rev 0)
+++ extra-i686/BOOST_FOREACH.patch  2011-12-02 20:54:11 UTC (rev 144044)
@@ -0,0 +1,60 @@
+Index: /trunk/boost/foreach_fwd.hpp
+===
+--- /trunk/boost/foreach_fwd.hpp   (revision 62661)
 /trunk/boost/foreach_fwd.hpp   (revision 75540)
+@@ -15,4 +15,6 @@
+ #define BOOST_FOREACH_FWD_HPP
+ 
++#include  // for std::pair
++
+ // This must be at global scope, hence the uglified name
+ enum boost_foreach_argument_dependent_lookup_hack
+@@ -26,4 +28,7 @@
+ namespace foreach
+ {
++template
++std::pair in_range(T begin, T end);
++
+ 
///
+ // boost::foreach::tag
+@@ -47,4 +52,22 @@
+ } // namespace foreach
+ 
++// Workaround for unfortunate https://svn.boost.org/trac/boost/ticket/6131
++namespace BOOST_FOREACH
++{
++using foreach::in_range;
++using foreach::tag;
++
++template
++struct is_lightweight_proxy
++  : foreach::is_lightweight_proxy
++{};
++
++template
++struct is_noncopyable
++  : foreach::is_noncopyable
++{};
++
++} // namespace BOOST_FOREACH
++
+ } // namespace boost
+ 
+Index: /trunk/boost/foreach.hpp
+===
+--- /trunk/boost/foreach.hpp   (revision 75077)
 /trunk/boost/foreach.hpp   (revision 75540)
+@@ -166,5 +166,5 @@
+ //   at the global namespace for your type.
+ template
+-inline boost::foreach::is_lightweight_proxy *
++inline boost::BOOST_FOREACH::is_lightweight_proxy *
+ boost_foreach_is_lightweight_proxy(T *&, BOOST_FOREACH_TAG_DEFAULT) { return 
0; }
+ 
+@@ -191,5 +191,5 @@
+ //   at the global namespace for your type.
+ template
+-inline boost::foreach::is_noncopyable *
++inline boost::BOOST_FOREACH::is_noncopyable *
+ boost_foreach_is_noncopyable(T *&, BOOST_FOREACH_TAG_DEFAULT) { return 0; }
+ 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:10 UTC (rev 144043)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:11 UTC (rev 144044)
@@ -1,116 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Giovanni Scafora 
-# Contributor: Kritoke 
-# Contributor: Luca Roccia 
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.47.0
-_boostver=${pkgver//./_}
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.boost.org/";
-makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-exceptions.patch)
-license=('custom')
-md5sums=('ff180a5276bec773a7625cac7e2288e8'
- '9b44c28b36303152050c8c82469569c5')
-
-_stagedir="${srcdir}/stagedir"
-
-build() {
-  # set python path for bjam
-  cd "${srcdir}/${pkgbase}_${_boostver}/tools"
-  echo "using python : 2.7 : /usr/bin/python2 ;" >> build/v2/user-config.jam
-  echo "using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : 
/usr/lib ;" >> build/v2/user-config.jam
-  echo "using mpi ;" >> build/v2/user-config.jam
-
-  # http://web.archiveorange.com/archive/v/Q0J4VE5bwsy3zxRXqUgd
-  cd "${srcdir}"/${pkgbase}_${_boostver}
-  patch -p0 -i "${srcdir}"/exceptions.patch
-
-  # build bjam
-  cd "${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine"
-  ./build.sh cc
-
-  _bindir="bin.linuxx86"
-  [ "${CARCH}" = "x86_64" ] && _bindir="bin.linuxx86_64"
-
-  install -d "${_stagedir}"/usr/bin
-  install ${_bindir}/bjam "${_stagedir}"/usr/bin/bjam
-
-  # build tools
-  cd "${srcdir}/${pkgbase}_${_boostver}/tools/"
-  "${_stagedir}"/usr/bin/bjam --toolset=gcc
-
-  # copy the tools
-  cd "${srcdir}/${pkgbase}_${_boostver}/dist/bin"
-  for i in *;do
-  install -m755 "${i}" "${_stagedir}/usr/bin/${i}"
-  done
-
-  #boostbook needed by quickbook
-  cd "${srcdir}/${pkgbase}_${_boostver}/dist/"
-  cp -r share "${_stagedir}"
-
-  # build libs
-  cd "${srcdir}/${pkgbase}

[arch-commits] Commit in boost/repos (6 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:13
  Author: ibiru
Revision: 144045

db-move: moved boost from [testing] to [extra] (x86_64)

Added:
  boost/repos/extra-x86_64/BOOST_FOREACH.patch
(from rev 144039, boost/repos/testing-x86_64/BOOST_FOREACH.patch)
  boost/repos/extra-x86_64/PKGBUILD
(from rev 144039, boost/repos/testing-x86_64/PKGBUILD)
  boost/repos/extra-x86_64/exceptions.patch
(from rev 144039, boost/repos/testing-x86_64/exceptions.patch)
Deleted:
  boost/repos/extra-x86_64/PKGBUILD
  boost/repos/extra-x86_64/exceptions.patch
  boost/repos/testing-x86_64/

-+
 BOOST_FOREACH.patch |   60 
 PKGBUILD|  237 +-
 exceptions.patch|   50 +-
 3 files changed, 206 insertions(+), 141 deletions(-)

Copied: boost/repos/extra-x86_64/BOOST_FOREACH.patch (from rev 144039, 
boost/repos/testing-x86_64/BOOST_FOREACH.patch)
===
--- extra-x86_64/BOOST_FOREACH.patch(rev 0)
+++ extra-x86_64/BOOST_FOREACH.patch2011-12-02 20:54:13 UTC (rev 144045)
@@ -0,0 +1,60 @@
+Index: /trunk/boost/foreach_fwd.hpp
+===
+--- /trunk/boost/foreach_fwd.hpp   (revision 62661)
 /trunk/boost/foreach_fwd.hpp   (revision 75540)
+@@ -15,4 +15,6 @@
+ #define BOOST_FOREACH_FWD_HPP
+ 
++#include  // for std::pair
++
+ // This must be at global scope, hence the uglified name
+ enum boost_foreach_argument_dependent_lookup_hack
+@@ -26,4 +28,7 @@
+ namespace foreach
+ {
++template
++std::pair in_range(T begin, T end);
++
+ 
///
+ // boost::foreach::tag
+@@ -47,4 +52,22 @@
+ } // namespace foreach
+ 
++// Workaround for unfortunate https://svn.boost.org/trac/boost/ticket/6131
++namespace BOOST_FOREACH
++{
++using foreach::in_range;
++using foreach::tag;
++
++template
++struct is_lightweight_proxy
++  : foreach::is_lightweight_proxy
++{};
++
++template
++struct is_noncopyable
++  : foreach::is_noncopyable
++{};
++
++} // namespace BOOST_FOREACH
++
+ } // namespace boost
+ 
+Index: /trunk/boost/foreach.hpp
+===
+--- /trunk/boost/foreach.hpp   (revision 75077)
 /trunk/boost/foreach.hpp   (revision 75540)
+@@ -166,5 +166,5 @@
+ //   at the global namespace for your type.
+ template
+-inline boost::foreach::is_lightweight_proxy *
++inline boost::BOOST_FOREACH::is_lightweight_proxy *
+ boost_foreach_is_lightweight_proxy(T *&, BOOST_FOREACH_TAG_DEFAULT) { return 
0; }
+ 
+@@ -191,5 +191,5 @@
+ //   at the global namespace for your type.
+ template
+-inline boost::foreach::is_noncopyable *
++inline boost::BOOST_FOREACH::is_noncopyable *
+ boost_foreach_is_noncopyable(T *&, BOOST_FOREACH_TAG_DEFAULT) { return 0; }
+ 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:11 UTC (rev 144044)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:13 UTC (rev 144045)
@@ -1,116 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Giovanni Scafora 
-# Contributor: Kritoke 
-# Contributor: Luca Roccia 
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.47.0
-_boostver=${pkgver//./_}
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.boost.org/";
-makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-exceptions.patch)
-license=('custom')
-md5sums=('ff180a5276bec773a7625cac7e2288e8'
- '9b44c28b36303152050c8c82469569c5')
-
-_stagedir="${srcdir}/stagedir"
-
-build() {
-  # set python path for bjam
-  cd "${srcdir}/${pkgbase}_${_boostver}/tools"
-  echo "using python : 2.7 : /usr/bin/python2 ;" >> build/v2/user-config.jam
-  echo "using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : 
/usr/lib ;" >> build/v2/user-config.jam
-  echo "using mpi ;" >> build/v2/user-config.jam
-
-  # http://web.archiveorange.com/archive/v/Q0J4VE5bwsy3zxRXqUgd
-  cd "${srcdir}"/${pkgbase}_${_boostver}
-  patch -p0 -i "${srcdir}"/exceptions.patch
-
-  # build bjam
-  cd "${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine"
-  ./build.sh cc
-
-  _bindir="bin.linuxx86"
-  [ "${CARCH}" = "x86_64" ] && _bindir="bin.linuxx86_64"
-
-  install -d "${_stagedir}"/usr/bin
-  install ${_bindir}/bjam "${_stagedir}"/usr/bin/bjam
-
-  # build tools
-  cd "${srcdir}/${pkgbase}_${_boostver}/tools/"
-  "${_stagedir}"/usr/bin/bjam --toolset=gcc
-
-  # copy the tools
-  cd "${srcdir}/${pkgbase}_${_boostver}/dist/bin"
-  for i in *;do
-  install -m755 "${i}" "${_stagedir}/usr/bin/${i}"
-  done
-
-  #boostbook needed by quickbook
-  cd "${srcdir}/${pkgbase}_${_boostver}/dist/"
-  cp -r share "${_stagedir}"
-
-

[arch-commits] Commit in ekiga/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:17
  Author: ibiru
Revision: 144047

db-move: moved ekiga from [testing] to [extra] (x86_64)

Added:
  ekiga/repos/extra-x86_64/PKGBUILD
(from rev 144039, ekiga/repos/testing-x86_64/PKGBUILD)
  ekiga/repos/extra-x86_64/ekiga.install
(from rev 144039, ekiga/repos/testing-x86_64/ekiga.install)
Deleted:
  ekiga/repos/extra-x86_64/PKGBUILD
  ekiga/repos/extra-x86_64/ekiga.install
  ekiga/repos/testing-x86_64/

---+
 PKGBUILD  |   72 
 ekiga.install |   44 +-
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:14 UTC (rev 144046)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:17 UTC (rev 144047)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom K 
-
-pkgname=ekiga
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
-url="http://www.ekiga.org";
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-common')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-groups=('gnome-extra')
-install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain ekiga ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: ekiga/repos/extra-x86_64/PKGBUILD (from rev 144039, 
ekiga/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:17 UTC (rev 144047)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=3.3.2
+pkgrel=2
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-common')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain ekiga ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-x86_64/ekiga.install
===
--- extra-x86_64/ekiga.install  2011-12-02 20:54:14 UTC (rev 144046)
+++ extra-x86_64/ekiga.install  2011-12-02 20:54:17 UTC (rev 144047)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: ekiga/repos/extra-x86_64/ekiga.install (from rev 144039, 
ekiga/repos/testing-x86_64/ekiga.install)
===
--- extra-x86_64/ekiga.install  (rev 0)
+++ extra-x86_64/ekiga.install  2011-12-02 20:54:17 UTC (rev 144047)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q

[arch-commits] Commit in ekiga/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:14
  Author: ibiru
Revision: 144046

db-move: moved ekiga from [testing] to [extra] (i686)

Added:
  ekiga/repos/extra-i686/PKGBUILD
(from rev 144039, ekiga/repos/testing-i686/PKGBUILD)
  ekiga/repos/extra-i686/ekiga.install
(from rev 144039, ekiga/repos/testing-i686/ekiga.install)
Deleted:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-i686/ekiga.install
  ekiga/repos/testing-i686/

---+
 PKGBUILD  |   72 
 ekiga.install |   44 +-
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:13 UTC (rev 144045)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:14 UTC (rev 144046)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom K 
-
-pkgname=ekiga
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
-url="http://www.ekiga.org";
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-common')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-groups=('gnome-extra')
-install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain ekiga ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: ekiga/repos/extra-i686/PKGBUILD (from rev 144039, 
ekiga/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:14 UTC (rev 144046)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=3.3.2
+pkgrel=2
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-common')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain ekiga ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/ekiga.install
===
--- extra-i686/ekiga.install2011-12-02 20:54:13 UTC (rev 144045)
+++ extra-i686/ekiga.install2011-12-02 20:54:14 UTC (rev 144046)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: ekiga/repos/extra-i686/ekiga.install (from rev 144039, 
ekiga/repos/testing-i686/ekiga.install)
===
--- extra-i686/ekiga.install(rev 0)
+++ extra-i686/ekiga.install2011-12-02 20:54:14 UTC (rev 144046)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_

[arch-commits] Commit in hugin/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:19
  Author: ibiru
Revision: 144048

db-move: moved hugin from [testing] to [extra] (i686)

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 144039, hugin/repos/testing-i686/PKGBUILD)
  hugin/repos/extra-i686/hugin.install
(from rev 144039, hugin/repos/testing-i686/hugin.install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/hugin.install
  hugin/repos/testing-i686/

---+
 PKGBUILD  |   68 
 hugin.install |   30 
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:17 UTC (rev 144047)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:19 UTC (rev 144048)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2011.2.0
-pkgrel=1
-pkgdesc="A frontend to the panorama-tools"
-arch=('i686' 'x86_64')
-url="http://hugin.sourceforge.net/";
-license=('GPL')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
- 'lapack' 'desktop-file-utils' 'make' 'perl-exiftool')
-makedepends=('zip' 'cmake' 'boost' 'tclap')
-install=hugin.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('79dfdac229b4e58f50c893c1238bdd0921ad9da6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build && cd build
-  cmake "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
--DENABLE_LAPACK=yes
-  make
-}
-
-package(){
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 144039, 
hugin/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:19 UTC (rev 144048)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.2.0
+pkgrel=2
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('79dfdac229b4e58f50c893c1238bdd0921ad9da6')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+  cmake "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+-DENABLE_LAPACK=yes
+  make
+}
+
+package(){
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/hugin.install
===
--- extra-i686/hugin.install2011-12-02 20:54:17 UTC (rev 144047)
+++ extra-i686/hugin.install2011-12-02 20:54:19 UTC (rev 144048)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-}

Copied: hugin/repos/extra-i686/hugin.install (from rev 144039, 
hugin/repos/testing-i686/hugin.install)
===
--- extra-i686/hugin.install(rev 0)
+++ extra-i686/hugin.install2011-12-02 20:54:19 UTC (rev 144048)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}



[arch-commits] Commit in hugin/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:20
  Author: ibiru
Revision: 144049

db-move: moved hugin from [testing] to [extra] (x86_64)

Added:
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 144039, hugin/repos/testing-x86_64/PKGBUILD)
  hugin/repos/extra-x86_64/hugin.install
(from rev 144039, hugin/repos/testing-x86_64/hugin.install)
Deleted:
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/hugin.install
  hugin/repos/testing-x86_64/

---+
 PKGBUILD  |   68 
 hugin.install |   30 
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:19 UTC (rev 144048)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:20 UTC (rev 144049)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2011.2.0
-pkgrel=1
-pkgdesc="A frontend to the panorama-tools"
-arch=('i686' 'x86_64')
-url="http://hugin.sourceforge.net/";
-license=('GPL')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
- 'lapack' 'desktop-file-utils' 'make' 'perl-exiftool')
-makedepends=('zip' 'cmake' 'boost' 'tclap')
-install=hugin.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('79dfdac229b4e58f50c893c1238bdd0921ad9da6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build && cd build
-  cmake "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
--DENABLE_LAPACK=yes
-  make
-}
-
-package(){
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-x86_64/PKGBUILD (from rev 144039, 
hugin/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:20 UTC (rev 144049)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2011.2.0
+pkgrel=2
+pkgdesc="A frontend to the panorama-tools"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('79dfdac229b4e58f50c893c1238bdd0921ad9da6')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+  cmake "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+-DENABLE_LAPACK=yes
+  make
+}
+
+package(){
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/hugin.install
===
--- extra-x86_64/hugin.install  2011-12-02 20:54:19 UTC (rev 144048)
+++ extra-x86_64/hugin.install  2011-12-02 20:54:20 UTC (rev 144049)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-}

Copied: hugin/repos/extra-x86_64/hugin.install (from rev 144039, 
hugin/repos/testing-x86_64/hugin.install)
===
--- extra-x86_64/hugin.install  (rev 0)
+++ extra-x86_64/hugin.install  2011-12-02 20:54:20 UTC (rev 144049)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}



[arch-commits] Commit in kdeedu-kig/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:21
  Author: ibiru
Revision: 144050

db-move: moved kdeedu-kig from [testing] to [extra] (i686)

Added:
  kdeedu-kig/repos/extra-i686/PKGBUILD
(from rev 144039, kdeedu-kig/repos/testing-i686/PKGBUILD)
  kdeedu-kig/repos/extra-i686/kdeedu-kig.install
(from rev 144039, kdeedu-kig/repos/testing-i686/kdeedu-kig.install)
Deleted:
  kdeedu-kig/repos/extra-i686/PKGBUILD
  kdeedu-kig/repos/extra-i686/kdeedu-kig.install
  kdeedu-kig/repos/testing-i686/

+
 PKGBUILD   |   68 +--
 kdeedu-kig.install |   24 +-
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:20 UTC (rev 144049)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:21 UTC (rev 144050)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kig
-pkgver=4.7.3
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.bz2";)
-sha1sums=('5a948b641f380e1cc6cf0f91d795a97029464bbb')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kig-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
-}

Copied: kdeedu-kig/repos/extra-i686/PKGBUILD (from rev 144039, 
kdeedu-kig/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:21 UTC (rev 144050)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kig
+pkgver=4.7.3
+pkgrel=2
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.bz2";)
+sha1sums=('5a948b641f380e1cc6cf0f91d795a97029464bbb')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Deleted: extra-i686/kdeedu-kig.install
===
--- extra-i686/kdeedu-kig.install   2011-12-02 20:54:20 UTC (rev 144049)
+++ extra-i686/kdeedu-kig.install   2011-12-02 20:54:21 UTC (rev 144050)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kig/repos/extra-i686/kdeedu-kig.install (from rev 144039, 
kdeedu-kig/repos/testing-i686/kdeedu-kig.install)
===
--- extra-i686/kdeedu-kig.install   (rev 0)
+++ extra-i686/kdeedu-kig.install   2011-12-02 20:54:21 UTC (rev 144050)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdeedu-kig/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:24
  Author: ibiru
Revision: 144051

db-move: moved kdeedu-kig from [testing] to [extra] (x86_64)

Added:
  kdeedu-kig/repos/extra-x86_64/PKGBUILD
(from rev 144039, kdeedu-kig/repos/testing-x86_64/PKGBUILD)
  kdeedu-kig/repos/extra-x86_64/kdeedu-kig.install
(from rev 144039, kdeedu-kig/repos/testing-x86_64/kdeedu-kig.install)
Deleted:
  kdeedu-kig/repos/extra-x86_64/PKGBUILD
  kdeedu-kig/repos/extra-x86_64/kdeedu-kig.install
  kdeedu-kig/repos/testing-x86_64/

+
 PKGBUILD   |   68 +--
 kdeedu-kig.install |   24 +-
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:21 UTC (rev 144050)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:24 UTC (rev 144051)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kig
-pkgver=4.7.3
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.bz2";)
-sha1sums=('5a948b641f380e1cc6cf0f91d795a97029464bbb')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kig-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
-}

Copied: kdeedu-kig/repos/extra-x86_64/PKGBUILD (from rev 144039, 
kdeedu-kig/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:24 UTC (rev 144051)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kig
+pkgver=4.7.3
+pkgrel=2
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.bz2";)
+sha1sums=('5a948b641f380e1cc6cf0f91d795a97029464bbb')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Deleted: extra-x86_64/kdeedu-kig.install
===
--- extra-x86_64/kdeedu-kig.install 2011-12-02 20:54:21 UTC (rev 144050)
+++ extra-x86_64/kdeedu-kig.install 2011-12-02 20:54:24 UTC (rev 144051)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kig/repos/extra-x86_64/kdeedu-kig.install (from rev 144039, 
kdeedu-kig/repos/testing-x86_64/kdeedu-kig.install)
===
--- extra-x86_64/kdeedu-kig.install (rev 0)
+++ extra-x86_64/kdeedu-kig.install 2011-12-02 20:54:24 UTC (rev 144051)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in liborigin2/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:25
  Author: ibiru
Revision: 144052

db-move: moved liborigin2 from [testing] to [extra] (i686)

Added:
  liborigin2/repos/extra-i686/PKGBUILD
(from rev 144039, liborigin2/repos/testing-i686/PKGBUILD)
  liborigin2/repos/extra-i686/liborigin.pro.archlinux
(from rev 144039, liborigin2/repos/testing-i686/liborigin.pro.archlinux)
Deleted:
  liborigin2/repos/extra-i686/PKGBUILD
  liborigin2/repos/extra-i686/liborigin.pro.archlinux
  liborigin2/repos/testing-i686/

-+
 PKGBUILD|  115 ++
 liborigin.pro.archlinux |   82 
 2 files changed, 98 insertions(+), 99 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:24 UTC (rev 144051)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:25 UTC (rev 144052)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgbase=liborigin2
-pkgname=('liborigin2' 'liborigin2-docs')
-pkgver=20100913
-pkgrel=5
-arch=('i686' 'x86_64')
-url="http://soft.proindependent.com/liborigin2/";
-license=('GPL3')
-makedepends=('doxygen' 'qt' 'boost')
-replaces=('liborigin')
-provides=('liborigin')
-source=(http://download.berlios.de/qtiplot/${pkgbase}-13092010.zip
-   liborigin.pro.archlinux
-   http://tree.phi-sci.com/tree.hh)
-md5sums=('e2b41c4d8a1e2d357dd2b5b331d31375' '2b19f7a4bd120f6d689edc327468e48e'\
- 'd24a1c3bdd811354ea7f5885d86ddacb')
-sha1sums=('3f17d5a8c484ddb864a29a91a94d677b0b3b18d7' 
'1664b00929d6fba6e5ebcf7cb422e1da1b3897a5'\
- 'd10344d969e0b892c21e1bd5bd3541d838526b24')
-
-build() {
-   cd "${srcdir}/${pkgbase}"
-
-   install -Dm644 "${srcdir}/liborigin.pro.archlinux" ./liborigin.pro
-install -Dm644 "${srcdir}/tree.hh" ./tree.hh # get the header back 
like it was in previous releases
-   qmake liborigin.pro QMAKESPEC=linux-g++
-   make QTDIR=/usr/ QMAKESPEC=linux-g++
-
-# create documentation
-cd doc
-doxygen
-}
-
-package_liborigin2() {
-pkgdesc="A library for reading OriginLab OPJ project files"
-depends=('gcc-libs' 'boost-libs')
-
-cd "${srcdir}/${pkgbase}"
-
-   INSTALL_ROOT="${pkgdir}" make install
-
-# install missing includes
-install -Dm644 tree.hh "${pkgdir}/usr/include/liborigin2/tree.hh"
-for i in *.h; do
-  install -Dm644 ${i} "${pkgdir}/usr/include/liborigin2/${i}"
-done
-}
-package_liborigin2-docs() {
-pkgdesc="Documentation for liborigin2: a library for reading OriginLab 
OPJ project files"
-
-cd "${srcdir}/${pkgbase}/doc"
-   install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-   cp -rf html/* "${pkgdir}/usr/share/doc/${pkgbase}"
-   chmod 755 "${pkgdir}/usr/share/doc/liborigin2/images"
-   chmod 644 "${pkgdir}/usr/share/doc/liborigin2/images/origin_import.png"
-}

Copied: liborigin2/repos/extra-i686/PKGBUILD (from rev 144039, 
liborigin2/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:25 UTC (rev 144052)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgbase=liborigin2
+pkgname=('liborigin2' 'liborigin2-docs')
+pkgver=20100913
+pkgrel=6
+arch=('i686' 'x86_64')
+url="http://soft.proindependent.com/liborigin2/";
+license=('GPL3')
+makedepends=('doxygen' 'qt' 'boost')
+replaces=('liborigin')
+provides=('liborigin')
+source=(http://download.berlios.de/qtiplot/${pkgbase}-13092010.zip
+   liborigin.pro.archlinux
+   http://tree.phi-sci.com/tree.hh)
+md5sums=('e2b41c4d8a1e2d357dd2b5b331d31375'
+ '2b19f7a4bd120f6d689edc327468e48e'
+ '966ef25cb42d192a694a71eedf484c1c')
+
+build() {
+   cd "${srcdir}/${pkgbase}"
+
+   install -Dm644 "${srcdir}/liborigin.pro.archlinux" ./liborigin.pro
+install -Dm644 "${srcdir}/tree.hh" ./tree.hh # get the header back 
like it was in previous releases
+   qmake liborigin.pro QMAKESPEC=linux-g++
+   make QTDIR=/usr/ QMAKESPEC=linux-g++
+
+# create documentation
+cd doc
+doxygen
+}
+
+package_liborigin2() {
+pkgdesc="A library for reading OriginLab OPJ project files"
+depends=('boost-libs')
+
+cd "${srcdir}/${pkgbase}"
+
+   INSTALL_ROOT="${pkgdir}" make install
+
+# install missing includes
+install -Dm644 tree.hh "${pkgdir}/usr/include/liborigin2/tree.hh"
+for i in *.h; do
+  install -Dm644 ${i} "${pkgdir}/usr/include/liborigin2/${i}"
+done
+}
+package_liborigin2-docs() {
+pkgdesc="Documentation for liborigin2: a library for reading OriginLab 
OPJ project files"
+
+cd "${srcdir}/${pkgbase}/doc"
+   install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+   cp -

[arch-commits] Commit in liborigin2/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:26
  Author: ibiru
Revision: 144053

db-move: moved liborigin2 from [testing] to [extra] (x86_64)

Added:
  liborigin2/repos/extra-x86_64/PKGBUILD
(from rev 144039, liborigin2/repos/testing-x86_64/PKGBUILD)
  liborigin2/repos/extra-x86_64/liborigin.pro.archlinux
(from rev 144039, liborigin2/repos/testing-x86_64/liborigin.pro.archlinux)
Deleted:
  liborigin2/repos/extra-x86_64/PKGBUILD
  liborigin2/repos/extra-x86_64/liborigin.pro.archlinux
  liborigin2/repos/testing-x86_64/

-+
 PKGBUILD|  115 ++
 liborigin.pro.archlinux |   82 
 2 files changed, 98 insertions(+), 99 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:25 UTC (rev 144052)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:26 UTC (rev 144053)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgbase=liborigin2
-pkgname=('liborigin2' 'liborigin2-docs')
-pkgver=20100913
-pkgrel=5
-arch=('i686' 'x86_64')
-url="http://soft.proindependent.com/liborigin2/";
-license=('GPL3')
-makedepends=('doxygen' 'qt' 'boost')
-replaces=('liborigin')
-provides=('liborigin')
-source=(http://download.berlios.de/qtiplot/${pkgbase}-13092010.zip
-   liborigin.pro.archlinux
-   http://tree.phi-sci.com/tree.hh)
-md5sums=('e2b41c4d8a1e2d357dd2b5b331d31375' '2b19f7a4bd120f6d689edc327468e48e'\
- 'd24a1c3bdd811354ea7f5885d86ddacb')
-sha1sums=('3f17d5a8c484ddb864a29a91a94d677b0b3b18d7' 
'1664b00929d6fba6e5ebcf7cb422e1da1b3897a5'\
- 'd10344d969e0b892c21e1bd5bd3541d838526b24')
-
-build() {
-   cd "${srcdir}/${pkgbase}"
-
-   install -Dm644 "${srcdir}/liborigin.pro.archlinux" ./liborigin.pro
-install -Dm644 "${srcdir}/tree.hh" ./tree.hh # get the header back 
like it was in previous releases
-   qmake liborigin.pro QMAKESPEC=linux-g++
-   make QTDIR=/usr/ QMAKESPEC=linux-g++
-
-# create documentation
-cd doc
-doxygen
-}
-
-package_liborigin2() {
-pkgdesc="A library for reading OriginLab OPJ project files"
-depends=('gcc-libs' 'boost-libs')
-
-cd "${srcdir}/${pkgbase}"
-
-   INSTALL_ROOT="${pkgdir}" make install
-
-# install missing includes
-install -Dm644 tree.hh "${pkgdir}/usr/include/liborigin2/tree.hh"
-for i in *.h; do
-  install -Dm644 ${i} "${pkgdir}/usr/include/liborigin2/${i}"
-done
-}
-package_liborigin2-docs() {
-pkgdesc="Documentation for liborigin2: a library for reading OriginLab 
OPJ project files"
-
-cd "${srcdir}/${pkgbase}/doc"
-   install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-   cp -rf html/* "${pkgdir}/usr/share/doc/${pkgbase}"
-   chmod 755 "${pkgdir}/usr/share/doc/liborigin2/images"
-   chmod 644 "${pkgdir}/usr/share/doc/liborigin2/images/origin_import.png"
-}

Copied: liborigin2/repos/extra-x86_64/PKGBUILD (from rev 144039, 
liborigin2/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:26 UTC (rev 144053)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgbase=liborigin2
+pkgname=('liborigin2' 'liborigin2-docs')
+pkgver=20100913
+pkgrel=6
+arch=('i686' 'x86_64')
+url="http://soft.proindependent.com/liborigin2/";
+license=('GPL3')
+makedepends=('doxygen' 'qt' 'boost')
+replaces=('liborigin')
+provides=('liborigin')
+source=(http://download.berlios.de/qtiplot/${pkgbase}-13092010.zip
+   liborigin.pro.archlinux
+   http://tree.phi-sci.com/tree.hh)
+md5sums=('e2b41c4d8a1e2d357dd2b5b331d31375'
+ '2b19f7a4bd120f6d689edc327468e48e'
+ '966ef25cb42d192a694a71eedf484c1c')
+
+build() {
+   cd "${srcdir}/${pkgbase}"
+
+   install -Dm644 "${srcdir}/liborigin.pro.archlinux" ./liborigin.pro
+install -Dm644 "${srcdir}/tree.hh" ./tree.hh # get the header back 
like it was in previous releases
+   qmake liborigin.pro QMAKESPEC=linux-g++
+   make QTDIR=/usr/ QMAKESPEC=linux-g++
+
+# create documentation
+cd doc
+doxygen
+}
+
+package_liborigin2() {
+pkgdesc="A library for reading OriginLab OPJ project files"
+depends=('boost-libs')
+
+cd "${srcdir}/${pkgbase}"
+
+   INSTALL_ROOT="${pkgdir}" make install
+
+# install missing includes
+install -Dm644 tree.hh "${pkgdir}/usr/include/liborigin2/tree.hh"
+for i in *.h; do
+  install -Dm644 ${i} "${pkgdir}/usr/include/liborigin2/${i}"
+done
+}
+package_liborigin2-docs() {
+pkgdesc="Documentation for liborigin2: a library for reading OriginLab 
OPJ project files"
+
+cd "${srcdir}/${pkgbase}/doc"
+   instal

[arch-commits] Commit in libpst/repos (3 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:28
  Author: ibiru
Revision: 144054

db-move: moved libpst from [testing] to [extra] (i686)

Added:
  libpst/repos/extra-i686/PKGBUILD
(from rev 144039, libpst/repos/testing-i686/PKGBUILD)
Deleted:
  libpst/repos/extra-i686/PKGBUILD
  libpst/repos/testing-i686/

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:26 UTC (rev 144053)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:28 UTC (rev 144054)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.53
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.five-ten-sg.com/libpst/";
-license=('GPL')
-makedepends=('python2' 'boost')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('b8e5972429091fd0e915fd3eb695b68adbe1f7cc')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  make
-}
-
-package_libpst() {
-  pkgdesc="Outlook .pst file converter"
-  depends=('gcc-libs')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!libtool' '!docs')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libpst-docs() {
-  pkgdesc="Documentation for Outlook .pst file converter"
-  options=('!libtool')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-htmlDATA
-  cd "${srcdir}/${pkgbase}-${pkgver}/html"
-  make DESTDIR="${pkgdir}" install-htmldevelDATA
-}

Copied: libpst/repos/extra-i686/PKGBUILD (from rev 144039, 
libpst/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:28 UTC (rev 144054)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.53
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.five-ten-sg.com/libpst/";
+license=('GPL')
+makedepends=('python2' 'boost')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('b8e5972429091fd0e915fd3eb695b68adbe1f7cc')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc="Outlook .pst file converter"
+  depends=('gcc-libs')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+  pkgdesc="Documentation for Outlook .pst file converter"
+  options=('!libtool')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-htmlDATA
+  cd "${srcdir}/${pkgbase}-${pkgver}/html"
+  make DESTDIR="${pkgdir}" install-htmldevelDATA
+}



[arch-commits] Commit in libpst/repos (3 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:29
  Author: ibiru
Revision: 144055

db-move: moved libpst from [testing] to [extra] (x86_64)

Added:
  libpst/repos/extra-x86_64/PKGBUILD
(from rev 144039, libpst/repos/testing-x86_64/PKGBUILD)
Deleted:
  libpst/repos/extra-x86_64/PKGBUILD
  libpst/repos/testing-x86_64/

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:28 UTC (rev 144054)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:29 UTC (rev 144055)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.53
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.five-ten-sg.com/libpst/";
-license=('GPL')
-makedepends=('python2' 'boost')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('b8e5972429091fd0e915fd3eb695b68adbe1f7cc')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  make
-}
-
-package_libpst() {
-  pkgdesc="Outlook .pst file converter"
-  depends=('gcc-libs')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!libtool' '!docs')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libpst-docs() {
-  pkgdesc="Documentation for Outlook .pst file converter"
-  options=('!libtool')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-htmlDATA
-  cd "${srcdir}/${pkgbase}-${pkgver}/html"
-  make DESTDIR="${pkgdir}" install-htmldevelDATA
-}

Copied: libpst/repos/extra-x86_64/PKGBUILD (from rev 144039, 
libpst/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:29 UTC (rev 144055)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.53
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.five-ten-sg.com/libpst/";
+license=('GPL')
+makedepends=('python2' 'boost')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('b8e5972429091fd0e915fd3eb695b68adbe1f7cc')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc="Outlook .pst file converter"
+  depends=('gcc-libs')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+  pkgdesc="Documentation for Outlook .pst file converter"
+  options=('!libtool')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-htmlDATA
+  cd "${srcdir}/${pkgbase}-${pkgver}/html"
+  make DESTDIR="${pkgdir}" install-htmldevelDATA
+}



[arch-commits] Commit in libtorrent-rasterbar/repos (3 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:32
  Author: ibiru
Revision: 144056

db-move: moved libtorrent-rasterbar from [testing] to [extra] (i686)

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 144039, libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/testing-i686/

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:29 UTC (rev 144055)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:32 UTC (rev 144056)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=0.15.8
-pkgrel=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
-url="http://www.rasterbar.com/products/libtorrent/";
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('boost-libs' 'python2')
-makedepends=('boost')
-source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('9e21ebfa6fba19b237754a10ae9b8007781c48f0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-python-binding
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 144039, 
libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:32 UTC (rev 144056)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=0.15.9
+pkgrel=1
+pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('boost-libs' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('d86eb9d4452d07715a355d3a67312f162d6eff3a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --enable-python-binding
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in libtorrent-rasterbar/repos (3 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:34
  Author: ibiru
Revision: 144057

db-move: moved libtorrent-rasterbar from [testing] to [extra] (x86_64)

Added:
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 144039, libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
  libtorrent-rasterbar/repos/testing-x86_64/

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:32 UTC (rev 144056)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:34 UTC (rev 144057)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=0.15.8
-pkgrel=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
-url="http://www.rasterbar.com/products/libtorrent/";
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('boost-libs' 'python2')
-makedepends=('boost')
-source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('9e21ebfa6fba19b237754a10ae9b8007781c48f0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-python-binding
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 144039, 
libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:34 UTC (rev 144057)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=0.15.9
+pkgrel=1
+pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('boost-libs' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('d86eb9d4452d07715a355d3a67312f162d6eff3a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --enable-python-binding
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in lyx/repos (9 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:37
  Author: ibiru
Revision: 144058

db-move: moved lyx from [testing] to [extra] (i686)

Added:
  lyx/repos/extra-i686/PKGBUILD
(from rev 144039, lyx/repos/testing-i686/PKGBUILD)
  lyx/repos/extra-i686/lyx.desktop
(from rev 144039, lyx/repos/testing-i686/lyx.desktop)
  lyx/repos/extra-i686/lyx.install
(from rev 144039, lyx/repos/testing-i686/lyx.install)
  lyx/repos/extra-i686/lyxrc.dist
(from rev 144039, lyx/repos/testing-i686/lyxrc.dist)
Deleted:
  lyx/repos/extra-i686/PKGBUILD
  lyx/repos/extra-i686/lyx.desktop
  lyx/repos/extra-i686/lyx.install
  lyx/repos/extra-i686/lyxrc.dist
  lyx/repos/testing-i686/

-+
 PKGBUILD|   92 +-
 lyx.desktop |   28 -
 lyx.install |   28 -
 lyxrc.dist  |   28 -
 4 files changed, 89 insertions(+), 87 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:34 UTC (rev 144057)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:37 UTC (rev 144058)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jason Chu 
-
-pkgname=lyx
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="An advanced open-source document processor."
-arch=('i686' 'x86_64')
-url="http://www.lyx.org";
-depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'enchant' 
'boost-libs' 'libmythes')
-makedepends=('boost')
-license=('GPL')
-source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz \
-lyx.desktop lyxrc.dist)
-backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
-sha1sums=('225b4d853f38463e986a9b42a39cac432da56d8a'
-  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
-  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
-   
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
-  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
-  export CXXFLAGS="$CXXFLAGS -fpermissive"
-  ./configure --prefix=/usr \
---with-frontend=qt4 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install desktop entry
-  install -Dm644 "${srcdir}/lyx.desktop" 
"${pkgdir}/usr/share/applications/lyx.desktop"
-
-  # install default config file
-  install -Dm644 ${srcdir}/lyxrc.dist ${pkgdir}/etc/lyx/lyxrc.dist
-  ln -sf /etc/lyx/lyxrc.dist ${pkgdir}/usr/share/lyx/lyxrc.dist
-}
-

Copied: lyx/repos/extra-i686/PKGBUILD (from rev 144039, 
lyx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:37 UTC (rev 144058)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.0.1
+pkgrel=3
+pkgdesc="An advanced open-source document processor"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org";
+depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'enchant' 
'boost-libs' 'libmythes')
+makedepends=('boost')
+license=('GPL')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+sha1sums=('225b4d853f38463e986a9b42a39cac432da56d8a'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+   
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install desktop entry
+  install -Dm644 "${srcdir}/lyx.desktop" \
+"${pkgdir}/usr/share/applications/lyx.desktop"
+  install -Dm644 "lib/images/lyx.png" \
+"${pkgdir}/usr/share/pixmaps/lyx.png"
+
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Deleted: extra-i686/lyx.desktop
===
--- extra-i686/lyx.desktop  2011-12-02 20:54:34 UTC (rev 144057)
+++ extra-i686/lyx.desktop  2011-12-02 20:54:37 UTC (rev 144058)
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=LyX Document Processor
-GenericName=Document Processor
-Comment=High level LaTeX frontend
-Exec=lyx %F
-TryExec=lyx
-Icon=lyx
-StartupNotify=false
-StartupWMClass=Lyx
-Terminal=false
-Categories=Office;WordProcessor;Qt;
-MimeType=text/x-lyx;application/x-lyx;

Copied: lyx/rep

[arch-commits] Commit in lyx/repos (9 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:39
  Author: ibiru
Revision: 144059

db-move: moved lyx from [testing] to [extra] (x86_64)

Added:
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 144039, lyx/repos/testing-x86_64/PKGBUILD)
  lyx/repos/extra-x86_64/lyx.desktop
(from rev 144039, lyx/repos/testing-x86_64/lyx.desktop)
  lyx/repos/extra-x86_64/lyx.install
(from rev 144039, lyx/repos/testing-x86_64/lyx.install)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 144039, lyx/repos/testing-x86_64/lyxrc.dist)
Deleted:
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx.desktop
  lyx/repos/extra-x86_64/lyx.install
  lyx/repos/extra-x86_64/lyxrc.dist
  lyx/repos/testing-x86_64/

-+
 PKGBUILD|   92 +-
 lyx.desktop |   28 -
 lyx.install |   28 -
 lyxrc.dist  |   28 -
 4 files changed, 89 insertions(+), 87 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:37 UTC (rev 144058)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:39 UTC (rev 144059)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jason Chu 
-
-pkgname=lyx
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="An advanced open-source document processor."
-arch=('i686' 'x86_64')
-url="http://www.lyx.org";
-depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'enchant' 
'boost-libs' 'libmythes')
-makedepends=('boost')
-license=('GPL')
-source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz \
-lyx.desktop lyxrc.dist)
-backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
-sha1sums=('225b4d853f38463e986a9b42a39cac432da56d8a'
-  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
-  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
-   
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
-  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
-  export CXXFLAGS="$CXXFLAGS -fpermissive"
-  ./configure --prefix=/usr \
---with-frontend=qt4 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install desktop entry
-  install -Dm644 "${srcdir}/lyx.desktop" 
"${pkgdir}/usr/share/applications/lyx.desktop"
-
-  # install default config file
-  install -Dm644 ${srcdir}/lyxrc.dist ${pkgdir}/etc/lyx/lyxrc.dist
-  ln -sf /etc/lyx/lyxrc.dist ${pkgdir}/usr/share/lyx/lyxrc.dist
-}
-

Copied: lyx/repos/extra-x86_64/PKGBUILD (from rev 144039, 
lyx/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:39 UTC (rev 144059)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.0.1
+pkgrel=3
+pkgdesc="An advanced open-source document processor"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org";
+depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'enchant' 
'boost-libs' 'libmythes')
+makedepends=('boost')
+license=('GPL')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+sha1sums=('225b4d853f38463e986a9b42a39cac432da56d8a'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+   
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install desktop entry
+  install -Dm644 "${srcdir}/lyx.desktop" \
+"${pkgdir}/usr/share/applications/lyx.desktop"
+  install -Dm644 "lib/images/lyx.png" \
+"${pkgdir}/usr/share/pixmaps/lyx.png"
+
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Deleted: extra-x86_64/lyx.desktop
===
--- extra-x86_64/lyx.desktop2011-12-02 20:54:37 UTC (rev 144058)
+++ extra-x86_64/lyx.desktop2011-12-02 20:54:39 UTC (rev 144059)
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=LyX Document Processor
-GenericName=Document Processor
-Comment=High level LaTeX frontend
-Exec=lyx %F
-TryExec=lyx
-Icon=lyx
-StartupNotify=false
-StartupWMClass=Lyx
-Terminal=false
-Categories=Office;WordPr

[arch-commits] Commit in mkvtoolnix/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:42
  Author: ibiru
Revision: 144061

db-move: moved mkvtoolnix from [testing] to [extra] (x86_64)

Added:
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 144039, mkvtoolnix/repos/testing-x86_64/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
(from rev 144039, mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
  mkvtoolnix/repos/testing-x86_64/

+
 PKGBUILD   |  150 +++
 mkvtoolnix.install |   28 -
 2 files changed, 96 insertions(+), 82 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:40 UTC (rev 144060)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:42 UTC (rev 144061)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=5.0.1
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'\
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2";)
-md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS="" CURL_LIBS=""
-
-  export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
-  export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI 
version"
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mmg
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/applications
-  rm -rf "${pkgdir}"/usr/share/icons
-  rm -rf "${pkgdir}"/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - wxGTK GUI"
-  depends=("mkvtoolnix-cli=${pkgver}" 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mkv*
-  rm -rf "${pkgdir}"/usr/share/doc
-  rm -rf "${pkgdir}"/usr/share/locale
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-x86_64/PKGBUILD (from rev 144039, 
mkvtoolnix/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:42 UTC (rev 144061)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2";)
+md5sums=('fed878893a7f292969e8bd81c7ab9209')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS="" CURL_LIBS=""
+
+  export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
+  export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib \
+  --disable-gui
+  rake
+
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI 
version"
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/bin/mkvinfo
+  install 

[arch-commits] Commit in mkvtoolnix/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:40
  Author: ibiru
Revision: 144060

db-move: moved mkvtoolnix from [testing] to [extra] (i686)

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 144039, mkvtoolnix/repos/testing-i686/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
(from rev 144039, mkvtoolnix/repos/testing-i686/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
  mkvtoolnix/repos/testing-i686/

+
 PKGBUILD   |  150 +++
 mkvtoolnix.install |   28 -
 2 files changed, 96 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:39 UTC (rev 144059)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:40 UTC (rev 144060)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=5.0.1
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'\
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2";)
-md5sums=('93fbbe946de6013eca699c0c2a93a4e9')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS="" CURL_LIBS=""
-
-  export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
-  export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI 
version"
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mmg
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/applications
-  rm -rf "${pkgdir}"/usr/share/icons
-  rm -rf "${pkgdir}"/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - wxGTK GUI"
-  depends=("mkvtoolnix-cli=${pkgver}" 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mkv*
-  rm -rf "${pkgdir}"/usr/share/doc
-  rm -rf "${pkgdir}"/usr/share/locale
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 144039, 
mkvtoolnix/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:40 UTC (rev 144060)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2";)
+md5sums=('fed878893a7f292969e8bd81c7ab9209')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS="" CURL_LIBS=""
+
+  export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
+  export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib \
+  --disable-gui
+  rake
+
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI 
version"
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/bin/mkvinfo
+  install -Dm755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+
+

[arch-commits] Commit in source-highlight/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:45
  Author: ibiru
Revision: 144062

db-move: moved source-highlight from [testing] to [extra] (i686)

Added:
  source-highlight/repos/extra-i686/PKGBUILD
(from rev 144039, source-highlight/repos/testing-i686/PKGBUILD)
  source-highlight/repos/extra-i686/source-highlight.install
(from rev 144039, 
source-highlight/repos/testing-i686/source-highlight.install)
Deleted:
  source-highlight/repos/extra-i686/PKGBUILD
  source-highlight/repos/extra-i686/source-highlight.install
  source-highlight/repos/testing-i686/

--+
 PKGBUILD |   64 ++---
 source-highlight.install |   36 -
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:42 UTC (rev 144061)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:45 UTC (rev 144062)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=source-highlight
-pkgver=3.1.5
-pkgrel=1
-pkgdesc="Convert source code to syntax highlighted document"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/src-highlite/";
-license=('GPL')
-depends=('gcc-libs' 'bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-options=('!libtool')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('3117ee47c1c6b0668667e20d2aca3757')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
- --with-bash-completion=${pkgdir}/etc/bash_completion.d
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: source-highlight/repos/extra-i686/PKGBUILD (from rev 144039, 
source-highlight/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:45 UTC (rev 144062)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.5
+pkgrel=2
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('gcc-libs' 'bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('3117ee47c1c6b0668667e20d2aca3757')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+ --with-bash-completion=${pkgdir}/etc/bash_completion.d
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Deleted: extra-i686/source-highlight.install
===
--- extra-i686/source-highlight.install 2011-12-02 20:54:42 UTC (rev 144061)
+++ extra-i686/source-highlight.install 2011-12-02 20:54:45 UTC (rev 144062)
@@ -1,18 +0,0 @@
-info_dir=usr/share/info
-info_files=(source-highlight.info source-highlight-lib.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: source-highlight/repos/extra-i686/source-highlight.install (from rev 
144039, source-highlight/repos/testing-i686/source-highlight.install)
===
--- extra-i686/source-highlight.install (rev 0)
+++ extra-i686/source-highlight.install 2011-12-02 20:54:45 UTC (rev 144062)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}



[arch-commits] Commit in source-highlight/repos (5 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:47
  Author: ibiru
Revision: 144063

db-move: moved source-highlight from [testing] to [extra] (x86_64)

Added:
  source-highlight/repos/extra-x86_64/PKGBUILD
(from rev 144039, source-highlight/repos/testing-x86_64/PKGBUILD)
  source-highlight/repos/extra-x86_64/source-highlight.install
(from rev 144039, 
source-highlight/repos/testing-x86_64/source-highlight.install)
Deleted:
  source-highlight/repos/extra-x86_64/PKGBUILD
  source-highlight/repos/extra-x86_64/source-highlight.install
  source-highlight/repos/testing-x86_64/

--+
 PKGBUILD |   64 ++---
 source-highlight.install |   36 -
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:45 UTC (rev 144062)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:47 UTC (rev 144063)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=source-highlight
-pkgver=3.1.5
-pkgrel=1
-pkgdesc="Convert source code to syntax highlighted document"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/src-highlite/";
-license=('GPL')
-depends=('gcc-libs' 'bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-options=('!libtool')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('3117ee47c1c6b0668667e20d2aca3757')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
- --with-bash-completion=${pkgdir}/etc/bash_completion.d
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: source-highlight/repos/extra-x86_64/PKGBUILD (from rev 144039, 
source-highlight/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:47 UTC (rev 144063)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.5
+pkgrel=2
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('gcc-libs' 'bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('3117ee47c1c6b0668667e20d2aca3757')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+ --with-bash-completion=${pkgdir}/etc/bash_completion.d
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Deleted: extra-x86_64/source-highlight.install
===
--- extra-x86_64/source-highlight.install   2011-12-02 20:54:45 UTC (rev 
144062)
+++ extra-x86_64/source-highlight.install   2011-12-02 20:54:47 UTC (rev 
144063)
@@ -1,18 +0,0 @@
-info_dir=usr/share/info
-info_files=(source-highlight.info source-highlight-lib.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: source-highlight/repos/extra-x86_64/source-highlight.install (from rev 
144039, source-highlight/repos/testing-x86_64/source-highlight.install)
===
--- extra-x86_64/source-highlight.install   (rev 0)
+++ extra-x86_64/source-highlight.install   2011-12-02 20:54:47 UTC (rev 
144063)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}



[arch-commits] Commit in wesnoth/repos (10 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:49
  Author: ibiru
Revision: 144064

db-move: moved wesnoth from [testing] to [extra] (i686)

Added:
  wesnoth/repos/extra-i686/PKGBUILD
(from rev 144039, wesnoth/repos/testing-i686/PKGBUILD)
  wesnoth/repos/extra-i686/wesnoth-1.8.6-boost-foreach.patch
(from rev 144039, 
wesnoth/repos/testing-i686/wesnoth-1.8.6-boost-foreach.patch)
  wesnoth/repos/extra-i686/wesnoth-libpng-1.4.0.patch
(from rev 144039, wesnoth/repos/testing-i686/wesnoth-libpng-1.4.0.patch)
  wesnoth/repos/extra-i686/wesnoth.install
(from rev 144039, wesnoth/repos/testing-i686/wesnoth.install)
  wesnoth/repos/extra-i686/wesnoth.tmpfiles.conf
(from rev 144039, wesnoth/repos/testing-i686/wesnoth.tmpfiles.conf)
Deleted:
  wesnoth/repos/extra-i686/PKGBUILD
  wesnoth/repos/extra-i686/wesnoth-1.8.6-boost-foreach.patch
  wesnoth/repos/extra-i686/wesnoth-libpng-1.4.0.patch
  wesnoth/repos/extra-i686/wesnoth.install
  wesnoth/repos/testing-i686/

---+
 PKGBUILD  |   77 +++
 wesnoth-1.8.6-boost-foreach.patch |  140 ++--
 wesnoth-libpng-1.4.0.patch|   28 +++
 wesnoth.install   |   18 ++--
 wesnoth.tmpfiles.conf |1 
 5 files changed, 140 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-02 20:54:47 UTC (rev 144063)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:49 UTC (rev 144064)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth
-pkgver=1.8.6
-pkgrel=2
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/";
-depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' "wesnoth-data=${pkgver}" 'dbus-core')
-makedepends=('boost')
-install=wesnoth.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-wesnoth-libpng-1.4.0.patch
-wesnoth-1.8.6-boost-foreach.patch)
-md5sums=('f1c3179869b01b61e253e74aeb241034'
- 'ca7412ffc4682ef55ddf82d56b0e2f08'
- 'dc414ab7e1334941548e9db6db9c2460')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/wesnoth-libpng-1.4.0.patch"
-  patch -Np1 -i "${srcdir}/wesnoth-1.8.6-boost-foreach.patch"
-  ./autogen.sh
-  ./configure --prefix=/usr --localstatedir=/var --enable-tools 
--enable-editor --enable-server
-  make DESTDIR="${pkgdir}" install-exec
-}

Copied: wesnoth/repos/extra-i686/PKGBUILD (from rev 144039, 
wesnoth/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-02 20:54:49 UTC (rev 144064)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.8.6
+pkgrel=3
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/";
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' "wesnoth-data=${pkgver}" 'dbus-core')
+makedepends=('boost')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+wesnoth-libpng-1.4.0.patch
+wesnoth-1.8.6-boost-foreach.patch
+wesnoth.tmpfiles.conf)
+md5sums=('f1c3179869b01b61e253e74aeb241034'
+ 'ca7412ffc4682ef55ddf82d56b0e2f08'
+ 'dc414ab7e1334941548e9db6db9c2460'
+ 'b8122f5054e3895c9c054e87460869dc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/wesnoth-libpng-1.4.0.patch"
+  patch -Np1 -i "$srcdir/wesnoth-1.8.6-boost-foreach.patch"
+  ./autogen.sh
+  ./configure --prefix=/usr --localstatedir=/var --enable-tools \
+  --enable-editor --enable-server --with-fifodir=/run/wesnothd
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install-exec
+  install -dm755 "$pkgdir/usr/lib/tmpfiles.d/"
+  install -m644 "$srcdir/wesnoth.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnoth.conf"
+
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/wesnoth_addon_manager"
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/wmlindent"
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/wmlscope"
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/wmllint"
+}

Deleted: extra-i686/wesnoth-1.8.6-boost-foreach.patch
===
--- extra-i686/wesnoth-1.8.6-boost-fore

[arch-commits] Commit in wesnoth/repos (10 files)

2011-12-02 Thread Ionut Biru
Date: Friday, December 2, 2011 @ 15:54:51
  Author: ibiru
Revision: 144065

db-move: moved wesnoth from [testing] to [extra] (x86_64)

Added:
  wesnoth/repos/extra-x86_64/PKGBUILD
(from rev 144039, wesnoth/repos/testing-x86_64/PKGBUILD)
  wesnoth/repos/extra-x86_64/wesnoth-1.8.6-boost-foreach.patch
(from rev 144039, 
wesnoth/repos/testing-x86_64/wesnoth-1.8.6-boost-foreach.patch)
  wesnoth/repos/extra-x86_64/wesnoth-libpng-1.4.0.patch
(from rev 144039, wesnoth/repos/testing-x86_64/wesnoth-libpng-1.4.0.patch)
  wesnoth/repos/extra-x86_64/wesnoth.install
(from rev 144039, wesnoth/repos/testing-x86_64/wesnoth.install)
  wesnoth/repos/extra-x86_64/wesnoth.tmpfiles.conf
(from rev 144039, wesnoth/repos/testing-x86_64/wesnoth.tmpfiles.conf)
Deleted:
  wesnoth/repos/extra-x86_64/PKGBUILD
  wesnoth/repos/extra-x86_64/wesnoth-1.8.6-boost-foreach.patch
  wesnoth/repos/extra-x86_64/wesnoth-libpng-1.4.0.patch
  wesnoth/repos/extra-x86_64/wesnoth.install
  wesnoth/repos/testing-x86_64/

---+
 PKGBUILD  |   77 +++
 wesnoth-1.8.6-boost-foreach.patch |  140 ++--
 wesnoth-libpng-1.4.0.patch|   28 +++
 wesnoth.install   |   18 ++--
 wesnoth.tmpfiles.conf |1 
 5 files changed, 140 insertions(+), 124 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-02 20:54:49 UTC (rev 144064)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:51 UTC (rev 144065)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth
-pkgver=1.8.6
-pkgrel=2
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/";
-depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' "wesnoth-data=${pkgver}" 'dbus-core')
-makedepends=('boost')
-install=wesnoth.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-wesnoth-libpng-1.4.0.patch
-wesnoth-1.8.6-boost-foreach.patch)
-md5sums=('f1c3179869b01b61e253e74aeb241034'
- 'ca7412ffc4682ef55ddf82d56b0e2f08'
- 'dc414ab7e1334941548e9db6db9c2460')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/wesnoth-libpng-1.4.0.patch"
-  patch -Np1 -i "${srcdir}/wesnoth-1.8.6-boost-foreach.patch"
-  ./autogen.sh
-  ./configure --prefix=/usr --localstatedir=/var --enable-tools 
--enable-editor --enable-server
-  make DESTDIR="${pkgdir}" install-exec
-}

Copied: wesnoth/repos/extra-x86_64/PKGBUILD (from rev 144039, 
wesnoth/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-02 20:54:51 UTC (rev 144065)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.8.6
+pkgrel=3
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/";
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' "wesnoth-data=${pkgver}" 'dbus-core')
+makedepends=('boost')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+wesnoth-libpng-1.4.0.patch
+wesnoth-1.8.6-boost-foreach.patch
+wesnoth.tmpfiles.conf)
+md5sums=('f1c3179869b01b61e253e74aeb241034'
+ 'ca7412ffc4682ef55ddf82d56b0e2f08'
+ 'dc414ab7e1334941548e9db6db9c2460'
+ 'b8122f5054e3895c9c054e87460869dc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/wesnoth-libpng-1.4.0.patch"
+  patch -Np1 -i "$srcdir/wesnoth-1.8.6-boost-foreach.patch"
+  ./autogen.sh
+  ./configure --prefix=/usr --localstatedir=/var --enable-tools \
+  --enable-editor --enable-server --with-fifodir=/run/wesnothd
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install-exec
+  install -dm755 "$pkgdir/usr/lib/tmpfiles.d/"
+  install -m644 "$srcdir/wesnoth.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnoth.conf"
+
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/wesnoth_addon_manager"
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/wmlindent"
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/wmlscope"
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/wmllint"
+}

Deleted: extra-x86_64/wesnoth-1.8.6-boost-foreach.patch
===

[arch-commits] Commit in linux-api-headers/trunk (PKGBUILD)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 16:00:49
  Author: allan
Revision: 144066

upgpkg: linux-api-headers 3.1.4-1

binutils-2.22 toolchain rebuild, upstream update

Modified:
  linux-api-headers/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 20:54:51 UTC (rev 144065)
+++ PKGBUILD2011-12-02 21:00:49 UTC (rev 144066)
@@ -4,8 +4,8 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=linux-api-headers
-pkgver=3.0.1
-_basever=3.0
+pkgver=3.1.4
+_basever=3.1
 pkgrel=1
 pkgdesc="Kernel headers sanitized for use in userspace"
 arch=('i686' 'x86_64')
@@ -14,10 +14,13 @@
 provides=("kernel-headers=${pkgver}")
 conflicts=('kernel-headers')
 replaces=('kernel-headers')
-source=(http://www.kernel.org/pub/linux/kernel/v${_basever}/linux-${_basever}.tar.bz2
-   http://www.kernel.org/pub/linux/kernel/v${_basever}/patch-${pkgver}.bz2)
-md5sums=('398e95866794def22b12dfbc15ce89c0'
- 'ac49f7907f1fc85fbab92d0f1aa1552a')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+   http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+   #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
+ 'ffb768bb3c42c94876f3f84aa6f779e5')
 
 build() {
   cd ${srcdir}/linux-${_basever}



[arch-commits] Commit in linux-api-headers/repos (4 files)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 16:02:11
  Author: allan
Revision: 144067

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  linux-api-headers/repos/testing-i686/
  linux-api-headers/repos/testing-i686/PKGBUILD
(from rev 144066, linux-api-headers/trunk/PKGBUILD)
  linux-api-headers/repos/testing-x86_64/
  linux-api-headers/repos/testing-x86_64/PKGBUILD
(from rev 144066, linux-api-headers/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: linux-api-headers/repos/testing-i686/PKGBUILD (from rev 144066, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-02 21:02:11 UTC (rev 144067)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=linux-api-headers
+pkgver=3.1.4
+_basever=3.1
+pkgrel=1
+pkgdesc="Kernel headers sanitized for use in userspace"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libc";
+license=('GPL2')
+provides=("kernel-headers=${pkgver}")
+conflicts=('kernel-headers')
+replaces=('kernel-headers')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+   http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+   #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
+ 'ffb768bb3c42c94876f3f84aa6f779e5')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]] && patch -Np1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} -name .install -or -name ..install.cmd | xargs rm -f
+}

Copied: linux-api-headers/repos/testing-x86_64/PKGBUILD (from rev 144066, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-12-02 21:02:11 UTC (rev 144067)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=linux-api-headers
+pkgver=3.1.4
+_basever=3.1
+pkgrel=1
+pkgdesc="Kernel headers sanitized for use in userspace"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libc";
+license=('GPL2')
+provides=("kernel-headers=${pkgver}")
+conflicts=('kernel-headers')
+replaces=('kernel-headers')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+   http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+   #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
+ 'ffb768bb3c42c94876f3f84aa6f779e5')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]] && patch -Np1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} -name .install -or -name ..install.cmd | xargs rm -f
+}



[arch-commits] Commit in binutils/trunk (PKGBUILD)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 16:02:53
  Author: allan
Revision: 144068

upgpkg: binutils 2.22-1

upsteram update

Modified:
  binutils/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 21:02:11 UTC (rev 144067)
+++ PKGBUILD2011-12-02 21:02:53 UTC (rev 144068)
@@ -4,9 +4,9 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=binutils
-pkgver=2.21.1
-pkgrel=2
-_date=20110627
+pkgver=2.22
+pkgrel=1
+_date=20111201
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils/";
@@ -16,12 +16,12 @@
 options=('!libtool' '!distcc' '!ccache')
 install=binutils.install
 
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
-md5sums=('2face559e80d649ba148e42bb2d1fb0f')
+md5sums=('77c15027ac112c65fd5f73ca91b0651c')
 
 mksource() {
   mkdir ${pkgname}-${_date}
   cd ${pkgname}-${_date}
-  export _TAG=binutils-2_21-branch
+  export _TAG=binutils-2_22-branch
   export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
   cvs -z9 co -r $_TAG binutils || return 1
   mv src binutils



[arch-commits] Commit in binutils/repos (6 files)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 16:03:50
  Author: allan
Revision: 144069

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 144068, binutils/trunk/PKGBUILD)
  binutils/repos/testing-i686/binutils.install
(from rev 144068, binutils/trunk/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 144068, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/binutils.install
(from rev 144068, binutils/trunk/binutils.install)

-+
 testing-i686/PKGBUILD   |   82 ++
 testing-i686/binutils.install   |   17 +++
 testing-x86_64/PKGBUILD |   82 ++
 testing-x86_64/binutils.install |   17 +++
 4 files changed, 198 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 144068, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-02 21:03:50 UTC (rev 144069)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=binutils
+pkgver=2.22
+pkgrel=1
+_date=20111201
+pkgdesc="A set of programs to assemble and manipulate binary and object files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/binutils/";
+license=('GPL')
+depends=('glibc>=2.14' 'zlib')
+checkdepends=('dejagnu')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
+md5sums=('77c15027ac112c65fd5f73ca91b0651c')
+
+mksource() {
+  mkdir ${pkgname}-${_date}
+  cd ${pkgname}-${_date}
+  export _TAG=binutils-2_22-branch
+  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
+  cvs -z9 co -r $_TAG binutils || return 1
+  mv src binutils
+  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
+}
+
+build() {
+  cd ${srcdir}
+  mkdir binutils-build && cd binutils-build
+
+  [[ $CARCH == "x86_64" ]] && CONFIGFLAG="--enable-64-bit-bfd 
--disable-multilib"
+
+  ${srcdir}/binutils/configure --prefix=/usr \
+--enable-ld=default --enable-gold \
+--enable-plugins --enable-threads \
+--enable-shared $CONFIGFLAG
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=${pkgdir}/usr
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+
+  # do not abort on errors - manually check log files
+  make -k -j1 check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+  
+  # Add some useful headers
+  install -m644 ${srcdir}/binutils/include/libiberty.h ${pkgdir}/usr/include
+  install -m644 ${srcdir}/binutils/include/demangle.h ${pkgdir}/usr/include
+
+  # Rebuild libiberty.a with -fPIC
+  make -C libiberty clean
+  make CFLAGS="$CFLAGS -fPIC" -C libiberty
+  install -m644 libiberty/libiberty.a ${pkgdir}/usr/lib
+
+  # Rebuild libbfd.a with -fPIC
+  make -C bfd clean
+  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
+  make CFLAGS="$CFLAGS -fPIC -fvisibility=hidden" -C bfd
+  install -m644 bfd/libbfd.a ${pkgdir}/usr/lib
+
+  # Remove Windows/Novell specific man pages
+  rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+
+  # Remove these symlinks, they are not ABI stable.
+  # Programs should compile static to the .a file.
+  rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+  echo "INPUT ( /usr/lib/libbfd.a -liberty -lz )" >${pkgdir}/usr/lib/libbfd.so
+  echo "INPUT ( /usr/lib/libopcodes.a -lbfd )" >${pkgdir}/usr/lib/libopcodes.so
+}

Copied: binutils/repos/testing-i686/binutils.install (from rev 144068, 
binutils/trunk/binutils.install)
===
--- testing-i686/binutils.install   (rev 0)
+++ testing-i686/binutils.install   2011-12-02 21:03:50 UTC (rev 144069)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+filelist=(as.info bfd.info binutils.info configure.info gprof.info ld.info 
standards.info)
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+

Copied: binutils/repos/testing-x86_64/PKGBUILD (from rev 144068, 
binutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-12-02 21:03:50 UTC (rev 144069)
@@ -0,0 +1,82 @@
+# $

[arch-commits] Commit in gcc/trunk (PKGBUILD)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 16:09:45
  Author: allan
Revision: 144070

upgpkg: gcc 4.6.2-2

binutils-2.22 toolchain rebuild, newer upstream snapshot

Modified:
  gcc/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 21:03:50 UTC (rev 144069)
+++ PKGBUILD2011-12-02 21:09:45 UTC (rev 144070)
@@ -6,22 +6,22 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.6.2
-pkgrel=1
-#_snapshot=4.6-20110819
+pkgrel=2
+_snapshot=4.6-2025
 _libstdcppmanver=20110814  # Note: check source directory name 
when updating this
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
 url="http://gcc.gnu.org";
-makedepends=('binutils>=2.21-9' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
+makedepends=('binutils>=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
 checkdepends=('dejagnu')
 options=('!libtool' '!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-   
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2

ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
gcc_pure64.patch
gcc-hash-style-both.patch)
-md5sums=('028115c4fbfb6cfd75d6369f4a90d87e'
+md5sums=('922b0ee688669c188d237bbd21d42d07'
  'ce920d2550ff7e042b9f091d27764d8f'
  '4030ee1c08dd1e843c0225b772360e76'
  '4df25b623799b148a0703eaeec8fdf3f')
@@ -113,7 +113,7 @@
 package_gcc()
 {
   pkgdesc="The GNU Compiler Collection - C and C++ frontends"
-  depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.21.1' 'libmpc' 'cloog' 
'ppl')
+  depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.22' 'libmpc' 'cloog' 'ppl')
   groups=('base-devel')
   install=gcc.install
 



[arch-commits] Commit in gcc/repos (18 files)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 16:13:00
  Author: allan
Revision: 144071

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 144070, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 144070, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 144070, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 144070, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-hash-style-both.patch
(from rev 144070, gcc/trunk/gcc-hash-style-both.patch)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 144070, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 144070, gcc/trunk/gcc.install)
  gcc/repos/testing-i686/gcc_pure64.patch
(from rev 144070, gcc/trunk/gcc_pure64.patch)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 144070, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 144070, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 144070, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 144070, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-hash-style-both.patch
(from rev 144070, gcc/trunk/gcc-hash-style-both.patch)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 144070, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 144070, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/gcc_pure64.patch
(from rev 144070, gcc/trunk/gcc_pure64.patch)

--+
 testing-i686/PKGBUILD|  254 +
 testing-i686/gcc-ada.install |   20 ++
 testing-i686/gcc-fortran.install |   16 +
 testing-i686/gcc-go.install  |   20 ++
 testing-i686/gcc-hash-style-both.patch   |  122 +
 testing-i686/gcc-libs.install|   16 +
 testing-i686/gcc.install |   20 ++
 testing-i686/gcc_pure64.patch|   26 ++
 testing-x86_64/PKGBUILD  |  254 +
 testing-x86_64/gcc-ada.install   |   20 ++
 testing-x86_64/gcc-fortran.install   |   16 +
 testing-x86_64/gcc-go.install|   20 ++
 testing-x86_64/gcc-hash-style-both.patch |  122 +
 testing-x86_64/gcc-libs.install  |   16 +
 testing-x86_64/gcc.install   |   20 ++
 testing-x86_64/gcc_pure64.patch  |   26 ++
 16 files changed, 988 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 144070, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-02 21:13:00 UTC (rev 144071)
@@ -0,0 +1,254 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.6.2
+pkgrel=2
+_snapshot=4.6-2025
+_libstdcppmanver=20110814  # Note: check source directory name 
when updating this
+pkgdesc="The GNU Compiler Collection"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org";
+makedepends=('binutils>=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
+checkdepends=('dejagnu')
+options=('!libtool' '!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
+   gcc_pure64.patch
+   gcc-hash-style-both.patch)
+md5sums=('922b0ee688669c188d237bbd21d42d07'
+ 'ce920d2550ff7e042b9f091d27764d8f'
+ '4030ee1c08dd1e843c0225b772360e76'
+ '4df25b623799b148a0703eaeec8fdf3f')
+
+if [ -n "${_snapshot}" ]; then
+  _basedir="${srcdir}/gcc-${_snapshot}"
+else
+  _basedir="${srcdir}/gcc-${pkgver}"
+fi
+
+build() {
+  cd ${_basedir}
+
+  # Do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  if [ "${CARCH}" = "x86_64" ]; then
+patch -Np1 -i ${srcdir}/gcc_pure64.patch
+  fi
+  patch -Np0 -i ${srcdir}/gcc-hash-style-both.patch
+
+  echo ${pkgver} > gcc/BASE-VER
+
+  cd ${srcdir}
+  mkdir gcc-build && cd gcc-build
+
+  ${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+ 

[arch-commits] Commit in glibc/trunk (PKGBUILD)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 16:29:24
  Author: allan
Revision: 144072

upgpkg: glibc 2.14.1-2

binutils-2.22 toolchain rebuild

Modified:
  glibc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 21:13:00 UTC (rev 144071)
+++ PKGBUILD2011-12-02 21:29:24 UTC (rev 144072)
@@ -6,14 +6,14 @@
 
 pkgname=glibc
 pkgver=2.14.1
-pkgrel=1
+pkgrel=2
 _glibcdate=20111025
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libc";
 license=('GPL' 'LGPL')
 groups=('base')
-depends=('linux-api-headers>=3.0' 'tzdata')
+depends=('linux-api-headers>=3.1' 'tzdata')
 makedepends=('gcc>=4.6')
 backup=(etc/gai.conf
 etc/locale.gen



[arch-commits] Commit in glibc/repos (32 files)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 16:32:48
  Author: allan
Revision: 144073

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 144072, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.10-bz4781.patch
(from rev 144072, glibc/trunk/glibc-2.10-bz4781.patch)
  glibc/repos/testing-i686/glibc-2.10-dont-build-timezone.patch
(from rev 144072, glibc/trunk/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/testing-i686/glibc-2.12.1-static-shared-getpagesize.patch
(from rev 144072, glibc/trunk/glibc-2.12.1-static-shared-getpagesize.patch)
  
glibc/repos/testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 144072, 
glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/testing-i686/glibc-2.13-futex.patch
(from rev 144072, glibc/trunk/glibc-2.13-futex.patch)
  glibc/repos/testing-i686/glibc-2.14-libdl-crash.patch
(from rev 144072, glibc/trunk/glibc-2.14-libdl-crash.patch)
  glibc/repos/testing-i686/glibc-2.14-reexport-rpc-interface.patch
(from rev 144072, glibc/trunk/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 144072, glibc/trunk/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/testing-i686/glibc-2.14-revert-4768ae77.patch
(from rev 144072, glibc/trunk/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/testing-i686/glibc-__i686.patch
(from rev 144072, glibc/trunk/glibc-__i686.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 144072, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 144072, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 144072, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-i686/nscd
(from rev 144072, glibc/trunk/nscd)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 144072, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.10-bz4781.patch
(from rev 144072, glibc/trunk/glibc-2.10-bz4781.patch)
  glibc/repos/testing-x86_64/glibc-2.10-dont-build-timezone.patch
(from rev 144072, glibc/trunk/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/testing-x86_64/glibc-2.12.1-static-shared-getpagesize.patch
(from rev 144072, glibc/trunk/glibc-2.12.1-static-shared-getpagesize.patch)
  
glibc/repos/testing-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 144072, 
glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/testing-x86_64/glibc-2.13-futex.patch
(from rev 144072, glibc/trunk/glibc-2.13-futex.patch)
  glibc/repos/testing-x86_64/glibc-2.14-libdl-crash.patch
(from rev 144072, glibc/trunk/glibc-2.14-libdl-crash.patch)
  glibc/repos/testing-x86_64/glibc-2.14-reexport-rpc-interface.patch
(from rev 144072, glibc/trunk/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/testing-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 144072, glibc/trunk/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/testing-x86_64/glibc-2.14-revert-4768ae77.patch
(from rev 144072, glibc/trunk/glibc-2.14-revert-4768ae77.patch)
  glibc/repos/testing-x86_64/glibc-__i686.patch
(from rev 144072, glibc/trunk/glibc-__i686.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 144072, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 144072, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 144072, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/nscd
(from rev 144072, glibc/trunk/nscd)

---+
 testing-i686/PKGBUILD |  204 
++
 testing-i686/glibc-2.10-bz4781.patch  |   42 ++
 testing-i686/glibc-2.10-dont-build-timezone.patch |   13 
 testing-i686/glibc-2.12.1-static-shared-getpagesize.patch |   11 
 testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch   |   26 +
 testing-i686/glibc-2.13-futex.patch   |   31 +
 testing-i686/glibc-2.14-libdl-crash.patch |  132 
++
 testing-i686/glibc-2.14-reexport-rpc-interface.patch  |   26 +
 testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch   |   28 +
 testing-i686/glibc-2.14-revert-4768ae77.patch |   37 +
 testing-i686/glibc-__i686.patch   |   13 
 testing-i686/glibc.install|   20 
 testing-i686/locale-gen   |   42 ++
 testing-i686/locale.gen.txt   |   23 +
 testing-i686/nscd |   40 +
 testin

[arch-commits] Commit in dejagnu/trunk (PKGBUILD)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 18:04:22
  Author: allan
Revision: 144074

upgpkg: dejagnu 1.5-2

signing rebuild

Modified:
  dejagnu/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 21:32:48 UTC (rev 144073)
+++ PKGBUILD2011-12-02 23:04:22 UTC (rev 144074)
@@ -3,7 +3,7 @@
 
 pkgname=dejagnu
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Framework for testing other programs"
 arch=('any')
 url="http://www.gnu.org/software/dejagnu/";
@@ -17,15 +17,17 @@
 
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
   make check
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make -j1 DESTDIR="$pkgdir/" install
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
 }



[arch-commits] Commit in dejagnu/repos/extra-any (4 files)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 18:05:11
  Author: allan
Revision: 144075

archrelease: copy trunk to extra-any

Added:
  dejagnu/repos/extra-any/PKGBUILD
(from rev 144074, dejagnu/trunk/PKGBUILD)
  dejagnu/repos/extra-any/dejagnu.install
(from rev 144074, dejagnu/trunk/dejagnu.install)
Deleted:
  dejagnu/repos/extra-any/PKGBUILD
  dejagnu/repos/extra-any/dejagnu.install

-+
 PKGBUILD|   64 +++---
 dejagnu.install |   30 -
 2 files changed, 48 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-02 23:04:22 UTC (rev 144074)
+++ PKGBUILD2011-12-02 23:05:11 UTC (rev 144075)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-pkgname=dejagnu
-pkgver=1.5
-pkgrel=1
-pkgdesc="Framework for testing other programs"
-arch=('any')
-url="http://www.gnu.org/software/dejagnu/";
-license=('GPL')
-depends=('sh' 'expect')
-makedepends=('dejagnu')
-options=('!libtool')
-install=dejagnu.install
-source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3df1cbca885e751e22d3ebd1ac64dc3c')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make -j1 DESTDIR="$pkgdir/" install
-}

Copied: dejagnu/repos/extra-any/PKGBUILD (from rev 144074, 
dejagnu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-02 23:05:11 UTC (rev 144075)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=dejagnu
+pkgver=1.5
+pkgrel=2
+pkgdesc="Framework for testing other programs"
+arch=('any')
+url="http://www.gnu.org/software/dejagnu/";
+license=('GPL')
+depends=('sh' 'expect')
+makedepends=('dejagnu')
+options=('!libtool')
+install=dejagnu.install
+source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3df1cbca885e751e22d3ebd1ac64dc3c')
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+}

Deleted: dejagnu.install
===
--- dejagnu.install 2011-12-02 23:04:22 UTC (rev 144074)
+++ dejagnu.install 2011-12-02 23:05:11 UTC (rev 144075)
@@ -1,15 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}

Copied: dejagnu/repos/extra-any/dejagnu.install (from rev 144074, 
dejagnu/trunk/dejagnu.install)
===
--- dejagnu.install (rev 0)
+++ dejagnu.install 2011-12-02 23:05:11 UTC (rev 144075)
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
+}



[arch-commits] Commit in python-feedparser/trunk (PKGBUILD)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 19:00:53
  Author: allan
Revision: 144076

upgpkg: python-feedparser 5.1-1

upstream update

Modified:
  python-feedparser/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-02 23:05:11 UTC (rev 144075)
+++ PKGBUILD2011-12-03 00:00:53 UTC (rev 144076)
@@ -5,17 +5,16 @@
 # Note: python2 version must be built first as packaging python3 version 
"destroys" the source
 pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
 pkgbase=python-feedparser
-pkgver=5.0.1
-pkgrel=3
+pkgver=5.1
+pkgrel=1
 pkgdesc="Parse RSS and Atom feeds in Python"
 arch=('any')
-url="http://feedparser.sf.net";
+url="http://code.google.com/p/feedparser/";
 license=('custom')
-makedepends=('python' 'python2' 'libxml2' )
+makedepends=('python' 'python2' 'libxml2' 'python2-distribute' 
'python-distribute')
 source=(http://feedparser.googlecode.com/files/feedparser-${pkgver}.tar.bz2)
-md5sums=('702835de74bd4a578524f311e62c2877')
+md5sums=('bf6ab23038f310eb32734125719c15a2')
 
-
 package_python2-feedparser() {
   depends=('python2' 'libxml2' )
   pkgdesc="Parse RSS and Atom feeds in Python2"
@@ -33,7 +32,6 @@
   depends=('libxml2' 'python-sgmllib')
   
   cd ${srcdir}/feedparser-$pkgver
-  . convert_to_py3.sh
   PYTHONPATH=feedparser python setup.py install --root=${pkgdir}  
   
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
@@ -45,7 +43,7 @@
   license=('PSF')
   
   cd ${srcdir}/feedparser-$pkgver
-  install -Dm644 feedparser/sgmllib.py \
+  install -Dm644 feedparser/sgmllib3.py \
 ${pkgdir}/usr/lib/python3.2/site-packages/sgmllib.py
   
   python /usr/lib/python3.2/compileall.py \



[arch-commits] Commit in python-feedparser/repos/extra-any (PKGBUILD PKGBUILD)

2011-12-02 Thread Allan McRae
Date: Friday, December 2, 2011 @ 19:01:45
  Author: allan
Revision: 144077

archrelease: copy trunk to extra-any

Added:
  python-feedparser/repos/extra-any/PKGBUILD
(from rev 144076, python-feedparser/trunk/PKGBUILD)
Deleted:
  python-feedparser/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  104 +
 1 file changed, 51 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-03 00:00:53 UTC (rev 144076)
+++ PKGBUILD2011-12-03 00:01:45 UTC (rev 144077)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Simo Leone 
-
-# Note: python2 version must be built first as packaging python3 version 
"destroys" the source
-pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
-pkgbase=python-feedparser
-pkgver=5.0.1
-pkgrel=3
-pkgdesc="Parse RSS and Atom feeds in Python"
-arch=('any')
-url="http://feedparser.sf.net";
-license=('custom')
-makedepends=('python' 'python2' 'libxml2' )
-source=(http://feedparser.googlecode.com/files/feedparser-${pkgver}.tar.bz2)
-md5sums=('702835de74bd4a578524f311e62c2877')
-
-
-package_python2-feedparser() {
-  depends=('python2' 'libxml2' )
-  pkgdesc="Parse RSS and Atom feeds in Python2"
-
-  cd ${srcdir}/feedparser-$pkgver
-  python2 setup.py install --root=${pkgdir}
-  
-  sed -i 's#env python$#env python2#' \
-$pkgdir/usr/lib/python2.7/site-packages/feedparser.py
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
-}
-
-package_python-feedparser() {
-  depends=('libxml2' 'python-sgmllib')
-  
-  cd ${srcdir}/feedparser-$pkgver
-  . convert_to_py3.sh
-  PYTHONPATH=feedparser python setup.py install --root=${pkgdir}  
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
-}
-
-package_python-sgmllib() {
-  depends=('python')
-  pkgdesc="Port of sgmllib to python-3"
-  license=('PSF')
-  
-  cd ${srcdir}/feedparser-$pkgver
-  install -Dm644 feedparser/sgmllib.py \
-${pkgdir}/usr/lib/python3.2/site-packages/sgmllib.py
-  
-  python /usr/lib/python3.2/compileall.py \
-${pkgdir}/usr/lib/python3.2/site-packages/
-}

Copied: python-feedparser/repos/extra-any/PKGBUILD (from rev 144076, 
python-feedparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-03 00:01:45 UTC (rev 144077)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Simo Leone 
+
+# Note: python2 version must be built first as packaging python3 version 
"destroys" the source
+pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
+pkgbase=python-feedparser
+pkgver=5.1
+pkgrel=1
+pkgdesc="Parse RSS and Atom feeds in Python"
+arch=('any')
+url="http://code.google.com/p/feedparser/";
+license=('custom')
+makedepends=('python' 'python2' 'libxml2' 'python2-distribute' 
'python-distribute')
+source=(http://feedparser.googlecode.com/files/feedparser-${pkgver}.tar.bz2)
+md5sums=('bf6ab23038f310eb32734125719c15a2')
+
+package_python2-feedparser() {
+  depends=('python2' 'libxml2' )
+  pkgdesc="Parse RSS and Atom feeds in Python2"
+
+  cd ${srcdir}/feedparser-$pkgver
+  python2 setup.py install --root=${pkgdir}
+  
+  sed -i 's#env python$#env python2#' \
+$pkgdir/usr/lib/python2.7/site-packages/feedparser.py
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
+}
+
+package_python-feedparser() {
+  depends=('libxml2' 'python-sgmllib')
+  
+  cd ${srcdir}/feedparser-$pkgver
+  PYTHONPATH=feedparser python setup.py install --root=${pkgdir}  
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
+}
+
+package_python-sgmllib() {
+  depends=('python')
+  pkgdesc="Port of sgmllib to python-3"
+  license=('PSF')
+  
+  cd ${srcdir}/feedparser-$pkgver
+  install -Dm644 feedparser/sgmllib3.py \
+${pkgdir}/usr/lib/python3.2/site-packages/sgmllib.py
+  
+  python /usr/lib/python3.2/compileall.py \
+${pkgdir}/usr/lib/python3.2/site-packages/
+}



[arch-commits] Commit in rxvt-unicode/trunk (ChangeLog PKGBUILD)

2011-12-02 Thread Angel Velásquez
Date: Friday, December 2, 2011 @ 23:43:55
  Author: angvp
Revision: 144078

upgpkg: rxvt-unicode 9.12-2

Fixing FS#25782

Modified:
  rxvt-unicode/trunk/ChangeLog
  rxvt-unicode/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2011-12-03 00:01:45 UTC (rev 144077)
+++ ChangeLog   2011-12-03 04:43:55 UTC (rev 144078)
@@ -1,3 +1,6 @@
+2011-12-02  Angel Velasquez 
+   * Moved perl from optdepend to depend (closes FS#25782)
+
 2011-05-22  Angel Velasquez 
* Rebuilt against perl 5.14.0
 

Modified: PKGBUILD
===
--- PKGBUILD2011-12-03 00:01:45 UTC (rev 144077)
+++ PKGBUILD2011-12-03 04:43:55 UTC (rev 144078)
@@ -5,13 +5,13 @@
 
 pkgname=rxvt-unicode
 pkgver=9.12
-pkgrel=1
+pkgrel=2
 pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)"
 arch=('i686' 'x86_64')
 url="http://software.schmorp.de/pkg/rxvt-unicode.html";
 license=('GPL')
-depends=('gcc-libs' 'libxft' 'gdk-pixbuf2')
-optdepends=('perl: lots of utilities' 'gtk2-perl: to use the urxvt-tabbed')
+depends=('gcc-libs' 'libxft' 'gdk-pixbuf2' 'perl')
+optdepends=('gtk2-perl: to use the urxvt-tabbed')
 changelog=ChangeLog
 source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
 ${pkgname}.desktop)



[arch-commits] Commit in rxvt-unicode/repos (12 files)

2011-12-02 Thread Angel Velásquez
Date: Friday, December 2, 2011 @ 23:45:00
  Author: angvp
Revision: 144079

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  rxvt-unicode/repos/extra-i686/ChangeLog
(from rev 144078, rxvt-unicode/trunk/ChangeLog)
  rxvt-unicode/repos/extra-i686/PKGBUILD
(from rev 144078, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/extra-i686/rxvt-unicode.desktop
(from rev 144078, rxvt-unicode/trunk/rxvt-unicode.desktop)
  rxvt-unicode/repos/extra-x86_64/ChangeLog
(from rev 144078, rxvt-unicode/trunk/ChangeLog)
  rxvt-unicode/repos/extra-x86_64/PKGBUILD
(from rev 144078, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/extra-x86_64/rxvt-unicode.desktop
(from rev 144078, rxvt-unicode/trunk/rxvt-unicode.desktop)
Deleted:
  rxvt-unicode/repos/extra-i686/ChangeLog
  rxvt-unicode/repos/extra-i686/PKGBUILD
  rxvt-unicode/repos/extra-i686/rxvt-unicode.desktop
  rxvt-unicode/repos/extra-x86_64/ChangeLog
  rxvt-unicode/repos/extra-x86_64/PKGBUILD
  rxvt-unicode/repos/extra-x86_64/rxvt-unicode.desktop

---+
 extra-i686/ChangeLog  |   13 ++--
 extra-i686/PKGBUILD   |  106 ++--
 extra-i686/rxvt-unicode.desktop   |   20 +++---
 extra-x86_64/ChangeLog|   13 ++--
 extra-x86_64/PKGBUILD |  106 ++--
 extra-x86_64/rxvt-unicode.desktop |   20 +++---
 6 files changed, 142 insertions(+), 136 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-12-03 04:43:55 UTC (rev 144078)
+++ extra-i686/ChangeLog2011-12-03 04:45:00 UTC (rev 144079)
@@ -1,5 +0,0 @@
-2011-05-22  Angel Velasquez 
-   * Rebuilt against perl 5.14.0
-
-2011-05-17  Angel Velasquez 
-   * Removed not accepted upstream patch (closes FS#23324)

Copied: rxvt-unicode/repos/extra-i686/ChangeLog (from rev 144078, 
rxvt-unicode/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-12-03 04:45:00 UTC (rev 144079)
@@ -0,0 +1,8 @@
+2011-12-02  Angel Velasquez 
+   * Moved perl from optdepend to depend (closes FS#25782)
+
+2011-05-22  Angel Velasquez 
+   * Rebuilt against perl 5.14.0
+
+2011-05-17  Angel Velasquez 
+   * Removed not accepted upstream patch (closes FS#23324)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-03 04:43:55 UTC (rev 144078)
+++ extra-i686/PKGBUILD 2011-12-03 04:45:00 UTC (rev 144079)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: tobias 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=rxvt-unicode
-pkgver=9.12
-pkgrel=1
-pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)"
-arch=('i686' 'x86_64')
-url="http://software.schmorp.de/pkg/rxvt-unicode.html";
-license=('GPL')
-depends=('gcc-libs' 'libxft' 'gdk-pixbuf2')
-optdepends=('perl: lots of utilities' 'gtk2-perl: to use the urxvt-tabbed')
-changelog=ChangeLog
-source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
-${pkgname}.desktop)
-md5sums=('945af37d661c8c45a7cac292160e7c70'
- '3de6c13126a45bc3bc9f6bba077a1311')
-sha1sums=('4cbf0516b8304dfb041b9f3e5aaba662fee4b979'
-  '962aebc88982dbeb62a7c4a051ff567e015f61a0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---with-terminfo=/usr/share/terminfo \
---enable-256-color \
---enable-font-styles \
---enable-xim \
---enable-keepscrolling \
---enable-selectionscrolling \
---enable-smart-resize \
---enable-pixbuf \
---enable-transparency \
---enable-utmp \
---enable-wtmp \
---enable-lastlog \
---disable-frills
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -d "${pkgdir}/usr/share/terminfo"
-  export TERMINFO="${pkgdir}/usr/share/terminfo"
-  make DESTDIR="${pkgdir}" install
- # install the tabbing wrapper ( requires gtk2-perl! )
-  sed -i 's/\"rxvt\"/"urxvt"/' doc/rxvt-tabbed
-  install -Dm 755 doc/rxvt-tabbed "${pkgdir}/usr/bin/urxvt-tabbed"
- # install freedesktop menu
-  install -Dm644 ../${pkgname}.desktop \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: rxvt-unicode/repos/extra-i686/PKGBUILD (from rev 144078, 
rxvt-unicode/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-03 04:45:00 UTC (rev 144079)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: tobias 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=rxvt-unicode
+pkgver=9.12
+pkgrel=2
+pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)"
+arch=('i686' 'x86_64'

[arch-commits] Commit in python-nose/trunk (PKGBUILD)

2011-12-02 Thread Angel Velásquez
Date: Saturday, December 3, 2011 @ 00:48:44
  Author: angvp
Revision: 144080

upgpkg: python-nose 1.1.2-3

Fixing several bugs

Modified:
  python-nose/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-03 04:45:00 UTC (rev 144079)
+++ PKGBUILD2011-12-03 05:48:44 UTC (rev 144080)
@@ -3,32 +3,43 @@
 # Contributor: Douglas Soares de Andrade 
 # Contributor: Cilyan Olowen 
 pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose')
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A discovery-based unittest extension"
 arch=('any')
 url="http://www.somethingaboutorange.com/mrl/projects/nose/";
 license=('LGPL2')
 source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz";)
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
-conflicts=('python2-nose')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python-sphinx')
 md5sums=('144f237b615e23f21f6a50b2183aa817')
 
 build() {
   cd "$srcdir/nose-$pkgver"
+  sed -i -e "s:man/man1:share/man/man1:g" setup.py
   cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
-  sed -i -e "s:man/man1:share/man/man1:g" setup.py
 }
 
 package_python-nose() {
-  depends=('python')
+  depends=('python' 'python-distribute')
   cd "$srcdir/nose-$pkgver"
   python setup.py install --prefix=/usr --root=${pkgdir}
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests3"
 }
 
 package_python2-nose() {
-  depends=('python2')
+  depends=('python2' 'python2-distribute')
   cd "$srcdir/nose2-$pkgver"
   python2 setup.py install --prefix=/usr --root=${pkgdir}
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
+  rm -rf $pkgdir/usr/share
 }
+
+package_python-nose-doc(){
+  pkgdesc="Nose documentation and examples"
+  cd "$srcdir/nose-$pkgver/doc"
+  make html
+  mkdir -p "$pkgdir/usr/share/doc/python-nose"
+  cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
+  cp -r ../examples "$pkgdir/usr/share/doc/python-nose"
+}



[arch-commits] Commit in python-nose/repos/extra-any (PKGBUILD PKGBUILD)

2011-12-02 Thread Angel Velásquez
Date: Saturday, December 3, 2011 @ 00:49:28
  Author: angvp
Revision: 144081

archrelease: copy trunk to extra-any

Added:
  python-nose/repos/extra-any/PKGBUILD
(from rev 144080, python-nose/trunk/PKGBUILD)
Deleted:
  python-nose/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   79 ++---
 1 file changed, 45 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-03 05:48:44 UTC (rev 144080)
+++ PKGBUILD2011-12-03 05:49:28 UTC (rev 144081)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Cilyan Olowen 
-pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose')
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="A discovery-based unittest extension"
-arch=('any')
-url="http://www.somethingaboutorange.com/mrl/projects/nose/";
-license=('LGPL2')
-source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz";)
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
-conflicts=('python2-nose')
-md5sums=('144f237b615e23f21f6a50b2183aa817')
-
-build() {
-  cd "$srcdir/nose-$pkgver"
-  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
-  sed -i -e "s:man/man1:share/man/man1:g" setup.py
-}
-
-package_python-nose() {
-  depends=('python')
-  cd "$srcdir/nose-$pkgver"
-  python setup.py install --prefix=/usr --root=${pkgdir}
-}
-
-package_python2-nose() {
-  depends=('python2')
-  cd "$srcdir/nose2-$pkgver"
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 144080, 
python-nose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-03 05:49:28 UTC (rev 144081)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Cilyan Olowen 
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="A discovery-based unittest extension"
+arch=('any')
+url="http://www.somethingaboutorange.com/mrl/projects/nose/";
+license=('LGPL2')
+source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz";)
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python-sphinx')
+md5sums=('144f237b615e23f21f6a50b2183aa817')
+
+build() {
+  cd "$srcdir/nose-$pkgver"
+  sed -i -e "s:man/man1:share/man/man1:g" setup.py
+  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
+}
+
+package_python-nose() {
+  depends=('python' 'python-distribute')
+  cd "$srcdir/nose-$pkgver"
+  python setup.py install --prefix=/usr --root=${pkgdir}
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests3"
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-distribute')
+  cd "$srcdir/nose2-$pkgver"
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
+  rm -rf $pkgdir/usr/share
+}
+
+package_python-nose-doc(){
+  pkgdesc="Nose documentation and examples"
+  cd "$srcdir/nose-$pkgver/doc"
+  make html
+  mkdir -p "$pkgdir/usr/share/doc/python-nose"
+  cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
+  cp -r ../examples "$pkgdir/usr/share/doc/python-nose"
+}



[arch-commits] Commit in python-nose/repos/extra-any (PKGBUILD PKGBUILD)

2011-12-02 Thread Angel Velásquez
Date: Saturday, December 3, 2011 @ 00:50:51
  Author: angvp
Revision: 144082

archrelease: copy trunk to extra-any

Added:
  python-nose/repos/extra-any/PKGBUILD
(from rev 144081, python-nose/trunk/PKGBUILD)
Deleted:
  python-nose/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-12-03 05:49:28 UTC (rev 144081)
+++ PKGBUILD2011-12-03 05:50:51 UTC (rev 144082)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Cilyan Olowen 
-pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="A discovery-based unittest extension"
-arch=('any')
-url="http://www.somethingaboutorange.com/mrl/projects/nose/";
-license=('LGPL2')
-source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz";)
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python-sphinx')
-md5sums=('144f237b615e23f21f6a50b2183aa817')
-
-build() {
-  cd "$srcdir/nose-$pkgver"
-  sed -i -e "s:man/man1:share/man/man1:g" setup.py
-  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
-}
-
-package_python-nose() {
-  depends=('python' 'python-distribute')
-  cd "$srcdir/nose-$pkgver"
-  python setup.py install --prefix=/usr --root=${pkgdir}
-  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests3"
-}
-
-package_python2-nose() {
-  depends=('python2' 'python2-distribute')
-  cd "$srcdir/nose2-$pkgver"
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
-  rm -rf $pkgdir/usr/share
-}
-
-package_python-nose-doc(){
-  pkgdesc="Nose documentation and examples"
-  cd "$srcdir/nose-$pkgver/doc"
-  make html
-  mkdir -p "$pkgdir/usr/share/doc/python-nose"
-  cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
-  cp -r ../examples "$pkgdir/usr/share/doc/python-nose"
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 144081, 
python-nose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-12-03 05:50:51 UTC (rev 144082)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Cilyan Olowen 
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="A discovery-based unittest extension"
+arch=('any')
+url="http://www.somethingaboutorange.com/mrl/projects/nose/";
+license=('LGPL2')
+source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz";)
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python-sphinx')
+md5sums=('144f237b615e23f21f6a50b2183aa817')
+
+build() {
+  cd "$srcdir/nose-$pkgver"
+  sed -i -e "s:man/man1:share/man/man1:g" setup.py
+  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
+}
+
+package_python-nose() {
+  depends=('python' 'python-distribute')
+  cd "$srcdir/nose-$pkgver"
+  python setup.py install --prefix=/usr --root=${pkgdir}
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests3"
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-distribute')
+  cd "$srcdir/nose2-$pkgver"
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
+  rm -rf $pkgdir/usr/share
+}
+
+package_python-nose-doc(){
+  pkgdesc="Nose documentation and examples"
+  cd "$srcdir/nose-$pkgver/doc"
+  make html
+  mkdir -p "$pkgdir/usr/share/doc/python-nose"
+  cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
+  cp -r ../examples "$pkgdir/usr/share/doc/python-nose"
+}



[arch-commits] Commit in initscripts/repos (core-i686 core-x86_64)

2011-12-02 Thread Eric Bélanger
Date: Saturday, December 3, 2011 @ 01:14:09
  Author: eric
Revision: 144083

Clean up svn

Deleted:
  initscripts/repos/core-i686/
  initscripts/repos/core-x86_64/



[arch-commits] Commit in fakeroot/trunk (PKGBUILD)

2011-12-02 Thread Allan McRae
Date: Saturday, December 3, 2011 @ 01:32:52
  Author: allan
Revision: 144084

upgpkg: fakeroot 1.18.2-1

upstream update

Modified:
  fakeroot/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-03 06:14:09 UTC (rev 144083)
+++ PKGBUILD2011-12-03 06:32:52 UTC (rev 144084)
@@ -3,7 +3,7 @@
 # Contributor: Jochem Kossen 
 
 pkgname=fakeroot
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Gives a fake root environment, useful for building packages as a 
non-privileged user"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
 options=('!libtool')
 
source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2)
-md5sums=('8eedda3dcb71b6ab6f62297b82ae5ac6')
+md5sums=('79f32331358ad58499704ea5e19fd0ae')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in fakeroot/repos (6 files)

2011-12-02 Thread Allan McRae
Date: Saturday, December 3, 2011 @ 01:33:39
  Author: allan
Revision: 144085

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fakeroot/repos/extra-i686/
  fakeroot/repos/extra-i686/PKGBUILD
(from rev 144084, fakeroot/trunk/PKGBUILD)
  fakeroot/repos/extra-i686/fakeroot.install
(from rev 144084, fakeroot/trunk/fakeroot.install)
  fakeroot/repos/extra-x86_64/
  fakeroot/repos/extra-x86_64/PKGBUILD
(from rev 144084, fakeroot/trunk/PKGBUILD)
  fakeroot/repos/extra-x86_64/fakeroot.install
(from rev 144084, fakeroot/trunk/fakeroot.install)

---+
 extra-i686/PKGBUILD   |   35 +++
 extra-i686/fakeroot.install   |   14 ++
 extra-x86_64/PKGBUILD |   35 +++
 extra-x86_64/fakeroot.install |   14 ++
 4 files changed, 98 insertions(+)

Copied: fakeroot/repos/extra-i686/PKGBUILD (from rev 144084, 
fakeroot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-03 06:33:39 UTC (rev 144085)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jochem Kossen 
+
+pkgname=fakeroot
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Gives a fake root environment, useful for building packages as a 
non-privileged user"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://packages.debian.org/fakeroot";
+groups=('base-devel')
+install=fakeroot.install
+depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
+options=('!libtool')
+source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2)
+md5sums=('79f32331358ad58499704ea5e19fd0ae')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \
+  --disable-static --with-ipc=sysv
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot' > ${pkgdir}/etc/ld.so.conf.d/fakeroot.conf
+
+  # install README for sysv/tcp usage
+  install -Dm644 $srcdir/$pkgname-$pkgver/README 
$pkgdir/usr/share/doc/$pkgname/README
+}

Copied: fakeroot/repos/extra-i686/fakeroot.install (from rev 144084, 
fakeroot/trunk/fakeroot.install)
===
--- extra-i686/fakeroot.install (rev 0)
+++ extra-i686/fakeroot.install 2011-12-03 06:33:39 UTC (rev 144085)
@@ -0,0 +1,14 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then
+sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
+  fi
+  sbin/ldconfig -r .
+}
+
+pre_remove() {
+  sbin/ldconfig -r .
+}

Copied: fakeroot/repos/extra-x86_64/PKGBUILD (from rev 144084, 
fakeroot/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-03 06:33:39 UTC (rev 144085)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jochem Kossen 
+
+pkgname=fakeroot
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Gives a fake root environment, useful for building packages as a 
non-privileged user"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://packages.debian.org/fakeroot";
+groups=('base-devel')
+install=fakeroot.install
+depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
+options=('!libtool')
+source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2)
+md5sums=('79f32331358ad58499704ea5e19fd0ae')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \
+  --disable-static --with-ipc=sysv
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot' > ${pkgdir}/etc/ld.so.conf.d/fakeroot.conf
+
+  # install README for sysv/tcp usage
+  install -Dm644 $srcdir/$pkgname-$pkgver/README 
$pkgdir/usr/share/doc/$pkgname/README
+}

Copied: fakeroot/repos/extra-x86_64/fakeroot.install (from rev 144084, 
fakeroot/trunk/fakeroot.install)
===
--- extra-x86_64/fakeroot.install   (rev 0)
+++ extra-x86_64/fakeroot.install   2011-12-03 06:33:39 UTC (rev 144085)
@@ -0,0 +1,14 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then
+sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
+  fi
+  sbin/ldconfig -r .
+}
+
+pre_remove() {
+  sbin/ldconfig -r .
+}