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

2013-04-20 Thread Andreas Radke
Date: Saturday, April 20, 2013 @ 09:13:13
  Author: andyrtr
Revision: 183267

upgpkg: libwps 0.2.8-1

upstream update 0.2.8

Modified:
  libwps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 05:39:22 UTC (rev 183266)
+++ PKGBUILD2013-04-20 07:13:13 UTC (rev 183267)
@@ -3,17 +3,17 @@
 # Contributor: Robert McCathie archaur at rmcc dot com dot au
 
 pkgname=libwps
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
 pkgdesc=a Microsoft Works file word processor format import filter library
 arch=('i686' 'x86_64')
 url=http://libwps.sourceforge.net/;
 license=('LGPL')
-depends=('libwpd=0.9.4')
+depends=('libwpd=0.9.6')
 makedepends=('boost')
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d197bd6211669a2fa4ca648faf04bcb1')
+md5sums=('78196c097db366fac66841d032b1ddac')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2013-04-20 Thread Andreas Radke
Date: Saturday, April 20, 2013 @ 09:13:33
  Author: andyrtr
Revision: 183268

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

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

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-20 07:13:13 UTC (rev 183267)
+++ extra-i686/PKGBUILD 2013-04-20 07:13:33 UTC (rev 183268)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Robert McCathie archaur at rmcc dot com dot au
-
-pkgname=libwps
-pkgver=0.2.7
-pkgrel=1
-pkgdesc=a Microsoft Works file word processor format import filter library
-arch=('i686' 'x86_64')
-url=http://libwps.sourceforge.net/;
-license=('LGPL')
-depends=('libwpd=0.9.4')
-makedepends=('boost')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d197bd6211669a2fa4ca648faf04bcb1')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure  --prefix=/usr \
- --disable-static \
- --disable-werror
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-

Copied: libwps/repos/extra-i686/PKGBUILD (from rev 183267, 
libwps/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-20 07:13:33 UTC (rev 183268)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Robert McCathie archaur at rmcc dot com dot au
+
+pkgname=libwps
+pkgver=0.2.8
+pkgrel=1
+pkgdesc=a Microsoft Works file word processor format import filter library
+arch=('i686' 'x86_64')
+url=http://libwps.sourceforge.net/;
+license=('LGPL')
+depends=('libwpd=0.9.6')
+makedepends=('boost')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('78196c097db366fac66841d032b1ddac')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure  --prefix=/usr \
+ --disable-static \
+ --disable-werror
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-20 07:13:13 UTC (rev 183267)
+++ extra-x86_64/PKGBUILD   2013-04-20 07:13:33 UTC (rev 183268)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Robert McCathie archaur at rmcc dot com dot au
-
-pkgname=libwps
-pkgver=0.2.7
-pkgrel=1
-pkgdesc=a Microsoft Works file word processor format import filter library
-arch=('i686' 'x86_64')
-url=http://libwps.sourceforge.net/;
-license=('LGPL')
-depends=('libwpd=0.9.4')
-makedepends=('boost')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d197bd6211669a2fa4ca648faf04bcb1')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure  --prefix=/usr \
- --disable-static \
- --disable-werror
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-

Copied: libwps/repos/extra-x86_64/PKGBUILD (from rev 183267, 
libwps/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-20 07:13:33 UTC (rev 183268)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Robert McCathie archaur at rmcc dot com dot au
+
+pkgname=libwps
+pkgver=0.2.8
+pkgrel=1
+pkgdesc=a Microsoft Works file word processor format import filter library
+arch=('i686' 'x86_64')
+url=http://libwps.sourceforge.net/;
+license=('LGPL')
+depends=('libwpd=0.9.6')
+makedepends=('boost')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('78196c097db366fac66841d032b1ddac')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure  --prefix=/usr \
+ --disable-static \
+ --disable-werror
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+



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

2013-04-20 Thread Andreas Radke
Date: Saturday, April 20, 2013 @ 09:17:53
  Author: andyrtr
Revision: 183269

upgpkg: tzdata 2013c-1

upstream update 2013c

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 07:13:33 UTC (rev 183268)
+++ PKGBUILD2013-04-20 07:17:53 UTC (rev 183269)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2013b
+pkgver=2013c
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
-sha1sums=('b2c08566efdbd9efd7a84ab2ba11aa3465577daa')
+sha1sums=('9233afc23b344171bd067247d7b7d0054719780b')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'



[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)

2013-04-20 Thread Andreas Radke
Date: Saturday, April 20, 2013 @ 09:18:02
  Author: andyrtr
Revision: 183270

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 183269, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 183269, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-20 07:18:02 UTC (rev 183270)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2013c
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('9233afc23b344171bd067247d7b7d0054719780b')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2013-04-20 Thread Florian Pritz
Date: Saturday, April 20, 2013 @ 10:43:16
  Author: bluewind
Revision: 88570

upgpkg: lib32-harfbuzz 0.9.16-1

upstream update

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 08:25:42 UTC (rev 88569)
+++ PKGBUILD2013-04-20 08:43:16 UTC (rev 88570)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.15
+pkgver=0.9.16
 pkgrel=1
 pkgdesc=OpenType text shaping engine. (32-bit)
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!libtool)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2
 remove-graphite.patch)
-sha256sums=('214f919c2c998eb1316dd1a14a13adf27460e706a709488777076babf7fbbf1d'
+sha256sums=('6da7e032f705d8a5c91487cd296628d64975672a5b0c1704829cf2285072c92b'
 'bf89c8387b94638cd8f371931f8101a7c32b744023df252e1a0b67f4e82e9df4')
 
 build() {



[arch-commits] Commit in lib32-harfbuzz/repos/multilib-x86_64 (4 files)

2013-04-20 Thread Florian Pritz
Date: Saturday, April 20, 2013 @ 10:43:21
  Author: bluewind
Revision: 88571

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 88570, lib32-harfbuzz/trunk/PKGBUILD)
  lib32-harfbuzz/repos/multilib-x86_64/remove-graphite.patch
(from rev 88570, lib32-harfbuzz/trunk/remove-graphite.patch)
Deleted:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
  lib32-harfbuzz/repos/multilib-x86_64/remove-graphite.patch

---+
 PKGBUILD  |   84 
 remove-graphite.patch |   30 -
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 08:43:16 UTC (rev 88570)
+++ PKGBUILD2013-04-20 08:43:21 UTC (rev 88571)
@@ -1,42 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.15
-pkgrel=1
-pkgdesc=OpenType text shaping engine. (32-bit)
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2
-remove-graphite.patch)
-sha256sums=('214f919c2c998eb1316dd1a14a13adf27460e706a709488777076babf7fbbf1d'
-'bf89c8387b94638cd8f371931f8101a7c32b744023df252e1a0b67f4e82e9df4')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  patch -p0 -i $srcdir/remove-graphite.patch
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 88570, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 08:43:21 UTC (rev 88571)
@@ -0,0 +1,42 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=0.9.16
+pkgrel=1
+pkgdesc=OpenType text shaping engine. (32-bit)
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2
+remove-graphite.patch)
+sha256sums=('6da7e032f705d8a5c91487cd296628d64975672a5b0c1704829cf2285072c92b'
+'bf89c8387b94638cd8f371931f8101a7c32b744023df252e1a0b67f4e82e9df4')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  patch -p0 -i $srcdir/remove-graphite.patch
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: remove-graphite.patch
===
--- remove-graphite.patch   2013-04-20 08:43:16 UTC (rev 88570)
+++ remove-graphite.patch   2013-04-20 08:43:21 UTC (rev 88571)
@@ -1,15 +0,0 @@
 configure_2012-11-21_104449.ac 2012-11-21 10:44:49.577069798 +0100
-+++ configure.ac   2012-11-21 10:51:47.620933574 +0100
-@@ -185,11 +185,7 @@
- 
- dnl ==
- 
--PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, 
have_graphite=false)
--if $have_graphite; then
--AC_DEFINE(HAVE_GRAPHITE2, 1, [Have Graphite library])
--fi
--AM_CONDITIONAL(HAVE_GRAPHITE2, $have_graphite)
-+AM_CONDITIONAL(HAVE_GRAPHITE2, 0)
- 
- dnl ==
- 

Copied: lib32-harfbuzz/repos/multilib-x86_64/remove-graphite.patch (from rev 
88570, lib32-harfbuzz/trunk/remove-graphite.patch)
===
--- remove-graphite.patch   (rev 0)
+++ remove-graphite.patch   2013-04-20 08:43:21 UTC (rev 88571)
@@ -0,0 +1,15 @@
+--- configure_2012-11-21_104449.ac 2012-11-21 

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

2013-04-20 Thread Lukas Fleischer
Date: Saturday, April 20, 2013 @ 15:03:31
  Author: lfleischer
Revision: 88572

upgpkg: cellwriter 1.3.5-1

Upstream update.

Modified:
  cellwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 08:43:21 UTC (rev 88571)
+++ PKGBUILD2013-04-20 13:03:31 UTC (rev 88572)
@@ -4,23 +4,23 @@
 # Contributor: Winston Weinert
 
 pkgname=cellwriter
-pkgver=1.3.4
-pkgrel=6
+pkgver=1.3.5
+pkgrel=1
 pkgdesc='A grid-entry natural handwriting input panel.'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://v1.risujin.org/cellwriter/'
 depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
 source=(http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz;
-
http://launchpadlibrarian.net/18959127/${pkgname}-${pkgver}-cellwidget-dont-disable-xinput.diff;)
-md5sums=('72b4e552a32d6acd888da0b88aeebbdd'
+
http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff;)
+md5sums=('16db87415c3c669e0489f9c4d795ec7d'
  '5e8c61309c5ec8f67f0af7bb5ceb1aea')
 install=${pkgname}.install
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}/src
 
-  patch -p0  
${srcdir}/${pkgname}-${pkgver}-cellwidget-dont-disable-xinput.diff
+  patch -p0  ${srcdir}/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff
 
   cd ${srcdir}/${pkgname}-${pkgver}
 



[arch-commits] Commit in cellwriter/repos (8 files)

2013-04-20 Thread Lukas Fleischer
Date: Saturday, April 20, 2013 @ 15:03:44
  Author: lfleischer
Revision: 88573

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

Added:
  cellwriter/repos/community-i686/PKGBUILD
(from rev 88572, cellwriter/trunk/PKGBUILD)
  cellwriter/repos/community-i686/cellwriter.install
(from rev 88572, cellwriter/trunk/cellwriter.install)
  cellwriter/repos/community-x86_64/PKGBUILD
(from rev 88572, cellwriter/trunk/PKGBUILD)
  cellwriter/repos/community-x86_64/cellwriter.install
(from rev 88572, cellwriter/trunk/cellwriter.install)
Deleted:
  cellwriter/repos/community-i686/PKGBUILD
  cellwriter/repos/community-i686/cellwriter.install
  cellwriter/repos/community-x86_64/PKGBUILD
  cellwriter/repos/community-x86_64/cellwriter.install

-+
 /PKGBUILD   |   68 ++
 /cellwriter.install |   28 ++
 community-i686/PKGBUILD |   34 -
 community-i686/cellwriter.install   |   14 ---
 community-x86_64/PKGBUILD   |   34 -
 community-x86_64/cellwriter.install |   14 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 13:03:31 UTC (rev 88572)
