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

2015-09-06 Thread Михаил Страшун
Date: Sunday, September 6, 2015 @ 22:55:53
  Author: dicebot
Revision: 139369

upgpkg: lib32-libphobos 2.068.0-1

lib32-libphobos update to match new DMD release

Modified:
  lib32-libphobos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:25:52 UTC (rev 139368)
+++ PKGBUILD2015-09-06 20:55:53 UTC (rev 139369)
@@ -7,7 +7,7 @@
 
 pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
 groups=('dlang' 'dlang-dmd')
-pkgver=2.067.1
+pkgver=2.068.0
 pkgrel=1
 arch=('x86_64')
 groups=('dlang' 'dlang-dmd')


[arch-commits] Commit in lib32-libphobos/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-09-06 Thread Михаил Страшун
Date: Sunday, September 6, 2015 @ 22:56:16
  Author: dicebot
Revision: 139370

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD
(from rev 139369, lib32-libphobos/trunk/PKGBUILD)
Deleted:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-06 20:55:53 UTC (rev 139369)
+++ PKGBUILD2015-09-06 20:56:16 UTC (rev 139370)
@@ -1,50 +0,0 @@
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
-groups=('dlang' 'dlang-dmd')
-pkgver=2.067.1
-pkgrel=1
-arch=('x86_64')
-groups=('dlang' 'dlang-dmd')
-url="http://www.dlang.org;
-source=("git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP')
-makedepends=('dmd' 'git')
-depends=('lib32-curl')
-license=('custom')
-
-build() {
-cd $srcdir/druntime
-make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
-}
-
-package_lib32-libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library (32-bit)"
-   depends=("dmd")
-   options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_lib32-libphobos() {
-pkgdesc="The Phobos standard library for D programming language (32-bit)"
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}

Copied: lib32-libphobos/repos/multilib-x86_64/PKGBUILD (from rev 139369, 
lib32-libphobos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-06 20:56:16 UTC (rev 139370)
@@ -0,0 +1,50 @@
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Chris Brannon 
+# Contributor: Andrea Scarpino 
+# Contributor: Anders Bergh 
+# Contributor: Alexander Fehr 
+
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.068.0
+pkgrel=1
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url="http://www.dlang.org;
+source=("git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
+sha1sums=('SKIP'
+  'SKIP')
+makedepends=('dmd' 'git')
+depends=('lib32-curl')
+license=('custom')
+
+build() {
+cd $srcdir/druntime
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+}
+
+package_lib32-libphobos-devel() {
+pkgdesc="The Phobos standard library for D programming language. Modules 
and static library (32-bit)"
+   depends=("dmd")
+   options=("staticlibs")
+provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+pkgdesc="The Phobos standard library for D programming language (32-bit)"
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}


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

2015-09-06 Thread Jaroslav Lichtblau
Date: Sunday, September 6, 2015 @ 22:07:31
  Author: jlichtblau
Revision: 139352

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-06 20:07:13 UTC (rev 139351)
+++ community-i686/PKGBUILD 2015-09-06 20:07:31 UTC (rev 139352)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.11.23
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-url="http://syncthing.net/;
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  install -d "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH}" == "x86_64" ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#  go run build.go -no-upgrade test
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 139351, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-06 20:07:31 UTC (rev 139352)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.11.24
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+url="http://syncthing.net/;
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${CARCH}" == "x86_64" ] ; then
+  go run build.go -no-upgrade -goarch amd64 build
+  else
+  go run build.go -no-upgrade build
+  fi
+}
+
+check() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#  go run build.go -no-upgrade test
+}
+
+package() {
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 

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

2015-09-06 Thread Jaroslav Lichtblau
Date: Sunday, September 6, 2015 @ 22:07:13
  Author: jlichtblau
Revision: 139351

upgpkg: syncthing 0.11.24-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 19:41:37 UTC (rev 139350)
+++ PKGBUILD2015-09-06 20:07:13 UTC (rev 139351)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.11.23
+pkgver=0.11.24
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:24:18
  Author: foutrelis
Revision: 139366

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

Added:
  liboping/repos/community-staging-i686/
  liboping/repos/community-staging-i686/PKGBUILD
(from rev 139365, liboping/trunk/PKGBUILD)
  liboping/repos/community-staging-i686/install
(from rev 139365, liboping/trunk/install)
  liboping/repos/community-staging-x86_64/
  liboping/repos/community-staging-x86_64/PKGBUILD
(from rev 139365, liboping/trunk/PKGBUILD)
  liboping/repos/community-staging-x86_64/install
(from rev 139365, liboping/trunk/install)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-i686/install|8 
 community-staging-x86_64/PKGBUILD |   34 ++
 community-staging-x86_64/install  |8 
 4 files changed, 84 insertions(+)

Copied: liboping/repos/community-staging-i686/PKGBUILD (from rev 139365, 
liboping/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 20:24:18 UTC (rev 139366)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=liboping
+pkgver=1.8.0
+pkgrel=3
+pkgdesc='C library to generate ICMP echo requests, better known as "ping 
packets"'
+url='http://noping.cc/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcap')
+makedepends=('ncurses')
+optdepends=('perl: perl bindings'
+'ncurses: noping CLI tool')
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('1dcb9182c981b31d67522ae24e925563bed57cf950dc681580c4b0abb6a65bdb')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # setting capabilities/setuid is futile in fakeroot
+   # (we do that in the install script)
+   sed -i 's/ install-exec-hook//g' src/Makefile.in
+
+   ./configure --prefix=/usr --with-perl-bindings='INSTALLDIRS=vendor'
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: liboping/repos/community-staging-i686/install (from rev 139365, 
liboping/trunk/install)
===
--- community-staging-i686/install  (rev 0)
+++ community-staging-i686/install  2015-09-06 20:24:18 UTC (rev 139366)
@@ -0,0 +1,8 @@
+post_upgrade() {
+   setcap cap_net_raw=ep usr/bin/oping
+   setcap cap_net_raw=ep usr/bin/noping
+}
+
+post_install() {
+   post_upgrade
+}

Copied: liboping/repos/community-staging-x86_64/PKGBUILD (from rev 139365, 
liboping/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 20:24:18 UTC (rev 139366)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=liboping
+pkgver=1.8.0
+pkgrel=3
+pkgdesc='C library to generate ICMP echo requests, better known as "ping 
packets"'
+url='http://noping.cc/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcap')
+makedepends=('ncurses')
+optdepends=('perl: perl bindings'
+'ncurses: noping CLI tool')
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('1dcb9182c981b31d67522ae24e925563bed57cf950dc681580c4b0abb6a65bdb')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # setting capabilities/setuid is futile in fakeroot
+   # (we do that in the install script)
+   sed -i 's/ install-exec-hook//g' src/Makefile.in
+
+   ./configure --prefix=/usr --with-perl-bindings='INSTALLDIRS=vendor'
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: liboping/repos/community-staging-x86_64/install (from rev 139365, 
liboping/trunk/install)
===
--- community-staging-x86_64/install(rev 0)
+++ community-staging-x86_64/install2015-09-06 20:24:18 UTC (rev 139366)
@@ -0,0 +1,8 @@
+post_upgrade() {
+   setcap cap_net_raw=ep usr/bin/oping
+   setcap cap_net_raw=ep usr/bin/noping
+}
+
+post_install() {
+   post_upgrade
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:23:20
  Author: foutrelis
Revision: 139363

ncurses 6.0 rebuild.

Modified:
  whowatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:22:50 UTC (rev 139362)
+++ PKGBUILD2015-09-06 20:23:20 UTC (rev 139363)
@@ -3,7 +3,7 @@
 # Contributor: Nezmer 
 pkgname=whowatch
 pkgver=1.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Displays information about the users currently logged on to the 
machine in real time'
 arch=(i686  x86_64)
 url="http://wizard.ae.krakow.pl/~mike/#whowatch;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:24:10
  Author: foutrelis
Revision: 139365

ncurses 6.0 rebuild.

Modified:
  liboping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:23:27 UTC (rev 139364)
+++ PKGBUILD2015-09-06 20:24:10 UTC (rev 139365)
@@ -3,7 +3,7 @@
 
 pkgname=liboping
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='C library to generate ICMP echo requests, better known as "ping 
packets"'
 url='http://noping.cc/'
 arch=('i686' 'x86_64')


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:45:18
  Author: foutrelis
Revision: 139384

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

Added:
  atop/repos/community-staging-i686/
  atop/repos/community-staging-i686/PKGBUILD
(from rev 139383, atop/trunk/PKGBUILD)
  atop/repos/community-staging-x86_64/
  atop/repos/community-staging-x86_64/PKGBUILD
(from rev 139383, atop/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: atop/repos/community-staging-i686/PKGBUILD (from rev 139383, 
atop/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:45:18 UTC (rev 139384)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: John Gerritse 
+
+pkgname=atop
+pkgver=2.1_1
+pkgrel=3
+pkgdesc="A system and process level monitor."
+arch=(i686 x86_64)
+url="http://www.atoptool.nl/;
+license=('GPL')
+depends=('ncurses' 'sh' 'zlib' 'cron')
+source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz)
+md5sums=('d956f5b0c7e0705cff6cf44898d664d7')
+
+prepare() {
+  cd $srcdir/$pkgname-*
+  sed -i 's#root ##' atop.cron
+}
+
+build() {
+  cd $srcdir/$pkgname-*
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-*
+  make DESTDIR=$pkgdir INIPATH=/etc/rc.d SBINPATH=/usr/bin install
+  rm -f $pkgdir/etc/cron.d/atop
+  install -dm0755 $pkgdir/etc/cron.daily
+  mv $pkgdir/etc/atop/atop.daily $pkgdir/etc/cron.daily/atop
+  install -Dm0644 atop.service $pkgdir/usr/lib/systemd/system/atop.service
+  rm -rf $pkgdir/etc/rc.d
+}

Copied: atop/repos/community-staging-x86_64/PKGBUILD (from rev 139383, 
atop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 21:45:18 UTC (rev 139384)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: John Gerritse 
+
+pkgname=atop
+pkgver=2.1_1
+pkgrel=3
+pkgdesc="A system and process level monitor."
+arch=(i686 x86_64)
+url="http://www.atoptool.nl/;
+license=('GPL')
+depends=('ncurses' 'sh' 'zlib' 'cron')
+source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz)
+md5sums=('d956f5b0c7e0705cff6cf44898d664d7')
+
+prepare() {
+  cd $srcdir/$pkgname-*
+  sed -i 's#root ##' atop.cron
+}
+
+build() {
+  cd $srcdir/$pkgname-*
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-*
+  make DESTDIR=$pkgdir INIPATH=/etc/rc.d SBINPATH=/usr/bin install
+  rm -f $pkgdir/etc/cron.d/atop
+  install -dm0755 $pkgdir/etc/cron.daily
+  mv $pkgdir/etc/atop/atop.daily $pkgdir/etc/cron.daily/atop
+  install -Dm0644 atop.service $pkgdir/usr/lib/systemd/system/atop.service
+  rm -rf $pkgdir/etc/rc.d
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:45:44
  Author: foutrelis
Revision: 139386

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

Added:
  dhex/repos/community-staging-i686/
  dhex/repos/community-staging-i686/PKGBUILD
(from rev 139385, dhex/trunk/PKGBUILD)
  dhex/repos/community-staging-x86_64/
  dhex/repos/community-staging-x86_64/PKGBUILD
(from rev 139385, dhex/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: dhex/repos/community-staging-i686/PKGBUILD (from rev 139385, 
dhex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:45:44 UTC (rev 139386)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=dhex
+pkgver=0.68
+pkgrel=3
+pkgdesc="An ncurses-based hexeditor with a diff mode"
+arch=('i686' 'x86_64')
+url="http://www.dettus.net/dhex/;
+license=('GPL')
+depends=('ncurses')
+source=("http://www.dettus.net/dhex/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('5109b3d50053553e41d75c8e5c0a0175')
+
+build() {
+  cd "${srcdir}/${pkgname}_${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}_${pkgver}"
+  install -d "${pkgdir}"/usr/{bin,share}
+  install -d "${pkgdir}"/usr/man/man{1,5}
+  make DESTDIR="${pkgdir}/usr" install
+  mv "${pkgdir}/usr/man" "${pkgdir}/usr/share/man"
+}
+

Copied: dhex/repos/community-staging-x86_64/PKGBUILD (from rev 139385, 
dhex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 21:45:44 UTC (rev 139386)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=dhex
+pkgver=0.68
+pkgrel=3
+pkgdesc="An ncurses-based hexeditor with a diff mode"
+arch=('i686' 'x86_64')
+url="http://www.dettus.net/dhex/;
+license=('GPL')
+depends=('ncurses')
+source=("http://www.dettus.net/dhex/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('5109b3d50053553e41d75c8e5c0a0175')
+
+build() {
+  cd "${srcdir}/${pkgname}_${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}_${pkgver}"
+  install -d "${pkgdir}"/usr/{bin,share}
+  install -d "${pkgdir}"/usr/man/man{1,5}
+  make DESTDIR="${pkgdir}/usr" install
+  mv "${pkgdir}/usr/man" "${pkgdir}/usr/share/man"
+}
+


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:45:37
  Author: foutrelis
Revision: 139385

ncurses 6.0 rebuild.

Modified:
  dhex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:45:18 UTC (rev 139384)
+++ PKGBUILD2015-09-06 21:45:37 UTC (rev 139385)
@@ -3,7 +3,7 @@
 
 pkgname=dhex
 pkgver=0.68
-pkgrel=2
+pkgrel=3
 pkgdesc="An ncurses-based hexeditor with a diff mode"
 arch=('i686' 'x86_64')
 url="http://www.dettus.net/dhex/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:45:11
  Author: foutrelis
Revision: 139383

ncurses 6.0 rebuild.

Modified:
  atop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:42:50 UTC (rev 139382)
+++ PKGBUILD2015-09-06 21:45:11 UTC (rev 139383)
@@ -4,7 +4,7 @@
 
 pkgname=atop
 pkgver=2.1_1
-pkgrel=2
+pkgrel=3
 pkgdesc="A system and process level monitor."
 arch=(i686 x86_64)
 url="http://www.atoptool.nl/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:44:43
  Author: foutrelis
Revision: 245413

ncurses 6.0 rebuild.

Modified:
  aspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:43:36 UTC (rev 245412)
+++ PKGBUILD2015-09-06 21:44:43 UTC (rev 245413)
@@ -8,7 +8,7 @@
 pkgname=aspell
 pkgver=0.60.6.1
 _pkgmajorver=0.60
-pkgrel=2
+pkgrel=3
 pkgdesc="A spell checker designed to eventually replace Ispell"
 arch=('i686' 'x86_64')
 url="http://aspell.net/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:44:50
  Author: foutrelis
Revision: 245414

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

Added:
  aspell/repos/staging-i686/
  aspell/repos/staging-i686/PKGBUILD
(from rev 245413, aspell/trunk/PKGBUILD)
  aspell/repos/staging-i686/aspell.install
(from rev 245413, aspell/trunk/aspell.install)
  aspell/repos/staging-x86_64/
  aspell/repos/staging-x86_64/PKGBUILD
(from rev 245413, aspell/trunk/PKGBUILD)
  aspell/repos/staging-x86_64/aspell.install
(from rev 245413, aspell/trunk/aspell.install)

---+
 staging-i686/PKGBUILD |   33 +
 staging-i686/aspell.install   |   24 
 staging-x86_64/PKGBUILD   |   33 +
 staging-x86_64/aspell.install |   24 
 4 files changed, 114 insertions(+)

Copied: aspell/repos/staging-i686/PKGBUILD (from rev 245413, 
aspell/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=3
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/;
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+install=aspell.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Copied: aspell/repos/staging-i686/aspell.install (from rev 245413, 
aspell/trunk/aspell.install)
===
--- staging-i686/aspell.install (rev 0)
+++ staging-i686/aspell.install 2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,24 @@
+infodir=usr/share/info
+filelist=(aspell.info aspell-dev.info)
+
+post_install() {
+  echo "==> aspell comes with no default dictionary"
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: aspell/repos/staging-x86_64/PKGBUILD (from rev 245413, 
aspell/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=3
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/;
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+install=aspell.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Copied: aspell/repos/staging-x86_64/aspell.install (from rev 245413, 
aspell/trunk/aspell.install)
===
--- staging-x86_64/aspell.install   (rev 0)
+++ staging-x86_64/aspell.install   2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,24 @@
+infodir=usr/share/info
+filelist=(aspell.info aspell-dev.info)
+
+post_install() {
+  echo "==> aspell comes with no default dictionary"
+  [ -x usr/bin/install-info ] || 

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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:46:09
  Author: foutrelis
Revision: 245415

ncurses 6.0 rebuild.

Modified:
  psmisc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:44:50 UTC (rev 245414)
+++ PKGBUILD2015-09-06 21:46:09 UTC (rev 245415)
@@ -3,7 +3,7 @@
 
 pkgname=psmisc
 pkgver=22.21
-pkgrel=2
+pkgrel=3
 pkgdesc="Miscellaneous procfs tools"
 arch=('i686' 'x86_64')
 url="http://psmisc.sourceforge.net/index.html;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:46:16
  Author: foutrelis
Revision: 245416

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

Added:
  psmisc/repos/staging-i686/
  psmisc/repos/staging-i686/PKGBUILD
(from rev 245415, psmisc/trunk/PKGBUILD)
  psmisc/repos/staging-i686/psmisc-fuser.patch
(from rev 245415, psmisc/trunk/psmisc-fuser.patch)
  psmisc/repos/staging-x86_64/
  psmisc/repos/staging-x86_64/PKGBUILD
(from rev 245415, psmisc/trunk/PKGBUILD)
  psmisc/repos/staging-x86_64/psmisc-fuser.patch
(from rev 245415, psmisc/trunk/psmisc-fuser.patch)

---+
 staging-i686/PKGBUILD |   31 +++
 staging-i686/psmisc-fuser.patch   |   11 +++
 staging-x86_64/PKGBUILD   |   31 +++
 staging-x86_64/psmisc-fuser.patch |   11 +++
 4 files changed, 84 insertions(+)

Copied: psmisc/repos/staging-i686/PKGBUILD (from rev 245415, 
psmisc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 21:46:16 UTC (rev 245416)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=psmisc
+pkgver=22.21
+pkgrel=3
+pkgdesc="Miscellaneous procfs tools"
+arch=('i686' 'x86_64')
+url="http://psmisc.sourceforge.net/index.html;
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz 
psmisc-fuser.patch)
+sha1sums=('09fabbef4539b58b6b8738a73da3d21d5daa1a58'
+  'e739ad5b14ca836db5859f0755d8f2fc8e86de69')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../psmisc-fuser.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: psmisc/repos/staging-i686/psmisc-fuser.patch (from rev 245415, 
psmisc/trunk/psmisc-fuser.patch)
===
--- staging-i686/psmisc-fuser.patch (rev 0)
+++ staging-i686/psmisc-fuser.patch 2015-09-06 21:46:16 UTC (rev 245416)
@@ -0,0 +1,11 @@
+--- a/src/fuser.c
 b/src/fuser.c
+@@ -1174,7 +1174,7 @@
+   usage(_("No process specification given"));
+ 
+   /* Check if -M flag was used and if so check mounts */
+-  if (opts * OPT_ISMOUNTPOINT) {
++  if (opts & OPT_ISMOUNTPOINT) {
+   check_mountpoints(, _head, _tail);
+   }
+ 

Copied: psmisc/repos/staging-x86_64/PKGBUILD (from rev 245415, 
psmisc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 21:46:16 UTC (rev 245416)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=psmisc
+pkgver=22.21
+pkgrel=3
+pkgdesc="Miscellaneous procfs tools"
+arch=('i686' 'x86_64')
+url="http://psmisc.sourceforge.net/index.html;
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz 
psmisc-fuser.patch)
+sha1sums=('09fabbef4539b58b6b8738a73da3d21d5daa1a58'
+  'e739ad5b14ca836db5859f0755d8f2fc8e86de69')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../psmisc-fuser.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: psmisc/repos/staging-x86_64/psmisc-fuser.patch (from rev 245415, 
psmisc/trunk/psmisc-fuser.patch)
===
--- staging-x86_64/psmisc-fuser.patch   (rev 0)
+++ staging-x86_64/psmisc-fuser.patch   2015-09-06 21:46:16 UTC (rev 245416)
@@ -0,0 +1,11 @@
+--- a/src/fuser.c
 b/src/fuser.c
+@@ -1174,7 +1174,7 @@
+   usage(_("No process specification given"));
+ 
+   /* Check if -M flag was used and if so check mounts */
+-  if (opts * OPT_ISMOUNTPOINT) {
++  if (opts & OPT_ISMOUNTPOINT) {
+   check_mountpoints(, _head, _tail);
+   }
+ 


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:26:04
  Author: foutrelis
Revision: 139415

Fix path to libtool's config.{guess,sub}

Modified:
  sniffit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:24:05 UTC (rev 139414)
+++ PKGBUILD2015-09-06 22:26:04 UTC (rev 139415)
@@ -25,7 +25,7 @@
   cd "${srcdir}/${pkgname}.${pkgver}"
 
   rm -f config.sub config.guess
-  cp  /usr/share/libtool/config/config.{guess,sub} .
+  cp /usr/share/libtool/build-aux/config.{guess,sub} .
 
   ./configure --prefix=/usr --no-recursion --sbindir=/usr/bin
   make


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

2015-09-06 Thread Evgeniy Alekseev
Date: Monday, September 7, 2015 @ 00:24:05
  Author: arcanis
Revision: 139414

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 139413, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 139413, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 139413, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 139413, eric/trunk/eric.install)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric.install

--+
 .contrib |   14 +-
 ChangeLog|   91 +-
 PKGBUILD |  278 -
 eric.install |   18 +--
 4 files changed, 202 insertions(+), 199 deletions(-)

Deleted: .contrib
===
--- .contrib2015-09-06 22:23:48 UTC (rev 139413)
+++ .contrib2015-09-06 22:24:05 UTC (rev 139414)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 139413, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2015-09-06 22:24:05 UTC (rev 139414)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2015-09-06 22:23:48 UTC (rev 139413)
+++ ChangeLog   2015-09-06 22:24:05 UTC (rev 139414)
@@ -1,44 +0,0 @@
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 139413, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-09-06 22:24:05 UTC (rev 139414)
@@ -0,0 +1,47 @@
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-06 22:23:48 UTC (rev 139413)
+++ PKGBUILD2015-09-06 22:24:05 UTC (rev 139414)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.8
-pkgrel=1
-pkgdesc="A full-featured Python and Ruby IDE in PyQt"
-arch=('any')
-url="http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-install=${pkgbase}.install
-source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('b00d3abed182d31d6dd05a2b04d72d59')
-changelog=ChangeLog
-
-prepare() {
-  cp -r "${srcdir}/eric6-${pkgver}"{,_py2}
-
-  cd "${srcdir}/eric6-${pkgver}_py2/eric"
-  find . -name '*.py' -exec \
-sed -i -r "s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2:" {} \;
-
-  cp -r "${srcdir}/eric6-${pkgver}"{,-qt4}
-  cp -r "${srcdir}/eric6-${pkgver}_py2"{,-qt4}
-}
-
-package_eric-common-qt4() {
-  depends=()
-
-  cd "${srcdir}/eric6-${pkgver}/eric"
-  # eric APIs
-  install -Dm644 "APIs/Python3/eric6.api" \
- "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.api"
-  install -Dm644 "APIs/Python3/eric6.bas" \
- "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.bas"
-  # pyqt APIs
-  install -Dm644 

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

2015-09-06 Thread Alexander Rødseth
Date: Monday, September 7, 2015 @ 01:02:13
  Author: arodseth
Revision: 139421

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

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

---+
 /PKGBUILD |  160 
 /powerdns.install |   28 ++
 /powerdns.service |   24 +
 community-i686/PKGBUILD   |   80 --
 community-i686/powerdns.install   |   14 ---
 community-i686/powerdns.service   |   12 --
 community-x86_64/PKGBUILD |   80 --
 community-x86_64/powerdns.install |   14 ---
 community-x86_64/powerdns.service |   12 --
 9 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-06 23:01:58 UTC (rev 139420)
+++ community-i686/PKGBUILD 2015-09-06 23:02:13 UTC (rev 139421)
@@ -1,80 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-
-pkgname=powerdns
-pkgver=3.4.5
-pkgrel=1
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
-makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
- 'libldap' 'sqlite')
-optdepends=('libmariadbclient: MariaDB/MySQL backend'
-'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
-install="$pkgname.install"
-backup=('etc/powerdns/pdns.conf')
-source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
-"$pkgname.service")
-sha256sums=('f3e1441532b0af05a6b5efe5346f02d0c55f252fbed62d5b4f2e4a80997c507d'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch "pdns-$pkgver/AUTHORS" "pdns-$pkgver/NEWS"
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp "pdns-$pkgver/pdns/pdns.conf-dist" pdns.conf
-
-  # Default settings
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-# Future versions of setconf may be able to comment out options as well.
-setconf -a pdns.conf "$keyvalue"
-  done
-}
-
-build() {
-  cd "pdns-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo bind" \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
-  install -m644 "pdns.conf" "$pkgdir/etc/powerdns/"
-  install -Dm644 "$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  mv "$pkgdir/usr/lib/pdns" "$pkgdir/usr/lib/powerdns"
-  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/PKGBUILD (from rev 139420, 
powerdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-06 23:02:13 UTC (rev 139421)
@@ -0,0 +1,80 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+
+pkgname=powerdns
+pkgver=3.4.6
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')

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

2015-09-06 Thread Alexander Rødseth
Date: Monday, September 7, 2015 @ 01:01:58
  Author: arodseth
Revision: 139420

upgpkg: powerdns 3.4.6-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:29:42 UTC (rev 139419)
+++ PKGBUILD2015-09-06 23:01:58 UTC (rev 139420)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Mihelich 
 
 pkgname=powerdns
-pkgver=3.4.5
+pkgver=3.4.6
 pkgrel=1
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
@@ -19,7 +19,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
 "$pkgname.service")
-sha256sums=('f3e1441532b0af05a6b5efe5346f02d0c55f252fbed62d5b4f2e4a80997c507d'
+sha256sums=('80a6a43cabd14db844bce84482ba56d03d46ebfbf96c88689fb3e2185ac286d8'
 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
 
 prepare() {


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:17:53
  Author: foutrelis
Revision: 139354

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

Added:
  iftop/repos/community-staging-i686/
  iftop/repos/community-staging-i686/PKGBUILD
(from rev 139353, iftop/trunk/PKGBUILD)
  iftop/repos/community-staging-x86_64/
  iftop/repos/community-staging-x86_64/PKGBUILD
(from rev 139353, iftop/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: iftop/repos/community-staging-i686/PKGBUILD (from rev 139353, 
iftop/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 20:17:53 UTC (rev 139354)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daenyth 
+# Contributor: Jeff Mickey 
+# Contributor: Alexander Mieland (dma147) 
+# Contributor: slubman 
+
+pkgname=iftop
+pkgver=1.0pre4
+pkgrel=2
+pkgdesc="Display bandwidth usage on an interface"
+arch=('i686' 'x86_64')
+url="http://www.ex-parrot.com/~pdw/iftop/;
+license=('GPL')
+depends=('libpcap' 'ncurses')
+source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('abd74e8025bb82fef9ebab4997b1d018201a523d47c0128128ca37797490046538d74758dc4471735c22b890e5bd238ad6b2a30776d465138ede367cdd263d22')

Copied: iftop/repos/community-staging-x86_64/PKGBUILD (from rev 139353, 
iftop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 20:17:53 UTC (rev 139354)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daenyth 
+# Contributor: Jeff Mickey 
+# Contributor: Alexander Mieland (dma147) 
+# Contributor: slubman 
+
+pkgname=iftop
+pkgver=1.0pre4
+pkgrel=2
+pkgdesc="Display bandwidth usage on an interface"
+arch=('i686' 'x86_64')
+url="http://www.ex-parrot.com/~pdw/iftop/;
+license=('GPL')
+depends=('libpcap' 'ncurses')
+source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('abd74e8025bb82fef9ebab4997b1d018201a523d47c0128128ca37797490046538d74758dc4471735c22b890e5bd238ad6b2a30776d465138ede367cdd263d22')


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:22:29
  Author: foutrelis
Revision: 245407

ncurses 6.0 rebuild.

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:26:44 UTC (rev 245406)
+++ PKGBUILD2015-09-06 21:22:29 UTC (rev 245407)
@@ -4,7 +4,7 @@
 
 pkgname=nano
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:56:49
  Author: foutrelis
Revision: 139389

ncurses 6.0 rebuild.

Modified:
  xrestop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:54:05 UTC (rev 139388)
+++ PKGBUILD2015-09-06 21:56:49 UTC (rev 139389)
@@ -4,7 +4,7 @@
 
 pkgname=xrestop
 pkgver=0.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
 arch=('i686' 'x86_64')
 url="http://freedesktop.org/wiki/Software/xrestop;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:57:11
  Author: foutrelis
Revision: 139390

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

Added:
  xrestop/repos/community-staging-i686/
  xrestop/repos/community-staging-i686/ChangeLog
(from rev 139389, xrestop/trunk/ChangeLog)
  xrestop/repos/community-staging-i686/PKGBUILD
(from rev 139389, xrestop/trunk/PKGBUILD)
  xrestop/repos/community-staging-x86_64/
  xrestop/repos/community-staging-x86_64/ChangeLog
(from rev 139389, xrestop/trunk/ChangeLog)
  xrestop/repos/community-staging-x86_64/PKGBUILD
(from rev 139389, xrestop/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |4 
 community-staging-i686/PKGBUILD|   25 +
 community-staging-x86_64/ChangeLog |4 
 community-staging-x86_64/PKGBUILD  |   25 +
 4 files changed, 58 insertions(+)

Copied: xrestop/repos/community-staging-i686/ChangeLog (from rev 139389, 
xrestop/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2015-09-06 21:57:11 UTC (rev 139390)
@@ -0,0 +1,4 @@
+
+2007-06-28 tardo 
+* Built for x86_64
+

Copied: xrestop/repos/community-staging-i686/PKGBUILD (from rev 139389, 
xrestop/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:57:11 UTC (rev 139390)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=xrestop
+pkgver=0.4
+pkgrel=6
+pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
+arch=('i686' 'x86_64')
+url="http://freedesktop.org/wiki/Software/xrestop;
+license=('GPL')
+depends=('libxres' 'ncurses')
+source=(https://sources.archlinux.org/other/community/xrestop/xrestop-$pkgver.tar.gz)
+md5sums=('d8a54596cbaf037e62b80c4585a3ca9b')
+
+build() {
+  cd "$srcdir/xrestop-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/xrestop-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: xrestop/repos/community-staging-x86_64/ChangeLog (from rev 139389, 
xrestop/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-09-06 21:57:11 UTC (rev 139390)
@@ -0,0 +1,4 @@
+
+2007-06-28 tardo 
+* Built for x86_64
+

Copied: xrestop/repos/community-staging-x86_64/PKGBUILD (from rev 139389, 
xrestop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 21:57:11 UTC (rev 139390)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=xrestop
+pkgver=0.4
+pkgrel=6
+pkgdesc="Uses the X-Resource extension to provide 'top' like statistics"
+arch=('i686' 'x86_64')
+url="http://freedesktop.org/wiki/Software/xrestop;
+license=('GPL')
+depends=('libxres' 'ncurses')
+source=(https://sources.archlinux.org/other/community/xrestop/xrestop-$pkgver.tar.gz)
+md5sums=('d8a54596cbaf037e62b80c4585a3ca9b')
+
+build() {
+  cd "$srcdir/xrestop-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/xrestop-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:10:33
  Author: foutrelis
Revision: 139402

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

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

---+
 community-staging-i686/PKGBUILD   |   38 ++
 community-staging-i686/config.h   |  223 
 community-staging-x86_64/PKGBUILD |   38 ++
 community-staging-x86_64/config.h |  223 
 4 files changed, 522 insertions(+)

Copied: dvtm/repos/community-staging-i686/PKGBUILD (from rev 139401, 
dvtm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 22:10:33 UTC (rev 139402)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Giorgio Lando 
+# Contributor: bender02 at gmx dot com
+
+pkgname=dvtm
+pkgver=0.14
+pkgrel=2
+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=('44ec5176b1996fdffd97cabe9a35ea0c'
+ '6236b8871baef14f55fd75b4aaddc70e')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cp "${srcdir}/config.h" .
+   sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   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-staging-i686/config.h (from rev 139401, 
dvtm/trunk/config.h)
===
--- community-staging-i686/config.h (rev 0)
+++ community-staging-i686/config.h 2015-09-06 22:10:33 UTC (rev 139402)
@@ -0,0 +1,223 @@
+/* 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
+ */
+
+enum {
+   DEFAULT,
+   BLUE,
+};
+
+static Color colors[] = {
+   [DEFAULT] = { .fg = -1, .bg = -1, .fg256 = -1, .bg256 = -1, },
+   [BLUE]= { .fg = COLOR_BLUE, .bg = -1, .fg256 = 68, .bg256 = -1, },
+};
+
+#define COLOR(c)COLOR_PAIR(colors[c].pair)
+/* curses attributes for the currently focused window */
+#define SELECTED_ATTR   (COLOR(BLUE) | A_NORMAL)
+/* curses attributes for normal (not selected) windows */
+#define NORMAL_ATTR (COLOR(DEFAULT) | A_NORMAL)
+/* curses attributes for a window with pending urgent flag */
+#define URGENT_ATTR NORMAL_ATTR
+/* curses attributes for the status bar */
+#define BAR_ATTR(COLOR(BLUE) | A_NORMAL)
+/* status bar (command line option -s) position */
+#define BAR_POS BAR_TOP /* BAR_BOTTOM, BAR_OFF */
+/* whether status bar should be hidden if only one client exists */
+#define BAR_AUTOHIDEtrue
+/* master width factor [0.1 .. 0.9] */
+#define MFACT 0.5
+/* number of clients in master area */
+#define NMASTER 1
+/* scroll back buffer size in lines */
+#define SCROLL_HISTORY 500
+/* printf format string for the tag in the status bar */
+#define TAG_SYMBOL   "[%s]"
+/* curses attributes for the currently selected tags */
+#define TAG_SEL  (COLOR(BLUE) | A_BOLD)
+/* curses attributes for not selected tags which contain no windows */
+#define TAG_NORMAL   (COLOR(DEFAULT) | A_NORMAL)
+/* curses attributes for not selected tags which contain windows */
+#define TAG_OCCUPIED (COLOR(BLUE) | A_NORMAL)
+/* curses attributes for not selected tags which with urgent windows */
+#define TAG_URGENT (COLOR(BLUE) | A_NORMAL | A_BLINK)
+
+const char tags[][8] = { "1", "2", "3", "4", "5" };
+
+#include "tile.c"
+#include "grid.c"
+#include "bstack.c"
+#include "fullscreen.c"
+
+/* by default the first layout entry is used */
+static Layout layouts[] = {
+   { "[]=", tile },
+   { "+++", grid },
+   { "TTT", bstack },
+   { "[ ]", fullscreen },
+};
+
+#define MOD  CTRL('g')
+
+/* 

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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:10:25
  Author: foutrelis
Revision: 139401

ncurses 6.0 rebuild.

Modified:
  dvtm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:10:04 UTC (rev 139400)
+++ PKGBUILD2015-09-06 22:10:25 UTC (rev 139401)
@@ -5,7 +5,7 @@
 
 pkgname=dvtm
 pkgver=0.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Dynamic virtual terminal manager.'
 arch=('i686' 'x86_64')
 url='http://www.brain-dump.org/projects/dvtm/'


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:09:57
  Author: foutrelis
Revision: 139399

ncurses 6.0 rebuild.

Modified:
  snownews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:09:25 UTC (rev 139398)
+++ PKGBUILD2015-09-06 22:09:57 UTC (rev 139399)
@@ -4,7 +4,7 @@
 
 pkgname=snownews
 pkgver=1.5.12
-pkgrel=6
+pkgrel=7
 pkgdesc="Text mode RSS newsreader for Linux and Unix."
 arch=(i686 x86_64)
 url="http://kiza.kcore.de/software/snownews/;


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:10:04
  Author: foutrelis
Revision: 139400

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

Added:
  snownews/repos/community-staging-i686/
  snownews/repos/community-staging-i686/PKGBUILD
(from rev 139399, snownews/trunk/PKGBUILD)
  snownews/repos/community-staging-x86_64/
  snownews/repos/community-staging-x86_64/PKGBUILD
(from rev 139399, snownews/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   26 ++
 community-staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: snownews/repos/community-staging-i686/PKGBUILD (from rev 139399, 
snownews/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 22:10:04 UTC (rev 139400)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christoph 'delmonico' Neuroth 
+
+pkgname=snownews
+pkgver=1.5.12
+pkgrel=7
+pkgdesc="Text mode RSS newsreader for Linux and Unix."
+arch=(i686 x86_64)
+url="http://kiza.kcore.de/software/snownews/;
+license=('GPL')
+depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt' 'openssl')
+source=(http://kiza.kcore.de/software/snownews/download/$pkgname-$pkgver.tar.gz)
+md5sums=('80da8943fc5aa96571924aec0087d4c0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  ln -fs /usr/bin/opml2snow $pkgdir/usr/bin/snow2opml
+}

Copied: snownews/repos/community-staging-x86_64/PKGBUILD (from rev 139399, 
snownews/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 22:10:04 UTC (rev 139400)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christoph 'delmonico' Neuroth 
+
+pkgname=snownews
+pkgver=1.5.12
+pkgrel=7
+pkgdesc="Text mode RSS newsreader for Linux and Unix."
+arch=(i686 x86_64)
+url="http://kiza.kcore.de/software/snownews/;
+license=('GPL')
+depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt' 'openssl')
+source=(http://kiza.kcore.de/software/snownews/download/$pkgname-$pkgver.tar.gz)
+md5sums=('80da8943fc5aa96571924aec0087d4c0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  ln -fs /usr/bin/opml2snow $pkgdir/usr/bin/snow2opml
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:23:03
  Author: foutrelis
Revision: 245421

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

Added:
  w3m/repos/staging-i686/
  w3m/repos/staging-i686/PKGBUILD
(from rev 245420, w3m/trunk/PKGBUILD)
  w3m/repos/staging-i686/file_handle.patch
(from rev 245420, w3m/trunk/file_handle.patch)
  w3m/repos/staging-i686/form_unknown.patch
(from rev 245420, w3m/trunk/form_unknown.patch)
  w3m/repos/staging-i686/gc72.patch
(from rev 245420, w3m/trunk/gc72.patch)
  w3m/repos/staging-i686/https.patch
(from rev 245420, w3m/trunk/https.patch)
  w3m/repos/staging-i686/perl.patch
(from rev 245420, w3m/trunk/perl.patch)
  w3m/repos/staging-x86_64/
  w3m/repos/staging-x86_64/PKGBUILD
(from rev 245420, w3m/trunk/PKGBUILD)
  w3m/repos/staging-x86_64/file_handle.patch
(from rev 245420, w3m/trunk/file_handle.patch)
  w3m/repos/staging-x86_64/form_unknown.patch
(from rev 245420, w3m/trunk/form_unknown.patch)
  w3m/repos/staging-x86_64/gc72.patch
(from rev 245420, w3m/trunk/gc72.patch)
  w3m/repos/staging-x86_64/https.patch
(from rev 245420, w3m/trunk/https.patch)
  w3m/repos/staging-x86_64/perl.patch
(from rev 245420, w3m/trunk/perl.patch)

---+
 staging-i686/PKGBUILD |   56 +
 staging-i686/file_handle.patch|   60 
 staging-i686/form_unknown.patch   |   15 +
 staging-i686/gc72.patch   |   13 +++
 staging-i686/https.patch  |   19 +++
 staging-i686/perl.patch   |   12 +++
 staging-x86_64/PKGBUILD   |   56 +
 staging-x86_64/file_handle.patch  |   60 
 staging-x86_64/form_unknown.patch |   15 +
 staging-x86_64/gc72.patch |   13 +++
 staging-x86_64/https.patch|   19 +++
 staging-x86_64/perl.patch |   12 +++
 12 files changed, 350 insertions(+)

Copied: w3m/repos/staging-i686/PKGBUILD (from rev 245420, w3m/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 22:23:03 UTC (rev 245421)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: dorphell 
+
+pkgname=w3m
+pkgver=0.5.3
+pkgrel=9
+pkgdesc='Text-based Web browser, as well as pager'
+url='http://w3m.sourceforge.net/'
+license=('custom')
+arch=('i686' 'x86_64')
+makedepends=('imlib2')
+optdepends=('imlib2: for graphics support') 
+depends=('openssl' 'gc' 'ncurses')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'form_unknown.patch'
+'file_handle.patch'
+'https.patch'
+'perl.patch'
+'gc72.patch')
+sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237'
+  '23d648033ad77f3c67d370c62cf7b7ed86b5c6f2'
+  '457de43be7eabc652614461a7ab25e3ba76b2aff'
+  '66affb2f695fe0bdde25cf774642bfd6a9404e88'
+  'a8fb1f738688104ad8f0713bd981083e12e878ad'
+  '7baa06ca684fd140503a2adc65e2d606970c4662')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ls ../*.patch | xargs -i patch -p1 -i {}
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBS="-lX11"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-image=x11,fb \
+   --with-imagelib=imlib2 \
+   --with-termlib=ncurses \
+   --disable-w3mmailer \
+   --disable-mouse \
+
+   sed 's/@my_libs@/-lX11/g' -i Makefile
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
+   find doc/* | grep -v CVS | xargs -i install -m644 "{}" 
"${pkgdir}/usr/share/doc/${pkgname}"
+   ln -s ../../doc/"${pkgname}"/README 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}

Copied: w3m/repos/staging-i686/file_handle.patch (from rev 245420, 
w3m/trunk/file_handle.patch)
===
--- staging-i686/file_handle.patch  (rev 0)
+++ staging-i686/file_handle.patch  2015-09-06 22:23:03 UTC (rev 245421)
@@ -0,0 +1,60 @@
+diff -Naur old/istream.c new/istream.c
+--- old/istream.c  2011-01-04 20:22:22.0 +1100
 new/istream.c  2012-07-04 21:50:51.529661517 +1000
+@@ -22,8 +22,8 @@
+ static void basic_close(int *handle);
+ static int basic_read(int *handle, char *buf, int len);
+ 
+-static void file_close(struct file_handle *handle);
+-static int file_read(struct file_handle *handle, char *buf, int len);
++static void file_close(struct file_handle_rofl *handle);

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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:22:49
  Author: foutrelis
Revision: 245420

ncurses 6.0 rebuild.

Modified:
  w3m/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:06:50 UTC (rev 245419)
+++ PKGBUILD2015-09-06 22:22:49 UTC (rev 245420)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=8
+pkgrel=9
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')


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

2015-09-06 Thread Evgeniy Alekseev
Date: Monday, September 7, 2015 @ 00:23:48
  Author: arcanis
Revision: 139413

upgpkg: eric 6.0.9-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

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

Modified: ChangeLog
===
--- ChangeLog   2015-09-06 22:21:58 UTC (rev 139412)
+++ ChangeLog   2015-09-06 22:23:48 UTC (rev 139413)
@@ -1,3 +1,6 @@
+6.0.9-1:
+upstream update
+
 6.0.8-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:21:58 UTC (rev 139412)
+++ PKGBUILD2015-09-06 22:23:48 UTC (rev 139413)
@@ -7,7 +7,7 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.8
+pkgver=6.0.9
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -18,7 +18,7 @@
  'qt5-svg' 'qt5-webkit')
 install=${pkgbase}.install
 source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('b00d3abed182d31d6dd05a2b04d72d59')
+md5sums=('0c2163bf01cd8f3dd8657730f075a625')
 changelog=ChangeLog
 
 prepare() {


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:25:52
  Author: foutrelis
Revision: 139368

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

Added:
  afpfs-ng/repos/community-staging-i686/
  afpfs-ng/repos/community-staging-i686/01-gcrypt.patch
(from rev 139367, afpfs-ng/trunk/01-gcrypt.patch)
  afpfs-ng/repos/community-staging-i686/02-pointer.patch
(from rev 139367, afpfs-ng/trunk/02-pointer.patch)
  afpfs-ng/repos/community-staging-i686/10-fix-errno.patch
(from rev 139367, afpfs-ng/trunk/10-fix-errno.patch)
  afpfs-ng/repos/community-staging-i686/20-build-error-fixes.patch
(from rev 139367, afpfs-ng/trunk/20-build-error-fixes.patch)
  afpfs-ng/repos/community-staging-i686/21-header-path-fix.patch
(from rev 139367, afpfs-ng/trunk/21-header-path-fix.patch)
  afpfs-ng/repos/community-staging-i686/30-include-fixes.patch
(from rev 139367, afpfs-ng/trunk/30-include-fixes.patch)
  afpfs-ng/repos/community-staging-i686/PKGBUILD
(from rev 139367, afpfs-ng/trunk/PKGBUILD)
  afpfs-ng/repos/community-staging-i686/fix_afpfs-ng_includes.patch
(from rev 139367, afpfs-ng/trunk/fix_afpfs-ng_includes.patch)
  afpfs-ng/repos/community-staging-x86_64/
  afpfs-ng/repos/community-staging-x86_64/01-gcrypt.patch
(from rev 139367, afpfs-ng/trunk/01-gcrypt.patch)
  afpfs-ng/repos/community-staging-x86_64/02-pointer.patch
(from rev 139367, afpfs-ng/trunk/02-pointer.patch)
  afpfs-ng/repos/community-staging-x86_64/10-fix-errno.patch
(from rev 139367, afpfs-ng/trunk/10-fix-errno.patch)
  afpfs-ng/repos/community-staging-x86_64/20-build-error-fixes.patch
(from rev 139367, afpfs-ng/trunk/20-build-error-fixes.patch)
  afpfs-ng/repos/community-staging-x86_64/21-header-path-fix.patch
(from rev 139367, afpfs-ng/trunk/21-header-path-fix.patch)
  afpfs-ng/repos/community-staging-x86_64/30-include-fixes.patch
(from rev 139367, afpfs-ng/trunk/30-include-fixes.patch)
  afpfs-ng/repos/community-staging-x86_64/PKGBUILD
(from rev 139367, afpfs-ng/trunk/PKGBUILD)
  afpfs-ng/repos/community-staging-x86_64/fix_afpfs-ng_includes.patch
(from rev 139367, afpfs-ng/trunk/fix_afpfs-ng_includes.patch)

--+
 community-staging-i686/01-gcrypt.patch   |   26 
 community-staging-i686/02-pointer.patch  |  280 +
 community-staging-i686/10-fix-errno.patch|   23 
 community-staging-i686/20-build-error-fixes.patch|  125 
 community-staging-i686/21-header-path-fix.patch  |   16 
 community-staging-i686/30-include-fixes.patch|   44 
 community-staging-i686/PKGBUILD  |   65 
 community-staging-i686/fix_afpfs-ng_includes.patch   | 3082 +
 community-staging-x86_64/01-gcrypt.patch |   26 
 community-staging-x86_64/02-pointer.patch|  280 +
 community-staging-x86_64/10-fix-errno.patch  |   23 
 community-staging-x86_64/20-build-error-fixes.patch  |  125 
 community-staging-x86_64/21-header-path-fix.patch|   16 
 community-staging-x86_64/30-include-fixes.patch  |   44 
 community-staging-x86_64/PKGBUILD|   65 
 community-staging-x86_64/fix_afpfs-ng_includes.patch | 3082 +
 16 files changed, 7322 insertions(+)

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


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:25:31
  Author: foutrelis
Revision: 139367

ncurses 6.0 rebuild.

Modified:
  afpfs-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:24:18 UTC (rev 139366)
+++ PKGBUILD2015-09-06 20:25:31 UTC (rev 139367)
@@ -4,7 +4,7 @@
 
 pkgname=afpfs-ng
 pkgver=0.8.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A client for the Apple Filing Protocol (AFP)"
 url="http://alexthepuffin.googlepages.com/;
 license=('GPL')


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:26:34
  Author: foutrelis
Revision: 245405

ncurses 6.0 rebuild.

Modified:
  procinfo-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:20:08 UTC (rev 245404)
+++ PKGBUILD2015-09-06 20:26:34 UTC (rev 245405)
@@ -4,7 +4,7 @@
 
 pkgname=procinfo-ng
 pkgver=2.0.304
-pkgrel=4
+pkgrel=5
 pkgdesc="Displays useful information from /proc"
 arch=('i686' 'x86_64')
 url="http://procinfo-ng.sourceforge.net/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:41:28
  Author: foutrelis
Revision: 245410

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

Added:
  libcdio/repos/staging-i686/
  libcdio/repos/staging-i686/PKGBUILD
(from rev 245409, libcdio/trunk/PKGBUILD)
  libcdio/repos/staging-i686/libcdio-0.83-linking.patch
(from rev 245409, libcdio/trunk/libcdio-0.83-linking.patch)
  libcdio/repos/staging-i686/libcdio.install
(from rev 245409, libcdio/trunk/libcdio.install)
  libcdio/repos/staging-x86_64/
  libcdio/repos/staging-x86_64/PKGBUILD
(from rev 245409, libcdio/trunk/PKGBUILD)
  libcdio/repos/staging-x86_64/libcdio-0.83-linking.patch
(from rev 245409, libcdio/trunk/libcdio-0.83-linking.patch)
  libcdio/repos/staging-x86_64/libcdio.install
(from rev 245409, libcdio/trunk/libcdio.install)

---+
 staging-i686/PKGBUILD |   38 
 staging-i686/libcdio-0.83-linking.patch   |   22 
 staging-i686/libcdio.install  |   13 +
 staging-x86_64/PKGBUILD   |   38 
 staging-x86_64/libcdio-0.83-linking.patch |   22 
 staging-x86_64/libcdio.install|   13 +
 6 files changed, 146 insertions(+)

Copied: libcdio/repos/staging-i686/PKGBUILD (from rev 245409, 
libcdio/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 21:41:28 UTC (rev 245410)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: damir 
+
+pkgname=libcdio
+pkgver=0.93
+pkgrel=2
+pkgdesc="GNU Compact Disc Input and Control Library"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/libcdio/;
+depends=('libcddb' 'ncurses' 'gcc-libs')
+install=libcdio.install
+source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz{,.sig}
+libcdio-0.83-linking.patch)
+md5sums=('d154476feaac5a7b5f180e83eaf3d689'
+ 'SKIP'
+ '5a7f50209c03d5919d5b932f07871af7')
+validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../libcdio-0.83-linking.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs 
--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+  
+  sed -i "/LIBCDIO_SOURCE_PATH/s|.*|/* #undef LIBCDIO_SOURCE_PATH */|" \
+$pkgdir/usr/include/cdio/cdio_config.h
+}

Copied: libcdio/repos/staging-i686/libcdio-0.83-linking.patch (from rev 245409, 
libcdio/trunk/libcdio-0.83-linking.patch)
===
--- staging-i686/libcdio-0.83-linking.patch (rev 0)
+++ staging-i686/libcdio-0.83-linking.patch 2015-09-06 21:41:28 UTC (rev 
245410)
@@ -0,0 +1,22 @@
+diff -Naur libcdio-0.83-orig/example/C++/OO/Makefile.in 
libcdio-0.83/example/C++/OO/Makefile.in
+--- libcdio-0.83-orig/example/C++/OO/Makefile.in   2011-10-27 
18:02:31.0 +1000
 libcdio-0.83/example/C++/OO/Makefile.in2012-02-18 11:10:07.369277231 
+1000
+@@ -315,15 +315,15 @@
+ 
+ isofile2_SOURCES = isofile2.cpp
+ isofile2_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ isolist_SOURCES = isolist.cpp
+ isolist_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ iso4_SOURCES = iso4.cpp
+ iso4_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
+-$(LIBCDIOPP_LIBS) $(LTLIBICONV)
++$(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) $(LTLIBICONV)
+ 
+ mmc1_SOURCES = mmc1.cpp
+ mmc1_DEPENDENCIES = $(LIBCDIO_DEPS)

Copied: libcdio/repos/staging-i686/libcdio.install (from rev 245409, 
libcdio/trunk/libcdio.install)
===
--- staging-i686/libcdio.install(rev 0)
+++ staging-i686/libcdio.install2015-09-06 21:41:28 UTC (rev 245410)
@@ -0,0 +1,13 @@
+info_dir=/usr/share/info
+
+post_install() {
+  install-info ${info_dir}/libcdio.info.gz ${info_dir}/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  install-info --delete ${info_dir}/libcdio.info.gz ${info_dir}/dir 2> 
/dev/null
+}

Copied: libcdio/repos/staging-x86_64/PKGBUILD (from rev 245409, 
libcdio/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 21:41:28 UTC (rev 245410)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# 

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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:41:49
  Author: foutrelis
Revision: 139379

ncurses 6.0 rebuild.

Modified:
  bwm-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:33:51 UTC (rev 139378)
+++ PKGBUILD2015-09-06 21:41:49 UTC (rev 139379)
@@ -4,7 +4,7 @@
 
 pkgname=bwm-ng
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A small and simple console-based live bandwidth monitor"
 arch=(i686 x86_64)
 url="http://www.gropp.org/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:42:36
  Author: foutrelis
Revision: 139381

ncurses 6.0 rebuild.

Modified:
  unace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:41:57 UTC (rev 139380)
+++ PKGBUILD2015-09-06 21:42:36 UTC (rev 139381)
@@ -4,7 +4,7 @@
 
 pkgname=unace
 pkgver=2.5
-pkgrel=8
+pkgrel=9
 pkgdesc="An extraction tool for the proprietary ace archive format"
 arch=('i686' 'x86_64')
 url="http://www.winace.com/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:41:19
  Author: foutrelis
Revision: 245409

ncurses 6.0 rebuild.

Modified:
  libcdio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:22:40 UTC (rev 245408)
+++ PKGBUILD2015-09-06 21:41:19 UTC (rev 245409)
@@ -4,7 +4,7 @@
 
 pkgname=libcdio
 pkgver=0.93
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU Compact Disc Input and Control Library"
 arch=('i686' 'x86_64')
 license=('GPL3')


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

2015-09-06 Thread Alexander Rødseth
Date: Sunday, September 6, 2015 @ 23:53:52
  Author: arodseth
Revision: 139387

upgpkg: midori 0.5.11-1

Modified:
  midori/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 16 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:45:44 UTC (rev 139386)
+++ PKGBUILD2015-09-06 21:53:52 UTC (rev 139387)
@@ -1,22 +1,27 @@
 # $Id$
 # Maintainer: Alexander Rødseth 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: Andreas Radke 
 # Contributor: rabyte 
 # Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andrew Gregory 
+# Contributor: Bartłomiej Piotrowski 
 
 pkgname=midori
 pkgver=0.5.11
 pkgrel=1
-pkgdesc='Lightweight web browser (GTK2)'
+pkgdesc='Lightweight web browser (GTK3)'
 arch=('x86_64' 'i686')
 url='http://www.midori-browser.org/'
 license=('LGPL2.1')
 install='midori.install'
-depends=('webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique' 'gcr' 'libzeitgeist' 'zeitgeist')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
-optdepends=('aria2: download utility')
+conflicts=('midori-gtk2')
+provides=('midori-gtk2')
+depends=('webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr' 'libzeitgeist' 'zeitgeist')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+'gst-plugins-good: HTML5 H264 and WebM videos support'
+'gst-libav: HTML5 H264 videos support'
+'aria2: download utility')
 options=('!emptydirs')
 
source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
 sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
@@ -23,10 +28,13 @@
 
 build() {
   cd "$pkgname-$pkgver"
-
   mkdir -p build
   cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_GTK3=1 \
+-G Ninja
   ninja
 }
 


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:53:03
  Author: foutrelis
Revision: 245417

ncurses 6.0 rebuild.

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:46:16 UTC (rev 245416)
+++ PKGBUILD2015-09-06 21:53:03 UTC (rev 245417)
@@ -3,7 +3,7 @@
 
 pkgname=gettext
 pkgver=0.19.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU internationalization library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gettext/;


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

2015-09-06 Thread Alexander Rødseth
Date: Monday, September 7, 2015 @ 00:20:02
  Author: arodseth
Revision: 139407

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

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

-+
 /PKGBUILD   |   94 ++
 /midori.install |   28 +++
 community-i686/PKGBUILD |   46 --
 community-i686/midori.install   |   14 -
 community-x86_64/PKGBUILD   |   46 --
 community-x86_64/midori.install |   14 -
 6 files changed, 122 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-06 22:19:51 UTC (rev 139406)
+++ community-i686/PKGBUILD 2015-09-06 22:20:02 UTC (rev 139407)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: rabyte 
-# Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=midori
-pkgver=0.5.11
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK3)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-conflicts=('midori-gtk2')
-provides=('midori-gtk2')
-depends=('webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr' 'libzeitgeist' 'zeitgeist')
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
-'gst-plugins-good: HTML5 H264 and WebM videos support'
-'gst-libav: HTML5 H264 videos support'
-'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
-
-build() {
-  cd "$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DUSE_GTK3=1 \
--G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-}
-
-# getver: -u 2 midori-browser.org/download/source
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 139406, 
midori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-06 22:20:02 UTC (rev 139407)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=midori
+pkgver=0.5.11
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori-gtk2')
+provides=('midori')
+replaces=('midori-gtk3')
+depends=('webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr' 'libzeitgeist' 'zeitgeist')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+'gst-plugins-good: HTML5 H264 and WebM videos support'
+'gst-libav: HTML5 H264 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_GTK3=1 \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+}
+
+# getver: -u 2 midori-browser.org/download/source
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install

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

2015-09-06 Thread Alexander Rødseth
Date: Monday, September 7, 2015 @ 00:19:51
  Author: arodseth
Revision: 139406

upgpkg: midori 0.5.11-1

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:17:34 UTC (rev 139405)
+++ PKGBUILD2015-09-06 22:19:51 UTC (rev 139406)
@@ -15,7 +15,8 @@
 license=('LGPL2.1')
 install='midori.install'
 conflicts=('midori-gtk2')
-provides=('midori-gtk2')
+provides=('midori')
+replaces=('midori-gtk3')
 depends=('webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr' 'libzeitgeist' 'zeitgeist')
 makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
 optdepends=('gst-plugins-base: HTML5 OGG videos support'


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:20:03
  Author: foutrelis
Revision: 139408

Add package() function

Modified:
  echat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:20:02 UTC (rev 139407)
+++ PKGBUILD2015-09-06 22:20:03 UTC (rev 139408)
@@ -23,6 +23,10 @@
 build() {
   cd $srcdir/$pkgname-${pkgver}
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
   install -D -m 0755 echat $pkgdir/usr/bin/echat
   install -D -m 0644 doc/echat.1 $pkgdir/usr/share/man/man1/echat.1
   install -D -m 0644 doc/.echatrc.sample 
$pkgdir/usr/share/echat/dot.echatrc.sample


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:20:36
  Author: foutrelis
Revision: 139410

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

Added:
  echat/repos/community-staging-i686/
  echat/repos/community-staging-i686/PKGBUILD
(from rev 139409, echat/trunk/PKGBUILD)
  echat/repos/community-staging-x86_64/
  echat/repos/community-staging-x86_64/PKGBUILD
(from rev 139409, echat/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   33 +
 community-staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: echat/repos/community-staging-i686/PKGBUILD (from rev 139409, 
echat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 22:20:36 UTC (rev 139410)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=echat
+pkgver=0.04beta1
+pkgrel=5
+pkgdesc="vypress compatible ncurses chat (can work without server)"
+arch=('i686' 'x86_64')
+url="http://echat.deep.perm.ru/;
+license=(GPL)
+depends=(ncurses)
+source=(http://echat.deep.perm.ru/files/echat-$pkgver.tar.gz)
+md5sums=('dda3891d08f04dd266858380d404af15')
+
+#
+# see also:
+#   url="http://www.vypress.com/products/chat/unix/;
+#   url="http://pupykins.googlepages.com/; - contains also improoved version 
(utf8 and some more features)
+#   
source=(http://www.vypress.com/ftp/clones/vyc/echat/${pkgname}-${pkgver}.tgz) - 
actualy not gzipped tar
+#
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  install -D -m 0755 echat $pkgdir/usr/bin/echat
+  install -D -m 0644 doc/echat.1 $pkgdir/usr/share/man/man1/echat.1
+  install -D -m 0644 doc/.echatrc.sample 
$pkgdir/usr/share/echat/dot.echatrc.sample
+}

Copied: echat/repos/community-staging-x86_64/PKGBUILD (from rev 139409, 
echat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 22:20:36 UTC (rev 139410)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=echat
+pkgver=0.04beta1
+pkgrel=5
+pkgdesc="vypress compatible ncurses chat (can work without server)"
+arch=('i686' 'x86_64')
+url="http://echat.deep.perm.ru/;
+license=(GPL)
+depends=(ncurses)
+source=(http://echat.deep.perm.ru/files/echat-$pkgver.tar.gz)
+md5sums=('dda3891d08f04dd266858380d404af15')
+
+#
+# see also:
+#   url="http://www.vypress.com/products/chat/unix/;
+#   url="http://pupykins.googlepages.com/; - contains also improoved version 
(utf8 and some more features)
+#   
source=(http://www.vypress.com/ftp/clones/vyc/echat/${pkgname}-${pkgver}.tgz) - 
actualy not gzipped tar
+#
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  install -D -m 0755 echat $pkgdir/usr/bin/echat
+  install -D -m 0644 doc/echat.1 $pkgdir/usr/share/man/man1/echat.1
+  install -D -m 0644 doc/.echatrc.sample 
$pkgdir/usr/share/echat/dot.echatrc.sample
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:20:28
  Author: foutrelis
Revision: 139409

ncurses 6.0 rebuild.

Modified:
  echat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:20:03 UTC (rev 139408)
+++ PKGBUILD2015-09-06 22:20:28 UTC (rev 139409)
@@ -4,7 +4,7 @@
 
 pkgname=echat
 pkgver=0.04beta1
-pkgrel=4
+pkgrel=5
 pkgdesc="vypress compatible ncurses chat (can work without server)"
 arch=('i686' 'x86_64')
 url="http://echat.deep.perm.ru/;


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

2015-09-06 Thread Михаил Страшун
Date: Monday, September 7, 2015 @ 02:40:56
  Author: dicebot
Revision: 139422

upgpkg: dmd 2.068.1-1

DMD 2.068.1

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 23:02:13 UTC (rev 139421)
+++ PKGBUILD2015-09-07 00:40:56 UTC (rev 139422)
@@ -8,7 +8,7 @@
 pkgname=('dmd' 'libphobos-devel' 'libphobos')
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.068.0
+pkgver=2.068.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.dlang.org;


[arch-commits] Commit in lib32-libphobos/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-09-06 Thread Михаил Страшун
Date: Monday, September 7, 2015 @ 03:03:53
  Author: dicebot
Revision: 139425

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD
(from rev 139424, lib32-libphobos/trunk/PKGBUILD)
Deleted:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 01:03:43 UTC (rev 139424)
+++ PKGBUILD2015-09-07 01:03:53 UTC (rev 139425)
@@ -1,50 +0,0 @@
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
-groups=('dlang' 'dlang-dmd')
-pkgver=2.068.0
-pkgrel=1
-arch=('x86_64')
-groups=('dlang' 'dlang-dmd')
-url="http://www.dlang.org;
-source=("git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP')
-makedepends=('dmd' 'git')
-depends=('lib32-curl')
-license=('custom')
-
-build() {
-cd $srcdir/druntime
-make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
-}
-
-package_lib32-libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library (32-bit)"
-   depends=("dmd")
-   options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_lib32-libphobos() {
-pkgdesc="The Phobos standard library for D programming language (32-bit)"
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}

Copied: lib32-libphobos/repos/multilib-x86_64/PKGBUILD (from rev 139424, 
lib32-libphobos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-07 01:03:53 UTC (rev 139425)
@@ -0,0 +1,50 @@
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Chris Brannon 
+# Contributor: Andrea Scarpino 
+# Contributor: Anders Bergh 
+# Contributor: Alexander Fehr 
+
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.068.1
+pkgrel=1
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url="http://www.dlang.org;
+source=("git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
+sha1sums=('SKIP'
+  'SKIP')
+makedepends=('dmd' 'git')
+depends=('lib32-curl')
+license=('custom')
+
+build() {
+cd $srcdir/druntime
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+}
+
+package_lib32-libphobos-devel() {
+pkgdesc="The Phobos standard library for D programming language. Modules 
and static library (32-bit)"
+   depends=("dmd")
+   options=("staticlibs")
+provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+pkgdesc="The Phobos standard library for D programming language (32-bit)"
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}


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

2015-09-06 Thread Михаил Страшун
Date: Monday, September 7, 2015 @ 03:03:43
  Author: dicebot
Revision: 139424

upgpkg: lib32-libphobos 2.068.1-1

DMD 2.068.1

Modified:
  lib32-libphobos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 00:42:27 UTC (rev 139423)
+++ PKGBUILD2015-09-07 01:03:43 UTC (rev 139424)
@@ -7,7 +7,7 @@
 
 pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
 groups=('dlang' 'dlang-dmd')
-pkgver=2.068.0
+pkgver=2.068.1
 pkgrel=1
 arch=('x86_64')
 groups=('dlang' 'dlang-dmd')


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:33:42
  Author: foutrelis
Revision: 139377

ncurses 6.0 rebuild.

Modified:
  stfl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:32:46 UTC (rev 139376)
+++ PKGBUILD2015-09-06 21:33:42 UTC (rev 139377)
@@ -4,7 +4,7 @@
 
 pkgname=stfl
 pkgver=0.24
-pkgrel=1
+pkgrel=2
 pkgdesc="Library implementing a curses-based widget set for text terminals"
 arch=('i686' 'x86_64')
 url="http://clifford.at/stfl/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:33:51
  Author: foutrelis
Revision: 139378

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

Added:
  stfl/repos/community-staging-i686/
  stfl/repos/community-staging-i686/PKGBUILD
(from rev 139377, stfl/trunk/PKGBUILD)
  stfl/repos/community-staging-i686/stfl-archlinux.patch
(from rev 139377, stfl/trunk/stfl-archlinux.patch)
  stfl/repos/community-staging-i686/stfl.changelog
(from rev 139377, stfl/trunk/stfl.changelog)
  stfl/repos/community-staging-x86_64/
  stfl/repos/community-staging-x86_64/PKGBUILD
(from rev 139377, stfl/trunk/PKGBUILD)
  stfl/repos/community-staging-x86_64/stfl-archlinux.patch
(from rev 139377, stfl/trunk/stfl-archlinux.patch)
  stfl/repos/community-staging-x86_64/stfl.changelog
(from rev 139377, stfl/trunk/stfl.changelog)

---+
 community-staging-i686/PKGBUILD   |   33 ++
 community-staging-i686/stfl-archlinux.patch   |   24 
 community-staging-i686/stfl.changelog |   35 
 community-staging-x86_64/PKGBUILD |   33 ++
 community-staging-x86_64/stfl-archlinux.patch |   24 
 community-staging-x86_64/stfl.changelog   |   35 
 6 files changed, 184 insertions(+)

Copied: stfl/repos/community-staging-i686/PKGBUILD (from rev 139377, 
stfl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:33:51 UTC (rev 139378)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sven Pfleiderer 
+
+pkgname=stfl
+pkgver=0.24
+pkgrel=2
+pkgdesc="Library implementing a curses-based widget set for text terminals"
+arch=('i686' 'x86_64')
+url="http://clifford.at/stfl/;
+license=('GPL3')
+depends=('ncurses')
+makedepends=('patch' 'swig')
+changelog=$pkgname.changelog
+source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz
+$pkgname-archlinux.patch)
+sha256sums=('d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090'
+'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np1 -i "${srcdir}"/$pkgname-archlinux.patch
+
+  make prefix=/usr Makefile.deps
+  make prefix=/usr
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+}

Copied: stfl/repos/community-staging-i686/stfl-archlinux.patch (from rev 
139377, stfl/trunk/stfl-archlinux.patch)
===
--- community-staging-i686/stfl-archlinux.patch (rev 0)
+++ community-staging-i686/stfl-archlinux.patch 2015-09-06 21:33:51 UTC (rev 
139378)
@@ -0,0 +1,24 @@
+diff -ruN0 stfl-0.21-orig//Makefile.cfg stfl-0.21/Makefile.cfg
+--- stfl-0.21-orig//Makefile.cfg   2009-05-31 20:20:39.0 +0200
 stfl-0.21/Makefile.cfg 2010-03-25 20:01:19.0 +0100
+@@ -22 +22 @@
+-export prefix ?= /usr/local
++export prefix ?= /usr
+@@ -26 +26 @@
+-FOUND_SPL = 1
++FOUND_SPL = 0
+@@ -38 +38 @@
+-FOUND_PERL5 = 1
++FOUND_PERL5 = 0
+@@ -44 +44 @@
+-FOUND_PYTHON = 1
++FOUND_PYTHON = 0
+@@ -50 +50 @@
+-FOUND_RUBY = 1
++FOUND_RUBY = 0
+diff -ruN0 stfl-0.21-orig//stfl_internals.h stfl-0.21/stfl_internals.h
+--- stfl-0.21-orig//stfl_internals.h   2009-06-19 19:27:33.0 +0200
 stfl-0.21/stfl_internals.h 2010-03-25 20:00:52.0 +0100
+@@ -31 +31 @@
+-#include 
++#include 

Copied: stfl/repos/community-staging-i686/stfl.changelog (from rev 139377, 
stfl/trunk/stfl.changelog)
===
--- community-staging-i686/stfl.changelog   (rev 0)
+++ community-staging-i686/stfl.changelog   2015-09-06 21:33:51 UTC (rev 
139378)
@@ -0,0 +1,35 @@
+2015-07-03 Jaroslav Lichtblau 
+   * stfl 0.24-1
+
+2015-03-22 Jaroslav Lichtblau 
+   * stfl 0.23-1
+
+2013-12-25 Jaroslav Lichtblau 
+   * stfl 0.22-1 static library removed
+
+2012-02-25 Jaroslav Lichtblau 
+   * stfl 0.22-1
+
+2010-03-25 Jaroslav Lichtblau 
+   * FS#18210 - [stfl] no language bindings without swig fixed in 0.21-2
+
+2009-07-11 Jaroslav Lichtblau 
+   * Update to major release 0.21
+
+2009-06-21 Jaroslav Lichtblau 
+   * Package moved to [community]
+
+2009-05-02 by pfleidi
+   * update to 0.20
+
+2008-02-09 by hrist
+   * update to 0.18
+
+2008-01-04 by hrist
+   * fixed the make command invocation (thanks to byte for the hint)
+
+2007-09-28 by hrist
+ 

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

2015-09-06 Thread Alexander Rødseth
Date: Sunday, September 6, 2015 @ 23:54:05
  Author: arodseth
Revision: 139388

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

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

-+
 /PKGBUILD   |   92 ++
 /midori.install |   28 +++
 community-i686/PKGBUILD |   38 ---
 community-i686/midori.install   |   14 -
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/midori.install |   14 -
 6 files changed, 120 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-06 21:53:52 UTC (rev 139387)
+++ community-i686/PKGBUILD 2015-09-06 21:54:05 UTC (rev 139388)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andreas Radke 
-# Contributor: rabyte 
-# Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andrew Gregory 
-
-pkgname=midori
-pkgver=0.5.11
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-depends=('webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique' 'gcr' 'libzeitgeist' 'zeitgeist')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
-optdepends=('aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-}
-
-# getver: -u 2 midori-browser.org/download/source
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 139387, 
midori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-06 21:54:05 UTC (rev 139388)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=midori
+pkgver=0.5.11
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori-gtk2')
+provides=('midori-gtk2')
+depends=('webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr' 'libzeitgeist' 'zeitgeist')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+'gst-plugins-good: HTML5 H264 and WebM videos support'
+'gst-libav: HTML5 H264 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_GTK3=1 \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+}
+
+# getver: -u 2 midori-browser.org/download/source
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2015-09-06 21:53:52 UTC (rev 139387)
+++ community-i686/midori.install   2015-09-06 21:54:05 UTC (rev 139388)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  

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

2015-09-06 Thread Evgeniy Alekseev
Date: Monday, September 7, 2015 @ 00:29:42
  Author: arcanis
Revision: 139419

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 139418, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 139418, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |   79 +++--
 PKGBUILD  |  126 ++--
 2 files changed, 104 insertions(+), 101 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-09-06 22:29:32 UTC (rev 139418)
+++ ChangeLog   2015-09-06 22:29:42 UTC (rev 139419)
@@ -1,38 +0,0 @@
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 139418, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-09-06 22:29:42 UTC (rev 139419)
@@ -0,0 +1,41 @@
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-06 22:29:32 UTC (rev 139418)
+++ PKGBUILD2015-09-06 22:29:42 UTC (rev 139419)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.0.8
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-depends=()
-url="http://eric-ide.python-projects.org/index.html;
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs "Czech"'
-'de "German"'
-'en "English"'
-'es "Spanish"'
-'fr "French"'
-'it "Italian"'
-'pt "Portuguese"'
-'ru "Russian"'
-'tr "Turkish"'
-'zh_CN.GB2312   "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_lang} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${2} language pack for Eric IDE"
-  depends=("eric-common${3}>=${pkgver}")
-
-  [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('2713e8b0d4d909c81611cb81c40fcfca'
- 'fb12367ab65ecd9ed0fa441399878c4c'
- '53edda4f215b489d40af314850e327ec'
- 'b058f1d221506981a5670a32884df796'
- '5fe7616bf632c3770a0915bd5a4f1704'
- 'eb97c043d7bfadab6db70efe046ad465'
- '944c94d5c096e0d0521da1c81c15ff9c'
- '0d2b8d515abf15c0a1dc69baa5068834'
- 'b4967c58437e35b46ee65db88e60d927'
- '7ab7542bd3544ee36ced5fb958c23c89')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 139418, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-06 22:29:42 UTC (rev 139419)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.0.9
+pkgrel=1
+pkgdesc="Language pack for the Eric IDE"
+arch=('any')
+depends=()
+url="http://eric-ide.python-projects.org/index.html;
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs "Czech"'
+'de "German"'
+'en "English"'
+'es "Spanish"'
+'fr "French"'
+'it "Italian"'
+'pt "Portuguese"'
+'ru "Russian"'
+'tr "Turkish"'
+'zh_CN.GB2312   

[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2015-09-06 Thread Evgeniy Alekseev
Date: Monday, September 7, 2015 @ 00:29:32
  Author: arcanis
Revision: 139418

upgpkg: eric-i18n 6.0.9-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   22 +++---
 2 files changed, 14 insertions(+), 11 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-09-06 22:29:01 UTC (rev 139417)
+++ ChangeLog   2015-09-06 22:29:32 UTC (rev 139418)
@@ -1,3 +1,6 @@
+6.0.9-1:
+upstream update
+
 6.0.8-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:29:01 UTC (rev 139417)
+++ PKGBUILD2015-09-06 22:29:32 UTC (rev 139418)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.0.8
+pkgver=6.0.9
 pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
@@ -51,13 +51,13 @@
  "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }
 
-md5sums=('2713e8b0d4d909c81611cb81c40fcfca'
- 'fb12367ab65ecd9ed0fa441399878c4c'
- '53edda4f215b489d40af314850e327ec'
- 'b058f1d221506981a5670a32884df796'
- '5fe7616bf632c3770a0915bd5a4f1704'
- 'eb97c043d7bfadab6db70efe046ad465'
- '944c94d5c096e0d0521da1c81c15ff9c'
- '0d2b8d515abf15c0a1dc69baa5068834'
- 'b4967c58437e35b46ee65db88e60d927'
- '7ab7542bd3544ee36ced5fb958c23c89')
+md5sums=('73232c56cfcb0a1fee159f31161d83f8'
+ 'd36f7f7934c50eec1cdb6e431b6c0f19'
+ 'c8ce4400b7f4f5eba6a688c6ed685dd4'
+ '4be9ac4c1649dc2110af504883b09b78'
+ '7f1c8b34653cd21997920969d6ab957f'
+ 'd54c3b15116c36f8edcf73f1f84a69f0'
+ '65c4b790a6442f014e100c709f559f32'
+ '6bcc015796f8ac05b8cfff104ecfa3c5'
+ 'ae167815dc33c79362a3541150bcd8ef'
+ '3b85cb2a1398ef676a48b697d513b3b3')


[arch-commits] Commit in perl-term-readline-gnu/trunk (PKGBUILD)

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:22:12
  Author: foutrelis
Revision: 139359

ncurses 6.0 rebuild.

Modified:
  perl-term-readline-gnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:21:31 UTC (rev 139358)
+++ PKGBUILD2015-09-06 20:22:12 UTC (rev 139359)
@@ -7,7 +7,7 @@
 
 pkgname=perl-term-readline-gnu
 pkgver=1.26
-pkgrel=2
+pkgrel=3
 pkgdesc="GNU Readline XS library wrapper"
 arch=('i686' 'x86_64')
 license=('PerlArtistic' 'GPL')


[arch-commits] Commit in perl-term-readline-gnu/repos (6 files)

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:22:19
  Author: foutrelis
Revision: 139360

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

Added:
  perl-term-readline-gnu/repos/community-staging-i686/
  perl-term-readline-gnu/repos/community-staging-i686/PKGBUILD
(from rev 139359, perl-term-readline-gnu/trunk/PKGBUILD)
  
perl-term-readline-gnu/repos/community-staging-i686/termcap-bad-ncurses-good.patch
(from rev 139359, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
  perl-term-readline-gnu/repos/community-staging-x86_64/
  perl-term-readline-gnu/repos/community-staging-x86_64/PKGBUILD
(from rev 139359, perl-term-readline-gnu/trunk/PKGBUILD)
  
perl-term-readline-gnu/repos/community-staging-x86_64/termcap-bad-ncurses-good.patch
(from rev 139359, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/termcap-bad-ncurses-good.patch   |   18 
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/termcap-bad-ncurses-good.patch |   18 
 4 files changed, 144 insertions(+)

Copied: perl-term-readline-gnu/repos/community-staging-i686/PKGBUILD (from rev 
139359, perl-term-readline-gnu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 20:22:19 UTC (rev 139360)
@@ -0,0 +1,54 @@
+# $Id$
+# CPAN Name  : Term-ReadLine-Gnu
+# Maintainer: Daniel Wallace 
+# Contributor: jason ryan 
+# Contributor: AUR Perl 
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-term-readline-gnu
+pkgver=1.26
+pkgrel=3
+pkgdesc="GNU Readline XS library wrapper"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.7')
+url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz;
+'termcap-bad-ncurses-good.patch')
+md5sums=('0792d93dc22608132c94928121d51482'
+ 'a000706b89792f822b5ec20baa370910')
+
+build() {
+   export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
+patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
+/usr/bin/perl Makefile.PL
+make
+}
+
+check() {
+  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+}
+
+package() {
+  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
+  make pure_install PERL_INSTALL_ROOT="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+

Copied: 
perl-term-readline-gnu/repos/community-staging-i686/termcap-bad-ncurses-good.patch
 (from rev 139359, perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
===
--- community-staging-i686/termcap-bad-ncurses-good.patch   
(rev 0)
+++ community-staging-i686/termcap-bad-ncurses-good.patch   2015-09-06 
20:22:19 UTC (rev 139360)
@@ -0,0 +1,18 @@
+--- Term-ReadLine-Gnu-1.20/Makefile.PL 2010-05-02 06:37:55.0 -0400
 Term-ReadLine-Gnu-1.20-patched/Makefile.PL 2011-07-30 16:16:54.0 
-0400
+@@ -58,8 +58,13 @@
+ # know why AIX prefers curses.
+ # libtermcap.a on HPUX cannot be used for dynamically linked binary.
+ # Old Cygwin may require setting false (0).
+-my $PREFER_CURSES = $Config{osname} eq 'aix' || $Config{osname} eq 'hpux'
+-  || $Config{osname} eq 'cygwin';
++# my $PREFER_CURSES = $Config{osname} eq 'aix' || $Config{osname} eq 
'hpux'
++  #   || $Config{osname} eq 'cygwin';
++
++# Hack for ArchLinux by Justin Davis 
++# Don't use termcap! readline is linked with ncurses so I know it's
++# available. termcap causes this module to crash for some people.
++my $PREFER_CURSES = 1;
+ my $TERMCAP_LIB = (! $PREFER_CURSES && _lib('-ltermcap'))
+   || _lib('-lncurses')
+   || _lib('-lcurses');

Copied: perl-term-readline-gnu/repos/community-staging-x86_64/PKGBUILD (from 
rev 139359, 

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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:22:50
  Author: foutrelis
Revision: 139362

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

Added:
  fonteditfs/repos/community-staging-i686/
  fonteditfs/repos/community-staging-i686/ChangeLog
(from rev 139361, fonteditfs/trunk/ChangeLog)
  fonteditfs/repos/community-staging-i686/PKGBUILD
(from rev 139361, fonteditfs/trunk/PKGBUILD)
  fonteditfs/repos/community-staging-x86_64/
  fonteditfs/repos/community-staging-x86_64/ChangeLog
(from rev 139361, fonteditfs/trunk/ChangeLog)
  fonteditfs/repos/community-staging-x86_64/PKGBUILD
(from rev 139361, fonteditfs/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |3 +++
 community-staging-i686/PKGBUILD|   25 +
 community-staging-x86_64/ChangeLog |3 +++
 community-staging-x86_64/PKGBUILD  |   25 +
 4 files changed, 56 insertions(+)

Copied: fonteditfs/repos/community-staging-i686/ChangeLog (from rev 139361, 
fonteditfs/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2015-09-06 20:22:50 UTC (rev 139362)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Copied: fonteditfs/repos/community-staging-i686/PKGBUILD (from rev 139361, 
fonteditfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 20:22:50 UTC (rev 139362)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=fonteditfs
+pkgver=1.2
+pkgrel=5
+pkgdesc="console font editor"
+arch=('i686' 'x86_64')
+url="http://fonteditfs.sourceforge.net/;
+license=('GPL')
+depends=('ncurses')
+source=("http://downloads.sourceforge.net/sourceforge/fonteditfs/fnteditfs-$pkgver.tgz;)
+md5sums=('1e7c827da078d41a76459439dda0d5a9')
+
+build() {
+  cd $srcdir/fnteditfs-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/fnteditfs-$pkgver
+  install -D -m0755 fnteditfs $pkgdir/usr/bin/fnteditfs
+  install -D -m0644 fnteditfs.1 $pkgdir/usr/share/man/man1/fnteditfs.1
+}

Copied: fonteditfs/repos/community-staging-x86_64/ChangeLog (from rev 139361, 
fonteditfs/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-09-06 20:22:50 UTC (rev 139362)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Copied: fonteditfs/repos/community-staging-x86_64/PKGBUILD (from rev 139361, 
fonteditfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 20:22:50 UTC (rev 139362)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=fonteditfs
+pkgver=1.2
+pkgrel=5
+pkgdesc="console font editor"
+arch=('i686' 'x86_64')
+url="http://fonteditfs.sourceforge.net/;
+license=('GPL')
+depends=('ncurses')
+source=("http://downloads.sourceforge.net/sourceforge/fonteditfs/fnteditfs-$pkgver.tgz;)
+md5sums=('1e7c827da078d41a76459439dda0d5a9')
+
+build() {
+  cd $srcdir/fnteditfs-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/fnteditfs-$pkgver
+  install -D -m0755 fnteditfs $pkgdir/usr/bin/fnteditfs
+  install -D -m0644 fnteditfs.1 $pkgdir/usr/share/man/man1/fnteditfs.1
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:23:27
  Author: foutrelis
Revision: 139364

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

Added:
  whowatch/repos/community-staging-i686/
  whowatch/repos/community-staging-i686/PKGBUILD
(from rev 139363, whowatch/trunk/PKGBUILD)
  whowatch/repos/community-staging-x86_64/
  whowatch/repos/community-staging-x86_64/PKGBUILD
(from rev 139363, whowatch/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   24 
 community-staging-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: whowatch/repos/community-staging-i686/PKGBUILD (from rev 139363, 
whowatch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 20:23:27 UTC (rev 139364)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Nezmer 
+pkgname=whowatch
+pkgver=1.8.5
+pkgrel=2
+pkgdesc='Displays information about the users currently logged on to the 
machine in real time'
+arch=(i686  x86_64)
+url="http://wizard.ae.krakow.pl/~mike/#whowatch;
+license=('GPL2')
+depends=(ncurses)
+source=(http://wizard.ae.krakow.pl/~mike/download/$pkgname-$pkgver.tar.gz)
+md5sums=('8304e8907c7d9e585beda9bec9a9c5fb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make bindir="$pkgdir/usr/bin" mandir="$pkgdir/usr/share/man" install
+}

Copied: whowatch/repos/community-staging-x86_64/PKGBUILD (from rev 139363, 
whowatch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 20:23:27 UTC (rev 139364)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Nezmer 
+pkgname=whowatch
+pkgver=1.8.5
+pkgrel=2
+pkgdesc='Displays information about the users currently logged on to the 
machine in real time'
+arch=(i686  x86_64)
+url="http://wizard.ae.krakow.pl/~mike/#whowatch;
+license=('GPL2')
+depends=(ncurses)
+source=(http://wizard.ae.krakow.pl/~mike/download/$pkgname-$pkgver.tar.gz)
+md5sums=('8304e8907c7d9e585beda9bec9a9c5fb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make bindir="$pkgdir/usr/bin" mandir="$pkgdir/usr/share/man" install
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:20:54
  Author: foutrelis
Revision: 139355

ncurses 6.0 rebuild.

Modified:
  jnettop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:17:53 UTC (rev 139354)
+++ PKGBUILD2015-09-06 20:20:54 UTC (rev 139355)
@@ -4,7 +4,7 @@
 
 pkgname=jnettop
 pkgver=0.13.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A top-like console network traffic visualizer"
 arch=(i686 x86_64)
 url="http://jnettop.kubs.info/wiki/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:22:42
  Author: foutrelis
Revision: 139361

ncurses 6.0 rebuild.

Modified:
  fonteditfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:22:19 UTC (rev 139360)
+++ PKGBUILD2015-09-06 20:22:42 UTC (rev 139361)
@@ -4,7 +4,7 @@
 
 pkgname=fonteditfs
 pkgver=1.2
-pkgrel=4
+pkgrel=5
 pkgdesc="console font editor"
 arch=('i686' 'x86_64')
 url="http://fonteditfs.sourceforge.net/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:32:39
  Author: foutrelis
Revision: 139375

ncurses 6.0 rebuild.

Modified:
  wavemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:23:15 UTC (rev 139374)
+++ PKGBUILD2015-09-06 21:32:39 UTC (rev 139375)
@@ -3,7 +3,7 @@
 
 pkgname=wavemon
 pkgver=0.7.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Ncurses-based monitoring application for wireless network devices'
 url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
 arch=('i686' 'x86_64')


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:32:46
  Author: foutrelis
Revision: 139376

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

Added:
  wavemon/repos/community-staging-i686/
  wavemon/repos/community-staging-i686/PKGBUILD
(from rev 139375, wavemon/trunk/PKGBUILD)
  wavemon/repos/community-staging-x86_64/
  wavemon/repos/community-staging-x86_64/PKGBUILD
(from rev 139375, wavemon/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: wavemon/repos/community-staging-i686/PKGBUILD (from rev 139375, 
wavemon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:32:46 UTC (rev 139376)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Beej Jorgensen 
+
+pkgname=wavemon
+pkgver=0.7.6
+pkgrel=3
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('ncurses' 'libcap')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d5863bd5ea4ead763b07eb723a2017d1ad53708f5a92cd90522aa508e144f02b60a7ad1123291e635e83b2e88d03be09f54e1ea7e2c2831bd07dc907d2d621af')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|CFLAGS="$CFLAGS -pthread"||g' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: wavemon/repos/community-staging-x86_64/PKGBUILD (from rev 139375, 
wavemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 21:32:46 UTC (rev 139376)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Beej Jorgensen 
+
+pkgname=wavemon
+pkgver=0.7.6
+pkgrel=3
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('ncurses' 'libcap')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d5863bd5ea4ead763b07eb723a2017d1ad53708f5a92cd90522aa508e144f02b60a7ad1123291e635e83b2e88d03be09f54e1ea7e2c2831bd07dc907d2d621af')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|CFLAGS="$CFLAGS -pthread"||g' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:58:26
  Author: foutrelis
Revision: 139392

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

Added:
  ccze/repos/community-staging-i686/
  ccze/repos/community-staging-i686/PKGBUILD
(from rev 139391, ccze/trunk/PKGBUILD)
  ccze/repos/community-staging-i686/ccze-fix-segfault.diff
(from rev 139391, ccze/trunk/ccze-fix-segfault.diff)
  ccze/repos/community-staging-x86_64/
  ccze/repos/community-staging-x86_64/PKGBUILD
(from rev 139391, ccze/trunk/PKGBUILD)
  ccze/repos/community-staging-x86_64/ccze-fix-segfault.diff
(from rev 139391, ccze/trunk/ccze-fix-segfault.diff)

-+
 community-staging-i686/PKGBUILD |   35 ++
 community-staging-i686/ccze-fix-segfault.diff   |   11 ++
 community-staging-x86_64/PKGBUILD   |   35 ++
 community-staging-x86_64/ccze-fix-segfault.diff |   11 ++
 4 files changed, 92 insertions(+)

Copied: ccze/repos/community-staging-i686/PKGBUILD (from rev 139391, 
ccze/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:58:26 UTC (rev 139392)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau  
+
+pkgname=ccze
+pkgver=0.2.1
+pkgrel=9
+pkgdesc="Robust and modular log colorizer with many plugins"
+arch=('i686' 'x86_64')
+url="http://freshmeat.net/projects/ccze/;
+license=('GPL')
+depends=('ncurses' 'pcre')
+makedepends=('patch')
+source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
+$pkgname-fix-segfault.diff)
+sha256sums=('8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3'
+'730e63e312178cf9777970bff0fa8d3030ee40deb1ebdf753c5053824f9d011c')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np0 -i "${srcdir}"/$pkgname-fix-segfault.diff
+
+  #killing a bug
+  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
+  sed -e '/#undef error_t/d' -i system.h.in
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: ccze/repos/community-staging-i686/ccze-fix-segfault.diff (from rev 
139391, ccze/trunk/ccze-fix-segfault.diff)
===
--- community-staging-i686/ccze-fix-segfault.diff   
(rev 0)
+++ community-staging-i686/ccze-fix-segfault.diff   2015-09-06 21:58:26 UTC 
(rev 139392)
@@ -0,0 +1,11 @@
+--- src/ccze.c.orig2003-05-13 20:09:30.0 +0200
 src/ccze.c 2010-08-29 18:14:53.0 +0200
+@@ -212 +212 @@
+-  plugin = strtok (optarg, "=");
++  plugin = strtok (arg, "=");
+@@ -252 +252 @@
+-  subopts = optarg;
++  subopts = arg;
+@@ -276 +276 @@
+-  subopts = optarg;
++  subopts = arg;

Copied: ccze/repos/community-staging-x86_64/PKGBUILD (from rev 139391, 
ccze/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 21:58:26 UTC (rev 139392)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau  
+
+pkgname=ccze
+pkgver=0.2.1
+pkgrel=9
+pkgdesc="Robust and modular log colorizer with many plugins"
+arch=('i686' 'x86_64')
+url="http://freshmeat.net/projects/ccze/;
+license=('GPL')
+depends=('ncurses' 'pcre')
+makedepends=('patch')
+source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
+$pkgname-fix-segfault.diff)
+sha256sums=('8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3'
+'730e63e312178cf9777970bff0fa8d3030ee40deb1ebdf753c5053824f9d011c')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np0 -i "${srcdir}"/$pkgname-fix-segfault.diff
+
+  #killing a bug
+  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
+  sed -e '/#undef error_t/d' -i system.h.in
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: ccze/repos/community-staging-x86_64/ccze-fix-segfault.diff (from rev 
139391, ccze/trunk/ccze-fix-segfault.diff)
===
--- community-staging-x86_64/ccze-fix-segfault.diff 
(rev 0)
+++ community-staging-x86_64/ccze-fix-segfault.diff 2015-09-06 21:58:26 UTC 
(rev 139392)
@@ -0,0 +1,11 @@
+--- src/ccze.c.orig2003-05-13 20:09:30.0 +0200
 src/ccze.c 2010-08-29 18:14:53.0 +0200
+@@ -212 +212 @@
+-  plugin = strtok (optarg, "=");
++  plugin = strtok (arg, 

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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:58:19
  Author: foutrelis
Revision: 139391

ncurses 6.0 rebuild.

Modified:
  ccze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:57:11 UTC (rev 139390)
+++ PKGBUILD2015-09-06 21:58:19 UTC (rev 139391)
@@ -3,7 +3,7 @@
 
 pkgname=ccze
 pkgver=0.2.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Robust and modular log colorizer with many plugins"
 arch=('i686' 'x86_64')
 url="http://freshmeat.net/projects/ccze/;


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

2015-09-06 Thread Felix Yan
Date: Monday, September 7, 2015 @ 04:51:53
  Author: fyan
Revision: 139429

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 139428, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 139428, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 
 PKGBUILD |  120 +
 2 files changed, 90 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-09-07 02:51:39 UTC (rev 139428)
+++ LICENSE 2015-09-07 02:51:53 UTC (rev 139429)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 139428, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-09-07 02:51:53 UTC (rev 139429)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 02:51:39 UTC (rev 139428)
+++ PKGBUILD2015-09-07 02:51:53 UTC (rev 139429)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.11
-pkgrel=1
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz;
-LICENSE)

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

2015-09-06 Thread Felix Yan
Date: Monday, September 7, 2015 @ 04:51:39
  Author: fyan
Revision: 139428

upgpkg: python-urllib3 1.12-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 02:29:42 UTC (rev 139427)
+++ PKGBUILD2015-09-07 02:51:39 UTC (rev 139428)
@@ -6,7 +6,8 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.11
+pkgver=1.12
+_commit=e91c16169e463118ce662345461933bb3a7dedef
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
@@ -13,50 +14,45 @@
 url="https://github.com/shazow/urllib3;
 license=("MIT")
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz;
-LICENSE)
-md5sums=('d85d3c40f0725bbc48f40c354f7cebde'
- '350846ab4dd11ce105b570c15c1b0764')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
+  'python-tornado' 'python2-tornado' 'twine' 'python2-twine')
+source=("git+https://github.com/shazow/urllib3.git#commit=$_commit;)
+md5sums=('SKIP')
 
 prepare() {
-  # Hack version requirements for test requirements to run tests - Disabled 
due to tests not runable
-  #sed -e "s/==.*//" -i $_pkgname/test-requirements.txt
-
-  cp -a urllib3-$pkgver{,-py2}
+  cp -a urllib3{,-py2}
 }
 
 build() {
-  cd urllib3-$pkgver
+  cd urllib3
   python setup.py build
 
-  cd ../urllib3-$pkgver-py2
+  cd ../urllib3-py2
   python2 setup.py build
 }
 
 check() {
-  # Tests stuck
+  # Expected failure when asking for external resources
 
-  cd urllib3-$pkgver
-  # nosetests3 -e "pyopenssl"  # No ndg-httpsclient module to test with
+  cd urllib3
+  nosetests3 || warning "Tests failed"
 
-  cd ../urllib3-$pkgver-py2
-  # nosetests2
+  cd ../urllib3-py2
+  nosetests2 || warning "Tests failed"
 }
 
 package_python-urllib3() {
   depends=('python')
 
-  cd urllib3-$pkgver
+  cd urllib3
   python setup.py install --root="${pkgdir}"
-  install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
 }
 
 package_python2-urllib3() {
   depends=('python2')
 
-  cd urllib3-$pkgver-py2
+  cd urllib3-py2
   python2 setup.py install --root="${pkgdir}"
-  install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
 }


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:21:23
  Author: foutrelis
Revision: 139357

ncurses 6.0 rebuild.

Modified:
  sl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:21:01 UTC (rev 139356)
+++ PKGBUILD2015-09-06 20:21:23 UTC (rev 139357)
@@ -5,7 +5,7 @@
 
 pkgname=sl
 pkgver=5.02
-pkgrel=3
+pkgrel=4
 pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you 
meant to type "ls".'
 arch=('i686' 'x86_64')
 url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:21:31
  Author: foutrelis
Revision: 139358

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

Added:
  sl/repos/community-staging-i686/
  sl/repos/community-staging-i686/PKGBUILD
(from rev 139357, sl/trunk/PKGBUILD)
  sl/repos/community-staging-x86_64/
  sl/repos/community-staging-x86_64/PKGBUILD
(from rev 139357, sl/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: sl/repos/community-staging-i686/PKGBUILD (from rev 139357, 
sl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 20:21:31 UTC (rev 139358)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jakub Luzny 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=sl
+pkgver=5.02
+pkgrel=4
+pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you 
meant to type "ls".'
+arch=('i686' 'x86_64')
+url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;
+license=('custom')
+depends=('ncurses')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz;)
+md5sums=('5d5fe203eb19598821647ba8db5dde6c')
+
+build() {
+   cd "$srcdir/sl-$pkgver"
+
+   cc $CFLAGS -o sl sl.c -lcurses
+   gzip -9 -f sl.1
+}
+
+package() {
+   cd "$srcdir/sl-$pkgver"
+
+   install -Dm 775 sl "$pkgdir/usr/bin/sl"
+   install -Dm 644 sl.1.gz "$pkgdir/usr/share/man/man1/sl.1.gz"
+  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sl/repos/community-staging-x86_64/PKGBUILD (from rev 139357, 
sl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 20:21:31 UTC (rev 139358)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jakub Luzny 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=sl
+pkgver=5.02
+pkgrel=4
+pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you 
meant to type "ls".'
+arch=('i686' 'x86_64')
+url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;
+license=('custom')
+depends=('ncurses')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz;)
+md5sums=('5d5fe203eb19598821647ba8db5dde6c')
+
+build() {
+   cd "$srcdir/sl-$pkgver"
+
+   cc $CFLAGS -o sl sl.c -lcurses
+   gzip -9 -f sl.1
+}
+
+package() {
+   cd "$srcdir/sl-$pkgver"
+
+   install -Dm 775 sl "$pkgdir/usr/bin/sl"
+   install -Dm 644 sl.1.gz "$pkgdir/usr/share/man/man1/sl.1.gz"
+  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:20:08
  Author: foutrelis
Revision: 245404

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

Added:
  joe/repos/staging-i686/
  joe/repos/staging-i686/PKGBUILD
(from rev 245403, joe/trunk/PKGBUILD)
  joe/repos/staging-x86_64/
  joe/repos/staging-x86_64/PKGBUILD
(from rev 245403, joe/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: joe/repos/staging-i686/PKGBUILD (from rev 245403, joe/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 20:20:08 UTC (rev 245404)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=joe
+pkgver=4.0
+pkgrel=2
+pkgdesc="Joe's own editor"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/joe-editor;
+license=('GPL')
+depends=('ncurses')
+optdepends=('gpm: console mouse support')
+backup=('etc/joe/ftyperc' 'etc/joe/jicerc.ru' 'etc/joe/jmacsrc'
+'etc/joe/joerc' 'etc/joe/jpicorc' 'etc/joe/jstarrc' 'etc/joe/rjoerc')
+source=("http://downloads.sourceforge.net/joe-editor/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3c3b6d5089a29ddc746ee89bab59286e')
+sha1sums=('a51827c8c61c3cb09a038d8f6670efe84e144927')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: joe/repos/staging-x86_64/PKGBUILD (from rev 245403, joe/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 20:20:08 UTC (rev 245404)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=joe
+pkgver=4.0
+pkgrel=2
+pkgdesc="Joe's own editor"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/joe-editor;
+license=('GPL')
+depends=('ncurses')
+optdepends=('gpm: console mouse support')
+backup=('etc/joe/ftyperc' 'etc/joe/jicerc.ru' 'etc/joe/jmacsrc'
+'etc/joe/joerc' 'etc/joe/jpicorc' 'etc/joe/jstarrc' 'etc/joe/rjoerc')
+source=("http://downloads.sourceforge.net/joe-editor/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3c3b6d5089a29ddc746ee89bab59286e')
+sha1sums=('a51827c8c61c3cb09a038d8f6670efe84e144927')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}/" install
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:20:01
  Author: foutrelis
Revision: 245403

ncurses 6.0 rebuild.

Modified:
  joe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 19:40:14 UTC (rev 245402)
+++ PKGBUILD2015-09-06 20:20:01 UTC (rev 245403)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler 
 pkgname=joe
 pkgver=4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Joe's own editor"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/joe-editor;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:21:01
  Author: foutrelis
Revision: 139356

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

Added:
  jnettop/repos/community-staging-i686/
  jnettop/repos/community-staging-i686/PKGBUILD
(from rev 139355, jnettop/trunk/PKGBUILD)
  jnettop/repos/community-staging-x86_64/
  jnettop/repos/community-staging-x86_64/PKGBUILD
(from rev 139355, jnettop/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: jnettop/repos/community-staging-i686/PKGBUILD (from rev 139355, 
jnettop/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 20:21:01 UTC (rev 139356)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=jnettop
+pkgver=0.13.0
+pkgrel=5
+pkgdesc="A top-like console network traffic visualizer"
+arch=(i686 x86_64)
+url="http://jnettop.kubs.info/wiki/;
+license=('GPL')
+depends=('libpcap' 'glib2')
+makedepends=('pkgconfig')
+source=("http://jnettop.kubs.info/dist/$pkgname-$pkgver.tar.gz;)
+md5sums=('9529d75011026b3fcaf185b2fb063881')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: jnettop/repos/community-staging-x86_64/PKGBUILD (from rev 139355, 
jnettop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 20:21:01 UTC (rev 139356)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=jnettop
+pkgver=0.13.0
+pkgrel=5
+pkgdesc="A top-like console network traffic visualizer"
+arch=(i686 x86_64)
+url="http://jnettop.kubs.info/wiki/;
+license=('GPL')
+depends=('libpcap' 'glib2')
+makedepends=('pkgconfig')
+source=("http://jnettop.kubs.info/dist/$pkgname-$pkgver.tar.gz;)
+md5sums=('9529d75011026b3fcaf185b2fb063881')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:09:15
  Author: foutrelis
Revision: 139397

ncurses 6.0 rebuild.

Modified:
  typespeed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:08:43 UTC (rev 139396)
+++ PKGBUILD2015-09-06 22:09:15 UTC (rev 139397)
@@ -4,7 +4,7 @@
 
 pkgname=typespeed
 pkgver=0.6.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Test your typing speed, and get your fingers' CPS."
 arch=('i686' 'x86_64')
 url="http://typespeed.sourceforge.net;


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:09:25
  Author: foutrelis
Revision: 139398

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

Added:
  typespeed/repos/community-staging-i686/
  typespeed/repos/community-staging-i686/PKGBUILD
(from rev 139397, typespeed/trunk/PKGBUILD)
  typespeed/repos/community-staging-i686/typespeed.install
(from rev 139397, typespeed/trunk/typespeed.install)
  typespeed/repos/community-staging-x86_64/
  typespeed/repos/community-staging-x86_64/PKGBUILD
(from rev 139397, typespeed/trunk/PKGBUILD)
  typespeed/repos/community-staging-x86_64/typespeed.install
(from rev 139397, typespeed/trunk/typespeed.install)

+
 community-staging-i686/PKGBUILD|   30 +++
 community-staging-i686/typespeed.install   |   16 ++
 community-staging-x86_64/PKGBUILD  |   30 +++
 community-staging-x86_64/typespeed.install |   16 ++
 4 files changed, 92 insertions(+)

Copied: typespeed/repos/community-staging-i686/PKGBUILD (from rev 139397, 
typespeed/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 22:09:25 UTC (rev 139398)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Angel Velasquez  
+
+pkgname=typespeed
+pkgver=0.6.5
+pkgrel=6
+pkgdesc="Test your typing speed, and get your fingers' CPS."
+arch=('i686' 'x86_64')
+url="http://typespeed.sourceforge.net;
+license=('GPL')
+depends=('ncurses')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('578102b418c7df84903d3e90df2e7483')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+ --localstatedir=/var \
+ --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: typespeed/repos/community-staging-i686/typespeed.install (from rev 
139397, typespeed/trunk/typespeed.install)
===
--- community-staging-i686/typespeed.install(rev 0)
+++ community-staging-i686/typespeed.install2015-09-06 22:09:25 UTC (rev 
139398)
@@ -0,0 +1,16 @@
+post_install() {
+   getent group games > /dev/null || /usr/sbin/groupadd -g 20 games
+   /usr/bin/typespeed --makescores
+   chown root.20 /usr/share/typespeed/*
+}
+
+post_upgrade() {
+   getent group games > /dev/null || /usr/sbin/groupadd -g 20 games
+   /usr/bin/typespeed --makescores
+   chown root.20 /usr/share/typespeed/*
+}
+
+pre_remove() {
+/bin/true
+}
+

Copied: typespeed/repos/community-staging-x86_64/PKGBUILD (from rev 139397, 
typespeed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 22:09:25 UTC (rev 139398)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Angel Velasquez  
+
+pkgname=typespeed
+pkgver=0.6.5
+pkgrel=6
+pkgdesc="Test your typing speed, and get your fingers' CPS."
+arch=('i686' 'x86_64')
+url="http://typespeed.sourceforge.net;
+license=('GPL')
+depends=('ncurses')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('578102b418c7df84903d3e90df2e7483')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+ --localstatedir=/var \
+ --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: typespeed/repos/community-staging-x86_64/typespeed.install (from rev 
139397, typespeed/trunk/typespeed.install)
===
--- community-staging-x86_64/typespeed.install  (rev 0)
+++ community-staging-x86_64/typespeed.install  2015-09-06 22:09:25 UTC (rev 
139398)
@@ -0,0 +1,16 @@
+post_install() {
+   getent group games > /dev/null || /usr/sbin/groupadd -g 20 games
+   /usr/bin/typespeed --makescores
+   chown root.20 /usr/share/typespeed/*
+}
+
+post_upgrade() {
+   getent group games > /dev/null || /usr/sbin/groupadd -g 20 games
+   /usr/bin/typespeed --makescores
+   chown root.20 /usr/share/typespeed/*
+}
+
+pre_remove() {
+/bin/true
+}
+


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:08:43
  Author: foutrelis
Revision: 139396

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

Added:
  netwatch/repos/community-staging-i686/
  netwatch/repos/community-staging-i686/PKGBUILD
(from rev 139395, netwatch/trunk/PKGBUILD)
  netwatch/repos/community-staging-x86_64/
  netwatch/repos/community-staging-x86_64/PKGBUILD
(from rev 139395, netwatch/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: netwatch/repos/community-staging-i686/PKGBUILD (from rev 139395, 
netwatch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 22:08:43 UTC (rev 139396)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=netwatch
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="monitor network connections"
+arch=(i686 x86_64)
+url="http://www.slctech.org/~mackay/NETWATCH/netwatch.html;
+license=('GPL')
+options=(zipman)
+depends=(ncurses)
+source=(http://www.slctech.org/~mackay/NETWATCH/netwatch-$pkgver-1.tgz)
+md5sums=('9168c20c1984e9d126d1a0ec1eb0c1d3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|${CC-cc} |${CC-cc} -O2 |g' configure
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -D -m0755 netwatch $pkgdir/usr/bin/netwatch
+  install -D -m0755 netresolv $pkgdir/usr/bin/netresolv
+  install -D -m0644 netwatch.1 $pkgdir/usr/share/man/man1/netwatch.1
+}

Copied: netwatch/repos/community-staging-x86_64/PKGBUILD (from rev 139395, 
netwatch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 22:08:43 UTC (rev 139396)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=netwatch
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="monitor network connections"
+arch=(i686 x86_64)
+url="http://www.slctech.org/~mackay/NETWATCH/netwatch.html;
+license=('GPL')
+options=(zipman)
+depends=(ncurses)
+source=(http://www.slctech.org/~mackay/NETWATCH/netwatch-$pkgver-1.tgz)
+md5sums=('9168c20c1984e9d126d1a0ec1eb0c1d3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|${CC-cc} |${CC-cc} -O2 |g' configure
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -D -m0755 netwatch $pkgdir/usr/bin/netwatch
+  install -D -m0755 netresolv $pkgdir/usr/bin/netresolv
+  install -D -m0644 netwatch.1 $pkgdir/usr/share/man/man1/netwatch.1
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:08:36
  Author: foutrelis
Revision: 139395

ncurses 6.0 rebuild.

Modified:
  netwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:08:05 UTC (rev 139394)
+++ PKGBUILD2015-09-06 22:08:36 UTC (rev 139395)
@@ -3,7 +3,7 @@
 
 pkgname=netwatch
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="monitor network connections"
 arch=(i686 x86_64)
 url="http://www.slctech.org/~mackay/NETWATCH/netwatch.html;


[arch-commits] Commit in (midori-gtk3)

2015-09-06 Thread Alexander Rødseth
Date: Monday, September 7, 2015 @ 00:17:34
  Author: arodseth
Revision: 139405

midori-gtk3 -> midori

Deleted:
  midori-gtk3/


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

2015-09-06 Thread Михаил Страшун
Date: Monday, September 7, 2015 @ 02:42:27
  Author: dicebot
Revision: 139423

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 00:40:56 UTC (rev 139422)
+++ community-i686/PKGBUILD 2015-09-07 00:42:27 UTC (rev 139423)
@@ -1,95 +0,0 @@
-# Maintainer: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'libphobos-devel' 'libphobos')
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.068.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.dlang.org;
-makedepends=('git' 'gcc' 'make' 'dmd' 'libphobos-devel')
-source=("git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
-
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-"git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP')
-
-[[ $CARCH == "x86_64" ]] && _archbits="64"
-[[ $CARCH == "i686" ]] && _archbits="32"
-
-build() {
-cd $srcdir/dmd/src
-make -f posix.mak MODEL=$_archbits RELEASE=1
-
-cd $srcdir/druntime
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos-devel')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'libphobos: standard D library, Phobos; shared library'
-)
-provides=("d-compiler=$pkgver")
-license=('custom')
-backup=('etc/dmd.conf')
-
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
-
-mkdir -p $pkgdir/etc
-echo -e "[Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--export-dynamic" > $pkgdir/etc/dmd.conf
-
-mkdir -p $pkgdir/usr/share/man/man1
-mkdir -p $pkgdir/usr/share/man/man5
-cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
-cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
-
-install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
-
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
-}
-
-package_libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library."
-options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-mkdir -p $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language."
-depends=("curl")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.so 
$pkgdir/usr/lib/libphobos2.so
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dmd/repos/community-i686/PKGBUILD (from rev 139422, dmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 00:42:27 UTC (rev 139423)
@@ -0,0 +1,95 @@
+# Maintainer: Mihails Strasunse 
+# Contributor: 

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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:17:46
  Author: foutrelis
Revision: 139353

ncurses 6.0 rebuild.

Modified:
  iftop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:07:31 UTC (rev 139352)
+++ PKGBUILD2015-09-06 20:17:46 UTC (rev 139353)
@@ -7,7 +7,7 @@
 
 pkgname=iftop
 pkgver=1.0pre4
-pkgrel=1
+pkgrel=2
 pkgdesc="Display bandwidth usage on an interface"
 arch=('i686' 'x86_64')
 url="http://www.ex-parrot.com/~pdw/iftop/;


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:08:05
  Author: foutrelis
Revision: 139394

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

Added:
  calc/repos/community-staging-i686/
  calc/repos/community-staging-i686/PKGBUILD
(from rev 139393, calc/trunk/PKGBUILD)
  calc/repos/community-staging-x86_64/
  calc/repos/community-staging-x86_64/PKGBUILD
(from rev 139393, calc/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: calc/repos/community-staging-i686/PKGBUILD (from rev 139393, 
calc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 22:08:05 UTC (rev 139394)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=calc
+pkgver=2.12.5.0
+pkgrel=2
+pkgdesc="console calculator"
+arch=(i686 x86_64)
+url="http://www.isthe.com/chongo/tech/comp/calc/;
+license=('GPL')
+depends=('readline')
+makedepends=('chrpath')
+#source=(http://switch.dl.sf.net/sourceforge/calc/calc-$pkgver.tar.bz2)
+source=(http://www.isthe.com/chongo/src/calc/calc-$pkgver.tar.bz2)
+md5sums=('e8acc73cc0bd130e9194fcd3a5b96700')
+
+build() {
+  cd $srcdir/calc-$pkgver
+  make USE_READLINE="-DUSE_READLINE" READLINE_LIB="-lreadline" 
READLINE_EXTRAS="-lhistory -lncurses" -j1
+}
+
+package() {
+  cd $srcdir/calc-$pkgver
+  make T=$pkgdir install
+  mv $pkgdir/usr/bin/cscript $pkgdir/usr/share/calc/
+  chrpath -d $pkgdir/usr/bin/calc
+}

Copied: calc/repos/community-staging-x86_64/PKGBUILD (from rev 139393, 
calc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 22:08:05 UTC (rev 139394)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=calc
+pkgver=2.12.5.0
+pkgrel=2
+pkgdesc="console calculator"
+arch=(i686 x86_64)
+url="http://www.isthe.com/chongo/tech/comp/calc/;
+license=('GPL')
+depends=('readline')
+makedepends=('chrpath')
+#source=(http://switch.dl.sf.net/sourceforge/calc/calc-$pkgver.tar.bz2)
+source=(http://www.isthe.com/chongo/src/calc/calc-$pkgver.tar.bz2)
+md5sums=('e8acc73cc0bd130e9194fcd3a5b96700')
+
+build() {
+  cd $srcdir/calc-$pkgver
+  make USE_READLINE="-DUSE_READLINE" READLINE_LIB="-lreadline" 
READLINE_EXTRAS="-lhistory -lncurses" -j1
+}
+
+package() {
+  cd $srcdir/calc-$pkgver
+  make T=$pkgdir install
+  mv $pkgdir/usr/bin/cscript $pkgdir/usr/share/calc/
+  chrpath -d $pkgdir/usr/bin/calc
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:07:58
  Author: foutrelis
Revision: 139393

ncurses 6.0 rebuild.

Modified:
  calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:58:26 UTC (rev 139392)
+++ PKGBUILD2015-09-06 22:07:58 UTC (rev 139393)
@@ -4,7 +4,7 @@
 
 pkgname=calc
 pkgver=2.12.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="console calculator"
 arch=(i686 x86_64)
 url="http://www.isthe.com/chongo/tech/comp/calc/;


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:06:40
  Author: foutrelis
Revision: 245418

ncurses 6.0 rebuild.

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:53:03 UTC (rev 245417)
+++ PKGBUILD2015-09-06 22:06:40 UTC (rev 245418)
@@ -3,7 +3,7 @@
 
 pkgname=gettext
 pkgver=0.19.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="GNU internationalization library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gettext/;


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:06:50
  Author: foutrelis
Revision: 245419

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

Added:
  gettext/repos/staging-i686/
  gettext/repos/staging-i686/PKGBUILD
(from rev 245418, gettext/trunk/PKGBUILD)
  gettext/repos/staging-i686/gettext.install
(from rev 245418, gettext/trunk/gettext.install)
  gettext/repos/staging-x86_64/
  gettext/repos/staging-x86_64/PKGBUILD
(from rev 245418, gettext/trunk/PKGBUILD)
  gettext/repos/staging-x86_64/gettext.install
(from rev 245418, gettext/trunk/gettext.install)

+
 staging-i686/PKGBUILD  |   35 +++
 staging-i686/gettext.install   |   22 ++
 staging-x86_64/PKGBUILD|   35 +++
 staging-x86_64/gettext.install |   22 ++
 4 files changed, 114 insertions(+)

Copied: gettext/repos/staging-i686/PKGBUILD (from rev 245418, 
gettext/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 22:06:50 UTC (rev 245419)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.5.1
+pkgrel=3
+pkgdesc="GNU internationalization library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('2b2ab90f6405a414bbe30cf6655f3e28'
+ 'SKIP')

Copied: gettext/repos/staging-i686/gettext.install (from rev 245418, 
gettext/trunk/gettext.install)
===
--- staging-i686/gettext.install(rev 0)
+++ staging-i686/gettext.install2015-09-06 22:06:50 UTC (rev 245419)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gettext/repos/staging-x86_64/PKGBUILD (from rev 245418, 
gettext/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 22:06:50 UTC (rev 245419)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.19.5.1
+pkgrel=3
+pkgdesc="GNU internationalization library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+optdepends=('git: for autopoint infrastructure updates')
+options=(!docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('2b2ab90f6405a414bbe30cf6655f3e28'
+ 'SKIP')

Copied: gettext/repos/staging-x86_64/gettext.install (from rev 245418, 
gettext/trunk/gettext.install)
===
--- staging-x86_64/gettext.install  (rev 0)
+++ staging-x86_64/gettext.install  2015-09-06 22:06:50 UTC (rev 245419)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:21:58
  Author: foutrelis
Revision: 139412

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

Added:
  pinfo/repos/community-staging-i686/
  pinfo/repos/community-staging-i686/ChangeLog
(from rev 139411, pinfo/trunk/ChangeLog)
  pinfo/repos/community-staging-i686/PKGBUILD
(from rev 139411, pinfo/trunk/PKGBUILD)
  pinfo/repos/community-staging-x86_64/
  pinfo/repos/community-staging-x86_64/ChangeLog
(from rev 139411, pinfo/trunk/ChangeLog)
  pinfo/repos/community-staging-x86_64/PKGBUILD
(from rev 139411, pinfo/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |3 +++
 community-staging-i686/PKGBUILD|   31 +++
 community-staging-x86_64/ChangeLog |3 +++
 community-staging-x86_64/PKGBUILD  |   31 +++
 4 files changed, 68 insertions(+)

Copied: pinfo/repos/community-staging-i686/ChangeLog (from rev 139411, 
pinfo/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2015-09-06 22:21:58 UTC (rev 139412)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Copied: pinfo/repos/community-staging-i686/PKGBUILD (from rev 139411, 
pinfo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 22:21:58 UTC (rev 139412)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=pinfo
+pkgver=0.6.10
+pkgrel=4
+pkgdesc="A hypertext info file viewer"
+arch=('i686' 'x86_64')
+url="https://alioth.debian.org/projects/pinfo/;
+license=('GPL')
+depends=('ncurses' 'readline')
+#source=(https://alioth.debian.org/frs/download.php/file/3351/$pkgname-$pkgver.tar.bz2)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2014/pinfo-$pkgver.tar.bz2)
+md5sums=('fe3d3da50371b1773dfe29bf870dbc5b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  unset LDFLAGS
+  [ -x configure ] || ./autogen.sh
+  sed -i 's|nogroup|nobody|' src/pinforc.in src/utils.c
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--enable-cursor \
+   --mandir=/usr/share/man --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/share/info/dir
+}

Copied: pinfo/repos/community-staging-x86_64/ChangeLog (from rev 139411, 
pinfo/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-09-06 22:21:58 UTC (rev 139412)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Copied: pinfo/repos/community-staging-x86_64/PKGBUILD (from rev 139411, 
pinfo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 22:21:58 UTC (rev 139412)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=pinfo
+pkgver=0.6.10
+pkgrel=4
+pkgdesc="A hypertext info file viewer"
+arch=('i686' 'x86_64')
+url="https://alioth.debian.org/projects/pinfo/;
+license=('GPL')
+depends=('ncurses' 'readline')
+#source=(https://alioth.debian.org/frs/download.php/file/3351/$pkgname-$pkgver.tar.bz2)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2014/pinfo-$pkgver.tar.bz2)
+md5sums=('fe3d3da50371b1773dfe29bf870dbc5b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  unset LDFLAGS
+  [ -x configure ] || ./autogen.sh
+  sed -i 's|nogroup|nobody|' src/pinforc.in src/utils.c
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--enable-cursor \
+   --mandir=/usr/share/man --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/share/info/dir
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:21:50
  Author: foutrelis
Revision: 139411

ncurses 6.0 rebuild.

Modified:
  pinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:20:36 UTC (rev 139410)
+++ PKGBUILD2015-09-06 22:21:50 UTC (rev 139411)
@@ -4,7 +4,7 @@
 
 pkgname=pinfo
 pkgver=0.6.10
-pkgrel=3
+pkgrel=4
 pkgdesc="A hypertext info file viewer"
 arch=('i686' 'x86_64')
 url="https://alioth.debian.org/projects/pinfo/;


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

2015-09-06 Thread Felix Yan
Date: Monday, September 7, 2015 @ 04:29:42
  Author: fyan
Revision: 139427

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

Added:
  fcitx-unikey/repos/community-i686/PKGBUILD
(from rev 139426, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-i686/fcitx-unikey.install
(from rev 139426, fcitx-unikey/trunk/fcitx-unikey.install)
  fcitx-unikey/repos/community-x86_64/PKGBUILD
(from rev 139426, fcitx-unikey/trunk/PKGBUILD)
  fcitx-unikey/repos/community-x86_64/fcitx-unikey.install
(from rev 139426, fcitx-unikey/trunk/fcitx-unikey.install)
Deleted:
  fcitx-unikey/repos/community-i686/PKGBUILD
  fcitx-unikey/repos/community-i686/fcitx-unikey.install
  fcitx-unikey/repos/community-x86_64/PKGBUILD
  fcitx-unikey/repos/community-x86_64/fcitx-unikey.install

---+
 /PKGBUILD |   56 
 /fcitx-unikey.install |   22 
 community-i686/PKGBUILD   |   29 
 community-i686/fcitx-unikey.install   |   11 --
 community-x86_64/PKGBUILD |   29 
 community-x86_64/fcitx-unikey.install |   11 --
 6 files changed, 78 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 02:27:59 UTC (rev 139426)
+++ community-i686/PKGBUILD 2015-09-07 02:29:42 UTC (rev 139427)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-unikey
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Fcitx Wrapper for unikey"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx')
-optdepends=('qt4: To run the fcitx unikey macro editor')
-makedepends=('cmake' 'qt4')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-install=fcitx-unikey.install
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 .
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('d55fe71bbcbc420e0ba3ec61ad3c7e9293e33f30b6303d90591d5a94e89d7bbc513dc940ae5a081b81c0d973fa6674872a695eac03cfbbefb460609993219221')

Copied: fcitx-unikey/repos/community-i686/PKGBUILD (from rev 139426, 
fcitx-unikey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 02:29:42 UTC (rev 139427)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-unikey
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Fcitx Wrapper for unikey"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx')
+optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'fcitx-qt4')
+install=fcitx-unikey.install
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+sha512sums=('b70cbc468c44677a6f831ab92539dc01386eec66d8b40eba57efc7130a3811548b5b1e8213c278fd26d1eac169d43913a5fe0f3728e925c874e7360ccd93636a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/fcitx-unikey.install
===
--- community-i686/fcitx-unikey.install 2015-09-07 02:27:59 UTC (rev 139426)
+++ community-i686/fcitx-unikey.install 2015-09-07 02:29:42 UTC (rev 139427)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-unikey/repos/community-i686/fcitx-unikey.install (from rev 
139426, fcitx-unikey/trunk/fcitx-unikey.install)
===
--- community-i686/fcitx-unikey.install (rev 0)
+++ community-i686/fcitx-unikey.install 2015-09-07 02:29:42 UTC (rev 139427)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-07 02:27:59 UTC (rev 139426)
+++ community-x86_64/PKGBUILD   2015-09-07 02:29:42 UTC (rev 139427)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-unikey
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Fcitx Wrapper for unikey"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx')
-optdepends=('qt4: To run the fcitx unikey macro 

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

2015-09-06 Thread Felix Yan
Date: Monday, September 7, 2015 @ 04:27:59
  Author: fyan
Revision: 139426

upgpkg: fcitx-unikey 0.2.5-1

Modified:
  fcitx-unikey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 01:03:53 UTC (rev 139425)
+++ PKGBUILD2015-09-07 02:27:59 UTC (rev 139426)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 
 pkgname=fcitx-unikey
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc="Fcitx Wrapper for unikey"
 arch=('i686' 'x86_64')
@@ -9,10 +9,11 @@
 url="http://code.google.com/p/fcitx;
 license=('GPL')
 depends=('fcitx')
-optdepends=('qt4: To run the fcitx unikey macro editor')
-makedepends=('cmake' 'qt4')
+optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'fcitx-qt4')
+install=fcitx-unikey.install
 source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-install=fcitx-unikey.install
+sha512sums=('b70cbc468c44677a6f831ab92539dc01386eec66d8b40eba57efc7130a3811548b5b1e8213c278fd26d1eac169d43913a5fe0f3728e925c874e7360ccd93636a')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -25,5 +26,3 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }
-
-sha512sums=('d55fe71bbcbc420e0ba3ec61ad3c7e9293e33f30b6303d90591d5a94e89d7bbc513dc940ae5a081b81c0d973fa6674872a695eac03cfbbefb460609993219221')


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 22:26:44
  Author: foutrelis
Revision: 245406

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

Added:
  procinfo-ng/repos/staging-i686/
  procinfo-ng/repos/staging-i686/PKGBUILD
(from rev 245405, procinfo-ng/trunk/PKGBUILD)
  procinfo-ng/repos/staging-x86_64/
  procinfo-ng/repos/staging-x86_64/PKGBUILD
(from rev 245405, procinfo-ng/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: procinfo-ng/repos/staging-i686/PKGBUILD (from rev 245405, 
procinfo-ng/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 20:26:44 UTC (rev 245406)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Allan McRae 
+
+pkgname=procinfo-ng
+pkgver=2.0.304
+pkgrel=5
+pkgdesc="Displays useful information from /proc"
+arch=('i686' 'x86_64')
+url="http://procinfo-ng.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+depends=('ncurses' 'perl')
+provides=('procinfo')
+conflicts=('procinfo')
+replaces=('procinfo')
+source=(http://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+https://sources.archlinux.org/other/procinfo-ng/procinfo-18.tar.gz)
+sha1sums=('da2176a505bcdf65c4eadcf5a2e056fb7a3f84af'
+  '8bc75669cbd27775c3a837209425c5ce76238ebc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # install tools from old procinfo package
+  cd "${srcdir}/procinfo-18"
+  install -m755 lsdev.pl "${pkgdir}/usr/bin/lsdev"
+  install -m755 socklist.pl "${pkgdir}/usr/bin/socklist"
+  install -m644 lsdev.8 "${pkgdir}/usr/share/man/man8/lsdev.8"
+  install -m644 socklist.8 "${pkgdir}/usr/share/man/man8/socklist.8"
+}

Copied: procinfo-ng/repos/staging-x86_64/PKGBUILD (from rev 245405, 
procinfo-ng/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 20:26:44 UTC (rev 245406)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Allan McRae 
+
+pkgname=procinfo-ng
+pkgver=2.0.304
+pkgrel=5
+pkgdesc="Displays useful information from /proc"
+arch=('i686' 'x86_64')
+url="http://procinfo-ng.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+depends=('ncurses' 'perl')
+provides=('procinfo')
+conflicts=('procinfo')
+replaces=('procinfo')
+source=(http://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+https://sources.archlinux.org/other/procinfo-ng/procinfo-18.tar.gz)
+sha1sums=('da2176a505bcdf65c4eadcf5a2e056fb7a3f84af'
+  '8bc75669cbd27775c3a837209425c5ce76238ebc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # install tools from old procinfo package
+  cd "${srcdir}/procinfo-18"
+  install -m755 lsdev.pl "${pkgdir}/usr/bin/lsdev"
+  install -m755 socklist.pl "${pkgdir}/usr/bin/socklist"
+  install -m644 lsdev.8 "${pkgdir}/usr/share/man/man8/lsdev.8"
+  install -m644 socklist.8 "${pkgdir}/usr/share/man/man8/socklist.8"
+}


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

2015-09-06 Thread Alexander Rødseth
Date: Sunday, September 6, 2015 @ 23:13:29
  Author: arodseth
Revision: 139371

upgpkg: midori 0.5.11-1

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 20:56:16 UTC (rev 139370)
+++ PKGBUILD2015-09-06 21:13:29 UTC (rev 139371)
@@ -7,7 +7,7 @@
 # Contributor: Andrew Gregory 
 
 pkgname=midori
-pkgver=0.5.10
+pkgver=0.5.11
 pkgrel=1
 pkgdesc='Lightweight web browser (GTK2)'
 arch=('x86_64' 'i686')
@@ -14,15 +14,16 @@
 url='http://www.midori-browser.org/'
 license=('LGPL2.1')
 install='midori.install'
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique' 'gcr')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr')
+depends=('webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique' 'gcr' 'libzeitgeist' 'zeitgeist')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
 optdepends=('aria2: download utility')
 options=('!emptydirs')
 
source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('702344f68d7f034866a46398e35b3c16a5a5f3e431a5d916ea5efc3eaaa3e46f')
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
 
 build() {
-  #cd "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+
   mkdir -p build
   cd build
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
@@ -30,8 +31,8 @@
 }
 
 package() {
-  #DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
 }
 
+# getver: -u 2 midori-browser.org/download/source
 # vim:set ts=2 sw=2 et:


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

2015-09-06 Thread Alexander Rødseth
Date: Sunday, September 6, 2015 @ 23:13:44
  Author: arodseth
Revision: 139372

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

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

-+
 /PKGBUILD   |   76 ++
 /midori.install |   28 ++
 community-i686/PKGBUILD |   37 --
 community-i686/midori.install   |   14 ---
 community-x86_64/PKGBUILD   |   37 --
 community-x86_64/midori.install |   14 ---
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-06 21:13:29 UTC (rev 139371)
+++ community-i686/PKGBUILD 2015-09-06 21:13:44 UTC (rev 139372)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Andreas Radke 
-# Contributor: rabyte 
-# Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andrew Gregory 
-
-pkgname=midori
-pkgver=0.5.10
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique' 'gcr')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr')
-optdepends=('aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('702344f68d7f034866a46398e35b3c16a5a5f3e431a5d916ea5efc3eaaa3e46f')
-
-build() {
-  #cd "$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
-  ninja
-}
-
-package() {
-  #DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 139371, 
midori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-06 21:13:44 UTC (rev 139372)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrew Gregory 
+
+pkgname=midori
+pkgver=0.5.11
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique' 'gcr' 'libzeitgeist' 'zeitgeist')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
+optdepends=('aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+}
+
+# getver: -u 2 midori-browser.org/download/source
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2015-09-06 21:13:29 UTC (rev 139371)
+++ community-i686/midori.install   2015-09-06 21:13:44 UTC (rev 139372)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/midori.install (from rev 139371, 
midori/trunk/midori.install)
===
--- community-i686/midori.install   (rev 0)
+++ community-i686/midori.install   

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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:22:40
  Author: foutrelis
Revision: 245408

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

Added:
  nano/repos/staging-i686/
  nano/repos/staging-i686/PKGBUILD
(from rev 245407, nano/trunk/PKGBUILD)
  nano/repos/staging-i686/nano.install
(from rev 245407, nano/trunk/nano.install)
  nano/repos/staging-x86_64/
  nano/repos/staging-x86_64/PKGBUILD
(from rev 245407, nano/trunk/PKGBUILD)
  nano/repos/staging-x86_64/nano.install
(from rev 245407, nano/trunk/nano.install)

-+
 staging-i686/PKGBUILD   |   36 
 staging-i686/nano.install   |   20 
 staging-x86_64/PKGBUILD |   36 
 staging-x86_64/nano.install |   20 
 4 files changed, 112 insertions(+)

Copied: nano/repos/staging-i686/PKGBUILD (from rev 245407, nano/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 21:22:40 UTC (rev 245408)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+install=nano.install
+source=(http://www.nano-editor.org/dist/v2.4/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('ce6968992fec4283c17984b53554168b'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/staging-i686/nano.install (from rev 245407, 
nano/trunk/nano.install)
===
--- staging-i686/nano.install   (rev 0)
+++ staging-i686/nano.install   2015-09-06 21:22:40 UTC (rev 245408)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nano.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: nano/repos/staging-x86_64/PKGBUILD (from rev 245407, 
nano/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 21:22:40 UTC (rev 245408)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+install=nano.install
+source=(http://www.nano-editor.org/dist/v2.4/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('ce6968992fec4283c17984b53554168b'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/staging-x86_64/nano.install (from rev 245407, 
nano/trunk/nano.install)
===
--- staging-x86_64/nano.install (rev 0)
+++ staging-x86_64/nano.install 2015-09-06 21:22:40 UTC (rev 245408)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nano.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:23:15
  Author: foutrelis
Revision: 139374

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

Added:
  cdargs/repos/community-staging-i686/
  cdargs/repos/community-staging-i686/PKGBUILD
(from rev 139373, cdargs/trunk/PKGBUILD)
  cdargs/repos/community-staging-i686/cdargs.install
(from rev 139373, cdargs/trunk/cdargs.install)
  cdargs/repos/community-staging-x86_64/
  cdargs/repos/community-staging-x86_64/PKGBUILD
(from rev 139373, cdargs/trunk/PKGBUILD)
  cdargs/repos/community-staging-x86_64/cdargs.install
(from rev 139373, cdargs/trunk/cdargs.install)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/cdargs.install   |3 ++
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/cdargs.install |3 ++
 4 files changed, 78 insertions(+)

Copied: cdargs/repos/community-staging-i686/PKGBUILD (from rev 139373, 
cdargs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:23:15 UTC (rev 139374)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Damir Perisa 
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=5
+pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=("http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR="${pkgdir}" install
+  
+  install -d "${pkgdir}/usr/share/cdargs"
+  install $pkgname-{tcsh.csh,bash.sh} "${pkgdir}/usr/share/cdargs"
+}

Copied: cdargs/repos/community-staging-i686/cdargs.install (from rev 139373, 
cdargs/trunk/cdargs.install)
===
--- community-staging-i686/cdargs.install   (rev 0)
+++ community-staging-i686/cdargs.install   2015-09-06 21:23:15 UTC (rev 
139374)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}

Copied: cdargs/repos/community-staging-x86_64/PKGBUILD (from rev 139373, 
cdargs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 21:23:15 UTC (rev 139374)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Damir Perisa 
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=5
+pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=("http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR="${pkgdir}" install
+  
+  install -d "${pkgdir}/usr/share/cdargs"
+  install $pkgname-{tcsh.csh,bash.sh} "${pkgdir}/usr/share/cdargs"
+}

Copied: cdargs/repos/community-staging-x86_64/cdargs.install (from rev 139373, 
cdargs/trunk/cdargs.install)
===
--- community-staging-x86_64/cdargs.install (rev 0)
+++ community-staging-x86_64/cdargs.install 2015-09-06 21:23:15 UTC (rev 
139374)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:23:07
  Author: foutrelis
Revision: 139373

ncurses 6.0 rebuild.

Modified:
  cdargs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:13:44 UTC (rev 139372)
+++ PKGBUILD2015-09-06 21:23:07 UTC (rev 139373)
@@ -4,7 +4,7 @@
 
 pkgname=cdargs
 pkgver=1.35
-pkgrel=4
+pkgrel=5
 pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:42:50
  Author: foutrelis
Revision: 139382

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

Added:
  unace/repos/community-staging-i686/
  unace/repos/community-staging-i686/01-makefiles.dpatch
(from rev 139381, unace/trunk/01-makefiles.dpatch)
  unace/repos/community-staging-i686/04-64bit.dpatch
(from rev 139381, unace/trunk/04-64bit.dpatch)
  unace/repos/community-staging-i686/ChangeLog
(from rev 139381, unace/trunk/ChangeLog)
  unace/repos/community-staging-i686/PKGBUILD
(from rev 139381, unace/trunk/PKGBUILD)
  unace/repos/community-staging-i686/unace.install
(from rev 139381, unace/trunk/unace.install)
  unace/repos/community-staging-x86_64/
  unace/repos/community-staging-x86_64/01-makefiles.dpatch
(from rev 139381, unace/trunk/01-makefiles.dpatch)
  unace/repos/community-staging-x86_64/04-64bit.dpatch
(from rev 139381, unace/trunk/04-64bit.dpatch)
  unace/repos/community-staging-x86_64/ChangeLog
(from rev 139381, unace/trunk/ChangeLog)
  unace/repos/community-staging-x86_64/PKGBUILD
(from rev 139381, unace/trunk/PKGBUILD)
  unace/repos/community-staging-x86_64/unace.install
(from rev 139381, unace/trunk/unace.install)

--+
 community-staging-i686/01-makefiles.dpatch   |   52 ++
 community-staging-i686/04-64bit.dpatch   |  119 +
 community-staging-i686/ChangeLog |9 +
 community-staging-i686/PKGBUILD  |   35 +++
 community-staging-i686/unace.install |   14 ++
 community-staging-x86_64/01-makefiles.dpatch |   52 ++
 community-staging-x86_64/04-64bit.dpatch |  119 +
 community-staging-x86_64/ChangeLog   |9 +
 community-staging-x86_64/PKGBUILD|   35 +++
 community-staging-x86_64/unace.install   |   14 ++
 10 files changed, 458 insertions(+)

Copied: unace/repos/community-staging-i686/01-makefiles.dpatch (from rev 
139381, unace/trunk/01-makefiles.dpatch)
===
--- community-staging-i686/01-makefiles.dpatch  (rev 0)
+++ community-staging-i686/01-makefiles.dpatch  2015-09-06 21:42:50 UTC (rev 
139382)
@@ -0,0 +1,52 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 01-makefiles.dpatch by Fabian Greffrath 
+##
+## DP: Fix upstream makefiles
+
+@DPATCH@
+
+diff -Nru unace-nonfree-2.5.orig/base.mk unace-nonfree-2.5/base.mk
+--- unace-nonfree-2.5.orig/base.mk 2003-11-27 20:16:20.0 +0100
 unace-nonfree-2.5/base.mk  2006-01-31 09:33:04.0 +0100
+@@ -427,9 +427,7 @@
+ ##
+ 
+ ifndef ISWMAKE
+-include $(MAKE_DIR)baseace.mk
+ include $(MAKE_DIR)baseuace.mk
+ else
+-!include $(MAKE_DIR)baseace.mk
+ !include $(MAKE_DIR)baseuace.mk
+ endif
+diff -Nru unace-nonfree-2.5.orig/makefile unace-nonfree-2.5/makefile
+--- unace-nonfree-2.5.orig/makefile2003-11-24 00:24:24.0 +0100
 unace-nonfree-2.5/makefile 2006-01-31 09:40:17.0 +0100
+@@ -18,6 +18,6 @@
+ INCLDIR   = //usr/include
+ 
+-DEFINES   = -D__LINUX__ -D__unix__ -D__GCC__ -D__HAS_IO_H__
++DEFINES   = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
+ 
+ ifdef DEBUG
+ LSWITCHES =
+@@ -47,7 +47,7 @@
+   $(APPS_UNACEEXE_CFILES)
+ 
+ unace: $(UNACEEXELIN_CFILES)
+-  gcc $(LSWITCHES) -Wl,-lncurses -static -I$(INCLDIR) -I$(INCLSYSDIR) 
-I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
++  gcc $(LSWITCHES) -Wl,-lncurses -I$(INCLDIR) -idirafter $(INCLSYSDIR) 
-I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
+ ifndef DEBUG
+   tar cfvz linunace25.tgz unace file_id.diz licence
+   #sh linpack.sh
+diff -Nru unace-nonfree-2.5.orig/unace.mk unace-nonfree-2.5/unace.mk
+--- unace-nonfree-2.5.orig/unace.mk2003-11-27 20:17:46.0 +0100
 unace-nonfree-2.5/unace.mk 2006-01-31 09:33:21.0 +0100
+@@ -27,8 +27,6 @@
+ 
+ ifndef ISWMAKE
+ include $(MAKE_DIR)unaceexe.mk
+-include $(MAKE_DIR)unacedll.mk
+ else
+ !include $(MAKE_DIR)unaceexe.mk
+-!include $(MAKE_DIR)unacedll.mk
+ endif

Copied: unace/repos/community-staging-i686/04-64bit.dpatch (from rev 139381, 
unace/trunk/04-64bit.dpatch)
===
--- community-staging-i686/04-64bit.dpatch  (rev 0)
+++ community-staging-i686/04-64bit.dpatch  2015-09-06 21:42:50 UTC (rev 
139382)
@@ -0,0 +1,119 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04-64bit.dpatch by Michael Karcher
+## 
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Replace declare.h by a generic stdint based version.
+
+@DPATCH@
+diff -urNad unace-nonfree-2.5~/source/base/all/declare.h 

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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:41:57
  Author: foutrelis
Revision: 139380

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

Added:
  bwm-ng/repos/community-staging-i686/
  bwm-ng/repos/community-staging-i686/PKGBUILD
(from rev 139379, bwm-ng/trunk/PKGBUILD)
  bwm-ng/repos/community-staging-x86_64/
  bwm-ng/repos/community-staging-x86_64/PKGBUILD
(from rev 139379, bwm-ng/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: bwm-ng/repos/community-staging-i686/PKGBUILD (from rev 139379, 
bwm-ng/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:41:57 UTC (rev 139380)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sven Kauber 
+
+pkgname=bwm-ng
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="A small and simple console-based live bandwidth monitor"
+arch=(i686 x86_64)
+url="http://www.gropp.org/;
+license=('GPL')
+depends=('ncurses')
+source=("http://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('ef0c7669508e95f56250ad4f8db98b7f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=${pkgdir}/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir} install
+
+  install -d ${pkgdir}/usr
+  mv ${pkgdir}/bin ${pkgdir}/usr/
+}

Copied: bwm-ng/repos/community-staging-x86_64/PKGBUILD (from rev 139379, 
bwm-ng/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 21:41:57 UTC (rev 139380)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sven Kauber 
+
+pkgname=bwm-ng
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="A small and simple console-based live bandwidth monitor"
+arch=(i686 x86_64)
+url="http://www.gropp.org/;
+license=('GPL')
+depends=('ncurses')
+source=("http://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('ef0c7669508e95f56250ad4f8db98b7f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=${pkgdir}/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir} install
+
+  install -d ${pkgdir}/usr
+  mv ${pkgdir}/bin ${pkgdir}/usr/
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:43:24
  Author: foutrelis
Revision: 245411

ncurses 6.0 rebuild.

Modified:
  gpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 21:41:28 UTC (rev 245410)
+++ PKGBUILD2015-09-06 21:43:24 UTC (rev 245411)
@@ -3,7 +3,7 @@
 
 pkgname=gpm
 pkgver=1.20.7
-pkgrel=4
+pkgrel=5
 pkgdesc="A mouse server for the console and xterm"
 arch=('i686' 'x86_64')
 url="http://www.nico.schottelius.org/software/gpm/;


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:43:36
  Author: foutrelis
Revision: 245412

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

Added:
  gpm/repos/staging-i686/
  gpm/repos/staging-i686/PKGBUILD
(from rev 245411, gpm/trunk/PKGBUILD)
  gpm/repos/staging-i686/gpm.install
(from rev 245411, gpm/trunk/gpm.install)
  gpm/repos/staging-i686/gpm.service
(from rev 245411, gpm/trunk/gpm.service)
  gpm/repos/staging-i686/gpm.sh
(from rev 245411, gpm/trunk/gpm.sh)
  gpm/repos/staging-x86_64/
  gpm/repos/staging-x86_64/PKGBUILD
(from rev 245411, gpm/trunk/PKGBUILD)
  gpm/repos/staging-x86_64/gpm.install
(from rev 245411, gpm/trunk/gpm.install)
  gpm/repos/staging-x86_64/gpm.service
(from rev 245411, gpm/trunk/gpm.service)
  gpm/repos/staging-x86_64/gpm.sh
(from rev 245411, gpm/trunk/gpm.sh)

+
 staging-i686/PKGBUILD  |   37 +
 staging-i686/gpm.install   |   16 
 staging-i686/gpm.service   |9 +
 staging-i686/gpm.sh|3 +++
 staging-x86_64/PKGBUILD|   37 +
 staging-x86_64/gpm.install |   16 
 staging-x86_64/gpm.service |9 +
 staging-x86_64/gpm.sh  |3 +++
 8 files changed, 130 insertions(+)

Copied: gpm/repos/staging-i686/PKGBUILD (from rev 245411, gpm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 21:43:36 UTC (rev 245412)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpm
+pkgver=1.20.7
+pkgrel=5
+pkgdesc="A mouse server for the console and xterm"
+arch=('i686' 'x86_64')
+url="http://www.nico.schottelius.org/software/gpm/;
+license=('GPL')
+depends=('bash')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 \
+gpm.sh gpm.service)
+sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
+  '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
+  'f9bde96eb9c78da9f225bcf40822647f6592cf23')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m755 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
+  install -D -m644 ../gpm.service 
"${pkgdir}/usr/lib/systemd/system/gpm.service"
+
+# library fixes
+  cd "${pkgdir}/usr/lib/"
+  ln -s libgpm.so.2.* libgpm.so
+  chmod 755 "${pkgdir}"/usr/lib/libgpm.so.*
+}

Copied: gpm/repos/staging-i686/gpm.install (from rev 245411, 
gpm/trunk/gpm.install)
===
--- staging-i686/gpm.install(rev 0)
+++ staging-i686/gpm.install2015-09-06 21:43:36 UTC (rev 245412)
@@ -0,0 +1,16 @@
+infodir=/usr/share/info
+file=gpm.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Copied: gpm/repos/staging-i686/gpm.service (from rev 245411, 
gpm/trunk/gpm.service)
===
--- staging-i686/gpm.service(rev 0)
+++ staging-i686/gpm.service2015-09-06 21:43:36 UTC (rev 245412)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Virtual console mouse server
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/gpm -m /dev/input/mice -t imps2
+
+[Install]
+WantedBy=multi-user.target

Copied: gpm/repos/staging-i686/gpm.sh (from rev 245411, gpm/trunk/gpm.sh)
===
--- staging-i686/gpm.sh (rev 0)
+++ staging-i686/gpm.sh 2015-09-06 21:43:36 UTC (rev 245412)
@@ -0,0 +1,3 @@
+case $( /usr/bin/tty ) in
+/dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
+esac

Copied: gpm/repos/staging-x86_64/PKGBUILD (from rev 245411, gpm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 21:43:36 UTC (rev 245412)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpm
+pkgver=1.20.7
+pkgrel=5
+pkgdesc="A mouse server for the console and xterm"
+arch=('i686' 'x86_64')
+url="http://www.nico.schottelius.org/software/gpm/;
+license=('GPL')
+depends=('bash')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 \
+gpm.sh gpm.service)

[arch-commits] Commit in (7 files)

2015-09-06 Thread Alexander Rødseth
Date: Monday, September 7, 2015 @ 00:11:39
  Author: arodseth
Revision: 139403

midori->midori-gtk2, midori-gtk3->midori

Added:
  midori-gtk2/
  midori-gtk2/repos/
  midori-gtk2/repos/community-i686/
  midori-gtk2/repos/community-x86_64/
  midori-gtk2/trunk/
  midori-gtk2/trunk/PKGBUILD
  midori-gtk2/trunk/midori.install

+
 PKGBUILD   |   40 
 midori.install |   14 ++
 2 files changed, 54 insertions(+)

Added: midori-gtk2/trunk/PKGBUILD
===
--- midori-gtk2/trunk/PKGBUILD  (rev 0)
+++ midori-gtk2/trunk/PKGBUILD  2015-09-06 22:11:39 UTC (rev 139403)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 139371 2015-09-06 21:13:29Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrew Gregory 
+
+pkgname=midori-gtk2
+pkgver=0.5.11
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori')
+provides=('midori')
+depends=('webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique' 'gcr' 'libzeitgeist' 'zeitgeist')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
+optdepends=('aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname/-gtk2}_${pkgver}_all_.tar.bz2;)
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
+
+build() {
+  cd "${pkgname/-gtk2}-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk2}-$pkgver/build" install
+}
+
+# getver: -u 2 midori-browser.org/download/source
+# vim:set ts=2 sw=2 et:

Added: midori-gtk2/trunk/midori.install
===
--- midori-gtk2/trunk/midori.install(rev 0)
+++ midori-gtk2/trunk/midori.install2015-09-06 22:11:39 UTC (rev 139403)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-06 Thread Alexander Rødseth
Date: Monday, September 7, 2015 @ 00:12:01
  Author: arodseth
Revision: 139404

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

Added:
  midori-gtk2/repos/community-i686/PKGBUILD
(from rev 139403, midori-gtk2/trunk/PKGBUILD)
  midori-gtk2/repos/community-i686/midori.install
(from rev 139403, midori-gtk2/trunk/midori.install)
  midori-gtk2/repos/community-x86_64/PKGBUILD
(from rev 139403, midori-gtk2/trunk/PKGBUILD)
  midori-gtk2/repos/community-x86_64/midori.install
(from rev 139403, midori-gtk2/trunk/midori.install)

-+
 community-i686/PKGBUILD |   40 ++
 community-i686/midori.install   |   14 +
 community-x86_64/PKGBUILD   |   40 ++
 community-x86_64/midori.install |   14 +
 4 files changed, 108 insertions(+)

Copied: midori-gtk2/repos/community-i686/PKGBUILD (from rev 139403, 
midori-gtk2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-06 22:12:01 UTC (rev 139404)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 139371 2015-09-06 21:13:29Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrew Gregory 
+
+pkgname=midori-gtk2
+pkgver=0.5.11
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori')
+provides=('midori')
+depends=('webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique' 'gcr' 'libzeitgeist' 'zeitgeist')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
+optdepends=('aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname/-gtk2}_${pkgver}_all_.tar.bz2;)
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
+
+build() {
+  cd "${pkgname/-gtk2}-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk2}-$pkgver/build" install
+}
+
+# getver: -u 2 midori-browser.org/download/source
+# vim:set ts=2 sw=2 et:

Copied: midori-gtk2/repos/community-i686/midori.install (from rev 139403, 
midori-gtk2/trunk/midori.install)
===
--- community-i686/midori.install   (rev 0)
+++ community-i686/midori.install   2015-09-06 22:12:01 UTC (rev 139404)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: midori-gtk2/repos/community-x86_64/PKGBUILD (from rev 139403, 
midori-gtk2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-06 22:12:01 UTC (rev 139404)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 139371 2015-09-06 21:13:29Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrew Gregory 
+
+pkgname=midori-gtk2
+pkgver=0.5.11
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori')
+provides=('midori')
+depends=('webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique' 'gcr' 'libzeitgeist' 'zeitgeist')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr' 
'libzeitgeist' 'zeitgeist')
+optdepends=('aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname/-gtk2}_${pkgver}_all_.tar.bz2;)
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
+
+build() {
+  cd "${pkgname/-gtk2}-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk2}-$pkgver/build" install
+}
+
+# getver: -u 2 midori-browser.org/download/source
+# vim:set ts=2 sw=2 et:

Copied: midori-gtk2/repos/community-x86_64/midori.install (from rev 139403, 

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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:28:50
  Author: foutrelis
Revision: 139416

ncurses 6.0 rebuild.

Modified:
  sniffit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 22:26:04 UTC (rev 139415)
+++ PKGBUILD2015-09-06 22:28:50 UTC (rev 139416)
@@ -4,7 +4,7 @@
 
 pkgname=sniffit
 pkgver=0.3.7.beta
-pkgrel=15
+pkgrel=16
 pkgdesc="Very good packet sniffer for unix with ncurses interactive mode"
 arch=('i686' 'x86_64')
 url="http://packages.ubuntu.com/source/sniffit;


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

2015-09-06 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 00:29:01
  Author: foutrelis
Revision: 139417

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

Added:
  sniffit/repos/community-staging-i686/
  sniffit/repos/community-staging-i686/PKGBUILD
(from rev 139416, sniffit/trunk/PKGBUILD)
  sniffit/repos/community-staging-i686/sniffit-fix.patch
(from rev 139416, sniffit/trunk/sniffit-fix.patch)
  sniffit/repos/community-staging-x86_64/
  sniffit/repos/community-staging-x86_64/PKGBUILD
(from rev 139416, sniffit/trunk/PKGBUILD)
  sniffit/repos/community-staging-x86_64/sniffit-fix.patch
(from rev 139416, sniffit/trunk/sniffit-fix.patch)

+
 community-staging-i686/PKGBUILD|   50 +
 community-staging-i686/sniffit-fix.patch   |  937 +++
 community-staging-x86_64/PKGBUILD  |   50 +
 community-staging-x86_64/sniffit-fix.patch |  937 +++
 4 files changed, 1974 insertions(+)

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


[arch-commits] Commit in (56 files)

2015-09-06 Thread Antonio Rojas
Date: Sunday, September 6, 2015 @ 09:55:00
  Author: arojas
Revision: 245346

Fix source

Modified:
  akonadi-calendar/repos/extra-i686/PKGBUILD
  akonadi-calendar/repos/extra-x86_64/PKGBUILD
  akonadi-calendar/trunk/PKGBUILD
  akonadi-search/repos/extra-i686/PKGBUILD
  akonadi-search/repos/extra-x86_64/PKGBUILD
  akonadi-search/trunk/PKGBUILD
  baloo-widgets/repos/extra-i686/PKGBUILD
  baloo-widgets/repos/extra-x86_64/PKGBUILD
  baloo-widgets/trunk/PKGBUILD
  gpgmepp/repos/extra-i686/PKGBUILD
  gpgmepp/repos/extra-x86_64/PKGBUILD
  gpgmepp/trunk/PKGBUILD
  kalarmcal/repos/extra-i686/PKGBUILD
  kalarmcal/repos/extra-x86_64/PKGBUILD
  kalarmcal/trunk/PKGBUILD
  kblog/repos/extra-i686/PKGBUILD
  kblog/repos/extra-x86_64/PKGBUILD
  kblog/trunk/PKGBUILD
  kcalcore/repos/extra-i686/PKGBUILD
  kcalcore/repos/extra-x86_64/PKGBUILD
  kcalcore/trunk/PKGBUILD
  kcalutils/repos/extra-i686/PKGBUILD
  kcalutils/repos/extra-x86_64/PKGBUILD
  kcalutils/trunk/PKGBUILD
  kcontacts/repos/extra-i686/PKGBUILD
  kcontacts/repos/extra-x86_64/PKGBUILD
  kcontacts/trunk/PKGBUILD
  kde-syndication/repos/extra-i686/PKGBUILD
  kde-syndication/repos/extra-x86_64/PKGBUILD
  kde-syndication/trunk/PKGBUILD
  kdelibs/trunk/PKGBUILD
  kdenetwork-krdc/trunk/PKGBUILD
  kholidays/repos/extra-i686/PKGBUILD
  kholidays/repos/extra-x86_64/PKGBUILD
  kholidays/trunk/PKGBUILD
  kidentitymanagement/repos/extra-i686/PKGBUILD
  kidentitymanagement/repos/extra-x86_64/PKGBUILD
  kidentitymanagement/trunk/PKGBUILD
  kldap/repos/extra-i686/PKGBUILD
  kldap/repos/extra-x86_64/PKGBUILD
  kldap/trunk/PKGBUILD
  kmbox/repos/extra-i686/PKGBUILD
  kmbox/repos/extra-x86_64/PKGBUILD
  kmbox/trunk/PKGBUILD
  kmime/repos/extra-i686/PKGBUILD
  kmime/repos/extra-x86_64/PKGBUILD
  kmime/trunk/PKGBUILD
  kontactinterface/repos/extra-i686/PKGBUILD
  kontactinterface/repos/extra-x86_64/PKGBUILD
  kontactinterface/trunk/PKGBUILD
  kpimtextedit/repos/extra-i686/PKGBUILD
  kpimtextedit/repos/extra-x86_64/PKGBUILD
  kpimtextedit/trunk/PKGBUILD
  libktnef/repos/extra-i686/PKGBUILD
  libktnef/repos/extra-x86_64/PKGBUILD
  libktnef/trunk/PKGBUILD

-+
 akonadi-calendar/repos/extra-i686/PKGBUILD  |2 +-
 akonadi-calendar/repos/extra-x86_64/PKGBUILD|2 +-
 akonadi-calendar/trunk/PKGBUILD |2 +-
 akonadi-search/repos/extra-i686/PKGBUILD|2 +-
 akonadi-search/repos/extra-x86_64/PKGBUILD  |2 +-
 akonadi-search/trunk/PKGBUILD   |2 +-
 baloo-widgets/repos/extra-i686/PKGBUILD |2 +-
 baloo-widgets/repos/extra-x86_64/PKGBUILD   |2 +-
 baloo-widgets/trunk/PKGBUILD|4 ++--
 gpgmepp/repos/extra-i686/PKGBUILD   |2 +-
 gpgmepp/repos/extra-x86_64/PKGBUILD |2 +-
 gpgmepp/trunk/PKGBUILD  |2 +-
 kalarmcal/repos/extra-i686/PKGBUILD |2 +-
 kalarmcal/repos/extra-x86_64/PKGBUILD   |2 +-
 kalarmcal/trunk/PKGBUILD|2 +-
 kblog/repos/extra-i686/PKGBUILD |2 +-
 kblog/repos/extra-x86_64/PKGBUILD   |2 +-
 kblog/trunk/PKGBUILD|2 +-
 kcalcore/repos/extra-i686/PKGBUILD  |2 +-
 kcalcore/repos/extra-x86_64/PKGBUILD|2 +-
 kcalcore/trunk/PKGBUILD |2 +-
 kcalutils/repos/extra-i686/PKGBUILD |2 +-
 kcalutils/repos/extra-x86_64/PKGBUILD   |2 +-
 kcalutils/trunk/PKGBUILD|2 +-
 kcontacts/repos/extra-i686/PKGBUILD |2 +-
 kcontacts/repos/extra-x86_64/PKGBUILD   |2 +-
 kcontacts/trunk/PKGBUILD|2 +-
 kde-syndication/repos/extra-i686/PKGBUILD   |2 +-
 kde-syndication/repos/extra-x86_64/PKGBUILD |2 +-
 kde-syndication/trunk/PKGBUILD  |2 +-
 kdelibs/trunk/PKGBUILD  |2 +-
 kdenetwork-krdc/trunk/PKGBUILD  |2 +-
 kholidays/repos/extra-i686/PKGBUILD |2 +-
 kholidays/repos/extra-x86_64/PKGBUILD   |2 +-
 kholidays/trunk/PKGBUILD|2 +-
 kidentitymanagement/repos/extra-i686/PKGBUILD   |2 +-
 kidentitymanagement/repos/extra-x86_64/PKGBUILD |2 +-
 kidentitymanagement/trunk/PKGBUILD  |2 +-
 kldap/repos/extra-i686/PKGBUILD |2 +-
 kldap/repos/extra-x86_64/PKGBUILD   |2 +-
 kldap/trunk/PKGBUILD|2 +-
 kmbox/repos/extra-i686/PKGBUILD |2 +-
 kmbox/repos/extra-x86_64/PKGBUILD   |2 +-
 kmbox/trunk/PKGBUILD|2 +-
 kmime/repos/extra-i686/PKGBUILD |2 +-
 kmime/repos/extra-x86_64/PKGBUILD   |2 +-
 kmime/trunk/PKGBUILD|2 +-
 kontactinterface/repos/extra-i686/PKGBUILD  |

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

2015-09-06 Thread Bartłomiej Piotrowski
Date: Sunday, September 6, 2015 @ 10:17:14
  Author: bpiotrowski
Revision: 245348

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

Added:
  ncurses/repos/staging-i686/
  ncurses/repos/staging-i686/PKGBUILD
(from rev 245347, ncurses/trunk/PKGBUILD)
  ncurses/repos/staging-x86_64/
  ncurses/repos/staging-x86_64/PKGBUILD
(from rev 245347, ncurses/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   71 ++
 staging-x86_64/PKGBUILD |   71 ++
 2 files changed, 142 insertions(+)

Copied: ncurses/repos/staging-i686/PKGBUILD (from rev 245347, 
ncurses/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 08:17:14 UTC (rev 245348)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=ncurses
+pkgver=6.0
+pkgrel=1
+pkgdesc='System V Release 4.0 curses emulation library'
+arch=('i686' 'x86_64')
+url='http://invisible-island.net/ncurses/ncurses.html'
+license=('MIT')
+depends=('glibc' 'gcc-libs' 'sh')
+provides=('libmenu.so' 'libpanel.so' 'libform.so' 'libncurses.so' 
'libncurses++w.so'
+  'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
+source=(ftp://invisible-island.net/ncurses/ncurses-${pkgver/_/-}.tar.gz{,.asc})
+md5sums=('ee13d052e1ead260d7c28071f46eefb1'
+ 'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')  # Thomas Dickey
+
+prepare() {
+  mkdir ncurses{,w}-build
+}
+
+build() {
+  cd ncursesw-build
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr --mandir=/usr/share/man \
+ --with-shared --with-normal --without-debug --without-ada \
+ --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
+ --enable-ext-colors --enable-ext-mouse
+  make
+
+  # libraries for external binary support
+  cd ${srcdir}/ncurses-build
+  [[ $CARCH = "x86_64" ]] && CONFIGFLAG="--with-chtype=long"
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr \
+--with-shared --with-normal --without-debug --without-ada $CONFIGFLAG \
+--with-cxx-binding --with-cxx-shared
+  make
+}
+
+package() {
+  cd ncursesw-build
+  make DESTDIR="$pkgdir" install
+
+  # fool packages looking to link to non-wide-character ncurses libraries
+  for lib in ncurses ncurses++ form panel menu; do
+echo "INPUT(-l${lib}w)" > "$pkgdir"/usr/lib/lib${lib}.so
+  done
+
+  for lib in ncurses ncurses++ form panel menu; do
+ln -s ${lib}w.pc "$pkgdir"/usr/lib/pkgconfig/${lib}.pc
+  done
+
+  # some packages look for -lcurses during build
+  echo "INPUT(-lncursesw)" > "$pkgdir"/usr/lib/libcursesw.so
+  ln -s libncurses.so "$pkgdir"/usr/lib/libcurses.so
+
+  # non-widec compatibility libraries
+  cd "$srcdir"/ncurses-build
+  for lib in ncurses form panel menu; do
+install -Dm755 lib/lib${lib}.so.${pkgver%_*} \
+   "$pkgdir"/usr/lib/lib${lib}.so.${pkgver%_*}
+ln -s lib${lib}.so.${pkgver%_*} "$pkgdir"/usr/lib/lib${lib}.so.5
+  done
+
+  # install license, rip it from the readme
+  cd "$srcdir"/$pkgname-${pkgver/_/-}
+  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  grep -B 100 '$Id' README > "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: ncurses/repos/staging-x86_64/PKGBUILD (from rev 245347, 
ncurses/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 08:17:14 UTC (rev 245348)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=ncurses
+pkgver=6.0
+pkgrel=1
+pkgdesc='System V Release 4.0 curses emulation library'
+arch=('i686' 'x86_64')
+url='http://invisible-island.net/ncurses/ncurses.html'
+license=('MIT')
+depends=('glibc' 'gcc-libs' 'sh')
+provides=('libmenu.so' 'libpanel.so' 'libform.so' 'libncurses.so' 
'libncurses++w.so'
+  'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
+source=(ftp://invisible-island.net/ncurses/ncurses-${pkgver/_/-}.tar.gz{,.asc})
+md5sums=('ee13d052e1ead260d7c28071f46eefb1'
+ 'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')  # Thomas Dickey
+
+prepare() {
+  mkdir ncurses{,w}-build
+}
+
+build() {
+  cd ncursesw-build
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr --mandir=/usr/share/man \
+ --with-shared --with-normal --without-debug --without-ada \
+ --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
+ --enable-ext-colors --enable-ext-mouse
+  make
+
+  # libraries for external binary support
+  cd ${srcdir}/ncurses-build
+  [[ $CARCH = "x86_64" ]] && 

  1   2   3   >