+++ community-i686/PKGBUILD 2013-04-20 13:03:44 UTC (rev 88573)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Cilyan Olowen gak...@gmail.com
-# Contributor: Alexander Markov apsheron...@gmail.com
-# Contributor: Winston Weinert
-
-pkgname=cellwriter
-pkgver=1.3.4
-pkgrel=6
-pkgdesc='A grid-entry natural handwriting input panel.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://v1.risujin.org/cellwriter/'
-depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
-source=(http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz;
-
http://launchpadlibrarian.net/18959127/${pkgname}-${pkgver}-cellwidget-dont-disable-xinput.diff;)
-md5sums=('72b4e552a32d6acd888da0b88aeebbdd'
- '5e8c61309c5ec8f67f0af7bb5ceb1aea')
-install=${pkgname}.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-
-  patch -p0  
${srcdir}/${pkgname}-${pkgver}-cellwidget-dont-disable-xinput.diff
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  env LDFLAGS='-lX11' ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: cellwriter/repos/community-i686/PKGBUILD (from rev 88572, 
cellwriter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 13:03:44 UTC (rev 88573)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Cilyan Olowen gak...@gmail.com
+# Contributor: Alexander Markov apsheron...@gmail.com
+# Contributor: Winston Weinert
+
+pkgname=cellwriter
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='A grid-entry natural handwriting input panel.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://v1.risujin.org/cellwriter/'
+depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
+source=(http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz;
+
http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff;)
+md5sums=('16db87415c3c669e0489f9c4d795ec7d'
+ '5e8c61309c5ec8f67f0af7bb5ceb1aea')
+install=${pkgname}.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+
+  patch -p0  ${srcdir}/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  env LDFLAGS='-lX11' ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/cellwriter.install
===
--- community-i686/cellwriter.install   2013-04-20 13:03:31 UTC (rev 88572)
+++ community-i686/cellwriter.install   2013-04-20 13:03:44 UTC (rev 88573)
@@ -1,14 +0,0 @@
-post_install() {
-  echo Updating GTK icon cache ...
-  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  echo Updating GTK icon cache ...
-  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
-}
-
-post_remove() {
-  echo Updating GTK icon cache ...
-  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
-}

Copied: cellwriter/repos/community-i686/cellwriter.install (from rev 88572, 
cellwriter/trunk/cellwriter.install)
===
--- community-i686/cellwriter.install   (rev 0)
+++ community-i686/cellwriter.install   2013-04-20 13:03:44 UTC (rev 88573)
@@ -0,0 +1,14 @@
+post_install() {
+  echo Updating GTK icon cache ...
+  

[arch-commits] Commit in dvtm/trunk (PKGBUILD config.h)

2013-04-20 Thread Lukas Fleischer
Date: Saturday, April 20, 2013 @ 15:06:43
  Author: lfleischer
Revision: 88574

upgpkg: dvtm 0.9-1

Upstream update.

Modified:
  dvtm/trunk/PKGBUILD
  dvtm/trunk/config.h

--+
 PKGBUILD |6 +++---
 config.h |   44 +++-
 2 files changed, 26 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 13:03:44 UTC (rev 88573)
+++ PKGBUILD2013-04-20 13:06:43 UTC (rev 88574)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=dvtm
-pkgver=0.8
+pkgver=0.9
 pkgrel=1
 pkgdesc='Dynamic virtual terminal manager.'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('ncurses')
 
source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'config.h')
-md5sums=('c565067557c9be4cdc63aecd0932452e'
- '50ae76c4b33864f0cf051417443cc422')
+md5sums=('7de1103abb0ca410f7250cf89f019a38'
+ '41107e5e84a8572f70d6cb111b4e07f8')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}

Modified: config.h
===
--- config.h2013-04-20 13:03:44 UTC (rev 88573)
+++ config.h2013-04-20 13:06:43 UTC (rev 88574)
@@ -1,4 +1,3 @@
-/* curses attributes for the currently focused window */
 /* valid curses attributes are listed below they can be ORed
  *
  * A_NORMALNormal display (no highlight)
@@ -10,23 +9,16 @@
  * A_BOLD  Extra bright or bold
  * A_PROTECT   Protected mode
  * A_INVIS Invisible or blank mode
- *
  */
 #define BLUE(COLORS==256 ? 68 : COLOR_BLUE)
-
-#define SELECTED_ATTR   A_NORMAL
-#define SELECTED_FG BLUE
-#define SELECTED_BG -1
+/* curses attributes for the currently focused window */
+#define SELECTED_ATTR   COLOR(BLUE, -1) | A_NORMAL
 /* curses attributes for normal (not selected) windows */
-#define NORMAL_ATTR A_NORMAL
-#define NORMAL_FG   -1
-#define NORMAL_BG   -1
+#define NORMAL_ATTR COLOR(-1, -1) | A_NORMAL
+/* curses attributes for the status bar */
+#define BAR_ATTRCOLOR(BLUE, -1) | A_NORMAL
 /* status bar (command line option -s) position */
 #define BAR_POSBAR_TOP /* BAR_BOTTOM, BAR_OFF */
-/* curses attributes for the status bar */
-#define BAR_ATTRA_NORMAL
-#define BAR_FG  BLUE
-#define BAR_BG  -1
 /* determines whether the statusbar text should be right or left aligned */
 #define BAR_ALIGN   ALIGN_RIGHT
 /* separator between window title and window number */
@@ -46,7 +38,7 @@
 #include fullscreen.c
 
 /* by default the first layout entry is used */
-Layout layouts[] = {
+static Layout layouts[] = {
{ []=, tile },
{ +++, grid },
{ TTT, bstack },
@@ -55,9 +47,10 @@
 
 #define MOD CTRL('g')
 
-/* you can at most specifiy MAX_ARGS (2) number of arguments */
-Key keys[] = {
+/* you can at most specifiy MAX_ARGS (3) number of arguments */
+static Key keys[] = {
{ MOD, 'c',   { create, { NULL }} },
+   { MOD, 'C',   { create, { NULL, NULL, $CWD }  } },
{ MOD, 'x',   { killclient, { NULL }} },
{ MOD, 'j',   { focusnext,  { NULL }} },
{ MOD, 'u',   { focusnextnm,{ NULL }} },
@@ -89,14 +82,19 @@
{ MOD, 'r',   { redraw, { NULL }} },
{ MOD, 'X',   { lock,   { NULL }} },
{ MOD, 'B',   { togglebell, { NULL }} },
+   { MOD, 'v',   { copymode,   { NULL }} },
+   { MOD, '/',   { copymode,   { / } } },
+   { MOD, '?',   { copymode,   { ? } } },
+   { MOD, 'p',   { paste,  { NULL }} },
{ MOD, KEY_PPAGE, { scrollback, { -1 }} },
{ MOD, KEY_NPAGE, { scrollback, { 1  }} },
-   { MOD, '?',   { create, { man dvtm, dvtm help } } },
+   { MOD, KEY_F(1),  { create, { man dvtm, dvtm help } } },
 };
 
 static const ColorRule colorrules[] = {
+   { , A_NORMAL, -1, -1 }, /* default */
+#if 0
/* title attrs fgcolor  bgcolor */
-#if 0
{ ssh, A_NORMAL, COLOR_BLACK, 224  },
 #endif
 };
@@ -137,7 +135,7 @@
 #define ENABLE_MOUSE true /* whether to enable mouse events by default */
 
 #ifdef CONFIG_MOUSE
-Button buttons[] = {
+static Button buttons[] = {
{ BUTTON1_CLICKED,{ mouse_focus,  { NULL  } } },
{ BUTTON1_DOUBLE_CLICKED, { mouse_fullscreen, { [ ] } } },
{ BUTTON2_CLICKED,{ mouse_zoom,   { NULL  } } },
@@ -145,11 +143,15 @@
 };
 #endif /* CONFIG_MOUSE */
 
-Cmd commands[] = {
+static Cmd commands[] = {
{ create, { create,   { NULL } } },
 };
 
 /* 

[arch-commits] Commit in dvtm/repos (8 files)

2013-04-20 Thread Lukas Fleischer
Date: Saturday, April 20, 2013 @ 15:06:56
  Author: lfleischer
Revision: 88575

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

Added:
  dvtm/repos/community-i686/PKGBUILD
(from rev 88574, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-i686/config.h
(from rev 88574, dvtm/trunk/config.h)
  dvtm/repos/community-x86_64/PKGBUILD
(from rev 88574, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-x86_64/config.h
(from rev 88574, dvtm/trunk/config.h)
Deleted:
  dvtm/repos/community-i686/PKGBUILD
  dvtm/repos/community-i686/config.h
  dvtm/repos/community-x86_64/PKGBUILD
  dvtm/repos/community-x86_64/config.h

---+
 /PKGBUILD |   68 +
 /config.h |  314 
 community-i686/PKGBUILD   |   34 
 community-i686/config.h   |  155 -
 community-x86_64/PKGBUILD |   34 
 community-x86_64/config.h |  155 -
 6 files changed, 382 insertions(+), 378 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 13:06:43 UTC (rev 88574)
+++ community-i686/PKGBUILD 2013-04-20 13:06:56 UTC (rev 88575)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Giorgio Lando patroc...@gmail.com
-# Contributor: bender02 at gmx dot com
-
-pkgname=dvtm
-pkgver=0.8
-pkgrel=1
-pkgdesc='Dynamic virtual terminal manager.'
-arch=('i686' 'x86_64')
-url='http://www.brain-dump.org/projects/dvtm/'
-license=('MIT')
-depends=('ncurses')
-source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'config.h')
-md5sums=('c565067557c9be4cdc63aecd0932452e'
- '50ae76c4b33864f0cf051417443cc422')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   cp ${srcdir}/config.h .
-   sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
-
-   make clean
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm0644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: dvtm/repos/community-i686/PKGBUILD (from rev 88574, dvtm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 13:06:56 UTC (rev 88575)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Giorgio Lando patroc...@gmail.com
+# Contributor: bender02 at gmx dot com
+
+pkgname=dvtm
+pkgver=0.9
+pkgrel=1
+pkgdesc='Dynamic virtual terminal manager.'
+arch=('i686' 'x86_64')
+url='http://www.brain-dump.org/projects/dvtm/'
+license=('MIT')
+depends=('ncurses')
+source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'config.h')
+md5sums=('7de1103abb0ca410f7250cf89f019a38'
+ '41107e5e84a8572f70d6cb111b4e07f8')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   cp ${srcdir}/config.h .
+   sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
+
+   make clean
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+   install -Dm0644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2013-04-20 13:06:43 UTC (rev 88574)
+++ community-i686/config.h 2013-04-20 13:06:56 UTC (rev 88575)
@@ -1,155 +0,0 @@
-/* curses attributes for the currently focused window */
-/* valid curses attributes are listed below they can be ORed
- *
- * A_NORMALNormal display (no highlight)
- * A_STANDOUT  Best highlighting mode of the terminal.
- * A_UNDERLINE Underlining
- * A_REVERSE   Reverse video
- * A_BLINK Blinking
- * A_DIM   Half bright
- * A_BOLD  Extra bright or bold
- * A_PROTECT   Protected mode
- * A_INVIS Invisible or blank mode
- *
- */
-#define BLUE(COLORS==256 ? 68 : COLOR_BLUE)
-
-#define SELECTED_ATTR   A_NORMAL
-#define SELECTED_FG BLUE
-#define SELECTED_BG -1
-/* curses attributes for normal (not selected) windows */
-#define NORMAL_ATTR A_NORMAL
-#define NORMAL_FG   -1
-#define NORMAL_BG   -1
-/* status bar (command line option -s) position */
-#define BAR_POSBAR_TOP /* BAR_BOTTOM, BAR_OFF */
-/* curses attributes for the status bar */
-#define BAR_ATTRA_NORMAL
-#define BAR_FG  BLUE
-#define BAR_BG  -1
-/* determines whether the statusbar text should be right or left aligned */
-#define BAR_ALIGN   ALIGN_RIGHT
-/* separator between window title and window number */
-#define SEPARATOR  | 
-/* printf format string for the window title, first %s
- * is replaced by the 

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

2013-04-20 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 16:19:01
  Author: heftig
Revision: 183271

enable wayland and gles

Modified:
  cogl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 07:18:02 UTC (rev 183270)
+++ PKGBUILD2013-04-20 14:19:01 UTC (rev 183271)
@@ -3,7 +3,7 @@
 
 pkgname=cogl
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
 arch=('i686' 'x86_64')
 url=http://www.clutter-project.org/;
@@ -16,7 +16,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+--enable-wayland-egl-{platform,server} --enable-gles{1,2}
   make
 }
 



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

2013-04-20 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 16:24:27
  Author: heftig
Revision: 183272

enable wayland, egl, and evdev

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 14:19:01 UTC (rev 183271)
+++ PKGBUILD2013-04-20 14:24:27 UTC (rev 183272)
@@ -5,20 +5,21 @@
 
 pkgname=clutter
 pkgver=1.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection
+  ./configure --prefix=/usr --enable-introspection \
+--enable-wayland-{backend,compositor} --enable-egl-backend 
--enable-evdev-input
   make
 }
 



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

2013-04-20 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 16:25:44
  Author: heftig
Revision: 183273

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

Added:
  cogl/repos/testing-i686/PKGBUILD
(from rev 183272, cogl/trunk/PKGBUILD)
  cogl/repos/testing-x86_64/PKGBUILD
(from rev 183272, cogl/trunk/PKGBUILD)
Deleted:
  cogl/repos/testing-i686/PKGBUILD
  cogl/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   58 ++
 testing-i686/PKGBUILD   |   28 --
 testing-x86_64/PKGBUILD |   28 --
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-20 14:24:27 UTC (rev 183272)
+++ testing-i686/PKGBUILD   2013-04-20 14:25:44 UTC (rev 183273)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=cogl
-pkgver=1.14.0
-pkgrel=1
-pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
-arch=('i686' 'x86_64')
-url=http://www.clutter-project.org/;
-license=('GPL2')
-depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
-makedepends=('mesa' 'gobject-introspection')
-options=(!libtool !emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cogl/repos/testing-i686/PKGBUILD (from rev 183272, cogl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-20 14:25:44 UTC (rev 183273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.14.0
+pkgrel=2
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-wayland-egl-{platform,server} --enable-gles{1,2}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-20 14:24:27 UTC (rev 183272)
+++ testing-x86_64/PKGBUILD 2013-04-20 14:25:44 UTC (rev 183273)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=cogl
-pkgver=1.14.0
-pkgrel=1
-pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
-arch=('i686' 'x86_64')
-url=http://www.clutter-project.org/;
-license=('GPL2')
-depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
-makedepends=('mesa' 'gobject-introspection')
-options=(!libtool !emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cogl/repos/testing-x86_64/PKGBUILD (from rev 183272, 
cogl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-20 14:25:44 UTC (rev 183273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.14.0
+pkgrel=2
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-wayland-egl-{platform,server} --enable-gles{1,2}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-20 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 16:27:02
  Author: heftig
Revision: 183274

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

Added:
  clutter/repos/testing-i686/PKGBUILD
(from rev 183273, clutter/trunk/PKGBUILD)
  clutter/repos/testing-x86_64/PKGBUILD
(from rev 183273, clutter/trunk/PKGBUILD)
Deleted:
  clutter/repos/testing-i686/PKGBUILD
  clutter/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   58 ++
 testing-i686/PKGBUILD   |   28 --
 testing-x86_64/PKGBUILD |   28 --
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-20 14:25:44 UTC (rev 183273)
+++ testing-i686/PKGBUILD   2013-04-20 14:27:02 UTC (rev 183274)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clutter
-pkgver=1.14.2
-pkgrel=1
-pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter/repos/testing-i686/PKGBUILD (from rev 183273, 
clutter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-20 14:27:02 UTC (rev 183274)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.14.2
+pkgrel=2
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection \
+--enable-wayland-{backend,compositor} --enable-egl-backend 
--enable-evdev-input
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-20 14:25:44 UTC (rev 183273)
+++ testing-x86_64/PKGBUILD 2013-04-20 14:27:02 UTC (rev 183274)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clutter
-pkgver=1.14.2
-pkgrel=1
-pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter/repos/testing-x86_64/PKGBUILD (from rev 183273, 
clutter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-20 14:27:02 UTC (rev 183274)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.14.2
+pkgrel=2
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

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

2013-04-20 Thread Daniel Wallace
Date: Saturday, April 20, 2013 @ 16:52:02
  Author: dwallace
Revision: 88576

upgpkg: connman 1.13-1

upgpkg: connman 1.13-1

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 13:06:56 UTC (rev 88575)
+++ PKGBUILD2013-04-20 14:52:02 UTC (rev 88576)
@@ -3,8 +3,8 @@
 # Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
 
 pkgname=connman
-pkgver=1.12
-pkgrel=2
+pkgver=1.13
+pkgrel=1
 pkgdesc=Wireless LAN network manager
 url=http://connman.net/;
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 options=('!libtool')
 
source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'allow_group_network.diff')
-md5sums=('41e5bbc603d031459df4ff243b8318f0'
+md5sums=('12c0d5a52ad3749afac260ebc7151d16'
  'a8d22ee089fb0ed725130d16ad393047')
 
 build() {



[arch-commits] Commit in connman/repos (8 files)

2013-04-20 Thread Daniel Wallace
Date: Saturday, April 20, 2013 @ 16:52:33
  Author: dwallace
Revision: 88577

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 88576, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 88576, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 88576, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 88576, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |   86 
 /allow_group_network.diff |   24 +++
 community-i686/PKGBUILD   |   43 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 14:52:02 UTC (rev 88576)
+++ community-i686/PKGBUILD 2013-04-20 14:52:33 UTC (rev 88577)
@@ -1,43 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=connman
-pkgver=1.12
-pkgrel=2
-pkgdesc=Wireless LAN network manager
-url=http://connman.net/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
-conflicts=('openresolv')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
-options=('!libtool')
-source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'allow_group_network.diff')
-md5sums=('41e5bbc603d031459df4ff243b8318f0'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/allow_group_network.diff
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/sbin/${pkgname}ctl
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 88576, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 14:52:33 UTC (rev 88577)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=connman
+pkgver=1.13
+pkgrel=1
+pkgdesc=Wireless LAN network manager
+url=http://connman.net/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
+options=('!libtool')
+source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'allow_group_network.diff')
+md5sums=('12c0d5a52ad3749afac260ebc7151d16'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/allow_group_network.diff
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/sbin/${pkgname}ctl
+}

Deleted: community-i686/allow_group_network.diff
===
--- community-i686/allow_group_network.diff 2013-04-20 14:52:02 UTC (rev 
88576)
+++ community-i686/allow_group_network.diff 2013-04-20 14:52:33 UTC (rev 
88577)
@@ -1,12 +0,0 @@
 a/src/connman-polkit.conf  2010-11-05 12:09:04.285423955 -0200
-+++ b/src/connman-polkit.conf  2010-11-05 12:10:53.041423934 -0200
-@@ -5,6 +5,9 @@
- allow own=net.connman/
- allow 

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

2013-04-20 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 17:02:05
  Author: heftig
Revision: 88578

openexr rebuild

Modified:
  darktable/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 14:52:33 UTC (rev 88577)
+++ PKGBUILD2013-04-20 15:02:05 UTC (rev 88578)
@@ -6,7 +6,7 @@
 pkgname=darktable
 pkgver=1.2
 _pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -25,6 +25,7 @@
   cd $srcdir/$pkgname-$pkgver
   mkdir -p build
   cd build
+  CXXFLAGS+= -fpermissive
   cmake \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_BUILD_TYPE=Release \



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

2013-04-20 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 17:03:56
  Author: heftig
Revision: 88579

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

Added:
  darktable/repos/community-testing-i686/
  darktable/repos/community-testing-i686/PKGBUILD
(from rev 88578, darktable/trunk/PKGBUILD)
  darktable/repos/community-testing-i686/darktable.install
(from rev 88578, darktable/trunk/darktable.install)
  darktable/repos/community-testing-x86_64/
  darktable/repos/community-testing-x86_64/PKGBUILD
(from rev 88578, darktable/trunk/PKGBUILD)
  darktable/repos/community-testing-x86_64/darktable.install
(from rev 88578, darktable/trunk/darktable.install)

+
 community-testing-i686/PKGBUILD|   44 +++
 community-testing-i686/darktable.install   |   11 ++
 community-testing-x86_64/PKGBUILD  |   44 +++
 community-testing-x86_64/darktable.install |   11 ++
 4 files changed, 110 insertions(+)

Copied: darktable/repos/community-testing-i686/PKGBUILD (from rev 88578, 
darktable/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-20 15:03:56 UTC (rev 88579)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.2
+_pkgver=1.2
+pkgrel=2
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 
'sqlite' 'libxslt'
+'libsoup')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('31bfd13d4786aac4f99d5155a811602b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}

Copied: darktable/repos/community-testing-i686/darktable.install (from rev 
88578, darktable/trunk/darktable.install)
===
--- community-testing-i686/darktable.install(rev 0)
+++ community-testing-i686/darktable.install2013-04-20 15:03:56 UTC (rev 
88579)
@@ -0,0 +1,11 @@
+post_install() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}
+
+post_upgrade() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}
+
+post_remove() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}

Copied: darktable/repos/community-testing-x86_64/PKGBUILD (from rev 88578, 
darktable/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-20 15:03:56 UTC (rev 88579)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.2
+_pkgver=1.2
+pkgrel=2
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 
'sqlite' 'libxslt'
+'libsoup')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('31bfd13d4786aac4f99d5155a811602b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make 

[arch-commits] Commit in mp3splt-gtk/trunk (PKGBUILD mp3splt-gtk.changelog)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 17:31:32
  Author: jlichtblau
Revision: 88580

upgpkg: mp3splt-gtk 0.8.2-1

Modified:
  mp3splt-gtk/trunk/PKGBUILD
  mp3splt-gtk/trunk/mp3splt-gtk.changelog

---+
 PKGBUILD  |4 ++--
 mp3splt-gtk.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 15:03:56 UTC (rev 88579)
+++ PKGBUILD2013-04-20 15:31:32 UTC (rev 88580)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=mp3splt-gtk
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=Split mp3 and ogg files without decoding
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0bfd6524bd29e061c9d00574c164ed70a112eec11f36ae8a240606c712f1241')
+sha256sums=('5634d0a6d15f73affc361c49cafb96a5e53fa2e65a6d7723e74a3a79d3f27c88')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2013-04-20 15:03:56 UTC (rev 88579)
+++ mp3splt-gtk.changelog   2013-04-20 15:31:32 UTC (rev 88580)
@@ -1,3 +1,6 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.8.2-1
+
 2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* mp3splt-gtk 0.8.1-1
 



[arch-commits] Commit in mp3splt-gtk/repos/community-x86_64 (6 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 17:31:43
  Author: jlichtblau
Revision: 88581

archrelease: copy trunk to community-x86_64

Added:
  mp3splt-gtk/repos/community-x86_64/PKGBUILD
(from rev 88580, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog
(from rev 88580, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.install
(from rev 88580, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-x86_64/PKGBUILD
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.install

---+
 PKGBUILD  |   58 ++--
 mp3splt-gtk.changelog |   63 +---
 mp3splt-gtk.install   |8 +++---
 3 files changed, 66 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 15:31:32 UTC (rev 88580)
+++ PKGBUILD2013-04-20 15:31:43 UTC (rev 88581)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=mp3splt-gtk
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=Split mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkgconfig')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0bfd6524bd29e061c9d00574c164ed70a112eec11f36ae8a240606c712f1241')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-x86_64/PKGBUILD (from rev 88580, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 15:31:43 UTC (rev 88581)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=mp3splt-gtk
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=Split mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
+makedepends=('pkgconfig')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('5634d0a6d15f73affc361c49cafb96a5e53fa2e65a6d7723e74a3a79d3f27c88')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2013-04-20 15:31:32 UTC (rev 88580)
+++ mp3splt-gtk.changelog   2013-04-20 15:31:43 UTC (rev 88581)
@@ -1,30 +0,0 @@
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.1-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog (from rev 
88580, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2013-04-20 15:31:43 UTC (rev 88581)
@@ -0,0 +1,33 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.8.2-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.8.1-1
+
+2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.7.3-1
+
+2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.7.2-1
+
+2012-02-26 Jaroslav Lichtblau 

[arch-commits] Commit in nzbget/trunk (PKGBUILD nzbget.changelog)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 17:33:25
  Author: jlichtblau
Revision: 88582

upgpkg: nzbget 10.2-1

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

--+
 PKGBUILD |4 ++--
 nzbget.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 15:31:43 UTC (rev 88581)
+++ PKGBUILD2013-04-20 15:33:25 UTC (rev 88582)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=nzbget
-pkgver=9.1
+pkgver=10.2
 pkgrel=1
 pkgdesc=Download from Usenet using .nzb files
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 makedepends=('autoconf' 'automake')
 changelog=$pkgname.changelog
 source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('0cd20e1c78359c720862c19c5fd908dc10d6b54658441b86f9caaa71f66e5633')
+sha256sums=('c9b878744c162e7721ffc8b048a2e4550a8ed8da6e706ee4cbd026ed2d612ec2')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: nzbget.changelog
===
--- nzbget.changelog2013-04-20 15:31:43 UTC (rev 88581)
+++ nzbget.changelog2013-04-20 15:33:25 UTC (rev 88582)
@@ -1,3 +1,6 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 10.2-1
+
 2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* nzbget 9.1-1
 



[arch-commits] Commit in nzbget/repos/community-x86_64 (4 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 17:33:34
  Author: jlichtblau
Revision: 88583

archrelease: copy trunk to community-x86_64

Added:
  nzbget/repos/community-x86_64/PKGBUILD
(from rev 88582, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-x86_64/nzbget.changelog
(from rev 88582, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-x86_64/PKGBUILD
  nzbget/repos/community-x86_64/nzbget.changelog

--+
 PKGBUILD |   64 ++---
 nzbget.changelog |   63 +++-
 2 files changed, 65 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 15:33:25 UTC (rev 88582)
+++ PKGBUILD2013-04-20 15:33:34 UTC (rev 88583)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=nzbget
-pkgver=9.1
-pkgrel=1
-pkgdesc=Download from Usenet using .nzb files
-arch=('x86_64' 'i686')
-url=http://nzbget.sourceforge.net/;
-license=('GPL')
-depends=('gnutls' 'libpar2' 'libxml2' 'libsigc++' 'libgcrypt')
-makedepends=('autoconf' 'automake')
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('0cd20e1c78359c720862c19c5fd908dc10d6b54658441b86f9caaa71f66e5633')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-parcheck
-  make CXXFLAGS=-lsigc-2.0
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/$pkgname
-  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
-}

Copied: nzbget/repos/community-x86_64/PKGBUILD (from rev 88582, 
nzbget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 15:33:34 UTC (rev 88583)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=nzbget
+pkgver=10.2
+pkgrel=1
+pkgdesc=Download from Usenet using .nzb files
+arch=('x86_64' 'i686')
+url=http://nzbget.sourceforge.net/;
+license=('GPL')
+depends=('gnutls' 'libpar2' 'libxml2' 'libsigc++' 'libgcrypt')
+makedepends=('autoconf' 'automake')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('c9b878744c162e7721ffc8b048a2e4550a8ed8da6e706ee4cbd026ed2d612ec2')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-parcheck
+  make CXXFLAGS=-lsigc-2.0
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/$pkgname
+  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
+}

Deleted: nzbget.changelog
===
--- nzbget.changelog2013-04-20 15:33:25 UTC (rev 88582)
+++ nzbget.changelog2013-04-20 15:33:34 UTC (rev 88583)
@@ -1,30 +0,0 @@
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.1
-
-2008-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Package moved to [community]
-   * Update to major release 0.5.0

Copied: nzbget/repos/community-x86_64/nzbget.changelog (from rev 88582, 
nzbget/trunk/nzbget.changelog)
===
--- nzbget.changelog(rev 0)
+++ nzbget.changelog2013-04-20 15:33:34 UTC (rev 88583)
@@ -0,0 +1,33 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 10.2-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 9.1-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 9.0-1
+
+2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 0.8.0-1
+
+2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 0.7.0-4 package signed
+
+2010-05-12 

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

2013-04-20 Thread Daniel Wallace
Date: Saturday, April 20, 2013 @ 17:35:22
  Author: dwallace
Revision: 88584

upgpkg: dunst 1.0.0-1

upgpkg: dunst 1.0.0

Modified:
  dunst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 15:33:34 UTC (rev 88583)
+++ PKGBUILD2013-04-20 15:35:22 UTC (rev 88584)
@@ -3,17 +3,18 @@
 # Contributor: feuri
 
 pkgname=dunst
-pkgver=0.5.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=a dmenu-ish notification system 
 arch=('i686' 'x86_64')
 url=http://knopwob.github.com/dunst;
 license=(MIT)
-depends=(dbus libxinerama libxft libxss libxdg-basedir)
-makedepends=('perl')
+depends=(libxinerama libxss libxdg-basedir pango)
+optdepends=(libnotify: notify-send
+dbus: start dunst on demand)
+makedepends=(libnotify dbus 'perl')
 provides=(notification-daemon)
 
source=(${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3805fd0ef171378cc6ff3a74ce8a4f06')
 
 build() {
make -C $srcdir/$pkgname-$pkgver X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
@@ -24,3 +25,4 @@
install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 # vim:set ts=2 sw=2 et:
+md5sums=('bb5fee3cdf6ee30f7e11b7edd35e6723')



[arch-commits] Commit in mp3splt-gtk/repos/community-i686 (6 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 17:35:51
  Author: jlichtblau
Revision: 88585

archrelease: copy trunk to community-i686

Added:
  mp3splt-gtk/repos/community-i686/PKGBUILD
(from rev 88584, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
(from rev 88584, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install
(from rev 88584, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-i686/PKGBUILD
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install

---+
 PKGBUILD  |   58 ++--
 mp3splt-gtk.changelog |   63 +---
 mp3splt-gtk.install   |8 +++---
 3 files changed, 66 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 15:35:22 UTC (rev 88584)
+++ PKGBUILD2013-04-20 15:35:51 UTC (rev 88585)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=mp3splt-gtk
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=Split mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkgconfig')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0bfd6524bd29e061c9d00574c164ed70a112eec11f36ae8a240606c712f1241')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-i686/PKGBUILD (from rev 88584, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 15:35:51 UTC (rev 88585)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=mp3splt-gtk
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=Split mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
+makedepends=('pkgconfig')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('5634d0a6d15f73affc361c49cafb96a5e53fa2e65a6d7723e74a3a79d3f27c88')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2013-04-20 15:35:22 UTC (rev 88584)
+++ mp3splt-gtk.changelog   2013-04-20 15:35:51 UTC (rev 88585)
@@ -1,30 +0,0 @@
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.1-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog (from rev 88584, 
mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2013-04-20 15:35:51 UTC (rev 88585)
@@ -0,0 +1,33 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.8.2-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.8.1-1
+
+2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.7.3-1
+
+2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.7.2-1
+
+2012-02-26 Jaroslav Lichtblau 

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

2013-04-20 Thread Daniel Wallace
Date: Saturday, April 20, 2013 @ 17:35:54
  Author: dwallace
Revision: 88586

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

Added:
  dunst/repos/community-i686/PKGBUILD
(from rev 88584, dunst/trunk/PKGBUILD)
  dunst/repos/community-x86_64/PKGBUILD
(from rev 88584, dunst/trunk/PKGBUILD)
Deleted:
  dunst/repos/community-i686/PKGBUILD
  dunst/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   26 
 community-x86_64/PKGBUILD |   26 
 3 files changed, 56 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 15:35:51 UTC (rev 88585)
+++ community-i686/PKGBUILD 2013-04-20 15:35:54 UTC (rev 88586)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=a dmenu-ish notification system 
-arch=('i686' 'x86_64')
-url=http://knopwob.github.com/dunst;
-license=(MIT)
-depends=(dbus libxinerama libxft libxss libxdg-basedir)
-makedepends=('perl')
-provides=(notification-daemon)
-source=(${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3805fd0ef171378cc6ff3a74ce8a4f06')
-
-build() {
-   make -C $srcdir/$pkgname-$pkgver X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
-}
-
-package() {
-   make -C $pkgname-$pkgver DESTDIR=${pkgdir} PREFIX=/usr install
-   install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-i686/PKGBUILD (from rev 88584, 
dunst/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 15:35:54 UTC (rev 88586)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=a dmenu-ish notification system 
+arch=('i686' 'x86_64')
+url=http://knopwob.github.com/dunst;
+license=(MIT)
+depends=(libxinerama libxss libxdg-basedir pango)
+optdepends=(libnotify: notify-send
+dbus: start dunst on demand)
+makedepends=(libnotify dbus 'perl')
+provides=(notification-daemon)
+source=(${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2;)
+
+build() {
+   make -C $srcdir/$pkgname-$pkgver X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
+}
+
+package() {
+   make -C $pkgname-$pkgver DESTDIR=${pkgdir} PREFIX=/usr install
+   install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+# vim:set ts=2 sw=2 et:
+md5sums=('bb5fee3cdf6ee30f7e11b7edd35e6723')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-20 15:35:51 UTC (rev 88585)
+++ community-x86_64/PKGBUILD   2013-04-20 15:35:54 UTC (rev 88586)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=a dmenu-ish notification system 
-arch=('i686' 'x86_64')
-url=http://knopwob.github.com/dunst;
-license=(MIT)
-depends=(dbus libxinerama libxft libxss libxdg-basedir)
-makedepends=('perl')
-provides=(notification-daemon)
-source=(${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3805fd0ef171378cc6ff3a74ce8a4f06')
-
-build() {
-   make -C $srcdir/$pkgname-$pkgver X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
-}
-
-package() {
-   make -C $pkgname-$pkgver DESTDIR=${pkgdir} PREFIX=/usr install
-   install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 88584, 
dunst/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-20 15:35:54 UTC (rev 88586)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=a dmenu-ish notification system 
+arch=('i686' 'x86_64')
+url=http://knopwob.github.com/dunst;
+license=(MIT)
+depends=(libxinerama libxss libxdg-basedir pango)
+optdepends=(libnotify: notify-send
+dbus: start dunst on demand)
+makedepends=(libnotify dbus 'perl')
+provides=(notification-daemon)
+source=(${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2;)
+
+build() {
+   

[arch-commits] Commit in nzbget/repos/community-i686 (4 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 17:38:12
  Author: jlichtblau
Revision: 88587

archrelease: copy trunk to community-i686

Added:
  nzbget/repos/community-i686/PKGBUILD
(from rev 88586, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-i686/nzbget.changelog
(from rev 88586, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-i686/PKGBUILD
  nzbget/repos/community-i686/nzbget.changelog

--+
 PKGBUILD |   64 ++---
 nzbget.changelog |   63 +++-
 2 files changed, 65 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 15:35:54 UTC (rev 88586)
+++ PKGBUILD2013-04-20 15:38:12 UTC (rev 88587)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=nzbget
-pkgver=9.1
-pkgrel=1
-pkgdesc=Download from Usenet using .nzb files
-arch=('x86_64' 'i686')
-url=http://nzbget.sourceforge.net/;
-license=('GPL')
-depends=('gnutls' 'libpar2' 'libxml2' 'libsigc++' 'libgcrypt')
-makedepends=('autoconf' 'automake')
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('0cd20e1c78359c720862c19c5fd908dc10d6b54658441b86f9caaa71f66e5633')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-parcheck
-  make CXXFLAGS=-lsigc-2.0
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/$pkgname
-  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
-}

Copied: nzbget/repos/community-i686/PKGBUILD (from rev 88586, 
nzbget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 15:38:12 UTC (rev 88587)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=nzbget
+pkgver=10.2
+pkgrel=1
+pkgdesc=Download from Usenet using .nzb files
+arch=('x86_64' 'i686')
+url=http://nzbget.sourceforge.net/;
+license=('GPL')
+depends=('gnutls' 'libpar2' 'libxml2' 'libsigc++' 'libgcrypt')
+makedepends=('autoconf' 'automake')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('c9b878744c162e7721ffc8b048a2e4550a8ed8da6e706ee4cbd026ed2d612ec2')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-parcheck
+  make CXXFLAGS=-lsigc-2.0
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/$pkgname
+  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
+}

Deleted: nzbget.changelog
===
--- nzbget.changelog2013-04-20 15:35:54 UTC (rev 88586)
+++ nzbget.changelog2013-04-20 15:38:12 UTC (rev 88587)
@@ -1,30 +0,0 @@
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.1
-
-2008-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Package moved to [community]
-   * Update to major release 0.5.0

Copied: nzbget/repos/community-i686/nzbget.changelog (from rev 88586, 
nzbget/trunk/nzbget.changelog)
===
--- nzbget.changelog(rev 0)
+++ nzbget.changelog2013-04-20 15:38:12 UTC (rev 88587)
@@ -0,0 +1,33 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 10.2-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 9.1-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 9.0-1
+
+2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 0.8.0-1
+
+2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * nzbget 0.7.0-4 package signed
+
+2010-05-12 Jaroslav 

[arch-commits] Commit in ogmrip/trunk (PKGBUILD ogmrip.changelog)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 17:52:12
  Author: jlichtblau
Revision: 88588

upgpkg: ogmrip 1.0.0-1

Modified:
  ogmrip/trunk/PKGBUILD
  ogmrip/trunk/ogmrip.changelog

--+
 PKGBUILD |4 ++--
 ogmrip.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 15:38:12 UTC (rev 88587)
+++ PKGBUILD2013-04-20 15:52:12 UTC (rev 88588)
@@ -5,7 +5,7 @@
 # Contributor: Vrob (Markus Heuser) mheu...@mi.fu-berlin.de
 
 pkgname=ogmrip
-pkgver=0.13.8
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=Libraries and GTK2 interface for DVD ripping using mencoder
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 changelog=$pkgname.changelog
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ea6a75e6cc4fe7df1ed65648af208c87748959a6b372847b1005c3b92cc5a423')
+sha256sums=('6848a622152a62899b6e876e70ec36df1af7be9803b8b9c809ed631196bc18cc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: ogmrip.changelog
===
--- ogmrip.changelog2013-04-20 15:38:12 UTC (rev 88587)
+++ ogmrip.changelog2013-04-20 15:52:12 UTC (rev 88588)
@@ -1,3 +1,6 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * ogmrip 1.0.0-1
+
 2012-06-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* ogmrip O.13.8-1
 



[arch-commits] Commit in ogmrip/repos/community-x86_64 (6 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 17:52:25
  Author: jlichtblau
Revision: 88589

archrelease: copy trunk to community-x86_64

Added:
  ogmrip/repos/community-x86_64/PKGBUILD
(from rev 88588, ogmrip/trunk/PKGBUILD)
  ogmrip/repos/community-x86_64/ogmrip.changelog
(from rev 88588, ogmrip/trunk/ogmrip.changelog)
  ogmrip/repos/community-x86_64/ogmrip.install
(from rev 88588, ogmrip/trunk/ogmrip.install)
Deleted:
  ogmrip/repos/community-x86_64/PKGBUILD
  ogmrip/repos/community-x86_64/ogmrip.changelog
  ogmrip/repos/community-x86_64/ogmrip.install

--+
 PKGBUILD |   86 ++---
 ogmrip.changelog |   51 ---
 ogmrip.install   |   22 ++---
 3 files changed, 81 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 15:52:12 UTC (rev 88588)
+++ PKGBUILD2013-04-20 15:52:25 UTC (rev 88589)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Daenyth
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Vrob (Markus Heuser) mheu...@mi.fu-berlin.de
-
-pkgname=ogmrip
-pkgver=0.13.8
-pkgrel=1
-pkgdesc=Libraries and GTK2 interface for DVD ripping using mencoder
-arch=('i686' 'x86_64')
-url=http://ogmrip.sourceforge.net/;
-license=('GPL')
-depends=('libdvdread=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 
'libglade' 'libnotify' 'enchant')
-makedepends=('patch' 'intltool' 'perl-xml-parser' 'faac' 'lame' 'mkvtoolnix' 
'libtheora' 'ogmtools' 'gpac' 'vorbis-tools' 'tesseract')
-optdepends=('faac: support for the AAC audio codec'
-'lame: support for the MP3 audio codec'
-'mkvtoolnix: create, alter, and inspect Matroska files'
-'libtheora: decode and encode Ogg Theora files'
-'ogmtools: support for the Ogg Media container'
-'gpac: support for the MP4 container'
-'vorbis-tools: support for the Ogg Vorbis audio codec'
-'gocr: support for the SRT subtitle format'
-'ocrad: support for the SRT subtitle format'
-'tesseract: support for the SRT subtitle format')
-options=('!libtool' '!makeflags')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ea6a75e6cc4fe7df1ed65648af208c87748959a6b372847b1005c3b92cc5a423')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/usr/share
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: ogmrip/repos/community-x86_64/PKGBUILD (from rev 88588, 
ogmrip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 15:52:25 UTC (rev 88589)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Daenyth
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Vrob (Markus Heuser) mheu...@mi.fu-berlin.de
+
+pkgname=ogmrip
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Libraries and GTK2 interface for DVD ripping using mencoder
+arch=('i686' 'x86_64')
+url=http://ogmrip.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 
'libglade' 'libnotify' 'enchant')
+makedepends=('patch' 'intltool' 'perl-xml-parser' 'faac' 'lame' 'mkvtoolnix' 
'libtheora' 'ogmtools' 'gpac' 'vorbis-tools' 'tesseract')
+optdepends=('faac: support for the AAC audio codec'
+'lame: support for the MP3 audio codec'
+'mkvtoolnix: create, alter, and inspect Matroska files'
+'libtheora: decode and encode Ogg Theora files'
+'ogmtools: support for the Ogg Media container'
+'gpac: support for the MP4 container'
+'vorbis-tools: support for the Ogg Vorbis audio codec'
+'gocr: support for the SRT subtitle format'
+'ocrad: support for the SRT subtitle format'
+'tesseract: support for the SRT subtitle format')
+options=('!libtool' '!makeflags')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6848a622152a62899b6e876e70ec36df1af7be9803b8b9c809ed631196bc18cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/usr/share
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: ogmrip.changelog
===
--- ogmrip.changelog2013-04-20 15:52:12 UTC (rev 88588)
+++ ogmrip.changelog2013-04-20 15:52:25 UTC (rev 88589)
@@ -1,24 +0,0 @@
-2012-06-07 Jaroslav Lichtblau 

[arch-commits] Commit in ogmrip/repos/community-i686 (6 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 17:59:31
  Author: jlichtblau
Revision: 88590

archrelease: copy trunk to community-i686

Added:
  ogmrip/repos/community-i686/PKGBUILD
(from rev 88589, ogmrip/trunk/PKGBUILD)
  ogmrip/repos/community-i686/ogmrip.changelog
(from rev 88589, ogmrip/trunk/ogmrip.changelog)
  ogmrip/repos/community-i686/ogmrip.install
(from rev 88589, ogmrip/trunk/ogmrip.install)
Deleted:
  ogmrip/repos/community-i686/PKGBUILD
  ogmrip/repos/community-i686/ogmrip.changelog
  ogmrip/repos/community-i686/ogmrip.install

--+
 PKGBUILD |   86 ++---
 ogmrip.changelog |   51 ---
 ogmrip.install   |   22 ++---
 3 files changed, 81 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 15:52:25 UTC (rev 88589)
+++ PKGBUILD2013-04-20 15:59:31 UTC (rev 88590)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Daenyth
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Vrob (Markus Heuser) mheu...@mi.fu-berlin.de
-
-pkgname=ogmrip
-pkgver=0.13.8
-pkgrel=1
-pkgdesc=Libraries and GTK2 interface for DVD ripping using mencoder
-arch=('i686' 'x86_64')
-url=http://ogmrip.sourceforge.net/;
-license=('GPL')
-depends=('libdvdread=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 
'libglade' 'libnotify' 'enchant')
-makedepends=('patch' 'intltool' 'perl-xml-parser' 'faac' 'lame' 'mkvtoolnix' 
'libtheora' 'ogmtools' 'gpac' 'vorbis-tools' 'tesseract')
-optdepends=('faac: support for the AAC audio codec'
-'lame: support for the MP3 audio codec'
-'mkvtoolnix: create, alter, and inspect Matroska files'
-'libtheora: decode and encode Ogg Theora files'
-'ogmtools: support for the Ogg Media container'
-'gpac: support for the MP4 container'
-'vorbis-tools: support for the Ogg Vorbis audio codec'
-'gocr: support for the SRT subtitle format'
-'ocrad: support for the SRT subtitle format'
-'tesseract: support for the SRT subtitle format')
-options=('!libtool' '!makeflags')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ea6a75e6cc4fe7df1ed65648af208c87748959a6b372847b1005c3b92cc5a423')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/usr/share
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: ogmrip/repos/community-i686/PKGBUILD (from rev 88589, 
ogmrip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 15:59:31 UTC (rev 88590)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Daenyth
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Vrob (Markus Heuser) mheu...@mi.fu-berlin.de
+
+pkgname=ogmrip
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Libraries and GTK2 interface for DVD ripping using mencoder
+arch=('i686' 'x86_64')
+url=http://ogmrip.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 
'libglade' 'libnotify' 'enchant')
+makedepends=('patch' 'intltool' 'perl-xml-parser' 'faac' 'lame' 'mkvtoolnix' 
'libtheora' 'ogmtools' 'gpac' 'vorbis-tools' 'tesseract')
+optdepends=('faac: support for the AAC audio codec'
+'lame: support for the MP3 audio codec'
+'mkvtoolnix: create, alter, and inspect Matroska files'
+'libtheora: decode and encode Ogg Theora files'
+'ogmtools: support for the Ogg Media container'
+'gpac: support for the MP4 container'
+'vorbis-tools: support for the Ogg Vorbis audio codec'
+'gocr: support for the SRT subtitle format'
+'ocrad: support for the SRT subtitle format'
+'tesseract: support for the SRT subtitle format')
+options=('!libtool' '!makeflags')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6848a622152a62899b6e876e70ec36df1af7be9803b8b9c809ed631196bc18cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/usr/share
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: ogmrip.changelog
===
--- ogmrip.changelog2013-04-20 15:52:25 UTC (rev 88589)
+++ ogmrip.changelog2013-04-20 15:59:31 UTC (rev 88590)
@@ -1,24 +0,0 @@
-2012-06-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:05:52
  Author: jlichtblau
Revision: 88591

upgpkg: qmmp 0.7.0-1

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |3 ++-
 qmmp.changelog |3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 15:59:31 UTC (rev 88590)
+++ PKGBUILD2013-04-20 16:05:52 UTC (rev 88591)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=qmmp
-pkgver=0.6.7
+pkgver=0.7.0
 pkgrel=1
 pkgdesc=Qt4 based audio-player
 arch=('i686' 'x86_64')
@@ -42,3 +42,4 @@
 mv $pkgdir/usr/lib64 $pkgdir/usr/lib
   fi
 }
+sha256sums=('2f9a67821a711f925e27d7254eb3039d31019fe1a2aaa7a901be0d2f9066183d')

Modified: qmmp.changelog
===
--- qmmp.changelog  2013-04-20 15:59:31 UTC (rev 88590)
+++ qmmp.changelog  2013-04-20 16:05:52 UTC (rev 88591)
@@ -1,3 +1,6 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.7.0-1
+
 2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* qmmp 0.6.7-1
 



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

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:06:32
  Author: jlichtblau
Revision: 88592

upgpkg: qmmp 0.7.0-1

Modified:
  qmmp/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 16:05:52 UTC (rev 88591)
+++ PKGBUILD2013-04-20 16:06:32 UTC (rev 88592)
@@ -24,7 +24,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('82d8ed7f3678695e213f0989f869095b37bd212d23ad2827981bc65225d59f8c')
+sha256sums=('2f9a67821a711f925e27d7254eb3039d31019fe1a2aaa7a901be0d2f9066183d')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
@@ -42,4 +42,3 @@
 mv $pkgdir/usr/lib64 $pkgdir/usr/lib
   fi
 }
-sha256sums=('2f9a67821a711f925e27d7254eb3039d31019fe1a2aaa7a901be0d2f9066183d')



[arch-commits] Commit in qmmp/repos/community-x86_64 (6 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:06:40
  Author: jlichtblau
Revision: 88593

archrelease: copy trunk to community-x86_64

Added:
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 88592, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 88592, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 88592, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

+
 PKGBUILD   |   88 -
 qmmp.changelog |  189 +++
 qmmp.install   |   24 +++---
 3 files changed, 152 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 16:06:32 UTC (rev 88592)
+++ PKGBUILD2013-04-20 16:06:40 UTC (rev 88593)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=qmmp
-pkgver=0.6.7
-pkgrel=1
-pkgdesc=Qt4 based audio-player
-arch=('i686' 'x86_64')
-url=http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('82d8ed7f3678695e213f0989f869095b37bd212d23ad2827981bc65225d59f8c')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 88592, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 16:06:40 UTC (rev 88593)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.7.0
+pkgrel=1
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2f9a67821a711f925e27d7254eb3039d31019fe1a2aaa7a901be0d2f9066183d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2013-04-20 16:06:32 UTC (rev 88592)
+++ qmmp.changelog  2013-04-20 16:06:40 UTC (rev 88593)
@@ -1,93 +0,0 @@
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.7-1
-
-2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.6-2 libcdio/libcdio-paranoia rebuild
-
-2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.6-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.5-1
-
-2012-11-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org

[arch-commits] Commit in unrtf/trunk (PKGBUILD unrtf.changelog)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:11:52
  Author: jlichtblau
Revision: 88594

upgpkg: unrtf 0.21.3-1

Modified:
  unrtf/trunk/PKGBUILD
  unrtf/trunk/unrtf.changelog

-+
 PKGBUILD|7 ++-
 unrtf.changelog |3 +++
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 16:06:40 UTC (rev 88593)
+++ PKGBUILD2013-04-20 16:11:52 UTC (rev 88594)
@@ -4,7 +4,7 @@
 # Contributor: froggie sulliva...@gmail.com
 
 pkgname=unrtf
-pkgver=0.21.2
+pkgver=0.21.3
 pkgrel=1
 pkgdesc=Command-line program which converts RTF documents to other formats
 arch=('i686' 'x86_64')
@@ -13,14 +13,11 @@
 depends=('glibc')
 changelog=$pkgname.changelog
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('acb1b093dd2c7485fc43b128ccaf665d6188f568752cec96d54b693374caddb0')
+sha256sums=('8aec68a5583fea8ac575cdb6bbd111ecc6700054127ab12023ac94729da77536')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
-# bugfix FS#14043
-  sed -e 's|/usr/local|/usr|' -i src/{main.h,path.h}
-
   ./configure --prefix=/usr
   make
 }

Modified: unrtf.changelog
===
--- unrtf.changelog 2013-04-20 16:06:40 UTC (rev 88593)
+++ unrtf.changelog 2013-04-20 16:11:52 UTC (rev 88594)
@@ -1,3 +1,6 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.3-1
+
 2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* unrtf 0.21.2
 



[arch-commits] Commit in unrtf/repos/community-x86_64 (4 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:12:02
  Author: jlichtblau
Revision: 88595

archrelease: copy trunk to community-x86_64

Added:
  unrtf/repos/community-x86_64/PKGBUILD
(from rev 88594, unrtf/trunk/PKGBUILD)
  unrtf/repos/community-x86_64/unrtf.changelog
(from rev 88594, unrtf/trunk/unrtf.changelog)
Deleted:
  unrtf/repos/community-x86_64/PKGBUILD
  unrtf/repos/community-x86_64/unrtf.changelog

-+
 PKGBUILD|   61 +-
 unrtf.changelog |   25 --
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 16:11:52 UTC (rev 88594)
+++ PKGBUILD2013-04-20 16:12:02 UTC (rev 88595)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: froggie sulliva...@gmail.com
-
-pkgname=unrtf
-pkgver=0.21.2
-pkgrel=1
-pkgdesc=Command-line program which converts RTF documents to other formats
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/unrtf/unrtf.html;
-license=('GPL3')
-depends=('glibc')
-changelog=$pkgname.changelog
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('acb1b093dd2c7485fc43b128ccaf665d6188f568752cec96d54b693374caddb0')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-# bugfix FS#14043
-  sed -e 's|/usr/local|/usr|' -i src/{main.h,path.h}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: unrtf/repos/community-x86_64/PKGBUILD (from rev 88594, 
unrtf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 16:12:02 UTC (rev 88595)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: froggie sulliva...@gmail.com
+
+pkgname=unrtf
+pkgver=0.21.3
+pkgrel=1
+pkgdesc=Command-line program which converts RTF documents to other formats
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/unrtf/unrtf.html;
+license=('GPL3')
+depends=('glibc')
+changelog=$pkgname.changelog
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('8aec68a5583fea8ac575cdb6bbd111ecc6700054127ab12023ac94729da77536')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: unrtf.changelog
===
--- unrtf.changelog 2013-04-20 16:11:52 UTC (rev 88594)
+++ unrtf.changelog 2013-04-20 16:12:02 UTC (rev 88595)
@@ -1,11 +0,0 @@
-2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.2
-
-2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.1
-
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14043 fixed
-
-2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.0

Copied: unrtf/repos/community-x86_64/unrtf.changelog (from rev 88594, 
unrtf/trunk/unrtf.changelog)
===
--- unrtf.changelog (rev 0)
+++ unrtf.changelog 2013-04-20 16:12:02 UTC (rev 88595)
@@ -0,0 +1,14 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.3-1
+
+2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.2
+
+2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.1
+
+2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#14043 fixed
+
+2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.0



[arch-commits] Commit in qmmp/repos/community-i686 (6 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:18:46
  Author: jlichtblau
Revision: 88596

archrelease: copy trunk to community-i686

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 88595, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 88595, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 88595, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install

+
 PKGBUILD   |   88 -
 qmmp.changelog |  189 +++
 qmmp.install   |   24 +++---
 3 files changed, 152 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 16:12:02 UTC (rev 88595)
+++ PKGBUILD2013-04-20 16:18:46 UTC (rev 88596)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=qmmp
-pkgver=0.6.7
-pkgrel=1
-pkgdesc=Qt4 based audio-player
-arch=('i686' 'x86_64')
-url=http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('82d8ed7f3678695e213f0989f869095b37bd212d23ad2827981bc65225d59f8c')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 88595, qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 16:18:46 UTC (rev 88596)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.7.0
+pkgrel=1
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2f9a67821a711f925e27d7254eb3039d31019fe1a2aaa7a901be0d2f9066183d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2013-04-20 16:12:02 UTC (rev 88595)
+++ qmmp.changelog  2013-04-20 16:18:46 UTC (rev 88596)
@@ -1,93 +0,0 @@
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.7-1
-
-2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.6-2 libcdio/libcdio-paranoia rebuild
-
-2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.6-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.5-1
-
-2012-11-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 

[arch-commits] Commit in unrtf/repos/community-i686 (4 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:22:00
  Author: jlichtblau
Revision: 88597

archrelease: copy trunk to community-i686

Added:
  unrtf/repos/community-i686/PKGBUILD
(from rev 88596, unrtf/trunk/PKGBUILD)
  unrtf/repos/community-i686/unrtf.changelog
(from rev 88596, unrtf/trunk/unrtf.changelog)
Deleted:
  unrtf/repos/community-i686/PKGBUILD
  unrtf/repos/community-i686/unrtf.changelog

-+
 PKGBUILD|   61 +-
 unrtf.changelog |   25 --
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 16:18:46 UTC (rev 88596)
+++ PKGBUILD2013-04-20 16:22:00 UTC (rev 88597)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: froggie sulliva...@gmail.com
-
-pkgname=unrtf
-pkgver=0.21.2
-pkgrel=1
-pkgdesc=Command-line program which converts RTF documents to other formats
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/unrtf/unrtf.html;
-license=('GPL3')
-depends=('glibc')
-changelog=$pkgname.changelog
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('acb1b093dd2c7485fc43b128ccaf665d6188f568752cec96d54b693374caddb0')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-# bugfix FS#14043
-  sed -e 's|/usr/local|/usr|' -i src/{main.h,path.h}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: unrtf/repos/community-i686/PKGBUILD (from rev 88596, 
unrtf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 16:22:00 UTC (rev 88597)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: froggie sulliva...@gmail.com
+
+pkgname=unrtf
+pkgver=0.21.3
+pkgrel=1
+pkgdesc=Command-line program which converts RTF documents to other formats
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/unrtf/unrtf.html;
+license=('GPL3')
+depends=('glibc')
+changelog=$pkgname.changelog
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('8aec68a5583fea8ac575cdb6bbd111ecc6700054127ab12023ac94729da77536')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: unrtf.changelog
===
--- unrtf.changelog 2013-04-20 16:18:46 UTC (rev 88596)
+++ unrtf.changelog 2013-04-20 16:22:00 UTC (rev 88597)
@@ -1,11 +0,0 @@
-2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.2
-
-2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.1
-
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14043 fixed
-
-2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.0

Copied: unrtf/repos/community-i686/unrtf.changelog (from rev 88596, 
unrtf/trunk/unrtf.changelog)
===
--- unrtf.changelog (rev 0)
+++ unrtf.changelog 2013-04-20 16:22:00 UTC (rev 88597)
@@ -0,0 +1,14 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.3-1
+
+2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.2
+
+2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.1
+
+2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#14043 fixed
+
+2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.0



[arch-commits] Commit in yaz/trunk (PKGBUILD yaz.changelog)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:23:05
  Author: jlichtblau
Revision: 88598

upgpkg: yaz 4.2.54-1

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

---+
 PKGBUILD  |6 +++---
 yaz.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 16:22:00 UTC (rev 88597)
+++ PKGBUILD2013-04-20 16:23:05 UTC (rev 88598)
@@ -7,8 +7,8 @@
 # Contributor: Robert Emil Berge filokte...@linuxophic.org
 
 pkgname=yaz
-pkgver=4.2.49
-pkgrel=2
+pkgver=4.2.54
+pkgrel=1
 pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
 arch=('i686' 'x86_64')
 url=http://www.indexdata.dk/yaz;
@@ -17,7 +17,7 @@
 options=('!libtool')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b4dd27100fdf18219a0e1fde53eaf385e426db6795ab4fbb4a01796d4c9056a1')
+sha256sums=('a11fb3b7129bec80311f8e27a0717b9bf6d7c56049674bb5477b91e7e98d2087')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: yaz.changelog
===
--- yaz.changelog   2013-04-20 16:22:00 UTC (rev 88597)
+++ yaz.changelog   2013-04-20 16:23:05 UTC (rev 88598)
@@ -1,2 +1,5 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.54-1
+
 2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* yaz 4.2.49-1



[arch-commits] Commit in yaz/repos/community-x86_64 (4 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:23:14
  Author: jlichtblau
Revision: 88599

archrelease: copy trunk to community-x86_64

Added:
  yaz/repos/community-x86_64/PKGBUILD
(from rev 88598, yaz/trunk/PKGBUILD)
  yaz/repos/community-x86_64/yaz.changelog
(from rev 88598, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-x86_64/PKGBUILD
  yaz/repos/community-x86_64/yaz.changelog

---+
 PKGBUILD  |   74 
 yaz.changelog |7 +++--
 2 files changed, 42 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 16:23:05 UTC (rev 88598)
+++ PKGBUILD2013-04-20 16:23:14 UTC (rev 88599)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=yaz
-pkgver=4.2.49
-pkgrel=2
-pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
-arch=('i686' 'x86_64')
-url=http://www.indexdata.dk/yaz;
-license=('BSD')
-depends=('openssl' 'libxslt' 'icu')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b4dd27100fdf18219a0e1fde53eaf385e426db6795ab4fbb4a01796d4c9056a1')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-shared=yaz \
-  --with-openssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-x86_64/PKGBUILD (from rev 88598, yaz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 16:23:14 UTC (rev 88599)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=4.2.54
+pkgrel=1
+pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
+arch=('i686' 'x86_64')
+url=http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('openssl' 'libxslt' 'icu')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a11fb3b7129bec80311f8e27a0717b9bf6d7c56049674bb5477b91e7e98d2087')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: yaz.changelog
===
--- yaz.changelog   2013-04-20 16:23:05 UTC (rev 88598)
+++ yaz.changelog   2013-04-20 16:23:14 UTC (rev 88599)
@@ -1,2 +0,0 @@
-2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 4.2.49-1

Copied: yaz/repos/community-x86_64/yaz.changelog (from rev 88598, 
yaz/trunk/yaz.changelog)
===
--- yaz.changelog   (rev 0)
+++ yaz.changelog   2013-04-20 16:23:14 UTC (rev 88599)
@@ -0,0 +1,5 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1



[arch-commits] Commit in yaz/repos/community-i686 (4 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:26:56
  Author: jlichtblau
Revision: 88600

archrelease: copy trunk to community-i686

Added:
  yaz/repos/community-i686/PKGBUILD
(from rev 88599, yaz/trunk/PKGBUILD)
  yaz/repos/community-i686/yaz.changelog
(from rev 88599, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-i686/PKGBUILD
  yaz/repos/community-i686/yaz.changelog

---+
 PKGBUILD  |   74 
 yaz.changelog |7 +++--
 2 files changed, 42 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 16:23:14 UTC (rev 88599)
+++ PKGBUILD2013-04-20 16:26:56 UTC (rev 88600)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=yaz
-pkgver=4.2.49
-pkgrel=2
-pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
-arch=('i686' 'x86_64')
-url=http://www.indexdata.dk/yaz;
-license=('BSD')
-depends=('openssl' 'libxslt' 'icu')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b4dd27100fdf18219a0e1fde53eaf385e426db6795ab4fbb4a01796d4c9056a1')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-shared=yaz \
-  --with-openssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-i686/PKGBUILD (from rev 88599, yaz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 16:26:56 UTC (rev 88600)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=4.2.54
+pkgrel=1
+pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
+arch=('i686' 'x86_64')
+url=http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('openssl' 'libxslt' 'icu')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a11fb3b7129bec80311f8e27a0717b9bf6d7c56049674bb5477b91e7e98d2087')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: yaz.changelog
===
--- yaz.changelog   2013-04-20 16:23:14 UTC (rev 88599)
+++ yaz.changelog   2013-04-20 16:26:56 UTC (rev 88600)
@@ -1,2 +0,0 @@
-2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * yaz 4.2.49-1

Copied: yaz/repos/community-i686/yaz.changelog (from rev 88599, 
yaz/trunk/yaz.changelog)
===
--- yaz.changelog   (rev 0)
+++ yaz.changelog   2013-04-20 16:26:56 UTC (rev 88600)
@@ -0,0 +1,5 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1



[arch-commits] Commit in josm/trunk (PKGBUILD josm.changelog)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:31:07
  Author: jlichtblau
Revision: 88601

upgpkg: josm 5836-1

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 16:26:56 UTC (rev 88600)
+++ PKGBUILD2013-04-20 16:31:07 UTC (rev 88601)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble mschaeu...@swissonline.ch
 
 pkgname=josm
-pkgver=5759
+pkgver=5836
 pkgrel=1
 pkgdesc=An editor for OpenStreetMap written in Java
 arch=('any')
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('85b99c4def726623dc79f697986d84b5437717d6816e94fbd6a5e2b6acb30641'
+sha256sums=('aa0738b985b0618305c06086e7a62d72fa331fa8f2592068cbcec9a825932786'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2013-04-20 16:26:56 UTC (rev 88600)
+++ josm.changelog  2013-04-20 16:31:07 UTC (rev 88601)
@@ -1,3 +1,6 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * josm 5836-1
+
 2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* josm 5759-1
 



[arch-commits] Commit in josm/repos/community-any (8 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:31:21
  Author: jlichtblau
Revision: 88602

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 88601, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 88601, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 88601, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 88601, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   86 +--
 josm.changelog |  169 +++
 josm.conf.d|8 +-
 josm.desktop   |   16 ++---
 4 files changed, 141 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 16:31:07 UTC (rev 88601)
+++ PKGBUILD2013-04-20 16:31:21 UTC (rev 88602)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Michele Schäuble mschaeu...@swissonline.ch
-
-pkgname=josm
-pkgver=5759
-pkgrel=1
-pkgdesc=An editor for OpenStreetMap written in Java
-arch=('any')
-url=http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
-$pkgname.desktop \
-$pkgname.conf.d)
-sha256sums=('85b99c4def726623dc79f697986d84b5437717d6816e94fbd6a5e2b6acb30641'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd ${srcdir}
-  
-  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d ${pkgdir}/usr/bin
-  cat EOF ${pkgdir}/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
-CLASSPATH=/usr/share/java/josm/josm.jar
-java ${JOSM_ARGS} -cp ${CLASSPATH} 
org.openstreetmap.josm.gui.MainApplication $@ 
-EOF
-  chmod 755 ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 88601, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 16:31:21 UTC (rev 88602)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michele Schäuble mschaeu...@swissonline.ch
+
+pkgname=josm
+pkgver=5836
+pkgrel=1
+pkgdesc=An editor for OpenStreetMap written in Java
+arch=('any')
+url=http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
+$pkgname.desktop \
+$pkgname.conf.d)
+sha256sums=('aa0738b985b0618305c06086e7a62d72fa331fa8f2592068cbcec9a825932786'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd ${srcdir}
+  
+  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d ${pkgdir}/usr/bin
+  cat EOF ${pkgdir}/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
+CLASSPATH=/usr/share/java/josm/josm.jar
+java ${JOSM_ARGS} -cp ${CLASSPATH} 
org.openstreetmap.josm.gui.MainApplication $@ 
+EOF
+  chmod 755 ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2013-04-20 16:31:07 UTC (rev 88601)
+++ josm.changelog  2013-04-20 16:31:21 UTC (rev 88602)
@@ -1,83 +0,0 @@
-2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5759-1
-
-2013-02-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5697-1
-
-2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5608-1
-
-2012-11-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5576-1
-
-2012-10-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
- 

[arch-commits] Commit in josm/repos/community-any (8 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:32:48
  Author: jlichtblau
Revision: 88603

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 88602, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 88602, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 88602, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 88602, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   86 +--
 josm.changelog |  172 +++
 josm.conf.d|8 +-
 josm.desktop   |   16 ++---
 4 files changed, 141 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 16:31:21 UTC (rev 88602)
+++ PKGBUILD2013-04-20 16:32:48 UTC (rev 88603)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Michele Schäuble mschaeu...@swissonline.ch
-
-pkgname=josm
-pkgver=5836
-pkgrel=1
-pkgdesc=An editor for OpenStreetMap written in Java
-arch=('any')
-url=http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
-$pkgname.desktop \
-$pkgname.conf.d)
-sha256sums=('aa0738b985b0618305c06086e7a62d72fa331fa8f2592068cbcec9a825932786'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd ${srcdir}
-  
-  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d ${pkgdir}/usr/bin
-  cat EOF ${pkgdir}/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
-CLASSPATH=/usr/share/java/josm/josm.jar
-java ${JOSM_ARGS} -cp ${CLASSPATH} 
org.openstreetmap.josm.gui.MainApplication $@ 
-EOF
-  chmod 755 ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 88602, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 16:32:48 UTC (rev 88603)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michele Schäuble mschaeu...@swissonline.ch
+
+pkgname=josm
+pkgver=5836
+pkgrel=1
+pkgdesc=An editor for OpenStreetMap written in Java
+arch=('any')
+url=http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
+$pkgname.desktop \
+$pkgname.conf.d)
+sha256sums=('aa0738b985b0618305c06086e7a62d72fa331fa8f2592068cbcec9a825932786'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd ${srcdir}
+  
+  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d ${pkgdir}/usr/bin
+  cat EOF ${pkgdir}/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
+CLASSPATH=/usr/share/java/josm/josm.jar
+java ${JOSM_ARGS} -cp ${CLASSPATH} 
org.openstreetmap.josm.gui.MainApplication $@ 
+EOF
+  chmod 755 ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2013-04-20 16:31:21 UTC (rev 88602)
+++ josm.changelog  2013-04-20 16:32:48 UTC (rev 88603)
@@ -1,86 +0,0 @@
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5836-1
-
-2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5759-1
-
-2013-02-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5697-1
-
-2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5608-1
-
-2012-11-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
- 

[arch-commits] Commit in geos/trunk (PKGBUILD geos.changelog)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:42:06
  Author: jlichtblau
Revision: 88605

upgpkg: geos 3.3.8-1

Modified:
  geos/trunk/PKGBUILD
  geos/trunk/geos.changelog

+
 PKGBUILD   |3 ++-
 geos.changelog |3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 16:33:28 UTC (rev 88604)
+++ PKGBUILD2013-04-20 16:42:06 UTC (rev 88605)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=geos
-pkgver=3.3.7
+pkgver=3.3.8
 pkgrel=1
 pkgdesc=C++ port of the Java Topology Suite
 arch=('x86_64' 'i686')
@@ -29,3 +29,4 @@
 
   make DESTDIR=${pkgdir} install
 }
+sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b')

Modified: geos.changelog
===
--- geos.changelog  2013-04-20 16:33:28 UTC (rev 88604)
+++ geos.changelog  2013-04-20 16:42:06 UTC (rev 88605)
@@ -1,3 +1,6 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * geos 3.3.8-1
+
 2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* geos 3.3.7-1
 



[arch-commits] Commit in geos/repos/community-x86_64 (4 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:42:15
  Author: jlichtblau
Revision: 88606

archrelease: copy trunk to community-x86_64

Added:
  geos/repos/community-x86_64/PKGBUILD
(from rev 88605, geos/trunk/PKGBUILD)
  geos/repos/community-x86_64/geos.changelog
(from rev 88605, geos/trunk/geos.changelog)
Deleted:
  geos/repos/community-x86_64/PKGBUILD
  geos/repos/community-x86_64/geos.changelog

+
 PKGBUILD   |   63 +++
 geos.changelog |   19 +---
 2 files changed, 43 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 16:42:06 UTC (rev 88605)
+++ PKGBUILD2013-04-20 16:42:15 UTC (rev 88606)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=geos
-pkgver=3.3.7
-pkgrel=1
-pkgdesc=C++ port of the Java Topology Suite
-arch=('x86_64' 'i686')
-url=http://trac.osgeo.org/geos/;
-license=('LGPL')
-depends=('gcc-libs' 'bash')
-options=('!libtool' '!emptydirs')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd01c21b54a3c48cac3e7885f26d4ca10ea9944238776b8ce03489e5e45c592b')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: geos/repos/community-x86_64/PKGBUILD (from rev 88605, 
geos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 16:42:15 UTC (rev 88606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=geos
+pkgver=3.3.8
+pkgrel=1
+pkgdesc=C++ port of the Java Topology Suite
+arch=('x86_64' 'i686')
+url=http://trac.osgeo.org/geos/;
+license=('LGPL')
+depends=('gcc-libs' 'bash')
+options=('!libtool' '!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fd01c21b54a3c48cac3e7885f26d4ca10ea9944238776b8ce03489e5e45c592b')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}
+sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b')

Deleted: geos.changelog
===
--- geos.changelog  2013-04-20 16:42:06 UTC (rev 88605)
+++ geos.changelog  2013-04-20 16:42:15 UTC (rev 88606)
@@ -1,8 +0,0 @@
-2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * geos 3.3.7-1
-
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * geos 3.3.6-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * geos 3.3.5-1

Copied: geos/repos/community-x86_64/geos.changelog (from rev 88605, 
geos/trunk/geos.changelog)
===
--- geos.changelog  (rev 0)
+++ geos.changelog  2013-04-20 16:42:15 UTC (rev 88606)
@@ -0,0 +1,11 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * geos 3.3.8-1
+
+2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * geos 3.3.7-1
+
+2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * geos 3.3.6-1
+
+2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * geos 3.3.5-1



[arch-commits] Commit in geos/repos/community-i686 (4 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 18:50:57
  Author: jlichtblau
Revision: 88618

archrelease: copy trunk to community-i686

Added:
  geos/repos/community-i686/PKGBUILD
(from rev 88617, geos/trunk/PKGBUILD)
  geos/repos/community-i686/geos.changelog
(from rev 88617, geos/trunk/geos.changelog)
Deleted:
  geos/repos/community-i686/PKGBUILD
  geos/repos/community-i686/geos.changelog

+
 PKGBUILD   |   63 +++
 geos.changelog |   19 +---
 2 files changed, 43 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 16:45:11 UTC (rev 88617)
+++ PKGBUILD2013-04-20 16:50:57 UTC (rev 88618)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=geos
-pkgver=3.3.7
-pkgrel=1
-pkgdesc=C++ port of the Java Topology Suite
-arch=('x86_64' 'i686')
-url=http://trac.osgeo.org/geos/;
-license=('LGPL')
-depends=('gcc-libs' 'bash')
-options=('!libtool' '!emptydirs')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd01c21b54a3c48cac3e7885f26d4ca10ea9944238776b8ce03489e5e45c592b')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: geos/repos/community-i686/PKGBUILD (from rev 88617, geos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 16:50:57 UTC (rev 88618)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=geos
+pkgver=3.3.8
+pkgrel=1
+pkgdesc=C++ port of the Java Topology Suite
+arch=('x86_64' 'i686')
+url=http://trac.osgeo.org/geos/;
+license=('LGPL')
+depends=('gcc-libs' 'bash')
+options=('!libtool' '!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fd01c21b54a3c48cac3e7885f26d4ca10ea9944238776b8ce03489e5e45c592b')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}
+sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b')

Deleted: geos.changelog
===
--- geos.changelog  2013-04-20 16:45:11 UTC (rev 88617)
+++ geos.changelog  2013-04-20 16:50:57 UTC (rev 88618)
@@ -1,8 +0,0 @@
-2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * geos 3.3.7-1
-
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * geos 3.3.6-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * geos 3.3.5-1

Copied: geos/repos/community-i686/geos.changelog (from rev 88617, 
geos/trunk/geos.changelog)
===
--- geos.changelog  (rev 0)
+++ geos.changelog  2013-04-20 16:50:57 UTC (rev 88618)
@@ -0,0 +1,11 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * geos 3.3.8-1
+
+2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * geos 3.3.7-1
+
+2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * geos 3.3.6-1
+
+2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * geos 3.3.5-1



[arch-commits] Commit in (nicotine)

2013-04-20 Thread Alexander Rødseth
Date: Saturday, April 20, 2013 @ 19:10:54
  Author: arodseth
Revision: 88619

Moving to unsupported

Deleted:
  nicotine/



[arch-commits] Commit in emacs-nox/trunk (3 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 19:17:05
  Author: jlichtblau
Revision: 88620

upgpkg: emacs-nox 24.3-1

Modified:
  emacs-nox/trunk/PKGBUILD
  emacs-nox/trunk/emacs-nox.changelog
  emacs-nox/trunk/emacs-nox.install

-+
 PKGBUILD|   14 ++
 emacs-nox.changelog |3 +++
 emacs-nox.install   |   12 ++--
 3 files changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 17:10:54 UTC (rev 88619)
+++ PKGBUILD2013-04-20 17:17:05 UTC (rev 88620)
@@ -3,20 +3,19 @@
 # Contributor: Chris Brannon cmbran...@cox.net
 
 pkgname=emacs-nox
-pkgver=24.2
+pkgver=24.3
 pkgrel=1
-pkgdesc=The Emacs Editor, without X11 support
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor, without X11 support
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/emacs/emacs.html;
 license=('GPL3')
 depends=('dbus-core' 'ncurses' 'perl')
 provides=('emacs')
-conflicts=('emacs' 'emacs-cvs')
-options=('docs')
+conflicts=('emacs')
 changelog=$pkgname.changelog
 install=$pkgname.install
 source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz)
-sha256sums=('6d9892dff6e1761d4a5eba20712beba4f37d77a196f8021081a2e69fcb5bd357')
+sha256sums=('0098ca3204813d69cd8412045ba33e8701fa2062f4bff56bedafc064979eef41')
 
 build() {
   cd ${srcdir}/emacs-$pkgver
@@ -33,9 +32,8 @@
   # remove conflict with ctags package
   mv ${pkgdir}/usr/bin/{ctags,ctags.emacs}
   mv ${pkgdir}/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-
-  # fix all the 777 perms on directories
-  find ${pkgdir}/usr/share/emacs/$pkgver -type d -exec chmod 755 {} \;
+  # remove conflict with texinfo
+  rm $pkgdir/usr/share/info/info.info.gz
   # fix user/root permissions on usr/share files
   find ${pkgdir}/usr/share/emacs/$pkgver -exec chown root.root {} \;
   # remove .desktop file and icons

Modified: emacs-nox.changelog
===
--- emacs-nox.changelog 2013-04-20 17:10:54 UTC (rev 88619)
+++ emacs-nox.changelog 2013-04-20 17:17:05 UTC (rev 88620)
@@ -1,3 +1,6 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * emacs-nox 24.3-1
+
 2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* emacs-nox 24.2-1
 

Modified: emacs-nox.install
===
--- emacs-nox.install   2013-04-20 17:10:54 UTC (rev 88619)
+++ emacs-nox.install   2013-04-20 17:17:05 UTC (rev 88620)
@@ -1,15 +1,15 @@
 INFO_DIR=usr/share/info
 
-INFO_FILES=(ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse
-ede ediff edt efaq eieio eintr elisp emacs emacs-mime epa erc eshell eudc 
flymake
-forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode
+INFO_FILES=(ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse
+ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert 
eshell eudc flymake
+forms gnus htmlfontify idlwave mairix-el message mh-e newsticker nxml-mode
 org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar tramp url vip viper widget woman)
+speedbar srecode tramp url vip viper widget wisent woman)
 
 post_install() {
   [[ -x usr/bin/install-info ]] || return 0
   for f in ${INFO_FILES[@]}; do
-install-info ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2 /dev/null
+install-info ${INFO_DIR}/$f.info.gz ${INFO_DIR}/dir 2 /dev/null
   done
 }
 
@@ -20,6 +20,6 @@
 pre_remove() {
   [[ -x usr/bin/install-info ]] || return 0
   for f in ${INFO_FILES[@]}; do
-install-info --delete ${INFO_DIR}/$f.gz ${INFO_DIR}/dir 2 /dev/null
+install-info --delete ${INFO_DIR}/$f.info.gz ${INFO_DIR}/dir 2 /dev/null
   done
 }



[arch-commits] Commit in emacs-nox/repos/community-x86_64 (6 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 19:17:19
  Author: jlichtblau
Revision: 88621

archrelease: copy trunk to community-x86_64

Added:
  emacs-nox/repos/community-x86_64/PKGBUILD
(from rev 88620, emacs-nox/trunk/PKGBUILD)
  emacs-nox/repos/community-x86_64/emacs-nox.changelog
(from rev 88620, emacs-nox/trunk/emacs-nox.changelog)
  emacs-nox/repos/community-x86_64/emacs-nox.install
(from rev 88620, emacs-nox/trunk/emacs-nox.install)
Deleted:
  emacs-nox/repos/community-x86_64/PKGBUILD
  emacs-nox/repos/community-x86_64/emacs-nox.changelog
  emacs-nox/repos/community-x86_64/emacs-nox.install

-+
 PKGBUILD|   94 --
 emacs-nox.changelog |   55 +++--
 emacs-nox.install   |   50 +-
 3 files changed, 100 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 17:17:05 UTC (rev 88620)
+++ PKGBUILD2013-04-20 17:17:19 UTC (rev 88621)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Chris Brannon cmbran...@cox.net
-
-pkgname=emacs-nox
-pkgver=24.2
-pkgrel=1
-pkgdesc=The Emacs Editor, without X11 support
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('dbus-core' 'ncurses' 'perl')
-provides=('emacs')
-conflicts=('emacs' 'emacs-cvs')
-options=('docs')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz)
-sha256sums=('6d9892dff6e1761d4a5eba20712beba4f37d77a196f8021081a2e69fcb5bd357')
-
-build() {
-  cd ${srcdir}/emacs-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --without-x --without-sound
-  make
-}
-
-package() {
-  cd ${srcdir}/emacs-$pkgver
-  make DESTDIR=${pkgdir} install
-  
-  # remove conflict with ctags package
-  mv ${pkgdir}/usr/bin/{ctags,ctags.emacs}
-  mv ${pkgdir}/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-
-  # fix all the 777 perms on directories
-  find ${pkgdir}/usr/share/emacs/$pkgver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find ${pkgdir}/usr/share/emacs/$pkgver -exec chown root.root {} \;
-  # remove .desktop file and icons
-  rm -rf ${pkgdir}/usr/share/{applications,icons}
-  # fix perms on /var/games
-  chmod 775 ${pkgdir}/var/games
-  chmod 775 ${pkgdir}/var/games/emacs
-  chmod 664 ${pkgdir}/var/games/emacs/*
-  chown -R root:games ${pkgdir}/var/games
-}

Copied: emacs-nox/repos/community-x86_64/PKGBUILD (from rev 88620, 
emacs-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 17:17:19 UTC (rev 88621)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Chris Brannon cmbran...@cox.net
+
+pkgname=emacs-nox
+pkgver=24.3
+pkgrel=1
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor, without X11 support
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('dbus-core' 'ncurses' 'perl')
+provides=('emacs')
+conflicts=('emacs')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz)
+sha256sums=('0098ca3204813d69cd8412045ba33e8701fa2062f4bff56bedafc064979eef41')
+
+build() {
+  cd ${srcdir}/emacs-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --without-x --without-sound
+  make
+}
+
+package() {
+  cd ${srcdir}/emacs-$pkgver
+  make DESTDIR=${pkgdir} install
+  
+  # remove conflict with ctags package
+  mv ${pkgdir}/usr/bin/{ctags,ctags.emacs}
+  mv ${pkgdir}/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # remove conflict with texinfo
+  rm $pkgdir/usr/share/info/info.info.gz
+  # fix user/root permissions on usr/share files
+  find ${pkgdir}/usr/share/emacs/$pkgver -exec chown root.root {} \;
+  # remove .desktop file and icons
+  rm -rf ${pkgdir}/usr/share/{applications,icons}
+  # fix perms on /var/games
+  chmod 775 ${pkgdir}/var/games
+  chmod 775 ${pkgdir}/var/games/emacs
+  chmod 664 ${pkgdir}/var/games/emacs/*
+  chown -R root:games ${pkgdir}/var/games
+}

Deleted: emacs-nox.changelog
===
--- emacs-nox.changelog 2013-04-20 17:17:05 UTC (rev 88620)
+++ emacs-nox.changelog 2013-04-20 17:17:19 UTC (rev 88621)
@@ -1,26 +0,0 @@
-2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 24.2-1
-
-2012-06-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 24.1-1
-
-2011-03-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 23.3-1
-
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update 

[arch-commits] Commit in emacs-nox/repos/community-i686 (6 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 19:33:17
  Author: jlichtblau
Revision: 88622

archrelease: copy trunk to community-i686

Added:
  emacs-nox/repos/community-i686/PKGBUILD
(from rev 88621, emacs-nox/trunk/PKGBUILD)
  emacs-nox/repos/community-i686/emacs-nox.changelog
(from rev 88621, emacs-nox/trunk/emacs-nox.changelog)
  emacs-nox/repos/community-i686/emacs-nox.install
(from rev 88621, emacs-nox/trunk/emacs-nox.install)
Deleted:
  emacs-nox/repos/community-i686/PKGBUILD
  emacs-nox/repos/community-i686/emacs-nox.changelog
  emacs-nox/repos/community-i686/emacs-nox.install

-+
 PKGBUILD|   94 --
 emacs-nox.changelog |   55 +++--
 emacs-nox.install   |   50 +-
 3 files changed, 100 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 17:17:19 UTC (rev 88621)
+++ PKGBUILD2013-04-20 17:33:17 UTC (rev 88622)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Chris Brannon cmbran...@cox.net
-
-pkgname=emacs-nox
-pkgver=24.2
-pkgrel=1
-pkgdesc=The Emacs Editor, without X11 support
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('dbus-core' 'ncurses' 'perl')
-provides=('emacs')
-conflicts=('emacs' 'emacs-cvs')
-options=('docs')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz)
-sha256sums=('6d9892dff6e1761d4a5eba20712beba4f37d77a196f8021081a2e69fcb5bd357')
-
-build() {
-  cd ${srcdir}/emacs-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --without-x --without-sound
-  make
-}
-
-package() {
-  cd ${srcdir}/emacs-$pkgver
-  make DESTDIR=${pkgdir} install
-  
-  # remove conflict with ctags package
-  mv ${pkgdir}/usr/bin/{ctags,ctags.emacs}
-  mv ${pkgdir}/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-
-  # fix all the 777 perms on directories
-  find ${pkgdir}/usr/share/emacs/$pkgver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find ${pkgdir}/usr/share/emacs/$pkgver -exec chown root.root {} \;
-  # remove .desktop file and icons
-  rm -rf ${pkgdir}/usr/share/{applications,icons}
-  # fix perms on /var/games
-  chmod 775 ${pkgdir}/var/games
-  chmod 775 ${pkgdir}/var/games/emacs
-  chmod 664 ${pkgdir}/var/games/emacs/*
-  chown -R root:games ${pkgdir}/var/games
-}

Copied: emacs-nox/repos/community-i686/PKGBUILD (from rev 88621, 
emacs-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 17:33:17 UTC (rev 88622)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Chris Brannon cmbran...@cox.net
+
+pkgname=emacs-nox
+pkgver=24.3
+pkgrel=1
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor, without X11 support
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('dbus-core' 'ncurses' 'perl')
+provides=('emacs')
+conflicts=('emacs')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz)
+sha256sums=('0098ca3204813d69cd8412045ba33e8701fa2062f4bff56bedafc064979eef41')
+
+build() {
+  cd ${srcdir}/emacs-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --without-x --without-sound
+  make
+}
+
+package() {
+  cd ${srcdir}/emacs-$pkgver
+  make DESTDIR=${pkgdir} install
+  
+  # remove conflict with ctags package
+  mv ${pkgdir}/usr/bin/{ctags,ctags.emacs}
+  mv ${pkgdir}/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # remove conflict with texinfo
+  rm $pkgdir/usr/share/info/info.info.gz
+  # fix user/root permissions on usr/share files
+  find ${pkgdir}/usr/share/emacs/$pkgver -exec chown root.root {} \;
+  # remove .desktop file and icons
+  rm -rf ${pkgdir}/usr/share/{applications,icons}
+  # fix perms on /var/games
+  chmod 775 ${pkgdir}/var/games
+  chmod 775 ${pkgdir}/var/games/emacs
+  chmod 664 ${pkgdir}/var/games/emacs/*
+  chown -R root:games ${pkgdir}/var/games
+}

Deleted: emacs-nox.changelog
===
--- emacs-nox.changelog 2013-04-20 17:17:19 UTC (rev 88621)
+++ emacs-nox.changelog 2013-04-20 17:33:17 UTC (rev 88622)
@@ -1,26 +0,0 @@
-2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 24.2-1
-
-2012-06-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 24.1-1
-
-2011-03-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * emacs-nox 23.3-1
-
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 

[arch-commits] Commit in geos (3 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 19:34:23
  Author: jlichtblau
Revision: 88623

sha256sum duplicate line fix

Modified:
  geos/repos/community-i686/PKGBUILD
  geos/repos/community-x86_64/PKGBUILD
  geos/trunk/PKGBUILD

-+
 repos/community-i686/PKGBUILD   |3 +--
 repos/community-x86_64/PKGBUILD |3 +--
 trunk/PKGBUILD  |3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

Modified: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2013-04-20 17:33:17 UTC (rev 88622)
+++ repos/community-i686/PKGBUILD   2013-04-20 17:34:23 UTC (rev 88623)
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 changelog=$pkgname.changelog
 source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd01c21b54a3c48cac3e7885f26d4ca10ea9944238776b8ce03489e5e45c592b')
+sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
@@ -29,4 +29,3 @@
 
   make DESTDIR=${pkgdir} install
 }
-sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b')

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2013-04-20 17:33:17 UTC (rev 88622)
+++ repos/community-x86_64/PKGBUILD 2013-04-20 17:34:23 UTC (rev 88623)
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 changelog=$pkgname.changelog
 source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd01c21b54a3c48cac3e7885f26d4ca10ea9944238776b8ce03489e5e45c592b')
+sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
@@ -29,4 +29,3 @@
 
   make DESTDIR=${pkgdir} install
 }
-sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b')

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-04-20 17:33:17 UTC (rev 88622)
+++ trunk/PKGBUILD  2013-04-20 17:34:23 UTC (rev 88623)
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 changelog=$pkgname.changelog
 source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd01c21b54a3c48cac3e7885f26d4ca10ea9944238776b8ce03489e5e45c592b')
+sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
@@ -29,4 +29,3 @@
 
   make DESTDIR=${pkgdir} install
 }
-sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b')



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

2013-04-20 Thread Alexander Rødseth
Date: Saturday, April 20, 2013 @ 19:38:27
  Author: arodseth
Revision: 88624

upgpkg: groovy-docs 2.1.3-1

Modified:
  groovy-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 17:34:23 UTC (rev 88623)
+++ PKGBUILD2013-04-20 17:38:27 UTC (rev 88624)
@@ -3,14 +3,14 @@
 # Contributor: bruce b_a_g99 (at) hotmail (dot) com
 
 pkgname=groovy-docs
-pkgver=2.1.0
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='Documentation for the Groovy programming language'
 url='http://groovy.codehaus.org/'
 license=('APACHE')
 arch=('any')
-source=(http://dist.groovy.codehaus.org/distributions/groovy210/$pkgname-$pkgver.zip;)
-sha256sums=('ba888e683f36b180ad7df81bf2e03a1ffd67bec1f972c276de94ee8e58df8d08')
+source=(http://dist.groovy.codehaus.org/distributions/$pkgname-$pkgver.zip;)
+sha256sums=('1c843598b52eca0f37324a01258a2aa11c04fd661cf215e10c85da9575960c1b')
 
 package() {
   cd $srcdir/groovy-$pkgver



[arch-commits] Commit in groovy-docs/repos/community-any (PKGBUILD PKGBUILD)

2013-04-20 Thread Alexander Rødseth
Date: Saturday, April 20, 2013 @ 19:38:35
  Author: arodseth
Revision: 88625

archrelease: copy trunk to community-any

Added:
  groovy-docs/repos/community-any/PKGBUILD
(from rev 88624, groovy-docs/trunk/PKGBUILD)
Deleted:
  groovy-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 17:38:27 UTC (rev 88624)
+++ PKGBUILD2013-04-20 17:38:35 UTC (rev 88625)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: bruce b_a_g99 (at) hotmail (dot) com
-
-pkgname=groovy-docs
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Documentation for the Groovy programming language'
-url='http://groovy.codehaus.org/'
-license=('APACHE')
-arch=('any')
-source=(http://dist.groovy.codehaus.org/distributions/groovy210/$pkgname-$pkgver.zip;)
-sha256sums=('ba888e683f36b180ad7df81bf2e03a1ffd67bec1f972c276de94ee8e58df8d08')
-
-package() {
-  cd $srcdir/groovy-$pkgver
-
-  install -d $pkgdir/usr/share/doc/groovy-$pkgver
-  cp -r * $pkgdir/usr/share/doc/groovy-$pkgver
-  find $pkgdir -type f -exec chmod -x {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy-docs/repos/community-any/PKGBUILD (from rev 88624, 
groovy-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 17:38:35 UTC (rev 88625)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: bruce b_a_g99 (at) hotmail (dot) com
+
+pkgname=groovy-docs
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='Documentation for the Groovy programming language'
+url='http://groovy.codehaus.org/'
+license=('APACHE')
+arch=('any')
+source=(http://dist.groovy.codehaus.org/distributions/$pkgname-$pkgver.zip;)
+sha256sums=('1c843598b52eca0f37324a01258a2aa11c04fd661cf215e10c85da9575960c1b')
+
+package() {
+  cd $srcdir/groovy-$pkgver
+
+  install -d $pkgdir/usr/share/doc/groovy-$pkgver
+  cp -r * $pkgdir/usr/share/doc/groovy-$pkgver
+  find $pkgdir -type f -exec chmod -x {} \;
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 19:41:46
  Author: jlichtblau
Revision: 88626

upgpkg: libgtksourceviewmm2 2.10.3-1

Modified:
  libgtksourceviewmm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 17:38:35 UTC (rev 88625)
+++ PKGBUILD2013-04-20 17:41:46 UTC (rev 88626)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Roman Kyrylych ro...@archlinux.org
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.orgg
 # Contributor: Roman Kyrylych ro...@archlinux.org
 
 pkgname=libgtksourceviewmm2
-pkgver=2.10.1
-pkgrel=2
+pkgver=2.10.3
+pkgrel=1
 pkgdesc='A C++ API for gtksourceview2'
 arch=('i686' 'x86_64')
 url='http://projects.gnome.org/gtksourceviewmm/'
@@ -12,8 +12,8 @@
 depends=('gtkmm' 'gtksourceview2')
 makedepends=('doxygen' 'glibmm-docs')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/2.10/gtksourceviewmm-$pkgver.tar.bz2;)
-md5sums=('83d1b3dc061f02f4ff1766b37302058e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/2.10/gtksourceviewmm-$pkgver.tar.xz)
+sha256sums=('df1b582d7be2e412020c5d748f21c0e6e5074c6b2ca8529985e70479375b')
 
 build() {
   cd gtksourceviewmm-${pkgver}



[arch-commits] Commit in libgtksourceviewmm2/repos/community-x86_64 (2 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 19:41:57
  Author: jlichtblau
Revision: 88627

archrelease: copy trunk to community-x86_64

Added:
  libgtksourceviewmm2/repos/community-x86_64/PKGBUILD
(from rev 88626, libgtksourceviewmm2/trunk/PKGBUILD)
Deleted:
  libgtksourceviewmm2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 17:41:46 UTC (rev 88626)
+++ PKGBUILD2013-04-20 17:41:57 UTC (rev 88627)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych ro...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=libgtksourceviewmm2
-pkgver=2.10.1
-pkgrel=2
-pkgdesc='A C++ API for gtksourceview2'
-arch=('i686' 'x86_64')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL')
-depends=('gtkmm' 'gtksourceview2')
-makedepends=('doxygen' 'glibmm-docs')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/2.10/gtksourceviewmm-$pkgver.tar.bz2;)
-md5sums=('83d1b3dc061f02f4ff1766b37302058e')
-
-build() {
-  cd gtksourceviewmm-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd gtksourceviewmm-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: libgtksourceviewmm2/repos/community-x86_64/PKGBUILD (from rev 88626, 
libgtksourceviewmm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 17:41:57 UTC (rev 88627)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.orgg
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=libgtksourceviewmm2
+pkgver=2.10.3
+pkgrel=1
+pkgdesc='A C++ API for gtksourceview2'
+arch=('i686' 'x86_64')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL')
+depends=('gtkmm' 'gtksourceview2')
+makedepends=('doxygen' 'glibmm-docs')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/2.10/gtksourceviewmm-$pkgver.tar.xz)
+sha256sums=('df1b582d7be2e412020c5d748f21c0e6e5074c6b2ca8529985e70479375b')
+
+build() {
+  cd gtksourceviewmm-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd gtksourceviewmm-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libgtksourceviewmm2/repos/community-i686 (PKGBUILD PKGBUILD)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 19:44:51
  Author: jlichtblau
Revision: 88628

archrelease: copy trunk to community-i686

Added:
  libgtksourceviewmm2/repos/community-i686/PKGBUILD
(from rev 88627, libgtksourceviewmm2/trunk/PKGBUILD)
Deleted:
  libgtksourceviewmm2/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 17:41:57 UTC (rev 88627)
+++ PKGBUILD2013-04-20 17:44:51 UTC (rev 88628)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych ro...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=libgtksourceviewmm2
-pkgver=2.10.1
-pkgrel=2
-pkgdesc='A C++ API for gtksourceview2'
-arch=('i686' 'x86_64')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL')
-depends=('gtkmm' 'gtksourceview2')
-makedepends=('doxygen' 'glibmm-docs')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/2.10/gtksourceviewmm-$pkgver.tar.bz2;)
-md5sums=('83d1b3dc061f02f4ff1766b37302058e')
-
-build() {
-  cd gtksourceviewmm-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd gtksourceviewmm-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: libgtksourceviewmm2/repos/community-i686/PKGBUILD (from rev 88627, 
libgtksourceviewmm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 17:44:51 UTC (rev 88628)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.orgg
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=libgtksourceviewmm2
+pkgver=2.10.3
+pkgrel=1
+pkgdesc='A C++ API for gtksourceview2'
+arch=('i686' 'x86_64')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL')
+depends=('gtkmm' 'gtksourceview2')
+makedepends=('doxygen' 'glibmm-docs')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/2.10/gtksourceviewmm-$pkgver.tar.xz)
+sha256sums=('df1b582d7be2e412020c5d748f21c0e6e5074c6b2ca8529985e70479375b')
+
+build() {
+  cd gtksourceviewmm-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd gtksourceviewmm-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 19:58:25
  Author: jlichtblau
Revision: 88629

upgpkg: balsa 2.5.0-1

Modified:
  balsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 17:44:51 UTC (rev 88628)
+++ PKGBUILD2013-04-20 17:58:25 UTC (rev 88629)
@@ -5,17 +5,17 @@
 # Contributor: Roman Kyrylych ro...@archlinux.org
 
 pkgname=balsa
-pkgver=2.4.12
+pkgver=2.5.0
 pkgrel=1
 pkgdesc=An e-mail client for GNOME
 arch=('i686' 'x86_64')
 url='http://pawsa.fedorapeople.org/balsa/'
 license=('GPL')
-depends=('gmime' 'libwebkit' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview2' 
'gtkspell' 'gnome-icon-theme' 'desktop-file-utils')
+depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
 makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
 install=$pkgname.install
 source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3f72fc69bb7fecb59e64c4cb88dc5083ed58dc76c9345b22d6c15af2c6b1e3c4')
+sha256sums=('67eaddbc33a079a74b65bf5f71ef163573f7d4a6f29ed6dca2ad6811d95519b4')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in balsa/repos/community-x86_64 (5 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 19:58:41
  Author: jlichtblau
Revision: 88630

archrelease: copy trunk to community-x86_64

Added:
  balsa/repos/community-x86_64/PKGBUILD
(from rev 88629, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.install
(from rev 88629, balsa/trunk/balsa.install)
Deleted:
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa.install
  balsa/repos/community-x86_64/gmime26.patch

---+
 PKGBUILD  |   88 +--
 balsa.install |   24 
 gmime26.patch | 1372 
 3 files changed, 56 insertions(+), 1428 deletions(-)

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


[arch-commits] Commit in balsa/repos/community-i686 (4 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 20:04:43
  Author: jlichtblau
Revision: 88631

archrelease: copy trunk to community-i686

Added:
  balsa/repos/community-i686/PKGBUILD
(from rev 88630, balsa/trunk/PKGBUILD)
  balsa/repos/community-i686/balsa.install
(from rev 88630, balsa/trunk/balsa.install)
Deleted:
  balsa/repos/community-i686/PKGBUILD
  balsa/repos/community-i686/balsa.install

---+
 PKGBUILD  |   88 
 balsa.install |   24 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 17:58:41 UTC (rev 88630)
+++ PKGBUILD2013-04-20 18:04:43 UTC (rev 88631)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=balsa
-pkgver=2.4.12
-pkgrel=1
-pkgdesc=An e-mail client for GNOME
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'libwebkit' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview2' 
'gtkspell' 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3f72fc69bb7fecb59e64c4cb88dc5083ed58dc76c9345b22d6c15af2c6b1e3c4')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-ssl \
---with-gpgme=gpgme-config \
---with-gss \
---with-ldap \
---with-gtksourceview \
---with-gtkspell \
---with-rubrica \
---with-sqlite \
---without-nm \
---without-gnome \
---with-html-widget=webkit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
-}

Copied: balsa/repos/community-i686/PKGBUILD (from rev 88630, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 18:04:43 UTC (rev 88631)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=balsa
+pkgver=2.5.0
+pkgrel=1
+pkgdesc=An e-mail client for GNOME
+arch=('i686' 'x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
+install=$pkgname.install
+source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('67eaddbc33a079a74b65bf5f71ef163573f7d4a6f29ed6dca2ad6811d95519b4')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-ssl \
+--with-gpgme=gpgme-config \
+--with-gss \
+--with-ldap \
+--with-gtksourceview \
+--with-gtkspell \
+--with-rubrica \
+--with-sqlite \
+--without-nm \
+--without-gnome \
+--with-html-widget=webkit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
+}

Deleted: balsa.install
===
--- balsa.install   2013-04-20 17:58:41 UTC (rev 88630)
+++ balsa.install   2013-04-20 18:04:43 UTC (rev 88631)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: balsa/repos/community-i686/balsa.install (from rev 88630, 
balsa/trunk/balsa.install)
===
--- balsa.install   (rev 0)
+++ balsa.install   2013-04-20 18:04:43 UTC (rev 88631)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}



[arch-commits] Commit in luminancehdr/trunk (PKGBUILD luminancehdr.changelog)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 20:17:06
  Author: jlichtblau
Revision: 88632

upgpkg: luminancehdr 2.3.1-1

Modified:
  luminancehdr/trunk/PKGBUILD
  luminancehdr/trunk/luminancehdr.changelog

+
 PKGBUILD   |   12 ++--
 luminancehdr.changelog |3 +++
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 18:04:43 UTC (rev 88631)
+++ PKGBUILD2013-04-20 18:17:06 UTC (rev 88632)
@@ -4,30 +4,30 @@
 # Contributor: Dmitry N. Shilov stormbl...@land.ru
 
 pkgname=luminancehdr
-pkgver=2.3.0
-pkgrel=6
+pkgver=2.3.1
+pkgrel=1
 pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
 arch=('i686' 'x86_64')
 url='http://qtpfsgui.sourceforge.net/'
 license=('GPL')
 depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qtwebkit')
-makedepends=('cmake')
+makedepends=('cmake' 'boost' 'gtest')
 optdepends=('hugin: align image stack functionality')
 install=$pkgname.install
 changelog=$pkgname.changelog
 options=('!emptydirs')
 
source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/luminance-hdr-${pkgver}.tar.bz2)
-sha256sums=('dada0795b58843912bcb57ce61dcd615bcb9f9437b610a37ff813ad2c899c676')
+sha256sums=('7a2a81cd0f2da6b6780bdd47e5f902c9dfaeb8107d763ea63007b6fcdcb4d23b')
 
 build() {
-  cd ${srcdir}/luminance-hdr-${pkgver}
+  cd ${srcdir}
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/luminance-hdr-${pkgver}
+  cd ${srcdir}
 
   make DESTDIR=${pkgdir} install
 }

Modified: luminancehdr.changelog
===
--- luminancehdr.changelog  2013-04-20 18:04:43 UTC (rev 88631)
+++ luminancehdr.changelog  2013-04-20 18:17:06 UTC (rev 88632)
@@ -1,3 +1,6 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * luminancehdr 2.3.1-1
+
 2012-07-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* luminancehdr 2.3.0-2 exiv2-0.23 rebuild
 



[arch-commits] Commit in luminancehdr/repos/community-x86_64 (6 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 20:17:17
  Author: jlichtblau
Revision: 88633

archrelease: copy trunk to community-x86_64

Added:
  luminancehdr/repos/community-x86_64/PKGBUILD
(from rev 88632, luminancehdr/trunk/PKGBUILD)
  luminancehdr/repos/community-x86_64/luminancehdr.changelog
(from rev 88632, luminancehdr/trunk/luminancehdr.changelog)
  luminancehdr/repos/community-x86_64/luminancehdr.install
(from rev 88632, luminancehdr/trunk/luminancehdr.install)
Deleted:
  luminancehdr/repos/community-x86_64/PKGBUILD
  luminancehdr/repos/community-x86_64/luminancehdr.changelog
  luminancehdr/repos/community-x86_64/luminancehdr.install

+
 PKGBUILD   |   66 -
 luminancehdr.changelog |   93 ---
 luminancehdr.install   |   24 ++--
 3 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 18:17:06 UTC (rev 88632)
+++ PKGBUILD2013-04-20 18:17:17 UTC (rev 88633)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dmitry N. Shilov stormbl...@land.ru
-
-pkgname=luminancehdr
-pkgver=2.3.0
-pkgrel=6
-pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
-arch=('i686' 'x86_64')
-url='http://qtpfsgui.sourceforge.net/'
-license=('GPL')
-depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qtwebkit')
-makedepends=('cmake')
-optdepends=('hugin: align image stack functionality')
-install=$pkgname.install
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/luminance-hdr-${pkgver}.tar.bz2)
-sha256sums=('dada0795b58843912bcb57ce61dcd615bcb9f9437b610a37ff813ad2c899c676')
-
-build() {
-  cd ${srcdir}/luminance-hdr-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/luminance-hdr-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: luminancehdr/repos/community-x86_64/PKGBUILD (from rev 88632, 
luminancehdr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 18:17:17 UTC (rev 88633)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dmitry N. Shilov stormbl...@land.ru
+
+pkgname=luminancehdr
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
+arch=('i686' 'x86_64')
+url='http://qtpfsgui.sourceforge.net/'
+license=('GPL')
+depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qtwebkit')
+makedepends=('cmake' 'boost' 'gtest')
+optdepends=('hugin: align image stack functionality')
+install=$pkgname.install
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/luminance-hdr-${pkgver}.tar.bz2)
+sha256sums=('7a2a81cd0f2da6b6780bdd47e5f902c9dfaeb8107d763ea63007b6fcdcb4d23b')
+
+build() {
+  cd ${srcdir}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: luminancehdr.changelog
===
--- luminancehdr.changelog  2013-04-20 18:17:06 UTC (rev 88632)
+++ luminancehdr.changelog  2013-04-20 18:17:17 UTC (rev 88633)
@@ -1,45 +0,0 @@
-2012-07-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * luminancehdr 2.3.0-2 exiv2-0.23 rebuild
-
-2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * luminancehdr 2.3.0-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * luminancehdr 2.2.1-1
-
-2012-01-27 Eric Belanger  e...@archlinux.org
-   * Rebuild against libpng 1.5 and libtiff 4.0
-
-2011-08-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * luminancehdr 2.1.0-1
-
-2011-05-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * luminancehdr 2.0.2-1
-
-2010-10-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * exiv2 0.20 rebuild
-
-2010-10-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 2.0.1
-
-2010-06-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Package renamed to LuminanceHDR
-   * Update to major release 2.0.0
-
-2010-03-09 Andrea Scarpino and...@archlinux.org
-   * exiv2 0.19 rebuild
-
-2009-11-02 Biru Ionut io...@archlinux.ro
-   * add translation and fix segfault on old i686 procesors
-
-2009-04-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v1.9.3
-
-2009-04-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Minor version 

[arch-commits] Commit in luminancehdr/repos/community-i686 (6 files)

2013-04-20 Thread Jaroslav Lichtblau
Date: Saturday, April 20, 2013 @ 20:24:45
  Author: jlichtblau
Revision: 88634

archrelease: copy trunk to community-i686

Added:
  luminancehdr/repos/community-i686/PKGBUILD
(from rev 88633, luminancehdr/trunk/PKGBUILD)
  luminancehdr/repos/community-i686/luminancehdr.changelog
(from rev 88633, luminancehdr/trunk/luminancehdr.changelog)
  luminancehdr/repos/community-i686/luminancehdr.install
(from rev 88633, luminancehdr/trunk/luminancehdr.install)
Deleted:
  luminancehdr/repos/community-i686/PKGBUILD
  luminancehdr/repos/community-i686/luminancehdr.changelog
  luminancehdr/repos/community-i686/luminancehdr.install

+
 PKGBUILD   |   66 -
 luminancehdr.changelog |   93 ---
 luminancehdr.install   |   24 ++--
 3 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-20 18:17:17 UTC (rev 88633)
+++ PKGBUILD2013-04-20 18:24:45 UTC (rev 88634)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dmitry N. Shilov stormbl...@land.ru
-
-pkgname=luminancehdr
-pkgver=2.3.0
-pkgrel=6
-pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
-arch=('i686' 'x86_64')
-url='http://qtpfsgui.sourceforge.net/'
-license=('GPL')
-depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qtwebkit')
-makedepends=('cmake')
-optdepends=('hugin: align image stack functionality')
-install=$pkgname.install
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/luminance-hdr-${pkgver}.tar.bz2)
-sha256sums=('dada0795b58843912bcb57ce61dcd615bcb9f9437b610a37ff813ad2c899c676')
-
-build() {
-  cd ${srcdir}/luminance-hdr-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/luminance-hdr-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: luminancehdr/repos/community-i686/PKGBUILD (from rev 88633, 
luminancehdr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-20 18:24:45 UTC (rev 88634)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dmitry N. Shilov stormbl...@land.ru
+
+pkgname=luminancehdr
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
+arch=('i686' 'x86_64')
+url='http://qtpfsgui.sourceforge.net/'
+license=('GPL')
+depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qtwebkit')
+makedepends=('cmake' 'boost' 'gtest')
+optdepends=('hugin: align image stack functionality')
+install=$pkgname.install
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/luminance-hdr-${pkgver}.tar.bz2)
+sha256sums=('7a2a81cd0f2da6b6780bdd47e5f902c9dfaeb8107d763ea63007b6fcdcb4d23b')
+
+build() {
+  cd ${srcdir}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: luminancehdr.changelog
===
--- luminancehdr.changelog  2013-04-20 18:17:17 UTC (rev 88633)
+++ luminancehdr.changelog  2013-04-20 18:24:45 UTC (rev 88634)
@@ -1,45 +0,0 @@
-2012-07-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * luminancehdr 2.3.0-2 exiv2-0.23 rebuild
-
-2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * luminancehdr 2.3.0-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * luminancehdr 2.2.1-1
-
-2012-01-27 Eric Belanger  e...@archlinux.org
-   * Rebuild against libpng 1.5 and libtiff 4.0
-
-2011-08-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * luminancehdr 2.1.0-1
-
-2011-05-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * luminancehdr 2.0.2-1
-
-2010-10-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * exiv2 0.20 rebuild
-
-2010-10-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 2.0.1
-
-2010-06-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Package renamed to LuminanceHDR
-   * Update to major release 2.0.0
-
-2010-03-09 Andrea Scarpino and...@archlinux.org
-   * exiv2 0.19 rebuild
-
-2009-11-02 Biru Ionut io...@archlinux.ro
-   * add translation and fix segfault on old i686 procesors
-
-2009-04-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v1.9.3
-
-2009-04-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Minor version (v1.9.2-3) update 

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

2013-04-20 Thread Alexander Rødseth
Date: Saturday, April 20, 2013 @ 21:00:12
  Author: arodseth
Revision: 88636

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 88635, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 88635, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 88635, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 88635, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 88635, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 88635, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  136 +++
 /plan9.install |   42 
 /plan9.sh  |4 +
 community-i686/PKGBUILD|   72 
 community-i686/plan9.install   |   21 --
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   72 
 community-x86_64/plan9.install |   21 --
 community-x86_64/plan9.sh  |2 
 9 files changed, 182 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 18:59:50 UTC (rev 88635)
+++ community-i686/PKGBUILD 2013-04-20 19:00:12 UTC (rev 88636)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20121022
-pkgrel=2
-pkgdesc=A port of many programs from Plan 9 to Unix-like operating systems
-arch=('i686' 'x86_64')
-url=http://swtch.com/plan9port/;
-license=('custom')
-depends=(xorg-server libxt libxext sh fuse)
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install=plan9.install
-options=(!zipman)
-source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz plan9.sh)
-sha256sums=('1293b5d2e46d0d6f7be2adbdb285ce278a25c77e88b5cd7c230e16a47d0f8638'
-'0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
-
-build() {
-  cd $srcdir/plan9
-
-  ./INSTALL -b
-}
-
-package() {
-  cd $srcdir/plan9
-
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-
-  mkdir -p $pkgdir/opt
-  cp -r $srcdir/plan9 $pkgdir/opt/
-
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
-  cd $pkgdir/opt/plan9
-  ./INSTALL -c -r $pkgdir/opt/plan9
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Don't need these under /opt/plan9.
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  msg2 Fixing hardcoded paths...
-  for f in `grep -H -r $pkgdir/opt/plan9 | cut -d: -f1`; do
-echo -n \t$f
-[ -e $f ]  sed -i s:$pkgdir/opt/plan9:/opt/plan9: $f || true
-  done
-
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  echo == Decompressing plan9 man pages
-  for i in `find /opt/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-#  echo ${i%%.*}...
-  gunzip $i
-fi
-  done
-}

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 88635, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 19:00:12 UTC (rev 88636)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20130320
+pkgrel=1
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse')
+optdepends=('python2: for the codereview script')
+provides=('plan9')
+install='plan9.install'
+options=('!zipman')
+source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
+'plan9.sh')
+sha256sums=('49a5e6c97c76f0846c45791bda10d6b3ba5c4453855e401980e8e04f92e830fa'
+'0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
+

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

2013-04-20 Thread Alexander Rødseth
Date: Saturday, April 20, 2013 @ 21:08:08
  Author: arodseth
Revision: 88637

upgpkg: libnewt 0.52.15-1

Modified:
  libnewt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 19:00:12 UTC (rev 88636)
+++ PKGBUILD2013-04-20 19:08:08 UTC (rev 88637)
@@ -5,12 +5,12 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=libnewt
-pkgver=0.52.12
+pkgver=0.52.15
+pkgrel=1
 _tclver=8.6
-pkgrel=5
 pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
-arch=('i686' 'x86_64')
-url='http://www.redhat.com/'
+arch=('x86_64' 'i686')
+url='https://fedorahosted.org/newt/'
 license=('GPL')
 depends=('slang' 'popt' 'gpm')
 makedepends=(tcl=$_tclver 'python2')
@@ -18,15 +18,20 @@
 'python2: libnewt api through _snack module')
 options=('!makeflags')
 source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('2ba88dc3d118daf509c58e3707c43ad57dd3415d8164054e93fe76439f348529')
+sha256sums=('7a6151923e7a8a950f9a8a21668a5780d09b0f35f9d76a7ec606c71c35a0e241')
 
-build() {
+prepare() {
   cd $srcdir/newt-$pkgver
   
   sed -i s:tcl8.4:tcl$_tclver: Makefile.in
   sed -i 's:bin/python:bin/python2:' *.py
+  echo '#define USE_INTERP_RESULT 1'  config.h
+}
+
+build() {
+  cd $srcdir/newt-$pkgver
+
   ./configure --prefix=/usr --with-gpm-support
-  echo '#define USE_INTERP_RESULT 1'  config.h
   make
 }
 



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

2013-04-20 Thread Alexander Rødseth
Date: Saturday, April 20, 2013 @ 21:08:21
  Author: arodseth
Revision: 88638

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

Added:
  libnewt/repos/community-i686/PKGBUILD
(from rev 88637, libnewt/trunk/PKGBUILD)
  libnewt/repos/community-x86_64/PKGBUILD
(from rev 88637, libnewt/trunk/PKGBUILD)
Deleted:
  libnewt/repos/community-i686/PKGBUILD
  libnewt/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   39 ---
 community-x86_64/PKGBUILD |   39 ---
 3 files changed, 88 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 19:08:08 UTC (rev 88637)
+++ community-i686/PKGBUILD 2013-04-20 19:08:21 UTC (rev 88638)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Tom Killian t...@runbox.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libnewt
-pkgver=0.52.12
-_tclver=8.6
-pkgrel=5
-pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
-arch=('i686' 'x86_64')
-url='http://www.redhat.com/'
-license=('GPL')
-depends=('slang' 'popt' 'gpm')
-makedepends=(tcl=$_tclver 'python2')
-optdepends=('tcl: whiptcl support' \
-'python2: libnewt api through _snack module')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('2ba88dc3d118daf509c58e3707c43ad57dd3415d8164054e93fe76439f348529')
-
-build() {
-  cd $srcdir/newt-$pkgver
-  
-  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
-  sed -i 's:bin/python:bin/python2:' *.py
-  ./configure --prefix=/usr --with-gpm-support
-  echo '#define USE_INTERP_RESULT 1'  config.h
-  make
-}
-
-package() {
-  cd $srcdir/newt-$pkgver
-  
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnewt/repos/community-i686/PKGBUILD (from rev 88637, 
libnewt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 19:08:21 UTC (rev 88638)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Tom Killian t...@runbox.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libnewt
+pkgver=0.52.15
+pkgrel=1
+_tclver=8.6
+pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
+arch=('x86_64' 'i686')
+url='https://fedorahosted.org/newt/'
+license=('GPL')
+depends=('slang' 'popt' 'gpm')
+makedepends=(tcl=$_tclver 'python2')
+optdepends=('tcl: whiptcl support' \
+'python2: libnewt api through _snack module')
+options=('!makeflags')
+source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
+sha256sums=('7a6151923e7a8a950f9a8a21668a5780d09b0f35f9d76a7ec606c71c35a0e241')
+
+prepare() {
+  cd $srcdir/newt-$pkgver
+  
+  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
+  sed -i 's:bin/python:bin/python2:' *.py
+  echo '#define USE_INTERP_RESULT 1'  config.h
+}
+
+build() {
+  cd $srcdir/newt-$pkgver
+
+  ./configure --prefix=/usr --with-gpm-support
+  make
+}
+
+package() {
+  cd $srcdir/newt-$pkgver
+  
+  make prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-20 19:08:08 UTC (rev 88637)
+++ community-x86_64/PKGBUILD   2013-04-20 19:08:21 UTC (rev 88638)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Tom Killian t...@runbox.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libnewt
-pkgver=0.52.12
-_tclver=8.6
-pkgrel=5
-pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
-arch=('i686' 'x86_64')
-url='http://www.redhat.com/'
-license=('GPL')
-depends=('slang' 'popt' 'gpm')
-makedepends=(tcl=$_tclver 'python2')
-optdepends=('tcl: whiptcl support' \
-'python2: libnewt api through _snack module')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('2ba88dc3d118daf509c58e3707c43ad57dd3415d8164054e93fe76439f348529')
-
-build() {
-  cd $srcdir/newt-$pkgver
-  
-  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
-  sed -i 's:bin/python:bin/python2:' *.py
-  ./configure --prefix=/usr --with-gpm-support
-  echo '#define USE_INTERP_RESULT 1'  config.h
-  make
-}
-
-package() {
-  cd $srcdir/newt-$pkgver
-  
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnewt/repos/community-x86_64/PKGBUILD (from rev 88637, 
libnewt/trunk/PKGBUILD)

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

2013-04-20 Thread Alexander Rødseth
Date: Saturday, April 20, 2013 @ 23:07:56
  Author: arodseth
Revision: 88639

upgpkg: yaws 1.96-1

Modified:
  yaws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 19:08:21 UTC (rev 88638)
+++ PKGBUILD2013-04-20 21:07:56 UTC (rev 88639)
@@ -4,8 +4,8 @@
 # Contributor: Patrick Smits m...@patricksmits.net
 
 pkgname=yaws
-pkgver=1.95
-pkgrel=5
+pkgver=1.96
+pkgrel=1
 pkgdesc='Yet Another Web Server, pure Erlang HTTP server/framework'
 arch=('x86_64' 'i686')
 url='http://yaws.hyber.org/'
@@ -17,17 +17,22 @@
 optdepends=('erlang-nox: Erlang without X (headless)')
 source=(http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz;
 $pkgname.service)
-sha256sums=('e4efae836561f5e8a1324a5c9ab63fb82468e9dc93dc95cb4cb6248ab6b95406'
+sha256sums=('8d4f16d18937335ac021ca4c65c8ee81dc4d71f133718c7148856cc6bf1f55e2'
 '3f8347add6e3741e77f7bb9ba6b31feb1c878e2e58ecf19063891e801fa24698')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   # python2 fix
   for file in cgi.yaws cgi-bin/foo.py; do
  sed -i '0,/on/s//on2/' www/$file
   done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 



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

2013-04-20 Thread Alexander Rødseth
Date: Saturday, April 20, 2013 @ 23:08:12
  Author: arodseth
Revision: 88640

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

Added:
  yaws/repos/community-i686/PKGBUILD
(from rev 88639, yaws/trunk/PKGBUILD)
  yaws/repos/community-i686/yaws.install
(from rev 88639, yaws/trunk/yaws.install)
  yaws/repos/community-i686/yaws.service
(from rev 88639, yaws/trunk/yaws.service)
  yaws/repos/community-x86_64/PKGBUILD
(from rev 88639, yaws/trunk/PKGBUILD)
  yaws/repos/community-x86_64/yaws.install
(from rev 88639, yaws/trunk/yaws.install)
  yaws/repos/community-x86_64/yaws.service
(from rev 88639, yaws/trunk/yaws.service)
Deleted:
  yaws/repos/community-i686/PKGBUILD
  yaws/repos/community-i686/yaws.install
  yaws/repos/community-i686/yaws.service
  yaws/repos/community-x86_64/PKGBUILD
  yaws/repos/community-x86_64/yaws.install
  yaws/repos/community-x86_64/yaws.service

---+
 /PKGBUILD |  100 
 /yaws.install |   26 ++
 /yaws.service |   26 ++
 community-i686/PKGBUILD   |   45 --
 community-i686/yaws.install   |   13 -
 community-i686/yaws.service   |   13 -
 community-x86_64/PKGBUILD |   45 --
 community-x86_64/yaws.install |   13 -
 community-x86_64/yaws.service |   13 -
 9 files changed, 152 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 21:07:56 UTC (rev 88639)
+++ community-i686/PKGBUILD 2013-04-20 21:08:12 UTC (rev 88640)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Patrick Smits m...@patricksmits.net
-
-pkgname=yaws
-pkgver=1.95
-pkgrel=5
-pkgdesc='Yet Another Web Server, pure Erlang HTTP server/framework'
-arch=('x86_64' 'i686')
-url='http://yaws.hyber.org/'
-license=('BSD')
-depends=('pam' 'erlang')
-backup=('etc/yaws/yaws.conf')
-options=('!emptydirs')
-install=$pkgname.install
-optdepends=('erlang-nox: Erlang without X (headless)')
-source=(http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz;
-$pkgname.service)
-sha256sums=('e4efae836561f5e8a1324a5c9ab63fb82468e9dc93dc95cb4cb6248ab6b95406'
-'3f8347add6e3741e77f7bb9ba6b31feb1c878e2e58ecf19063891e801fa24698')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  # python2 fix
-  for file in cgi.yaws cgi-bin/foo.py; do
- sed -i '0,/on/s//on2/' www/$file
-  done
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/lib/erlang/lib
-  ln -s /usr/lib/yaws $pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yaws/repos/community-i686/PKGBUILD (from rev 88639, yaws/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 21:08:12 UTC (rev 88640)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Patrick Smits m...@patricksmits.net
+
+pkgname=yaws
+pkgver=1.96
+pkgrel=1
+pkgdesc='Yet Another Web Server, pure Erlang HTTP server/framework'
+arch=('x86_64' 'i686')
+url='http://yaws.hyber.org/'
+license=('BSD')
+depends=('pam' 'erlang')
+backup=('etc/yaws/yaws.conf')
+options=('!emptydirs')
+install=$pkgname.install
+optdepends=('erlang-nox: Erlang without X (headless)')
+source=(http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz;
+$pkgname.service)
+sha256sums=('8d4f16d18937335ac021ca4c65c8ee81dc4d71f133718c7148856cc6bf1f55e2'
+'3f8347add6e3741e77f7bb9ba6b31feb1c878e2e58ecf19063891e801fa24698')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  for file in cgi.yaws cgi-bin/foo.py; do
+ sed -i '0,/on/s//on2/' www/$file
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/lib/erlang/lib
+  ln -s /usr/lib/yaws $pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/yaws.install
===
--- community-i686/yaws.install 2013-04-20 21:07:56 UTC (rev 88639)
+++ community-i686/yaws.install 2013-04-20 

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

2013-04-20 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 00:35:50
  Author: arodseth
Revision: 88641

upgpkg: alex 3.0.5-1

Modified:
  alex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 21:08:12 UTC (rev 88640)
+++ PKGBUILD2013-04-20 22:35:50 UTC (rev 88641)
@@ -5,8 +5,8 @@
 # Contributor: Philip Nilsson pnils...@nullref.se
 
 pkgname=alex
-pkgver=3.0.2
-pkgrel=4
+pkgver=3.0.5
+pkgrel=1
 pkgdesc='Lexical analyser generator for Haskell'
 arch=('x86_64' 'i686')
 url='http://hackage.haskell.org/package/alex'
@@ -14,7 +14,7 @@
 depends=('gmp')
 makedepends=('ghc=7.6.2-1' 'haskell-quickcheck=2')
 
source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('997e33342c3c6e0edfff862f051fc286bd661f442d09d1bc02cd6e9d22083164')
+sha256sums=('c3326417a0538e355e5ad1871ab931b9c8145391e8b2ff79668eb643d9b99659')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-20 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 00:36:02
  Author: arodseth
Revision: 88642

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

Added:
  alex/repos/community-i686/PKGBUILD
(from rev 88641, alex/trunk/PKGBUILD)
  alex/repos/community-x86_64/PKGBUILD
(from rev 88641, alex/trunk/PKGBUILD)
Deleted:
  alex/repos/community-i686/PKGBUILD
  alex/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   35 --
 community-x86_64/PKGBUILD |   35 --
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 22:35:50 UTC (rev 88641)
+++ community-i686/PKGBUILD 2013-04-20 22:36:02 UTC (rev 88642)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Philip Nilsson pnils...@nullref.se
-
-pkgname=alex
-pkgver=3.0.2
-pkgrel=4
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64' 'i686')
-url='http://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('gmp')
-makedepends=('ghc=7.6.2-1' 'haskell-quickcheck=2')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('997e33342c3c6e0edfff862f051fc286bd661f442d09d1bc02cd6e9d22083164')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname
-  runghc Setup.lhs build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  runghc Setup.lhs copy --destdir=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3
-  # doc only contains the license
-  rm -rf $pkgdir/usr/share/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alex/repos/community-i686/PKGBUILD (from rev 88641, alex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 22:36:02 UTC (rev 88642)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Philip Nilsson pnils...@nullref.se
+
+pkgname=alex
+pkgver=3.0.5
+pkgrel=1
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64' 'i686')
+url='http://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('gmp')
+makedepends=('ghc=7.6.2-1' 'haskell-quickcheck=2')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('c3326417a0538e355e5ad1871ab931b9c8145391e8b2ff79668eb643d9b99659')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname
+  runghc Setup.lhs build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  runghc Setup.lhs copy --destdir=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3
+  # doc only contains the license
+  rm -rf $pkgdir/usr/share/doc
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-20 22:35:50 UTC (rev 88641)
+++ community-x86_64/PKGBUILD   2013-04-20 22:36:02 UTC (rev 88642)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Philip Nilsson pnils...@nullref.se
-
-pkgname=alex
-pkgver=3.0.2
-pkgrel=4
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64' 'i686')
-url='http://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('gmp')
-makedepends=('ghc=7.6.2-1' 'haskell-quickcheck=2')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('997e33342c3c6e0edfff862f051fc286bd661f442d09d1bc02cd6e9d22083164')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname
-  runghc Setup.lhs build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  runghc Setup.lhs copy --destdir=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3
-  # doc only contains the license
-  rm -rf $pkgdir/usr/share/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alex/repos/community-x86_64/PKGBUILD (from rev 88641, 
alex/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-20 22:36:02 UTC (rev 88642)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sergej Pupykin 

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

2013-04-20 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 01:03:06
  Author: arodseth
Revision: 88643

upgpkg: smalltalk 3.2.5-1

Modified:
  smalltalk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 22:36:02 UTC (rev 88642)
+++ PKGBUILD2013-04-20 23:03:06 UTC (rev 88643)
@@ -5,8 +5,8 @@
 # Contributor: Michael Fellinger m.fellin...@gmail.com
 
 pkgname=smalltalk
-pkgver=3.2.4
-pkgrel=8
+pkgver=3.2.5
+pkgrel=1
 pkgdesc='Implementation of Smalltalk-80'
 url='http://smalltalk.gnu.org/'
 license=('GPL' 'LGPL')
@@ -14,9 +14,9 @@
 options=('!libtool' '!emptydirs')
 depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl')
 makedepends=('gdbm' 'gtk2' 'sqlite' 'tk=8.6' 'zip')
-install=smalltalk.install
+install=$pkgname.install
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('901cc7090a1fa44bc60900a970d207de4aa3bdfdce72bea55114e243bc1eb1b3')
+sha256sums=('06e574e818ec49f0555d948ae53b1453d8c1df59ef597dad911a4fd1ffba1cce')
 optdepends=('tk: for gst-blox'
 'sqlite: database in a file'
 'sed: for examples'
@@ -51,7 +51,8 @@
   cd $srcdir/$pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
-  # fix manpage symlink
+
+  # Fix manpage symlink
   rm -f $pkgdir/usr/share/man/man1/gst-reload.1
   ln -s gst-load.1 $pkgdir/usr/share/man/man1/gst-reload.1
 }



[arch-commits] Commit in smalltalk/repos (8 files)

2013-04-20 Thread Alexander Rødseth
Date: Sunday, April 21, 2013 @ 01:03:17
  Author: arodseth
Revision: 88644

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

Added:
  smalltalk/repos/community-i686/PKGBUILD
(from rev 88643, smalltalk/trunk/PKGBUILD)
  smalltalk/repos/community-i686/smalltalk.install
(from rev 88643, smalltalk/trunk/smalltalk.install)
  smalltalk/repos/community-x86_64/PKGBUILD
(from rev 88643, smalltalk/trunk/PKGBUILD)
  smalltalk/repos/community-x86_64/smalltalk.install
(from rev 88643, smalltalk/trunk/smalltalk.install)
Deleted:
  smalltalk/repos/community-i686/PKGBUILD
  smalltalk/repos/community-i686/smalltalk.install
  smalltalk/repos/community-x86_64/PKGBUILD
  smalltalk/repos/community-x86_64/smalltalk.install

+
 /PKGBUILD  |  120 +++
 /smalltalk.install |   44 
 community-i686/PKGBUILD|   59 -
 community-i686/smalltalk.install   |   22 --
 community-x86_64/PKGBUILD  |   59 -
 community-x86_64/smalltalk.install |   22 --
 6 files changed, 164 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 23:03:06 UTC (rev 88643)
+++ community-i686/PKGBUILD 2013-04-20 23:03:17 UTC (rev 88644)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: mrshpot mrshpot at gmail dot com
-# Contributor: Michael Fellinger m.fellin...@gmail.com
-
-pkgname=smalltalk
-pkgver=3.2.4
-pkgrel=8
-pkgdesc='Implementation of Smalltalk-80'
-url='http://smalltalk.gnu.org/'
-license=('GPL' 'LGPL')
-arch=('x86_64' 'i686')
-options=('!libtool' '!emptydirs')
-depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl')
-makedepends=('gdbm' 'gtk2' 'sqlite' 'tk=8.6' 'zip')
-install=smalltalk.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('901cc7090a1fa44bc60900a970d207de4aa3bdfdce72bea55114e243bc1eb1b3')
-optdepends=('tk: for gst-blox'
-'sqlite: database in a file'
-'sed: for examples'
-'gtk2: GUI toolkit')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/smalltalk \
---with-imagedir=/var/lib/smalltalk \
---enable-gtk=yes \
---with-system-libffi \
---with-system-libsigsegv \
---with-readline \
---with-tcl \
---with-tk \
---with-x \
---without-emacs
-  echo '#define USE_INTERP_RESULT 1'  config.h
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-
-  #make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  # fix manpage symlink
-  rm -f $pkgdir/usr/share/man/man1/gst-reload.1
-  ln -s gst-load.1 $pkgdir/usr/share/man/man1/gst-reload.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: smalltalk/repos/community-i686/PKGBUILD (from rev 88643, 
smalltalk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 23:03:17 UTC (rev 88644)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mrshpot mrshpot at gmail dot com
+# Contributor: Michael Fellinger m.fellin...@gmail.com
+
+pkgname=smalltalk
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Implementation of Smalltalk-80'
+url='http://smalltalk.gnu.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64' 'i686')
+options=('!libtool' '!emptydirs')
+depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl')
+makedepends=('gdbm' 'gtk2' 'sqlite' 'tk=8.6' 'zip')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('06e574e818ec49f0555d948ae53b1453d8c1df59ef597dad911a4fd1ffba1cce')
+optdepends=('tk: for gst-blox'
+'sqlite: database in a file'
+'sed: for examples'
+'gtk2: GUI toolkit')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/smalltalk \
+--with-imagedir=/var/lib/smalltalk \
+--enable-gtk=yes \
+--with-system-libffi \
+--with-system-libsigsegv \
+--with-readline \
+--with-tcl \
+--with-tk \
+--with-x \
+--without-emacs
+  echo '#define USE_INTERP_RESULT 1'  config.h
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+
+  #make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Fix manpage symlink
+  rm -f $pkgdir/usr/share/man/man1/gst-reload.1
+  ln -s gst-load.1 $pkgdir/usr/share/man/man1/gst-reload.1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/smalltalk.install
===
--- 

[arch-commits] Commit in llvm/trunk (2 files)

2013-04-20 Thread Evangelos Foutras
Date: Sunday, April 21, 2013 @ 01:07:20
  Author: foutrelis
Revision: 183297

upgpkg: llvm 3.2-6

Fix FS#34861: crash on apps built using C++11's std::thread.

Added:
  llvm/trunk/clang-3.2-fix-std-thread-with-libstdc++.patch
Modified:
  llvm/trunk/PKGBUILD

---+
 PKGBUILD  |   29 
 clang-3.2-fix-std-thread-with-libstdc++.patch |   17 ++
 2 files changed, 37 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 16:41:36 UTC (rev 183296)
+++ PKGBUILD2013-04-20 23:07:20 UTC (rev 183297)
@@ -11,7 +11,7 @@
 
 pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer')
 pkgver=3.2
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url=http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')
@@ -24,6 +24,7 @@
 cindexer-clang-path.patch
 enable-lto.patch
 llvm-3.1-fix-debug-line-info.patch
+clang-3.2-fix-std-thread-with-libstdc++.patch
 clang-3.1-fix-libprofile_rt.a-location.patch)
 sha256sums=('125090c4d26740f1d5e9838477c931ed7d9ad70d599ba265f46f3a42cb066343'
 '2aaaf03f7c0f6b16fe97ecc81247dc2bf2d4bec7620a77cc74670b7e07ff5658'
@@ -33,18 +34,17 @@
 '3074df5322900e087377a8e03a02115463ccc0011c25917c2f06df11facd9b92'
 'fe3969d9ec93263814d9892a15b6a1eb60ad756fe7c3985a45d8cd82bc9b7a7b'
 'db1f1aadebbc4c4232bdad49fb9b7dc61eac727085c63154b870fa9ce64fd18d'
+'02b2c0fd29bc165140eb4524700254bfdd88369706719acb3f3be3134f1e67e8'
 '0d32ad283566357ca1bfbeb4cbe6b0b961943b79d3d718ed0435101c05629137')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver.src
 
   # At the present, clang must reside inside the LLVM source code tree to build
   # See http://llvm.org/bugs/show_bug.cgi?id=4840
-  rm -rf tools/clang
-  cp -r $srcdir/clang-$pkgver.src tools/clang
+  mv $srcdir/clang-$pkgver.src tools/clang
 
-  rm -rf projects/compiler-rt
-  cp -r $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
+  mv $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
 
   # Fix symbolic links from OCaml bindings to LLVM libraries
   sed -i 's:\$(PROJ_libdir):/usr/lib/llvm:' bindings/ocaml/Makefile.ocaml
@@ -70,6 +70,11 @@
   # Use gold instead of default linker, and always use the plugin
   patch -d tools/clang -Np0 -i $srcdir/enable-lto.patch
 
+  # Fix FS#34861: crash on apps built using C++11's std::thread
+  # http://llvm.org/bugs/show_bug.cgi?id=12730
+  patch -d tools/clang -Np2 -i \
+$srcdir/clang-3.2-fix-std-thread-with-libstdc++.patch
+
   # Fix FS#29984: [clang] -coverage is broken
   patch -d tools/clang -Np1 -i \
 $srcdir/clang-3.1-fix-libprofile_rt.a-location.patch
@@ -81,16 +86,22 @@
   # Drop svn suffix from version string
   sed -i 's/3\.2svn/3.2/g' configure
 
+  # Prepare Python 2 override
+  mkdir $srcdir/python2-path
+  ln -s /usr/bin/python2 $srcdir/python2-path/python
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver.src
+
   # Apply strip option to configure
   _optimized_switch=enable
   [[ $(check_option strip) == n ]]  _optimized_switch=disable
 
   # Include location of libffi headers in CPPFLAGS
-  export CPPFLAGS=$CPPFLAGS $(pkg-config --cflags libffi)
+  CPPFLAGS+= $(pkg-config --cflags libffi)
 
   # Use Python 2
-  mkdir $srcdir/python2-path
-  ln -s /usr/bin/python2 $srcdir/python2-path/python
   export PATH=$srcdir/python2-path:$PATH
 
   # Force the use of GCC instead of clang

Added: clang-3.2-fix-std-thread-with-libstdc++.patch
===
--- clang-3.2-fix-std-thread-with-libstdc++.patch   
(rev 0)
+++ clang-3.2-fix-std-thread-with-libstdc++.patch   2013-04-20 23:07:20 UTC 
(rev 183297)
@@ -0,0 +1,17 @@
+--- cfe/trunk/lib/Basic/Targets.cpp2013/04/04 23:51:36 178815
 cfe/trunk/lib/Basic/Targets.cpp2013/04/04 23:53:43 178816
+@@ -2730,6 +2730,14 @@
+   case NoMMX3DNow:
+ break;
+   }
++
++  if (CPU = CK_i486) {
++Builder.defineMacro(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1);
++Builder.defineMacro(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2);
++Builder.defineMacro(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4);
++  }
++  if (CPU = CK_i586)
++Builder.defineMacro(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8);
+ }
+ 
+ bool X86TargetInfo::hasFeature(StringRef Feature) const {



[arch-commits] Commit in llvm/repos (30 files)

2013-04-20 Thread Evangelos Foutras
Date: Sunday, April 21, 2013 @ 01:08:32
  Author: foutrelis
Revision: 183298

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

Added:
  llvm/repos/extra-i686/PKGBUILD
(from rev 183297, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/cindexer-clang-path.patch
(from rev 183297, llvm/trunk/cindexer-clang-path.patch)
  llvm/repos/extra-i686/clang-3.1-fix-libprofile_rt.a-location.patch
(from rev 183297, llvm/trunk/clang-3.1-fix-libprofile_rt.a-location.patch)
  llvm/repos/extra-i686/clang-3.2-fix-std-thread-with-libstdc++.patch
(from rev 183297, llvm/trunk/clang-3.2-fix-std-thread-with-libstdc++.patch)
  llvm/repos/extra-i686/enable-lto.patch
(from rev 183297, llvm/trunk/enable-lto.patch)
  llvm/repos/extra-i686/llvm-3.1-fix-debug-line-info.patch
(from rev 183297, llvm/trunk/llvm-3.1-fix-debug-line-info.patch)
  llvm/repos/extra-i686/llvm-Config-config.h
(from rev 183297, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 183297, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 183297, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/cindexer-clang-path.patch
(from rev 183297, llvm/trunk/cindexer-clang-path.patch)
  llvm/repos/extra-x86_64/clang-3.1-fix-libprofile_rt.a-location.patch
(from rev 183297, llvm/trunk/clang-3.1-fix-libprofile_rt.a-location.patch)
  llvm/repos/extra-x86_64/clang-3.2-fix-std-thread-with-libstdc++.patch
(from rev 183297, llvm/trunk/clang-3.2-fix-std-thread-with-libstdc++.patch)
  llvm/repos/extra-x86_64/enable-lto.patch
(from rev 183297, llvm/trunk/enable-lto.patch)
  llvm/repos/extra-x86_64/llvm-3.1-fix-debug-line-info.patch
(from rev 183297, llvm/trunk/llvm-3.1-fix-debug-line-info.patch)
  llvm/repos/extra-x86_64/llvm-Config-config.h
(from rev 183297, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 183297, llvm/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/cindexer-clang-path.patch
  llvm/repos/extra-i686/clang-3.1-fix-libprofile_rt.a-location.patch
  llvm/repos/extra-i686/enable-lto.patch
  llvm/repos/extra-i686/llvm-3.1-fix-debug-line-info.patch
  llvm/repos/extra-i686/llvm-Config-config.h
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/cindexer-clang-path.patch
  llvm/repos/extra-x86_64/clang-3.1-fix-libprofile_rt.a-location.patch
  llvm/repos/extra-x86_64/enable-lto.patch
  llvm/repos/extra-x86_64/llvm-3.1-fix-debug-line-info.patch
  llvm/repos/extra-x86_64/llvm-Config-config.h
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h

+
 /PKGBUILD  |  514 +++
 /cindexer-clang-path.patch |   20 
 /clang-3.1-fix-libprofile_rt.a-location.patch  |   24 
 /enable-lto.patch  |   60 +
 /llvm-3.1-fix-debug-line-info.patch|  130 ++
 /llvm-Config-config.h  |   18 
 /llvm-Config-llvm-config.h |   18 
 extra-i686/PKGBUILD|  246 -
 extra-i686/cindexer-clang-path.patch   |   10 
 extra-i686/clang-3.1-fix-libprofile_rt.a-location.patch|   12 
 extra-i686/clang-3.2-fix-std-thread-with-libstdc++.patch   |   17 
 extra-i686/enable-lto.patch|   30 
 extra-i686/llvm-3.1-fix-debug-line-info.patch  |   65 -
 extra-i686/llvm-Config-config.h|9 
 extra-i686/llvm-Config-llvm-config.h   |9 
 extra-x86_64/PKGBUILD  |  246 -
 extra-x86_64/cindexer-clang-path.patch |   10 
 extra-x86_64/clang-3.1-fix-libprofile_rt.a-location.patch  |   12 
 extra-x86_64/clang-3.2-fix-std-thread-with-libstdc++.patch |   17 
 extra-x86_64/enable-lto.patch  |   30 
 extra-x86_64/llvm-3.1-fix-debug-line-info.patch|   65 -
 extra-x86_64/llvm-Config-config.h  |9 
 extra-x86_64/llvm-Config-llvm-config.h |9 
 23 files changed, 818 insertions(+), 762 deletions(-)

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


[arch-commits] Commit in llvm/repos (14 files)

2013-04-20 Thread Evangelos Foutras
Date: Sunday, April 21, 2013 @ 01:23:19
  Author: foutrelis
Revision: 183299

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

Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/cindexer-clang-path.patch
  llvm/repos/extra-i686/clang-3.1-fix-libprofile_rt.a-location.patch
  llvm/repos/extra-i686/enable-lto.patch
  llvm/repos/extra-i686/llvm-3.1-fix-debug-line-info.patch
  llvm/repos/extra-i686/llvm-Config-config.h
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/cindexer-clang-path.patch
  llvm/repos/extra-x86_64/clang-3.1-fix-libprofile_rt.a-location.patch
  llvm/repos/extra-x86_64/enable-lto.patch
  llvm/repos/extra-x86_64/llvm-3.1-fix-debug-line-info.patch
  llvm/repos/extra-x86_64/llvm-Config-config.h
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h

---+
 extra-i686/PKGBUILD   |  257 
 extra-i686/cindexer-clang-path.patch  |   10 
 extra-i686/clang-3.1-fix-libprofile_rt.a-location.patch   |   12 
 extra-i686/enable-lto.patch   |   30 -
 extra-i686/llvm-3.1-fix-debug-line-info.patch |   65 ---
 extra-i686/llvm-Config-config.h   |9 
 extra-i686/llvm-Config-llvm-config.h  |9 
 extra-x86_64/PKGBUILD |  257 
 extra-x86_64/cindexer-clang-path.patch|   10 
 extra-x86_64/clang-3.1-fix-libprofile_rt.a-location.patch |   12 
 extra-x86_64/enable-lto.patch |   30 -
 extra-x86_64/llvm-3.1-fix-debug-line-info.patch   |   65 ---
 extra-x86_64/llvm-Config-config.h |9 
 extra-x86_64/llvm-Config-llvm-config.h|9 
 14 files changed, 784 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-20 23:08:32 UTC (rev 183298)
+++ extra-i686/PKGBUILD 2013-04-20 23:23:19 UTC (rev 183299)
@@ -1,257 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Sebastian Nowicki seb...@gmail.com
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
-# Contributor: Roberto Alsina rals...@kde.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer')
-pkgver=3.2
-pkgrel=6
-arch=('i686' 'x86_64')
-url=http://llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('libffi' 'python2' 'ocaml' 'python-sphinx')
-source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.gz
-http://llvm.org/releases/$pkgver/clang-$pkgver.src.tar.gz
-
http://dev.archlinux.org/~foutrelis/sources/compiler-rt/compiler-rt-$pkgver.src.tar.xz
-llvm-Config-config.h
-llvm-Config-llvm-config.h
-cindexer-clang-path.patch
-enable-lto.patch
-llvm-3.1-fix-debug-line-info.patch
-clang-3.2-fix-std-thread-with-libstdc++.patch
-clang-3.1-fix-libprofile_rt.a-location.patch)
-sha256sums=('125090c4d26740f1d5e9838477c931ed7d9ad70d599ba265f46f3a42cb066343'
-'2aaaf03f7c0f6b16fe97ecc81247dc2bf2d4bec7620a77cc74670b7e07ff5658'
-'a9a6b73a1bd5fc763f3b3826a6ce796cb150042d37d319e06e72d3d9778aaac1'
-'312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48'
-'3074df5322900e087377a8e03a02115463ccc0011c25917c2f06df11facd9b92'
-'fe3969d9ec93263814d9892a15b6a1eb60ad756fe7c3985a45d8cd82bc9b7a7b'
-'db1f1aadebbc4c4232bdad49fb9b7dc61eac727085c63154b870fa9ce64fd18d'
-'02b2c0fd29bc165140eb4524700254bfdd88369706719acb3f3be3134f1e67e8'
-'0d32ad283566357ca1bfbeb4cbe6b0b961943b79d3d718ed0435101c05629137')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver.src
-
-  # At the present, clang must reside inside the LLVM source code tree to build
-  # See http://llvm.org/bugs/show_bug.cgi?id=4840
-  mv $srcdir/clang-$pkgver.src tools/clang
-
-  mv $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
-
-  # Fix symbolic links from OCaml bindings to LLVM libraries
-  sed -i 's:\$(PROJ_libdir):/usr/lib/llvm:' bindings/ocaml/Makefile.ocaml
-
-  # Fix installation directories, ./configure doesn't seem to set them right
-  sed -i -e 's:\$(PROJ_prefix)/etc/llvm:/etc/llvm:' \
- -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib/llvm:' \
- -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
-Makefile.config.in
-  sed -i '/ActiveLibDir = 

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

2013-04-20 Thread Evangelos Foutras
Date: Sunday, April 21, 2013 @ 01:37:12
  Author: foutrelis
Revision: 183300

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

Added:
  llvm/repos/extra-i686/PKGBUILD
(from rev 183299, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/cindexer-clang-path.patch
(from rev 183299, llvm/trunk/cindexer-clang-path.patch)
  llvm/repos/extra-i686/clang-3.1-fix-libprofile_rt.a-location.patch
(from rev 183299, llvm/trunk/clang-3.1-fix-libprofile_rt.a-location.patch)
  llvm/repos/extra-i686/clang-3.2-fix-std-thread-with-libstdc++.patch
(from rev 183299, llvm/trunk/clang-3.2-fix-std-thread-with-libstdc++.patch)
  llvm/repos/extra-i686/enable-lto.patch
(from rev 183299, llvm/trunk/enable-lto.patch)
  llvm/repos/extra-i686/llvm-3.1-fix-debug-line-info.patch
(from rev 183299, llvm/trunk/llvm-3.1-fix-debug-line-info.patch)
  llvm/repos/extra-i686/llvm-Config-config.h
(from rev 183299, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 183299, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 183299, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/cindexer-clang-path.patch
(from rev 183299, llvm/trunk/cindexer-clang-path.patch)
  llvm/repos/extra-x86_64/clang-3.1-fix-libprofile_rt.a-location.patch
(from rev 183299, llvm/trunk/clang-3.1-fix-libprofile_rt.a-location.patch)
  llvm/repos/extra-x86_64/clang-3.2-fix-std-thread-with-libstdc++.patch
(from rev 183299, llvm/trunk/clang-3.2-fix-std-thread-with-libstdc++.patch)
  llvm/repos/extra-x86_64/enable-lto.patch
(from rev 183299, llvm/trunk/enable-lto.patch)
  llvm/repos/extra-x86_64/llvm-3.1-fix-debug-line-info.patch
(from rev 183299, llvm/trunk/llvm-3.1-fix-debug-line-info.patch)
  llvm/repos/extra-x86_64/llvm-Config-config.h
(from rev 183299, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 183299, llvm/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm/repos/extra-i686/clang-3.2-fix-std-thread-with-libstdc++.patch
  llvm/repos/extra-x86_64/clang-3.2-fix-std-thread-with-libstdc++.patch

+
 /clang-3.2-fix-std-thread-with-libstdc++.patch |   34 +
 extra-i686/PKGBUILD|  257 +++
 extra-i686/cindexer-clang-path.patch   |   10 
 extra-i686/clang-3.1-fix-libprofile_rt.a-location.patch|   12 
 extra-i686/clang-3.2-fix-std-thread-with-libstdc++.patch   |   17 
 extra-i686/enable-lto.patch|   30 +
 extra-i686/llvm-3.1-fix-debug-line-info.patch  |   65 ++
 extra-i686/llvm-Config-config.h|9 
 extra-i686/llvm-Config-llvm-config.h   |9 
 extra-x86_64/PKGBUILD  |  257 +++
 extra-x86_64/cindexer-clang-path.patch |   10 
 extra-x86_64/clang-3.1-fix-libprofile_rt.a-location.patch  |   12 
 extra-x86_64/clang-3.2-fix-std-thread-with-libstdc++.patch |   17 
 extra-x86_64/enable-lto.patch  |   30 +
 extra-x86_64/llvm-3.1-fix-debug-line-info.patch|   65 ++
 extra-x86_64/llvm-Config-config.h  |9 
 extra-x86_64/llvm-Config-llvm-config.h |9 
 17 files changed, 818 insertions(+), 34 deletions(-)

Copied: llvm/repos/extra-i686/PKGBUILD (from rev 183299, llvm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-20 23:37:12 UTC (rev 183300)
@@ -0,0 +1,257 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sebastian Nowicki seb...@gmail.com
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer')
+pkgver=3.2
+pkgrel=6
+arch=('i686' 'x86_64')
+url=http://llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('libffi' 'python2' 'ocaml' 'python-sphinx')
+source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.gz
+http://llvm.org/releases/$pkgver/clang-$pkgver.src.tar.gz
+
http://dev.archlinux.org/~foutrelis/sources/compiler-rt/compiler-rt-$pkgver.src.tar.xz
+llvm-Config-config.h
+llvm-Config-llvm-config.h
+cindexer-clang-path.patch
+enable-lto.patch
+llvm-3.1-fix-debug-line-info.patch
+clang-3.2-fix-std-thread-with-libstdc++.patch
+

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

2013-04-20 Thread Felix Yan
Date: Sunday, April 21, 2013 @ 06:41:24
  Author: fyan
Revision: 88645

upgpkg: goagent 2.1.17-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 23:03:17 UTC (rev 88644)
+++ PKGBUILD2013-04-21 04:41:24 UTC (rev 88645)
@@ -4,15 +4,14 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=2.1.16
-pkgrel=2
+pkgver=2.1.17
+pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;
 license=(GPL2)
 depends=('python2' 'python2-pyopenssl' 'python2-gevent-beta')
 source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz
-
https://github.com/felixonmars/goagent/commit/1b9b1c3cad7ccfb65407e3f7c411c191c9be9246.patch
 $pkgname.service)
 backup=('etc/goagent')
 install=goagent.install
@@ -20,8 +19,6 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  patch -Np1 -i ../1b9b1c3cad7ccfb65407e3f7c411c191c9be9246.patch
-
   # python2 fix
   sed -i -re 1s/python2?/python2/ local/*.py
   chmod +x local/proxy.py
@@ -29,10 +26,13 @@
   mkdir -p $pkgdir/opt/goagent
   cp -r local server $pkgdir/opt/goagent
   
-  # remove windows-only files
+  # remove Windows-only files
   rm -f $pkgdir/opt/goagent/*/*.{vbs,dll,exe,manifest,bat}
   rm -f $pkgdir/opt/goagent/local/python27.zip
 
+  # remove Mac-only files
+  rm -f $pkgdir/opt/goagent/local/goagent-osx.py
+
   # remove goagent-gtk
   rm -f $pkgdir/opt/goagent/local/goagent-gtk.py
   rm -f $pkgdir/opt/goagent/local/logo.png
@@ -51,6 +51,5 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('d14742ba0560de95b06bd177759c5139'
- '264c6d29f50b71742c54a985220f117d'
+md5sums=('5ee022e802b927531e302f8c9aa83711'
  'e49aca604fcbf7b64d07460d33669640')



[arch-commits] Commit in goagent/repos/community-any (6 files)

2013-04-20 Thread Felix Yan
Date: Sunday, April 21, 2013 @ 06:42:42
  Author: fyan
Revision: 88646

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 88645, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 88645, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 88645, goagent/trunk/goagent.service)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service

-+
 PKGBUILD|  111 ++
 goagent.install |   40 +--
 goagent.service |   24 +--
 3 files changed, 87 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-21 04:41:24 UTC (rev 88645)
+++ PKGBUILD2013-04-21 04:42:42 UTC (rev 88646)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=2.1.16
-pkgrel=2
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl' 'python2-gevent-beta')
-source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz
-
https://github.com/felixonmars/goagent/commit/1b9b1c3cad7ccfb65407e3f7c411c191c9be9246.patch
-$pkgname.service)
-backup=('etc/goagent')
-install=goagent.install
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i ../1b9b1c3cad7ccfb65407e3f7c411c191c9be9246.patch
-
-  # python2 fix
-  sed -i -re 1s/python2?/python2/ local/*.py
-  chmod +x local/proxy.py
-
-  mkdir -p $pkgdir/opt/goagent
-  cp -r local server $pkgdir/opt/goagent
-  
-  # remove windows-only files
-  rm -f $pkgdir/opt/goagent/*/*.{vbs,dll,exe,manifest,bat}
-  rm -f $pkgdir/opt/goagent/local/python27.zip
-
-  # remove goagent-gtk
-  rm -f $pkgdir/opt/goagent/local/goagent-gtk.py
-  rm -f $pkgdir/opt/goagent/local/logo.png
-  rm -f $pkgdir/opt/goagent/local/addto-startup.py
-
-  # remove CA.crt CA.key for security issues
-  rm -f $pkgdir/opt/goagent/local/CA.crt $pkgdir/opt/goagent/local/CA.key
-  rm -rf $pkgdir/opt/goagent/local/certs
-
-  # config file
-  install -Dm644 ${pkgdir}/opt/goagent/local/proxy.ini 
${pkgdir}/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/opt/goagent/local/proxy.ini
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('d14742ba0560de95b06bd177759c5139'
- '264c6d29f50b71742c54a985220f117d'
- 'e49aca604fcbf7b64d07460d33669640')

Copied: goagent/repos/community-any/PKGBUILD (from rev 88645, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-21 04:42:42 UTC (rev 88646)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=2.1.17
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl' 'python2-gevent-beta')
+source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz
+$pkgname.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  sed -i -re 1s/python2?/python2/ local/*.py
+  chmod +x local/proxy.py
+
+  mkdir -p $pkgdir/opt/goagent
+  cp -r local server $pkgdir/opt/goagent
+  
+  # remove Windows-only files
+  rm -f $pkgdir/opt/goagent/*/*.{vbs,dll,exe,manifest,bat}
+  rm -f $pkgdir/opt/goagent/local/python27.zip
+
+  # remove Mac-only files
+  rm -f $pkgdir/opt/goagent/local/goagent-osx.py
+
+  # remove goagent-gtk
+  rm -f $pkgdir/opt/goagent/local/goagent-gtk.py
+  rm -f $pkgdir/opt/goagent/local/logo.png
+  rm -f $pkgdir/opt/goagent/local/addto-startup.py
+
+  # remove CA.crt CA.key for security issues
+  rm -f $pkgdir/opt/goagent/local/CA.crt $pkgdir/opt/goagent/local/CA.key
+  rm -rf $pkgdir/opt/goagent/local/certs
+
+  # config file
+  install -Dm644 ${pkgdir}/opt/goagent/local/proxy.ini 
${pkgdir}/etc/goagent
+  ln -sf /etc/goagent ${pkgdir}/opt/goagent/local/proxy.ini
+
+  # systemd service
+  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('5ee022e802b927531e302f8c9aa83711'
+ 'e49aca604fcbf7b64d07460d33669640')

Deleted: goagent.install
===
--- goagent.install 2013-04-21 04:41:24 UTC (rev 88645)
+++ goagent.install 2013-04-21 04:42:42 UTC (rev 88646)
@@