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

2014-11-20 Thread Sven-Hendrik Haase
Date: Thursday, November 20, 2014 @ 09:22:33
  Author: svenstaro
Revision: 122818

upgpkg: dwarffortress 0.40.17-2

Forgot to update sources

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 07:59:11 UTC (rev 122817)
+++ PKGBUILD2014-11-20 08:22:33 UTC (rev 122818)
@@ -5,7 +5,7 @@
 pkgname=dwarffortress
 pkgver=0.40.17
 _pkgver=40_17
-pkgrel=1
+pkgrel=2
 pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
 arch=(i686 x86_64)
 url=http://www.bay12games.com/dwarves/;
@@ -26,7 +26,7 @@
 # I made a fucking github repo with the sole purpose of unfucking df a bit
 # We try to compile whatever little bit of df is open source
 source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=e1c850
+git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=f7ef8d
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)


[arch-commits] Commit in dwarffortress/repos/community-i686 (10 files)

2014-11-20 Thread Sven-Hendrik Haase
Date: Thursday, November 20, 2014 @ 09:22:38
  Author: svenstaro
Revision: 122819

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 122818, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 122818, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 122818, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 122818, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 122818, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.install
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-20 08:22:33 UTC (rev 122818)
+++ PKGBUILD2014-11-20 08:22:38 UTC (rev 122819)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.17
-_pkgver=40_17
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=e1c850
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('d1cba02670a0623ababea53806d9b9732bfbf135058fb009c1cf888c610cd66d'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 122818, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-20 08:22:38 

[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (10 files)

2014-11-20 Thread Sven-Hendrik Haase
Date: Thursday, November 20, 2014 @ 09:26:37
  Author: svenstaro
Revision: 122820

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 122819, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 122819, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 122819, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 122819, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 122819, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-20 08:22:38 UTC (rev 122819)
+++ PKGBUILD2014-11-20 08:26:37 UTC (rev 122820)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.17
-_pkgver=40_17
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=e1c850
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('d1cba02670a0623ababea53806d9b9732bfbf135058fb009c1cf888c610cd66d'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 122819, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-20 

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

2014-11-20 Thread Sergej Pupykin
Date: Thursday, November 20, 2014 @ 12:42:49
  Author: spupykin
Revision: 122823

upgpkg: drupal 7.34-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 11:42:42 UTC (rev 122822)
+++ PKGBUILD2014-11-20 11:42:49 UTC (rev 122823)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier cp663...@stud.polimi.it
 
 pkgname=drupal
-pkgver=7.33
+pkgver=7.34
 pkgrel=1
 pkgdesc=A PHP-based content management platform
 arch=('any')
@@ -13,7 +13,7 @@
 install='drupal.install'
 options=(!strip)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('187b076a5753960d5d5cb12d30d93e73')
+md5sums=('bb4d212e1eb1d7375e41613fbefa04f2')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/drupal


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

2014-11-20 Thread Balló György
Date: Thursday, November 20, 2014 @ 12:42:42
  Author: bgyorgy
Revision: 122822

archrelease: copy trunk to community-any

Added:
  docky/repos/community-any/PKGBUILD
(from rev 122821, docky/trunk/PKGBUILD)
  docky/repos/community-any/docky.install
(from rev 122821, docky/trunk/docky.install)
  docky/repos/community-any/drop-gnome-desktop-sharp.patch
(from rev 122821, docky/trunk/drop-gnome-desktop-sharp.patch)
  docky/repos/community-any/drop-rsvg2-sharp.patch
(from rev 122821, docky/trunk/drop-rsvg2-sharp.patch)
  docky/repos/community-any/fix-build.patch
(from rev 122821, docky/trunk/fix-build.patch)
  docky/repos/community-any/systemd-support.patch
(from rev 122821, docky/trunk/systemd-support.patch)
Deleted:
  docky/repos/community-any/PKGBUILD
  docky/repos/community-any/docky.install

+
 PKGBUILD   |   97 ++---
 docky.install  |   46 
 drop-gnome-desktop-sharp.patch |  155 +++
 drop-rsvg2-sharp.patch |  222 +++
 fix-build.patch|   16 ++
 systemd-support.patch  |   66 +++
 6 files changed, 543 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-20 11:42:34 UTC (rev 122821)
+++ PKGBUILD2014-11-20 11:42:42 UTC (rev 122822)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: dieghen89 dieghe...@gmail.com
-# Contributor: Alessio 'Bl@ster' Biancalana dottorblas...@gmail.com
-
-pkgname=docky
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=Full fledged dock application that makes opening common applications 
and managing windows easier and quicker
-url=http://wiki.go-docky.com/;
-arch=('any')
-license=('GPL')
-depends=('gconf-sharp' 'libgnome-desktop-sharp' 'gnome-keyring-sharp' 
'mono-addins' 'notify-sharp' 'rsvg2-sharp' 'wnck-sharp' 'hicolor-icon-theme' 
'xdg-utils')
-makedepends=('intltool' 'libgnome-sharp' 'gio-sharp')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/2.2/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
-md5sums=('519fa5920a590a680afd8a87d0db9db5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Remove NetworkManager plugin, because it doesn't work
-  rm $pkgdir/usr/lib/docky/plugins/NetworkManager.dll
-}

Copied: docky/repos/community-any/PKGBUILD (from rev 122821, 
docky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-20 11:42:42 UTC (rev 122822)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: dieghen89 dieghe...@gmail.com
+# Contributor: Alessio 'Bl@ster' Biancalana dottorblas...@gmail.com
+
+pkgname=docky
+pkgver=2.2.0
+pkgrel=2
+pkgdesc=Full fledged dock application that makes opening common applications 
and managing windows easier and quicker
+url=http://wiki.go-docky.com/;
+arch=('any')
+license=('GPL')
+depends=('gconf-sharp' 'gnome-keyring-sharp' 'mono-addins' 'notify-sharp' 
'wnck-sharp' 'gkeyfile-sharp')
+makedepends=('intltool' 'gio-sharp')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/2.2/$pkgver/+download/$pkgname-$pkgver.tar.xz;
+ fix-build.patch
+ systemd-support.patch
+ drop-gnome-desktop-sharp.patch
+ drop-rsvg2-sharp.patch)
+md5sums=('519fa5920a590a680afd8a87d0db9db5'
+ 'a78989892dfb660600c5f63a6df90f37'
+ 'a9670aef62793386b058a26d78d25005'
+ 'c19568dde9351e258e1d2e3ef2e7dddc'
+ '468fd1e7f7cffad8bc4f60c3bc711975')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
+
+  # Add systemd support for suspend and hibernate
+  patch -Np0 -i ../systemd-support.patch
+
+  # Remove gnome-desktop-sharp dependency
+  patch -Np0 -i ../drop-gnome-desktop-sharp.patch
+
+  # Remove rsvg2-sharp dependency
+  patch -Np0 -i ../drop-rsvg2-sharp.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Remove NetworkManager plugin, because it doesn't work
+  rm $pkgdir/usr/lib/docky/plugins/NetworkManager.dll
+}

Deleted: docky.install
===
--- 

[arch-commits] Commit in docky/trunk (6 files)

2014-11-20 Thread Balló György
Date: Thursday, November 20, 2014 @ 12:42:34
  Author: bgyorgy
Revision: 122821

upgpkg: docky 2.2.0-2

Fix build, add systemd support, reduce dependencies

Added:
  docky/trunk/drop-gnome-desktop-sharp.patch
  docky/trunk/drop-rsvg2-sharp.patch
  docky/trunk/fix-build.patch
  docky/trunk/systemd-support.patch
Modified:
  docky/trunk/PKGBUILD
  docky/trunk/docky.install

+
 PKGBUILD   |   35 +-
 docky.install  |2 
 drop-gnome-desktop-sharp.patch |  155 +++
 drop-rsvg2-sharp.patch |  222 +++
 fix-build.patch|   16 ++
 systemd-support.patch  |   66 +++
 6 files changed, 490 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 08:26:37 UTC (rev 122820)
+++ PKGBUILD2014-11-20 11:42:34 UTC (rev 122821)
@@ -6,20 +6,45 @@
 
 pkgname=docky
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Full fledged dock application that makes opening common applications 
and managing windows easier and quicker
 url=http://wiki.go-docky.com/;
 arch=('any')
 license=('GPL')
-depends=('gconf-sharp' 'libgnome-desktop-sharp' 'gnome-keyring-sharp' 
'mono-addins' 'notify-sharp' 'rsvg2-sharp' 'wnck-sharp' 'hicolor-icon-theme' 
'xdg-utils')
-makedepends=('intltool' 'libgnome-sharp' 'gio-sharp')
+depends=('gconf-sharp' 'gnome-keyring-sharp' 'mono-addins' 'notify-sharp' 
'wnck-sharp' 'gkeyfile-sharp')
+makedepends=('intltool' 'gio-sharp')
 install=$pkgname.install
-source=(http://launchpad.net/$pkgname/2.2/$pkgver/+download/$pkgname-$pkgver.tar.xz;)
-md5sums=('519fa5920a590a680afd8a87d0db9db5')
+source=(http://launchpad.net/$pkgname/2.2/$pkgver/+download/$pkgname-$pkgver.tar.xz;
+ fix-build.patch
+ systemd-support.patch
+ drop-gnome-desktop-sharp.patch
+ drop-rsvg2-sharp.patch)
+md5sums=('519fa5920a590a680afd8a87d0db9db5'
+ 'a78989892dfb660600c5f63a6df90f37'
+ 'a9670aef62793386b058a26d78d25005'
+ 'c19568dde9351e258e1d2e3ef2e7dddc'
+ '468fd1e7f7cffad8bc4f60c3bc711975')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
+
+  # Add systemd support for suspend and hibernate
+  patch -Np0 -i ../systemd-support.patch
+
+  # Remove gnome-desktop-sharp dependency
+  patch -Np0 -i ../drop-gnome-desktop-sharp.patch
+
+  # Remove rsvg2-sharp dependency
+  patch -Np0 -i ../drop-rsvg2-sharp.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
 
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --disable-schemas-install \
   --with-gconf-schema-file-dir=/usr/share/gconf/schemas

Modified: docky.install
===
--- docky.install   2014-11-20 08:26:37 UTC (rev 122820)
+++ docky.install   2014-11-20 11:42:34 UTC (rev 122821)
@@ -2,7 +2,7 @@
 
 post_install() {
   gconfpkg --install ${pkgname}
-  xdg-icon-resource forceupdate
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 pre_upgrade() {

Added: drop-gnome-desktop-sharp.patch
===
--- drop-gnome-desktop-sharp.patch  (rev 0)
+++ drop-gnome-desktop-sharp.patch  2014-11-20 11:42:34 UTC (rev 122821)
@@ -0,0 +1,155 @@
+=== modified file 'Docky/Docky/ConfigurationWindow.cs'
+--- Docky/Docky/ConfigurationWindow.cs 2011-03-14 17:56:02 +
 Docky/Docky/ConfigurationWindow.cs 2013-05-12 20:15:37 +
+@@ -2,6 +2,7 @@
+ //  Copyright (C) 2009 Jason Smith, Robert Dyer
+ //  Copyright (C) 2010 Chris Szikszoy
+ //  Copyright (C) 2011 Robert Dyer
++//  Copyright (C) 2013 Rico Tzschichholz
+ // 
+ //  This program is free software: you can redistribute it and/or modify
+ //  it under the terms of the GNU General Public License as published by
+@@ -27,8 +28,8 @@
+ using Cairo;
+ using Gdk;
+ using GLib;
+-using Gnome;
+ using Gtk;
++using KeyFile;
+ using Mono.Unix;
+ 
+ using Docky.Interface;
+@@ -508,34 +509,34 @@
+   }
+ 
+   const string AutoStartKey = Hidden;
+-  DesktopItem autostart_item;
++  const string DesktopGroup = Desktop Entry;
++  GKeyFile autostart_keyfile;
+   bool AutoStart 
+   {
+   get {
+-  if (autostart_item == null) {
++  if (autostart_keyfile == null) {
+   
+   GLib.File autostart_file = 
DockServices.Paths.AutoStartFile;
+   
+   try {
+-  autostart_item = 
DesktopItem.NewFromFile (autostart_file.Path, 
DesktopItemLoadFlags.NoTranslations);
+-

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

2014-11-20 Thread Sergej Pupykin
Date: Thursday, November 20, 2014 @ 12:43:01
  Author: spupykin
Revision: 122824

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 122823, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 122823, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   90 +++
 drupal.install |   30 +-
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-20 11:42:49 UTC (rev 122823)
+++ PKGBUILD2014-11-20 11:43:01 UTC (rev 122824)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-
-pkgname=drupal
-pkgver=7.33
-pkgrel=1
-pkgdesc=A PHP-based content management platform
-arch=('any')
-url=http://www.drupal.org/;
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('187b076a5753960d5d5cb12d30d93e73')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
-   Alias /drupal /usr/share/webapps/drupal
-   Directory /usr/share/webapps/drupal
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
-   /Directory
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 122823, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-20 11:43:01 UTC (rev 122824)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=drupal
+pkgver=7.34
+pkgrel=1
+pkgdesc=A PHP-based content management platform
+arch=('any')
+url=http://www.drupal.org/;
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('bb4d212e1eb1d7375e41613fbefa04f2')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
+   Alias /drupal /usr/share/webapps/drupal
+   Directory /usr/share/webapps/drupal
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
+   /Directory
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2014-11-20 11:42:49 UTC (rev 122823)
+++ drupal.install  2014-11-20 11:43:01 UTC (rev 122824)
@@ -1,15 +0,0 @@
-post_install() {
-  echo Remember that you need to install either mysql or postgresql for this 
package
-  echo to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or
-  echo INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/.
-  if [[ ! `grep ^extension=mysql.so /etc/php/php.ini` ]]
-   then echo If you use mysql you should enable its module by adding the 
line:
-   echoextension=mysql.so
-   echo to your /etc/php/php.ini, otherwise drupal won't work.
-  fi
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 122823, 
drupal/trunk/drupal.install)
===
--- 

[arch-commits] Commit in webkitgtk-sharp (3 files)

2014-11-20 Thread Balló György
Date: Thursday, November 20, 2014 @ 13:13:35
  Author: bgyorgy
Revision: 122825

Fix build

Modified:
  webkitgtk-sharp/repos/community-i686/PKGBUILD
  webkitgtk-sharp/repos/community-x86_64/PKGBUILD
  webkitgtk-sharp/trunk/PKGBUILD

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

Modified: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2014-11-20 11:43:01 UTC (rev 122824)
+++ repos/community-i686/PKGBUILD   2014-11-20 12:13:35 UTC (rev 122825)
@@ -15,6 +15,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  mkdir doc/en
   ./configure --prefix=/usr
   make -j1
 }

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2014-11-20 11:43:01 UTC (rev 122824)
+++ repos/community-x86_64/PKGBUILD 2014-11-20 12:13:35 UTC (rev 122825)
@@ -15,6 +15,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  mkdir doc/en
   ./configure --prefix=/usr
   make -j1
 }

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2014-11-20 11:43:01 UTC (rev 122824)
+++ trunk/PKGBUILD  2014-11-20 12:13:35 UTC (rev 122825)
@@ -15,6 +15,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  mkdir doc/en
   ./configure --prefix=/usr
   make -j1
 }


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

2014-11-20 Thread Florian Pritz
Date: Thursday, November 20, 2014 @ 13:30:29
  Author: bluewind
Revision: 122826

upgpkg: fb-client 1.4.1-1

upstream update

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 12:13:35 UTC (rev 122825)
+++ PKGBUILD2014-11-20 12:30:29 UTC (rev 122826)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Bluewind Pritz f...@xssn.at
 
 pkgname=fb-client
-pkgver=1.4
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=Client for paste.xinu.at
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('curl' 'bash')
 optdepends=('xclip: for automatically copying the URL into the clipboard')
 source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('12f4677cadc2542f1e24d9f72678e08c'
+md5sums=('b69e4d29efa794eead025a545c797fd0'
  'SKIP')
 
 build() {


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

2014-11-20 Thread Florian Pritz
Date: Thursday, November 20, 2014 @ 13:30:34
  Author: bluewind
Revision: 122827

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

Added:
  fb-client/repos/community-i686/PKGBUILD
(from rev 122826, fb-client/trunk/PKGBUILD)
  fb-client/repos/community-x86_64/PKGBUILD
(from rev 122826, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-i686/PKGBUILD
  fb-client/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-20 12:30:29 UTC (rev 122826)
+++ community-i686/PKGBUILD 2014-11-20 12:30:34 UTC (rev 122827)
@@ -1,28 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.4
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('12f4677cadc2542f1e24d9f72678e08c'
- 'SKIP')
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-i686/PKGBUILD (from rev 122826, 
fb-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-20 12:30:34 UTC (rev 122827)
@@ -0,0 +1,28 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('b69e4d29efa794eead025a545c797fd0'
+ 'SKIP')
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-20 12:30:29 UTC (rev 122826)
+++ community-x86_64/PKGBUILD   2014-11-20 12:30:34 UTC (rev 122827)
@@ -1,28 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.4
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('12f4677cadc2542f1e24d9f72678e08c'
- 'SKIP')
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-x86_64/PKGBUILD (from rev 122826, 
fb-client/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-20 12:30:34 UTC (rev 122827)
@@ -0,0 +1,28 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('b69e4d29efa794eead025a545c797fd0'
+ 'SKIP')
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-20 Thread Alexander Rødseth
Date: Thursday, November 20, 2014 @ 13:37:02
  Author: arodseth
Revision: 122828

upgpkg: at 3.1.16-1

Modified:
  at/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 12:30:34 UTC (rev 122827)
+++ PKGBUILD2014-11-20 12:37:02 UTC (rev 122828)
@@ -4,7 +4,7 @@
 # Contributor: Todd Musall tmus...@comcast.net
 
 pkgname=at
-pkgver=3.1.15
+pkgver=3.1.16
 pkgrel=1
 pkgdesc='AT and batch delayed command scheduling utility and daemon'
 arch=('x86_64' 'i686')


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

2014-11-20 Thread Alexander Rødseth
Date: Thursday, November 20, 2014 @ 13:37:12
  Author: arodseth
Revision: 122829

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

Added:
  at/repos/community-i686/PKGBUILD
(from rev 122828, at/trunk/PKGBUILD)
  at/repos/community-i686/atd.service
(from rev 122828, at/trunk/atd.service)
  at/repos/community-x86_64/PKGBUILD
(from rev 122828, at/trunk/PKGBUILD)
  at/repos/community-x86_64/atd.service
(from rev 122828, at/trunk/atd.service)
Deleted:
  at/repos/community-i686/PKGBUILD
  at/repos/community-i686/atd.service
  at/repos/community-x86_64/PKGBUILD
  at/repos/community-x86_64/atd.service

--+
 /PKGBUILD|   70 +
 /atd.service |   18 ++
 community-i686/PKGBUILD  |   35 
 community-i686/atd.service   |9 -
 community-x86_64/PKGBUILD|   35 
 community-x86_64/atd.service |9 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-20 12:37:02 UTC (rev 122828)
+++ community-i686/PKGBUILD 2014-11-20 12:37:12 UTC (rev 122829)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Contributor: Todd Musall tmus...@comcast.net
-
-pkgname=at
-pkgver=3.1.15
-pkgrel=1
-pkgdesc='AT and batch delayed command scheduling utility and daemon'
-arch=('x86_64' 'i686')
-url='http://packages.qa.debian.org/a/at.html'
-license=('GPL')
-depends=('pam' 'flex')
-makedepends=('ssmtp' 'git')
-backup=('etc/at.deny')
-options=('!makeflags')
-source=(git://anonscm.debian.org/collab-maint/at.git#tag=upstream/$pkgver
-'atd.service')
-sha256sums=('SKIP'
-'34cea1b7d109efe8b515d02092f73a7c5f1ce6992bba5855f9d428f5be55cdfd')
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sbindir=/usr/bin \
-  --with-jobdir=/var/spool/atd \
-  --with-atspool=/var/spool/atd
-  make
-}
-
-package() {
-  make -C $pkgname IROOT=$pkgdir docdir=/usr/share/doc install
-  install -Dm644 atd.service $pkgdir/usr/lib/systemd/system/atd.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at/repos/community-i686/PKGBUILD (from rev 122828, at/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-20 12:37:12 UTC (rev 122829)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: Todd Musall tmus...@comcast.net
+
+pkgname=at
+pkgver=3.1.16
+pkgrel=1
+pkgdesc='AT and batch delayed command scheduling utility and daemon'
+arch=('x86_64' 'i686')
+url='http://packages.qa.debian.org/a/at.html'
+license=('GPL')
+depends=('pam' 'flex')
+makedepends=('ssmtp' 'git')
+backup=('etc/at.deny')
+options=('!makeflags')
+source=(git://anonscm.debian.org/collab-maint/at.git#tag=upstream/$pkgver
+'atd.service')
+sha256sums=('SKIP'
+'34cea1b7d109efe8b515d02092f73a7c5f1ce6992bba5855f9d428f5be55cdfd')
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+  --with-jobdir=/var/spool/atd \
+  --with-atspool=/var/spool/atd
+  make
+}
+
+package() {
+  make -C $pkgname IROOT=$pkgdir docdir=/usr/share/doc install
+  install -Dm644 atd.service $pkgdir/usr/lib/systemd/system/atd.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/atd.service
===
--- community-i686/atd.service  2014-11-20 12:37:02 UTC (rev 122828)
+++ community-i686/atd.service  2014-11-20 12:37:12 UTC (rev 122829)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ATD daemon
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/atd
-
-[Install]
-WantedBy=multi-user.target

Copied: at/repos/community-i686/atd.service (from rev 122828, 
at/trunk/atd.service)
===
--- community-i686/atd.service  (rev 0)
+++ community-i686/atd.service  2014-11-20 12:37:12 UTC (rev 122829)
@@ -0,0 +1,9 @@
+[Unit]
+Description=ATD daemon
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/atd
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-20 12:37:02 UTC (rev 122828)
+++ community-x86_64/PKGBUILD   2014-11-20 12:37:12 UTC (rev 122829)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Contributor: Todd Musall tmus...@comcast.net
-
-pkgname=at
-pkgver=3.1.15
-pkgrel=1
-pkgdesc='AT and batch delayed command scheduling utility and daemon'
-arch=('x86_64' 'i686')

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

2014-11-20 Thread Alexander Rødseth
Date: Thursday, November 20, 2014 @ 13:43:49
  Author: arodseth
Revision: 122830

upgpkg: pwgen 2.07-1

Modified:
  pwgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 12:37:12 UTC (rev 122829)
+++ PKGBUILD2014-11-20 12:43:49 UTC (rev 122830)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski t.p...@gmx.de
 
 pkgname=pwgen
-pkgver=2.06
-pkgrel=4
+pkgver=2.07
+pkgrel=1
 pkgdesc='Password generator for creating easily memorable passwords'
 arch=('x86_64' 'i686')
 url='http://sourceforge.net/projects/pwgen/'
@@ -12,20 +12,21 @@
 license=('GPL')
 depends=('glibc')
 
source=(http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz;)
-sha256sums=('61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454')
+sha256sums=('eb74593f58296c21c71cd07933e070492e9222b79cedf81d1a02ce09c0e11556')
 
+prepare() {
+  cd $pkgname-$pkgver
+  autoconf
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  autoconf
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:


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

2014-11-20 Thread Alexander Rødseth
Date: Thursday, November 20, 2014 @ 13:44:00
  Author: arodseth
Revision: 122831

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

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

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   31 -
 community-x86_64/PKGBUILD |   31 -
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-20 12:43:49 UTC (rev 122830)
+++ community-i686/PKGBUILD 2014-11-20 12:44:00 UTC (rev 122831)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: damir da...@archlinux.org
-# Contributor: Tobias Powalowski t.p...@gmx.de
-
-pkgname=pwgen
-pkgver=2.06
-pkgrel=4
-pkgdesc='Password generator for creating easily memorable passwords'
-arch=('x86_64' 'i686')
-url='http://sourceforge.net/projects/pwgen/'
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz;)
-sha256sums=('61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  autoconf
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pwgen/repos/community-i686/PKGBUILD (from rev 122830, 
pwgen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-20 12:44:00 UTC (rev 122831)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: damir da...@archlinux.org
+# Contributor: Tobias Powalowski t.p...@gmx.de
+
+pkgname=pwgen
+pkgver=2.07
+pkgrel=1
+pkgdesc='Password generator for creating easily memorable passwords'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/pwgen/'
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz;)
+sha256sums=('eb74593f58296c21c71cd07933e070492e9222b79cedf81d1a02ce09c0e11556')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoconf
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-20 12:43:49 UTC (rev 122830)
+++ community-x86_64/PKGBUILD   2014-11-20 12:44:00 UTC (rev 122831)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: damir da...@archlinux.org
-# Contributor: Tobias Powalowski t.p...@gmx.de
-
-pkgname=pwgen
-pkgver=2.06
-pkgrel=4
-pkgdesc='Password generator for creating easily memorable passwords'
-arch=('x86_64' 'i686')
-url='http://sourceforge.net/projects/pwgen/'
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz;)
-sha256sums=('61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  autoconf
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pwgen/repos/community-x86_64/PKGBUILD (from rev 122830, 
pwgen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-20 12:44:00 UTC (rev 122831)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: damir da...@archlinux.org
+# Contributor: Tobias Powalowski t.p...@gmx.de
+
+pkgname=pwgen
+pkgver=2.07
+pkgrel=1
+pkgdesc='Password generator for creating easily memorable passwords'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/pwgen/'
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz;)
+sha256sums=('eb74593f58296c21c71cd07933e070492e9222b79cedf81d1a02ce09c0e11556')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoconf
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-20 Thread Jan Steffens
Date: Thursday, November 20, 2014 @ 13:55:48
  Author: heftig
Revision: 226750

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-20 12:55:30 UTC (rev 226749)
+++ extra-i686/PKGBUILD 2014-11-20 12:55:48 UTC (rev 226750)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=libwebp
-pkgver=0.4.1
-pkgrel=1
-pkgdesc=WebP library and conversion tools
-arch=(x86_64 i686)
-url=https://developers.google.com/speed/webp/;
-license=(BSD)
-depends=(libpng libjpeg libtiff giflib)
-makedepends=(freeglut mesa glu)
-optdepends=('freeglut: vwebp viewer')
-source=(http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz;)
-sha256sums=('00b646e6f66550a8faa998711fe70aabee9ed3bc562a8437c89042901674d027')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
- --enable-swap-16bit-csp \
- --enable-experimental \
- --enable-libwebpmux \
- --enable-libwebpdemux \
- --enable-libwebpdecoder \
- --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libwebp/repos/extra-i686/PKGBUILD (from rev 226749, 
libwebp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-20 12:55:48 UTC (rev 226750)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=libwebp
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=WebP library and conversion tools
+arch=(x86_64 i686)
+url=https://developers.google.com/speed/webp/;
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu)
+optdepends=('freeglut: vwebp viewer')
+source=(http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz;)
+sha256sums=('14d825d7c2ef7d49621bcb6b83466be455585e671ae0a2ebc1f2e07775a1722d')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+ --enable-swap-16bit-csp \
+ --enable-experimental \
+ --enable-libwebpmux \
+ --enable-libwebpdemux \
+ --enable-libwebpdecoder \
+ --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-20 12:55:30 UTC (rev 226749)
+++ extra-x86_64/PKGBUILD   2014-11-20 12:55:48 UTC (rev 226750)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=libwebp
-pkgver=0.4.1
-pkgrel=1
-pkgdesc=WebP library and conversion tools
-arch=(x86_64 i686)
-url=https://developers.google.com/speed/webp/;
-license=(BSD)
-depends=(libpng libjpeg libtiff giflib)
-makedepends=(freeglut mesa glu)
-optdepends=('freeglut: vwebp viewer')
-source=(http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz;)
-sha256sums=('00b646e6f66550a8faa998711fe70aabee9ed3bc562a8437c89042901674d027')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
- --enable-swap-16bit-csp \
- --enable-experimental \
- --enable-libwebpmux \
- --enable-libwebpdemux \
- --enable-libwebpdecoder \
- --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libwebp/repos/extra-x86_64/PKGBUILD (from rev 226749, 
libwebp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)

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

2014-11-20 Thread Jan Steffens
Date: Thursday, November 20, 2014 @ 13:55:30
  Author: heftig
Revision: 226749

0.4.2

Modified:
  libwebp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 12:53:25 UTC (rev 226748)
+++ PKGBUILD2014-11-20 12:55:30 UTC (rev 226749)
@@ -4,7 +4,7 @@
 # Contributor: Jon Nordby jono...@gmail.com
 
 pkgname=libwebp
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc=WebP library and conversion tools
 arch=(x86_64 i686)
@@ -14,7 +14,7 @@
 makedepends=(freeglut mesa glu)
 optdepends=('freeglut: vwebp viewer')
 
source=(http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz;)
-sha256sums=('00b646e6f66550a8faa998711fe70aabee9ed3bc562a8437c89042901674d027')
+sha256sums=('14d825d7c2ef7d49621bcb6b83466be455585e671ae0a2ebc1f2e07775a1722d')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2014-11-20 Thread Ronald van Haren
Date: Thursday, November 20, 2014 @ 14:21:03
  Author: ronald
Revision: 226751

upgpkg: octave 3.8.2-2

fltk rebuild

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 12:55:48 UTC (rev 226750)
+++ PKGBUILD2014-11-20 13:21:03 UTC (rev 226751)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A high-level language, primarily intended for numerical computations.
 arch=('i686' 'x86_64')
 url=http://www.octave.org;


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

2014-11-20 Thread Ronald van Haren
Date: Thursday, November 20, 2014 @ 14:22:28
  Author: ronald
Revision: 226752

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

Added:
  octave/repos/extra-i686/PKGBUILD
(from rev 226751, octave/trunk/PKGBUILD)
  octave/repos/extra-i686/octave-suitesparse.patch
(from rev 226751, octave/trunk/octave-suitesparse.patch)
  octave/repos/extra-i686/octave.install
(from rev 226751, octave/trunk/octave.install)
  octave/repos/extra-x86_64/PKGBUILD
(from rev 226751, octave/trunk/PKGBUILD)
  octave/repos/extra-x86_64/octave-suitesparse.patch
(from rev 226751, octave/trunk/octave-suitesparse.patch)
  octave/repos/extra-x86_64/octave.install
(from rev 226751, octave/trunk/octave.install)
Deleted:
  octave/repos/extra-i686/PKGBUILD
  octave/repos/extra-i686/octave-suitesparse.patch
  octave/repos/extra-i686/octave.install
  octave/repos/extra-x86_64/PKGBUILD
  octave/repos/extra-x86_64/octave-suitesparse.patch
  octave/repos/extra-x86_64/octave.install

---+
 /PKGBUILD |  106 +
 /octave-suitesparse.patch |  598 
 /octave.install   |   36 +
 extra-i686/PKGBUILD   |   53 --
 extra-i686/octave-suitesparse.patch   |  299 
 extra-i686/octave.install |   18 
 extra-x86_64/PKGBUILD |   53 --
 extra-x86_64/octave-suitesparse.patch |  299 
 extra-x86_64/octave.install   |   18 
 9 files changed, 740 insertions(+), 740 deletions(-)

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


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

2014-11-20 Thread Timothy Redaelli
Date: Thursday, November 20, 2014 @ 14:23:26
  Author: tredaelli
Revision: 122832

upgpkg: wireshark 1.12.2-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 12:44:00 UTC (rev 122831)
+++ PKGBUILD2014-11-20 13:23:26 UTC (rev 122832)
@@ -4,7 +4,7 @@
 # Contributor: Florian Pritz bluewind at jabber dot ccc dot de
 pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,7 +12,7 @@
  'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('82b26bd416ec15903b27785e35a622687008a743342054e96eaaeaa249be584b')
+sha1sums=('0598fe285725f97045d7d08e6bde04686044b335')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


[arch-commits] Commit in wireshark/repos (16 files)

2014-11-20 Thread Timothy Redaelli
Date: Thursday, November 20, 2014 @ 14:27:04
  Author: tredaelli
Revision: 122833

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 122832, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 122832, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark-qt.install
(from rev 122832, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 122832, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 122832, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 122832, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark-qt.install
(from rev 122832, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 122832, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/wireshark-gtk.install
  wireshark/repos/community-i686/wireshark-qt.install
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/wireshark-gtk.install
  wireshark/repos/community-x86_64/wireshark-qt.install
  wireshark/repos/community-x86_64/wireshark.install

+
 /PKGBUILD  |  190 +++
 /wireshark-gtk.install |   24 +++
 /wireshark-qt.install  |   22 +++
 /wireshark.install |   36 +
 community-i686/PKGBUILD|   95 ---
 community-i686/wireshark-gtk.install   |   12 -
 community-i686/wireshark-qt.install|   11 -
 community-i686/wireshark.install   |   18 --
 community-x86_64/PKGBUILD  |   95 ---
 community-x86_64/wireshark-gtk.install |   12 -
 community-x86_64/wireshark-qt.install  |   11 -
 community-x86_64/wireshark.install |   18 --
 12 files changed, 272 insertions(+), 272 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-20 13:23:26 UTC (rev 122832)
+++ community-i686/PKGBUILD 2014-11-20 13:27:04 UTC (rev 122833)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=1.12.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
-url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('82b26bd416ec15903b27785e35a622687008a743342054e96eaaeaa249be584b')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed -i 's/$(AM_V_RCC)rcc/-qt4/p' ui/qt/Makefile.am
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark ${pkgdir}/usr/bin/wireshark-qt
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-install -Dm644 image/hi${d}-app-wireshark.png  \
-   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-
-  for d in 16 24 32 48 64 128 256 ; do
-

[arch-commits] Commit in perl-archive-extract/trunk (PKGBUILD)

2014-11-20 Thread Felix Yan
Date: Thursday, November 20, 2014 @ 15:55:45
  Author: fyan
Revision: 122834

upgpkg: perl-archive-extract 0.74-1

upstream new release

Modified:
  perl-archive-extract/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 13:27:04 UTC (rev 122833)
+++ PKGBUILD2014-11-20 14:55:45 UTC (rev 122834)
@@ -1,7 +1,9 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Florian Pritz bluew...@xinu.at
 
 pkgname=perl-archive-extract
-pkgver=0.72
+pkgver=0.74
 pkgrel=1
 pkgdesc='Generic archive extracting mechanism'
 arch=(any)
@@ -10,12 +12,10 @@
 depends=(perl)
 url=https://metacpan.org/release/Archive-Extract
 
source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Archive-Extract-$pkgver.tar.gz;)
-md5sums=(7ca16b90b154bd6f3bdc73d94b1a223e)
-sha512sums=(5a8de274500b3473236b53353c351020a893fac6cfa1d6daecb0820278e5e7ca490ca4be8e049d908d70afb5a39b72863cab9e72d92386a898e9a71f053cbb18)
+sha512sums=('1d1b0dc8f2797e9960a5983de325023eeecb1e984c5c753eab495a8e594d15ca9f0efc21dec994c23f1664fff7efbca9aee9b7380bfc447d7ee025262e59f40a')
 _ddir=Archive-Extract-$pkgver
 
-build()
-(
+build() (
   cd $srcdir/$_ddir
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   unset PERL5LIB PERL_MM_OPT
@@ -23,8 +23,7 @@
   make
 )
 
-check()
-(
+check() (
   cd $srcdir/$_ddir
   export PERL_MM_USE_DEFAULT=1
   unset PERL5LIB
@@ -31,8 +30,7 @@
   make test
 )
 
-package()
-(
+package() (
   cd $srcdir/$_ddir
   make install INSTALLDIRS=vendor DESTDIR=$pkgdir
   find $pkgdir -name .packlist -o -name perllocal.pod -delete


Property changes on: perl-archive-extract/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in perl-archive-extract/repos/community-any (PKGBUILD PKGBUILD)

2014-11-20 Thread Felix Yan
Date: Thursday, November 20, 2014 @ 15:56:07
  Author: fyan
Revision: 122835

archrelease: copy trunk to community-any

Added:
  perl-archive-extract/repos/community-any/PKGBUILD
(from rev 122834, perl-archive-extract/trunk/PKGBUILD)
Deleted:
  perl-archive-extract/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-20 14:55:45 UTC (rev 122834)
+++ PKGBUILD2014-11-20 14:56:07 UTC (rev 122835)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-pkgname=perl-archive-extract
-pkgver=0.72
-pkgrel=1
-pkgdesc='Generic archive extracting mechanism'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Archive-Extract
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Archive-Extract-$pkgver.tar.gz;)
-md5sums=(7ca16b90b154bd6f3bdc73d94b1a223e)
-sha512sums=(5a8de274500b3473236b53353c351020a893fac6cfa1d6daecb0820278e5e7ca490ca4be8e049d908d70afb5a39b72863cab9e72d92386a898e9a71f053cbb18)
-_ddir=Archive-Extract-$pkgver
-
-build()
-(
-  cd $srcdir/$_ddir
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd $srcdir/$_ddir
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd $srcdir/$_ddir
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-archive-extract/repos/community-any/PKGBUILD (from rev 122834, 
perl-archive-extract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-20 14:56:07 UTC (rev 122835)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Florian Pritz bluew...@xinu.at
+
+pkgname=perl-archive-extract
+pkgver=0.74
+pkgrel=1
+pkgdesc='Generic archive extracting mechanism'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/Archive-Extract
+source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Archive-Extract-$pkgver.tar.gz;)
+sha512sums=('1d1b0dc8f2797e9960a5983de325023eeecb1e984c5c753eab495a8e594d15ca9f0efc21dec994c23f1664fff7efbca9aee9b7380bfc447d7ee025262e59f40a')
+_ddir=Archive-Extract-$pkgver
+
+build() (
+  cd $srcdir/$_ddir
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd $srcdir/$_ddir
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package() (
+  cd $srcdir/$_ddir
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-bit-vector/trunk (PKGBUILD)

2014-11-20 Thread Felix Yan
Date: Thursday, November 20, 2014 @ 15:56:24
  Author: fyan
Revision: 226753

upgpkg: perl-bit-vector 7.4-1

upstream new release

Modified:
  perl-bit-vector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 13:22:28 UTC (rev 226752)
+++ PKGBUILD2014-11-20 14:56:24 UTC (rev 226753)
@@ -1,18 +1,18 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=perl-bit-vector
-pkgver=7.3
-pkgrel=2
+pkgver=7.4
+pkgrel=1
 pkgdesc='Efficient bit vector, set of integers and big int math library'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'PerlArtistic')
 url=http://search.cpan.org/dist/Bit-Vector/;
-depends=('perl-carp-clan' 'perl')
+depends=('perl-carp-clan')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-${pkgver}.tar.gz)
-md5sums=('684e63a93db1e0eda25a103258b39725')
+md5sums=('bf67f144e5be5327ed79d4c69e6e0086')
 
 build() {
   cd Bit-Vector-$pkgver


[arch-commits] Commit in perl-bit-vector/repos (4 files)

2014-11-20 Thread Felix Yan
Date: Thursday, November 20, 2014 @ 15:56:52
  Author: fyan
Revision: 226754

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

Added:
  perl-bit-vector/repos/extra-i686/PKGBUILD
(from rev 226753, perl-bit-vector/trunk/PKGBUILD)
  perl-bit-vector/repos/extra-x86_64/PKGBUILD
(from rev 226753, perl-bit-vector/trunk/PKGBUILD)
Deleted:
  perl-bit-vector/repos/extra-i686/PKGBUILD
  perl-bit-vector/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-20 14:56:24 UTC (rev 226753)
+++ extra-i686/PKGBUILD 2014-11-20 14:56:52 UTC (rev 226754)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=perl-bit-vector
-pkgver=7.3
-pkgrel=2
-pkgdesc='Efficient bit vector, set of integers and big int math library'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Bit-Vector/;
-depends=('perl-carp-clan' 'perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-${pkgver}.tar.gz)
-md5sums=('684e63a93db1e0eda25a103258b39725')
-
-build() {
-  cd Bit-Vector-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Bit-Vector-$pkgver
-  make test
-}
-
-package() {
-  cd Bit-Vector-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-bit-vector/repos/extra-i686/PKGBUILD (from rev 226753, 
perl-bit-vector/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-20 14:56:52 UTC (rev 226754)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+
+pkgname=perl-bit-vector
+pkgver=7.4
+pkgrel=1
+pkgdesc='Efficient bit vector, set of integers and big int math library'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Bit-Vector/;
+depends=('perl-carp-clan')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-${pkgver}.tar.gz)
+md5sums=('bf67f144e5be5327ed79d4c69e6e0086')
+
+build() {
+  cd Bit-Vector-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Bit-Vector-$pkgver
+  make test
+}
+
+package() {
+  cd Bit-Vector-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-20 14:56:24 UTC (rev 226753)
+++ extra-x86_64/PKGBUILD   2014-11-20 14:56:52 UTC (rev 226754)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=perl-bit-vector
-pkgver=7.3
-pkgrel=2
-pkgdesc='Efficient bit vector, set of integers and big int math library'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Bit-Vector/;
-depends=('perl-carp-clan' 'perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-${pkgver}.tar.gz)
-md5sums=('684e63a93db1e0eda25a103258b39725')
-
-build() {
-  cd Bit-Vector-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Bit-Vector-$pkgver
-  make test
-}
-
-package() {
-  cd Bit-Vector-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-bit-vector/repos/extra-x86_64/PKGBUILD (from rev 226753, 
perl-bit-vector/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-20 14:56:52 UTC (rev 226754)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+
+pkgname=perl-bit-vector
+pkgver=7.4
+pkgrel=1
+pkgdesc='Efficient bit vector, set of integers and big int math library'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Bit-Vector/;
+depends=('perl-carp-clan')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-${pkgver}.tar.gz)
+md5sums=('bf67f144e5be5327ed79d4c69e6e0086')
+
+build() {
+  cd Bit-Vector-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Bit-Vector-$pkgver
+  make test
+}
+
+package() {
+  cd Bit-Vector-$pkgver
+  make DESTDIR=${pkgdir} install
+}


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

2014-11-20 Thread Alexander Rødseth
Date: Thursday, November 20, 2014 @ 16:24:21
  Author: arodseth
Revision: 122836

upgpkg: the_silver_searcher 0.27.0-1

Modified:
  the_silver_searcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 14:56:07 UTC (rev 122835)
+++ PKGBUILD2014-11-20 15:24:21 UTC (rev 122836)
@@ -4,7 +4,7 @@
 # Contributor: skydrome skydr...@i2pmail.org
 
 pkgname=the_silver_searcher
-pkgver=0.26.0
+pkgver=0.27.0
 pkgrel=1
 pkgdesc='Code searching tool similar to Ack, but faster'
 url='https://github.com/ggreer/the_silver_searcher'


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

2014-11-20 Thread Alexander Rødseth
Date: Thursday, November 20, 2014 @ 16:24:33
  Author: arodseth
Revision: 122837

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-20 15:24:21 UTC (rev 122836)
+++ community-i686/PKGBUILD 2014-11-20 15:24:33 UTC (rev 122837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.26.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 122836, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-20 15:24:33 UTC (rev 122837)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.27.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-20 15:24:21 UTC (rev 122836)
+++ community-x86_64/PKGBUILD   2014-11-20 15:24:33 UTC (rev 122837)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.26.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
-}
-
-build() {
-  cd $pkgname
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 122836, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-20 15:24:33 UTC (rev 122837)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.27.0
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's:configure:configure --prefix=/usr:' $pkgname/build.sh
+}
+
+build() {
+  cd $pkgname
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-20 Thread Anatol Pomozov
Date: Thursday, November 20, 2014 @ 16:26:20
  Author: anatolik
Revision: 226755

upgpkg: groff 1.22.3-1

Use -j1 otherwise build fails

Modified:
  groff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 14:56:52 UTC (rev 226754)
+++ PKGBUILD2014-11-20 15:26:20 UTC (rev 226755)
@@ -4,8 +4,8 @@
 ### rebuild on every ghostscript update -  FS#36562 ###
 
 pkgname=groff
-pkgver=1.22.2
-pkgrel=7
+pkgver=1.22.3
+pkgrel=1
 pkgdesc=GNU troff text-formatting system
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/groff/groff.html;
@@ -18,10 +18,10 @@
 'libxaw: for gxditview')
 source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
 site.tmac)
-options=('!docs' '!emptydirs')
+options=('!docs' '!emptydirs' '!makeflags')
 install=groff.install
-md5sums=('9f4cd592a5efc7e36481d8d8d8af6d16'
- '65207deb0a9b54324cb947f25ec9164f'
+md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
+ 'SKIP'
  'a1fedafd7863b37968d32ad9ae1d8c13')
 
 build() {


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

2014-11-20 Thread Anatol Pomozov
Date: Thursday, November 20, 2014 @ 16:27:05
  Author: anatolik
Revision: 226756

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

Added:
  groff/repos/testing-i686/
  groff/repos/testing-i686/PKGBUILD
(from rev 226755, groff/trunk/PKGBUILD)
  groff/repos/testing-i686/groff.install
(from rev 226755, groff/trunk/groff.install)
  groff/repos/testing-i686/site.tmac
(from rev 226755, groff/trunk/site.tmac)
  groff/repos/testing-x86_64/
  groff/repos/testing-x86_64/PKGBUILD
(from rev 226755, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/groff.install
(from rev 226755, groff/trunk/groff.install)
  groff/repos/testing-x86_64/site.tmac
(from rev 226755, groff/trunk/site.tmac)

--+
 testing-i686/PKGBUILD|   53 +
 testing-i686/groff.install   |   22 +
 testing-i686/site.tmac   |   16 
 testing-x86_64/PKGBUILD  |   53 +
 testing-x86_64/groff.install |   22 +
 testing-x86_64/site.tmac |   16 
 6 files changed, 182 insertions(+)

Copied: groff/repos/testing-i686/PKGBUILD (from rev 226755, 
groff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-20 15:27:05 UTC (rev 226756)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: 
+
+### rebuild on every ghostscript update -  FS#36562 ###
+
+pkgname=groff
+pkgver=1.22.3
+pkgrel=1
+pkgdesc=GNU troff text-formatting system
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/groff/groff.html;
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs' '!makeflags')
+install=groff.install
+md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
+ 'SKIP'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/man.local
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/mdoc.local
+}

Copied: groff/repos/testing-i686/groff.install (from rev 226755, 
groff/trunk/groff.install)
===
--- testing-i686/groff.install  (rev 0)
+++ testing-i686/groff.install  2014-11-20 15:27:05 UTC (rev 226756)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(groff.info groff.info-1 groff.info-2 groff.info-3)
+
+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: groff/repos/testing-i686/site.tmac (from rev 226755, 
groff/trunk/site.tmac)
===
--- testing-i686/site.tmac  (rev 0)
+++ testing-i686/site.tmac  2014-11-20 15:27:05 UTC (rev 226756)
@@ -0,0 +1,16 @@
+.
+.if n \{\
+.  \ Character translations for non-keyboard
+.  \ characters - to make them searchable
+.  if '\*[.T]'utf8' \{\
+.char \- \N'45'
+.char - \N'45'
+.char ' \N'39'
+.char \' \N'39'
+.  \}
+.
+.  \ Shut off SGR by default (groff colors)
+.  \ Require GROFF_SGR envvar defined to turn it on
+.  if '\V[GROFF_SGR]'' \
+.output x X tty: sgr 0
+.\}

Copied: groff/repos/testing-x86_64/PKGBUILD (from rev 226755, 
groff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-20 15:27:05 UTC (rev 226756)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: 
+
+### rebuild on every ghostscript update -  FS#36562 ###
+
+pkgname=groff
+pkgver=1.22.3
+pkgrel=1
+pkgdesc=GNU troff text-formatting system
+arch=('i686' 'x86_64')

[arch-commits] Commit in guake/trunk (5 files)

2014-11-20 Thread Balló György
Date: Thursday, November 20, 2014 @ 16:48:53
  Author: bgyorgy
Revision: 122838

upgpkg: guake 0.5.1-1

Update to version 0.5.1

Added:
  guake/trunk/fix-version.patch
Modified:
  guake/trunk/PKGBUILD
  guake/trunk/fix-hotkey.patch
Deleted:
  guake/trunk/fix-crasher.patch
  guake/trunk/fix-hiding.patch

---+
 PKGBUILD  |   27 +++
 fix-crasher.patch |   13 -
 fix-hiding.patch  |   10 --
 fix-hotkey.patch  |   18 +++---
 fix-version.patch |   24 
 5 files changed, 46 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 15:24:33 UTC (rev 122837)
+++ PKGBUILD2014-11-20 15:48:53 UTC (rev 122838)
@@ -5,8 +5,8 @@
 # Contributor: Attila Bukor r1pp3rj...@w4it.eu
 
 pkgname=guake
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('i686' 'x86_64')
 url=http://guake.org/;
@@ -15,31 +15,26 @@
 makedepends=('intltool' 'gnome-common')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz
-fix-crasher.patch
-fix-hiding.patch
-fix-hotkey.patch)
-md5sums=('4383b7fcf85a355b4b69dd5cf66ff78f'
- '12933c13aa1e7beb9431e3367cfaabd0'
- '117f21da9744272d51d9e7d977382f27'
- '77050aeecb837d8c8109ab272f7277e2')
+fix-hotkey.patch
+fix-version.patch)
+md5sums=('17aad750ee7cac3fd6332b00a8404be8'
+ '3f7b7457254aea962b07ae284aa3e3af'
+ 'd4d9855dfe502fb75e307a2db2b3fe67')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  # Fix crasher - https://github.com/Guake/guake/issues/373
-  patch -Np1 -i ../fix-crasher.patch
-
-  # Fix restoring focus - https://github.com/Guake/guake/issues/384
-  patch -Np1 -i ../fix-hiding.patch
-
   # Fix frozen hotkey - https://github.com/Guake/guake/issues/378
   patch -Np1 -i ../fix-hotkey.patch
 
+  # Fix version number
+  patch -Np1 -i ../fix-version.patch
+
   # Fix GConf schema dir
   sed -i 's|schemadir = $(sysconfdir)/gconf/schemas|schemadir = 
$(GCONF_SCHEMA_FILE_DIR)|' data/Makefile.am
 
   # Python2 fix
-  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/{guake-prefs,prefs.py}
+  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/prefs.py
 }
 
 build() {

Deleted: fix-crasher.patch
===
--- fix-crasher.patch   2014-11-20 15:24:33 UTC (rev 122837)
+++ fix-crasher.patch   2014-11-20 15:48:53 UTC (rev 122838)
@@ -1,13 +0,0 @@
-diff -Naur guake-0.5.0.orig/src/guake guake-0.5.0/src/guake
 guake-0.5.0.orig/src/guake 2014-10-05 17:49:44.240402904 +
-+++ guake-0.5.0/src/guake  2014-10-05 17:51:22.280038750 +
-@@ -634,6 +634,9 @@
- scale_factor = 2 ** (self.font_scale_index / 6)
- new_size = int(scale_factor * font.get_size())
- 
-+if new_size == 0:
-+return
-+
- if font.get_size_is_absolute():
- font.set_absolute_size(new_size)
- else:

Deleted: fix-hiding.patch
===
--- fix-hiding.patch2014-11-20 15:24:33 UTC (rev 122837)
+++ fix-hiding.patch2014-11-20 15:48:53 UTC (rev 122838)
@@ -1,10 +0,0 @@
 guake-0.5.0.orig/src/guake 2014-10-13 23:11:31.803523945 +0200
-+++ guake-0.5.0.orig/src/guake 2014-10-13 23:11:43.130502724 +0200
-@@ -1094,7 +1094,6 @@
- Hides the main window of the terminal and sets the visible
- flag to False.
- 
--self.window.set_keep_below(True)
- self.window.hide()  # Don't use hide_all here!
- 
- def get_final_window_monitor(self):

Modified: fix-hotkey.patch
===
--- fix-hotkey.patch2014-11-20 15:24:33 UTC (rev 122837)
+++ fix-hotkey.patch2014-11-20 15:48:53 UTC (rev 122838)
@@ -1,14 +1,18 @@
-diff -Naur guake-0.5.0.orig/src/guake guake-0.5.0/src/guake
 guake-0.5.0.orig/src/guake 2014-10-05 18:48:34.680242628 +
-+++ guake-0.5.0/src/guake  2014-10-05 19:06:14.629370046 +
-@@ -1039,10 +1039,6 @@
- if not self.window.get_property('visible'):
+diff -Naur guake-0.5.1.orig/src/guake.py guake-0.5.1/src/guake.py
+--- guake-0.5.1.orig/src/guake.py  2014-11-13 00:07:02.0 +0100
 guake-0.5.1/src/guake.py   2014-11-20 16:28:19.58337 +0100
+@@ -1121,14 +1121,6 @@
+ print DBG: Showing the terminal
  self.show()
  self.set_terminal_focus()
 -elif (self.client.get_bool(KEY('/general/focus_if_open')) and
 -self.window.window and
--not self.window.window.get_state()):
+-(int(self.window.window.get_state())  
GDK_WINDOW_STATE_STICKY or
+- int(self.window.window.get_state())  
GDK_WINDOW_STATE_WITHDRAWN
+- )):
+-

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

2014-11-20 Thread Balló György
Date: Thursday, November 20, 2014 @ 16:49:31
  Author: bgyorgy
Revision: 122839

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

Added:
  guake/repos/community-i686/PKGBUILD
(from rev 122838, guake/trunk/PKGBUILD)
  guake/repos/community-i686/fix-hotkey.patch
(from rev 122838, guake/trunk/fix-hotkey.patch)
  guake/repos/community-i686/fix-version.patch
(from rev 122838, guake/trunk/fix-version.patch)
  guake/repos/community-i686/guake.install
(from rev 122838, guake/trunk/guake.install)
  guake/repos/community-x86_64/PKGBUILD
(from rev 122838, guake/trunk/PKGBUILD)
  guake/repos/community-x86_64/fix-hotkey.patch
(from rev 122838, guake/trunk/fix-hotkey.patch)
  guake/repos/community-x86_64/fix-version.patch
(from rev 122838, guake/trunk/fix-version.patch)
  guake/repos/community-x86_64/guake.install
(from rev 122838, guake/trunk/guake.install)
Deleted:
  guake/repos/community-i686/PKGBUILD
  guake/repos/community-i686/fix-crasher.patch
  guake/repos/community-i686/fix-hiding.patch
  guake/repos/community-i686/fix-hotkey.patch
  guake/repos/community-i686/guake.install
  guake/repos/community-x86_64/PKGBUILD
  guake/repos/community-x86_64/fix-crasher.patch
  guake/repos/community-x86_64/fix-hiding.patch
  guake/repos/community-x86_64/fix-hotkey.patch
  guake/repos/community-x86_64/guake.install

+
 /PKGBUILD  |  104 +++
 /fix-hotkey.patch  |   36 
 /guake.install |   44 ++
 community-i686/PKGBUILD|   57 ---
 community-i686/fix-crasher.patch   |   13 
 community-i686/fix-hiding.patch|   10 ---
 community-i686/fix-hotkey.patch|   14 
 community-i686/fix-version.patch   |   24 
 community-i686/guake.install   |   22 ---
 community-x86_64/PKGBUILD  |   57 ---
 community-x86_64/fix-crasher.patch |   13 
 community-x86_64/fix-hiding.patch  |   10 ---
 community-x86_64/fix-hotkey.patch  |   14 
 community-x86_64/fix-version.patch |   24 
 community-x86_64/guake.install |   22 ---
 15 files changed, 232 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-20 15:48:53 UTC (rev 122838)
+++ community-i686/PKGBUILD 2014-11-20 15:49:31 UTC (rev 122839)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
-# Contributor: Attila Bukor r1pp3rj...@w4it.eu
-
-pkgname=guake
-pkgver=0.5.0
-pkgrel=2
-pkgdesc='Drop-down terminal for GNOME'
-arch=('i686' 'x86_64')
-url=http://guake.org/;
-license=('GPL')
-depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg')
-makedepends=('intltool' 'gnome-common')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz
-fix-crasher.patch
-fix-hiding.patch
-fix-hotkey.patch)
-md5sums=('4383b7fcf85a355b4b69dd5cf66ff78f'
- '12933c13aa1e7beb9431e3367cfaabd0'
- '117f21da9744272d51d9e7d977382f27'
- '77050aeecb837d8c8109ab272f7277e2')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix crasher - https://github.com/Guake/guake/issues/373
-  patch -Np1 -i ../fix-crasher.patch
-
-  # Fix restoring focus - https://github.com/Guake/guake/issues/384
-  patch -Np1 -i ../fix-hiding.patch
-
-  # Fix frozen hotkey - https://github.com/Guake/guake/issues/378
-  patch -Np1 -i ../fix-hotkey.patch
-
-  # Fix GConf schema dir
-  sed -i 's|schemadir = $(sysconfdir)/gconf/schemas|schemadir = 
$(GCONF_SCHEMA_FILE_DIR)|' data/Makefile.am
-
-  # Python2 fix
-  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/{guake-prefs,prefs.py}
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --disable-static --disable-schemas-install \
-   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
-   PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: guake/repos/community-i686/PKGBUILD (from rev 122838, 
guake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-20 15:49:31 UTC (rev 122839)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
+# Contributor: Attila Bukor r1pp3rj...@w4it.eu
+
+pkgname=guake
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'

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

2014-11-20 Thread Bartłomiej Piotrowski
Date: Thursday, November 20, 2014 @ 20:02:49
  Author: bpiotrowski
Revision: 122840

upgpkg: phpmyadmin 4.2.12-1

new upstream release

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 15:49:31 UTC (rev 122839)
+++ PKGBUILD2014-11-20 19:02:49 UTC (rev 122840)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.2.11
+pkgver=4.2.12
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('72494aeb514784c87730b2268caf4a4c')
+md5sums=('d26baa3490587c4aa386c728dad21652')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin


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

2014-11-20 Thread Bartłomiej Piotrowski
Date: Thursday, November 20, 2014 @ 20:02:57
  Author: bpiotrowski
Revision: 122841

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 122840, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-20 19:02:49 UTC (rev 122840)
+++ PKGBUILD2014-11-20 19:02:57 UTC (rev 122841)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.2.11
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('72494aeb514784c87730b2268caf4a4c')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 122840, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-20 19:02:57 UTC (rev 122841)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.2.12
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+md5sums=('d26baa3490587c4aa386c728dad21652')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+}


[arch-commits] Commit in groff/trunk (PKGBUILD groff.install)

2014-11-20 Thread Anatol Pomozov
Date: Thursday, November 20, 2014 @ 20:20:32
  Author: anatolik
Revision: 226757

upgpkg: groff 1.22.3-2

Fix installation error FS#42861

Modified:
  groff/trunk/PKGBUILD
  groff/trunk/groff.install

---+
 PKGBUILD  |2 +-
 groff.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 15:27:05 UTC (rev 226756)
+++ PKGBUILD2014-11-20 19:20:32 UTC (rev 226757)
@@ -5,7 +5,7 @@
 
 pkgname=groff
 pkgver=1.22.3
-pkgrel=1
+pkgrel=2
 pkgdesc=GNU troff text-formatting system
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/groff/groff.html;

Modified: groff.install
===
--- groff.install   2014-11-20 15:27:05 UTC (rev 226756)
+++ groff.install   2014-11-20 19:20:32 UTC (rev 226757)
@@ -1,5 +1,5 @@
 infodir=/usr/share/info
-filelist=(groff.info groff.info-1 groff.info-2 groff.info-3)
+filelist=(groff.info groff.info-1 groff.info-2)
 
 post_install() {
   [[ -x usr/bin/install-info ]] || return 0


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

2014-11-20 Thread Anatol Pomozov
Date: Thursday, November 20, 2014 @ 20:21:21
  Author: anatolik
Revision: 226758

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

Added:
  groff/repos/testing-i686/PKGBUILD
(from rev 226757, groff/trunk/PKGBUILD)
  groff/repos/testing-i686/groff.install
(from rev 226757, groff/trunk/groff.install)
  groff/repos/testing-i686/site.tmac
(from rev 226757, groff/trunk/site.tmac)
  groff/repos/testing-x86_64/PKGBUILD
(from rev 226757, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/groff.install
(from rev 226757, groff/trunk/groff.install)
  groff/repos/testing-x86_64/site.tmac
(from rev 226757, groff/trunk/site.tmac)
Deleted:
  groff/repos/testing-i686/PKGBUILD
  groff/repos/testing-i686/groff.install
  groff/repos/testing-i686/site.tmac
  groff/repos/testing-x86_64/PKGBUILD
  groff/repos/testing-x86_64/groff.install
  groff/repos/testing-x86_64/site.tmac

--+
 /PKGBUILD|  106 +
 /groff.install   |   44 +
 /site.tmac   |   32 
 testing-i686/PKGBUILD|   53 
 testing-i686/groff.install   |   22 
 testing-i686/site.tmac   |   16 --
 testing-x86_64/PKGBUILD  |   53 
 testing-x86_64/groff.install |   22 
 testing-x86_64/site.tmac |   16 --
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-11-20 19:20:32 UTC (rev 226757)
+++ testing-i686/PKGBUILD   2014-11-20 19:21:21 UTC (rev 226758)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: 
-
-### rebuild on every ghostscript update -  FS#36562 ###
-
-pkgname=groff
-pkgver=1.22.3
-pkgrel=1
-pkgdesc=GNU troff text-formatting system
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/groff/groff.html;
-license=('GPL')
-groups=('base-devel')
-depends=('perl' 'gcc-libs')
-makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
-optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
-'psutils: for use together with man -H command interaction in 
browsers'
-'libxaw: for gxditview')
-source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
-site.tmac)
-options=('!docs' '!emptydirs' '!makeflags')
-install=groff.install
-md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
- 'SKIP'
- 'a1fedafd7863b37968d32ad9ae1d8c13')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  # add compatibility symlinks
-  ln -s eqn $pkgdir/usr/bin/geqn
-  ln -s tbl $pkgdir/usr/bin/gtbl
-  ln -s soelim $pkgdir/usr/bin/zsoelim
-
-  # FS33760 - TERMCAP variables not followed
-  # TODO: everyone is doing this - find out why upstream does not...
-  cat $srcdir/site.tmac  \
-$pkgdir/usr/share/groff/site-tmac/man.local
-  cat $srcdir/site.tmac  \
-$pkgdir/usr/share/groff/site-tmac/mdoc.local
-}

Copied: groff/repos/testing-i686/PKGBUILD (from rev 226757, 
groff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-20 19:21:21 UTC (rev 226758)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: 
+
+### rebuild on every ghostscript update -  FS#36562 ###
+
+pkgname=groff
+pkgver=1.22.3
+pkgrel=2
+pkgdesc=GNU troff text-formatting system
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/groff/groff.html;
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs' '!makeflags')
+install=groff.install
+md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
+ 'SKIP'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac  \
+

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

2014-11-20 Thread Daniel Micay
Date: Thursday, November 20, 2014 @ 20:22:25
  Author: thestinger
Revision: 122842

upgpkg: envoy 11.1-1

Modified:
  envoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 19:02:57 UTC (rev 122841)
+++ PKGBUILD2014-11-20 19:22:25 UTC (rev 122842)
@@ -3,7 +3,7 @@
 # Contributor: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=envoy
-pkgver=10
+pkgver=11.1
 pkgrel=1
 pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('ragel')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
 clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
-md5sums=('b27b21cf4a5c42b8d450f5468c65594e'
+md5sums=('b3bb5d1328bc57a3c8650f1ec179707e'
  '8c4f3fd488fc8f92196a8aa42ac9567e')
 
 prepare() {


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

2014-11-20 Thread Daniel Micay
Date: Thursday, November 20, 2014 @ 20:23:03
  Author: thestinger
Revision: 122843

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

Added:
  envoy/repos/community-testing-i686/
  envoy/repos/community-testing-i686/PKGBUILD
(from rev 122842, envoy/trunk/PKGBUILD)
  envoy/repos/community-testing-x86_64/
  envoy/repos/community-testing-x86_64/PKGBUILD
(from rev 122842, envoy/trunk/PKGBUILD)

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

Copied: envoy/repos/community-testing-i686/PKGBUILD (from rev 122842, 
envoy/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-20 19:23:03 UTC (rev 122843)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=envoy
+pkgver=11.1
+pkgrel=1
+pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
+arch=('i686' 'x86_64')
+url=http://github.com/vodik/envoy;
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
+clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
+md5sums=('b3bb5d1328bc57a3c8650f1ec179707e'
+ '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rm -fr clique
+  ln -s ../clique-0.1 clique
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et

Copied: envoy/repos/community-testing-x86_64/PKGBUILD (from rev 122842, 
envoy/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-11-20 19:23:03 UTC (rev 122843)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=envoy
+pkgver=11.1
+pkgrel=1
+pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
+arch=('i686' 'x86_64')
+url=http://github.com/vodik/envoy;
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
+clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
+md5sums=('b3bb5d1328bc57a3c8650f1ec179707e'
+ '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rm -fr clique
+  ln -s ../clique-0.1 clique
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et


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

2014-11-20 Thread Jan Steffens
Date: Thursday, November 20, 2014 @ 20:39:23
  Author: heftig
Revision: 226759

3.14.1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 19:21:21 UTC (rev 226758)
+++ PKGBUILD2014-11-20 19:39:23 UTC (rev 226759)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem
-pkgver=3.14.0
-pkgrel=2
+pkgver=3.14.1
+pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
 arch=(i686 x86_64)
@@ -28,7 +28,7 @@
 replaces=(totem-plugin)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 bugreport.patch)
-sha256sums=('a57f78126af431b71e44aa0548e672bf884aef51ec23847f82b07a6849ac635e'
+sha256sums=('288150837fd2693a4b672210a1ffdd178d3e542df954af247dc04c666bf97536'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
 prepare() {


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

2014-11-20 Thread Jan Steffens
Date: Thursday, November 20, 2014 @ 20:41:29
  Author: heftig
Revision: 226760

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

Added:
  totem/repos/extra-i686/PKGBUILD
(from rev 226759, totem/trunk/PKGBUILD)
  totem/repos/extra-i686/bugreport.patch
(from rev 226759, totem/trunk/bugreport.patch)
  totem/repos/extra-i686/totem.install
(from rev 226759, totem/trunk/totem.install)
  totem/repos/extra-x86_64/PKGBUILD
(from rev 226759, totem/trunk/PKGBUILD)
  totem/repos/extra-x86_64/bugreport.patch
(from rev 226759, totem/trunk/bugreport.patch)
  totem/repos/extra-x86_64/totem.install
(from rev 226759, totem/trunk/totem.install)
Deleted:
  totem/repos/extra-i686/PKGBUILD
  totem/repos/extra-i686/bugreport.patch
  totem/repos/extra-i686/totem.install
  totem/repos/extra-x86_64/PKGBUILD
  totem/repos/extra-x86_64/bugreport.patch
  totem/repos/extra-x86_64/totem.install

--+
 /PKGBUILD|  124 +
 /bugreport.patch |   44 ++
 /totem.install   |   26 
 extra-i686/PKGBUILD  |   62 
 extra-i686/bugreport.patch   |   22 ---
 extra-i686/totem.install |   13 
 extra-x86_64/PKGBUILD|   62 
 extra-x86_64/bugreport.patch |   22 ---
 extra-x86_64/totem.install   |   13 
 9 files changed, 194 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-20 19:39:23 UTC (rev 226759)
+++ extra-i686/PKGBUILD 2014-11-20 19:41:29 UTC (rev 226760)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=totem
-pkgver=3.14.0
-pkgrel=2
-pkgdesc=GNOME3 movie player based on GStreamer
-url=http://www.gnome.org;
-arch=(i686 x86_64)
-license=(GPL2 custom)
-depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
- hicolor-icon-theme gsettings-desktop-schemas dconf
- python-gobject python-xdg
- gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
-makedepends=(intltool libnautilus-extension lirc-utils vala zeitgeist
- itstool docbook-xsl python-pylint)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'lirc-utils: Infrared Remote Control plugin'
-'grilo-plugins: Media discovery'
-'zeitgeist: Zeitgeist plugin'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-options=('!emptydirs')
-install=totem.install
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-bugreport.patch)
-sha256sums=('a57f78126af431b71e44aa0548e672bf884aef51ec23847f82b07a6849ac635e'
-'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Make compatible with Python 3 and Gstreamer 1.0
-  patch -Np1 -i ../bugreport.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
-}

Copied: totem/repos/extra-i686/PKGBUILD (from rev 226759, totem/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-20 19:41:29 UTC (rev 226760)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=GNOME3 movie player based on GStreamer
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
+ hicolor-icon-theme gsettings-desktop-schemas dconf
+ python-gobject python-xdg
+ gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
+makedepends=(intltool libnautilus-extension lirc-utils vala zeitgeist
+ itstool docbook-xsl python-pylint)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'lirc-utils: Infrared Remote Control plugin'
+'grilo-plugins: Media discovery'
+'zeitgeist: Zeitgeist plugin'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+options=('!emptydirs')
+install=totem.install

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

2014-11-20 Thread Bartłomiej Piotrowski
Date: Thursday, November 20, 2014 @ 21:48:47
  Author: bpiotrowski
Revision: 122844

upgpkg: libstrophe 1:0.8.7-1

new upstream release

Modified:
  libstrophe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 19:23:03 UTC (rev 122843)
+++ PKGBUILD2014-11-20 20:48:47 UTC (rev 122844)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=libstrophe
-pkgver=0.8.6
+pkgver=0.8.7
 pkgrel=1
 epoch=1
 pkgdesc='Simple, lightweight C library for writing XMPP clients'
@@ -13,7 +13,7 @@
 makedepends=('git')
 checkdepends=('check')
 source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
+md5sums=('30be74c566028b31cfbc91d11a36dce8')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-11-20 Thread Bartłomiej Piotrowski
Date: Thursday, November 20, 2014 @ 21:49:02
  Author: bpiotrowski
Revision: 122845

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-20 20:48:47 UTC (rev 122844)
+++ community-i686/PKGBUILD 2014-11-20 20:49:02 UTC (rev 122845)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libstrophe
-pkgver=0.8.6
-pkgrel=1
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-depends=('openssl' 'expat')
-makedepends=('git' 'doxygen')
-checkdepends=('check')
-source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
-}

Copied: libstrophe/repos/community-i686/PKGBUILD (from rev 122844, 
libstrophe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-20 20:49:02 UTC (rev 122845)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=0.8.7
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+arch=('i686' 'x86_64')
+url='http://strophe.im/libstrophe/'
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git')
+checkdepends=('check')
+source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
+md5sums=('30be74c566028b31cfbc91d11a36dce8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-20 20:48:47 UTC (rev 122844)
+++ community-x86_64/PKGBUILD   2014-11-20 20:49:02 UTC (rev 122845)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libstrophe
-pkgver=0.8.6
-pkgrel=1
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-depends=('openssl' 'expat')
-makedepends=('git' 'doxygen')
-checkdepends=('check')
-source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
-}

Copied: libstrophe/repos/community-x86_64/PKGBUILD (from rev 122844, 
libstrophe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-20 20:49:02 UTC (rev 122845)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=0.8.7
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+arch=('i686' 'x86_64')
+url='http://strophe.im/libstrophe/'
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git')
+checkdepends=('check')
+source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
+md5sums=('30be74c566028b31cfbc91d11a36dce8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {

[arch-commits] Commit in simutrans/trunk (PKGBUILD config.patch no-optimise.patch)

2014-11-20 Thread Balló György
Date: Friday, November 21, 2014 @ 00:22:45
  Author: bgyorgy
Revision: 122846

upgpkg: simutrans 120.0.1-1

Update to version 120.0.1

Added:
  simutrans/trunk/no-optimise.patch
Modified:
  simutrans/trunk/PKGBUILD
  simutrans/trunk/config.patch

---+
 PKGBUILD  |   31 ---
 config.patch  |   26 +++---
 no-optimise.patch |   40 
 3 files changed, 63 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 20:49:02 UTC (rev 122845)
+++ PKGBUILD2014-11-20 23:22:45 UTC (rev 122846)
@@ -6,8 +6,8 @@
 # Contributor: JD Steffen jd at steffennet dot org
 
 pkgname=simutrans
-pkgver=120.0
-_pkgver=120-0
+pkgver=120.0.1
+_pkgver=120-0-1
 pkgrel=1
 pkgdesc=An open source transportation simulation game
 arch=('i686' 'x86_64')
@@ -14,28 +14,37 @@
 url=http://simutrans.com/;
 license=('PerlArtistic')
 depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
-makedepends=('imagemagick')
+makedepends=('imagemagick' 'dos2unix')
 optdepends=('timidity++: play MIDI music')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
-http://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip
+no-optimise.patch
 settings-folder.patch
 path-for-game-data.patch
 config.patch
 simutrans.desktop)
-md5sums=('42d804e3a6ac78460584903ce9b4eeb1'
- 'fdc58aee51a79d2a67219acff0cd5b12'
+md5sums=('40372b6417f235740b14a6bb7b389a78'
+ '34b0472b08f3d9f38e289ba1639ef232'
  'c87d9a9910bc371df5d50f7f1ec298bb'
  'e716340d372af264ca05510facfe5d2c'
- '4a2d707ad2fc0abf42e8d75c0a3dcc8b'
+ 'c2f4e494168e235380373974c91a0803'
  'f41f7a08ad517ef2b60412859eb49963')
 
 prepare() {
   cd $srcdir
 
+  # Some files are distributed in DOS format
+  find . -type f -exec dos2unix -q '{}' \;
+
+  # Don't overwrite default optimization flags
+  patch -Np1 -i no-optimise.patch
+
+  # Adjust paths
+  patch -Np0 -i settings-folder.patch
+  patch -Np1 -i path-for-game-data.patch
+
+  # Configure the build process
   cp config.template config.default
-  patch -Np0 -i $srcdir/settings-folder.patch
-  patch -Np1 -i $srcdir/path-for-game-data.patch
-  patch -Np0 -i $srcdir/config.patch
+  patch -Np0 -i config.patch
 }
 
 build() {
@@ -52,7 +61,7 @@
 
   #data
   mkdir -p $pkgdir/usr/share/games/$pkgname
-  cp -r $pkgname/{config,font,music,script,text,themes} 
$pkgdir/usr/share/games/$pkgname
+  cp -r $pkgname/{config,font,music,text,themes} 
$pkgdir/usr/share/games/$pkgname
 
   #desktop file and icon
   install -Dm644 simutrans.png $pkgdir/usr/share/pixmaps/simutrans.png

Modified: config.patch
===
--- config.patch2014-11-20 20:49:02 UTC (rev 122845)
+++ config.patch2014-11-20 23:22:45 UTC (rev 122846)
@@ -1,6 +1,6 @@
 --- config.default.orig2011-11-10 21:48:01.0 +0100
 +++ config.default 2011-11-10 21:51:58.383221979 +0100
-@@ -6,23 +6,23 @@
+@@ -6,18 +6,18 @@
  #BACKEND = opengl
  #BACKEND = sdl
  #BACKEND = sdl2
@@ -22,18 +22,8 @@
  #OSTYPE = mingw
  #OSTYPE = mac
  
- #DEBUG = 3# Level 1-3, higher number means more debug-friendly, see 
Makefile
--#OPTIMISE = 1 # Add umpteen optimisation flags
-+OPTIMISE = 1 # Add umpteen optimisation flags
- #PROFILE = 1  # Enable profiling
- #PROFILE = 2  # Enable profiling with optimisation flags, can be used with 
`OPTIMISE = 1'
- 
-@@ -34,9 +34,9 @@
- # Define these as empty strings, if you don't have the respective config 
program
- #ALLEGRO_CONFIG = allegro-config
- #PNG_CONFIG = pkg-config libpng
--#SDL_CONFIG = sdl-config
-+SDL_CONFIG = sdl-config
+@@ -37,6 +37,6 @@
+ #SDL_CONFIG = sdl-config
  #SDL2_CONFIG= sdl2-config
  
 -#VERBOSE = 1
@@ -41,13 +31,3 @@
  
  # The following useful conditional compilation flags exist
  #
-@@ -65,6 +65,9 @@
- #
- # In order to use the flags, add a line like this: (-Dxxx)
- # FLAGS = -DUSE_C
-+ifeq ($(shell uname -m),x86_64)
-+  FLAGS += -DUSE_C
-+endif
- 
- # Output directories:
- #

Added: no-optimise.patch
===
--- no-optimise.patch   (rev 0)
+++ no-optimise.patch   2014-11-20 23:22:45 UTC (rev 122846)
@@ -0,0 +1,40 @@
+diff -Naur simutrans.orig/Makefile simutrans/Makefile
+--- simutrans.orig/Makefile2014-11-20 17:50:34.94841 +0100
 simutrans/Makefile 2014-11-20 17:51:43.936577860 +0100
+@@ -76,15 +76,6 @@
+ SDL_CONFIG ?= sdl-config
+ SDL2_CONFIG?= sdl2-config
+ 
+-ifneq ($(OPTIMISE),)
+-CFLAGS += -O3
+-  ifeq ($(findstring $(OSTYPE), amiga haiku mac),)
+-CFLAGS += -minline-all-stringops
+-  endif
+-else
+-  CFLAGS += -O
+-endif
+-
+ ifdef DEBUG
+   ifeq ($(shell expr $(DEBUG) \= 1), 1)
+ CFLAGS += -g -DDEBUG

[arch-commits] Commit in simutrans/repos (22 files)

2014-11-20 Thread Balló György
Date: Friday, November 21, 2014 @ 00:23:55
  Author: bgyorgy
Revision: 122847

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

Added:
  simutrans/repos/community-i686/PKGBUILD
(from rev 122846, simutrans/trunk/PKGBUILD)
  simutrans/repos/community-i686/config.patch
(from rev 122846, simutrans/trunk/config.patch)
  simutrans/repos/community-i686/no-optimise.patch
(from rev 122846, simutrans/trunk/no-optimise.patch)
  simutrans/repos/community-i686/path-for-game-data.patch
(from rev 122846, simutrans/trunk/path-for-game-data.patch)
  simutrans/repos/community-i686/settings-folder.patch
(from rev 122846, simutrans/trunk/settings-folder.patch)
  simutrans/repos/community-i686/simutrans.desktop
(from rev 122846, simutrans/trunk/simutrans.desktop)
  simutrans/repos/community-x86_64/PKGBUILD
(from rev 122846, simutrans/trunk/PKGBUILD)
  simutrans/repos/community-x86_64/config.patch
(from rev 122846, simutrans/trunk/config.patch)
  simutrans/repos/community-x86_64/no-optimise.patch
(from rev 122846, simutrans/trunk/no-optimise.patch)
  simutrans/repos/community-x86_64/path-for-game-data.patch
(from rev 122846, simutrans/trunk/path-for-game-data.patch)
  simutrans/repos/community-x86_64/settings-folder.patch
(from rev 122846, simutrans/trunk/settings-folder.patch)
  simutrans/repos/community-x86_64/simutrans.desktop
(from rev 122846, simutrans/trunk/simutrans.desktop)
Deleted:
  simutrans/repos/community-i686/PKGBUILD
  simutrans/repos/community-i686/config.patch
  simutrans/repos/community-i686/path-for-game-data.patch
  simutrans/repos/community-i686/settings-folder.patch
  simutrans/repos/community-i686/simutrans.desktop
  simutrans/repos/community-x86_64/PKGBUILD
  simutrans/repos/community-x86_64/config.patch
  simutrans/repos/community-x86_64/path-for-game-data.patch
  simutrans/repos/community-x86_64/settings-folder.patch
  simutrans/repos/community-x86_64/simutrans.desktop

---+
 /PKGBUILD |  138 
 /config.patch |   66 +
 /path-for-game-data.patch |   36 +++
 /settings-folder.patch|   24 
 /simutrans.desktop|   18 +++
 community-i686/PKGBUILD   |   60 
 community-i686/config.patch   |   53 --
 community-i686/no-optimise.patch  |   40 
 community-i686/path-for-game-data.patch   |   18 ---
 community-i686/settings-folder.patch  |   12 --
 community-i686/simutrans.desktop  |9 -
 community-x86_64/PKGBUILD |   60 
 community-x86_64/config.patch |   53 --
 community-x86_64/no-optimise.patch|   40 
 community-x86_64/path-for-game-data.patch |   18 ---
 community-x86_64/settings-folder.patch|   12 --
 community-x86_64/simutrans.desktop|9 -
 17 files changed, 362 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-20 23:22:45 UTC (rev 122846)
+++ community-i686/PKGBUILD 2014-11-20 23:23:55 UTC (rev 122847)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Gilles Gagniard gil...@gagniard.org
-# Contributor: JD Steffen jd at steffennet dot org
-
-pkgname=simutrans
-pkgver=120.0
-_pkgver=120-0
-pkgrel=1
-pkgdesc=An open source transportation simulation game
-arch=('i686' 'x86_64')
-url=http://simutrans.com/;
-license=('PerlArtistic')
-depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
-makedepends=('imagemagick')
-optdepends=('timidity++: play MIDI music')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
-http://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip
-settings-folder.patch
-path-for-game-data.patch
-config.patch
-simutrans.desktop)
-md5sums=('42d804e3a6ac78460584903ce9b4eeb1'
- 'fdc58aee51a79d2a67219acff0cd5b12'
- 'c87d9a9910bc371df5d50f7f1ec298bb'
- 'e716340d372af264ca05510facfe5d2c'
- '4a2d707ad2fc0abf42e8d75c0a3dcc8b'
- 'f41f7a08ad517ef2b60412859eb49963')
-
-prepare() {
-  cd $srcdir
-
-  cp config.template config.default
-  patch -Np0 -i $srcdir/settings-folder.patch
-  patch -Np1 -i $srcdir/path-for-game-data.patch
-  patch -Np0 -i $srcdir/config.patch
-}
-
-build() {
-  cd $srcdir
-  convert simutrans.ico -alpha on simutrans.png
-  make
-}
-
-package() {
-  cd $srcdir
-
-  #binary
-  install -Dm755 build/default/sim $pkgdir/usr/bin/simutrans
-
-  #data
-  mkdir -p $pkgdir/usr/share/games/$pkgname
-  cp -r $pkgname/{config,font,music,script,text,themes} 

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

2014-11-20 Thread Balló György
Date: Friday, November 21, 2014 @ 00:27:00
  Author: bgyorgy
Revision: 122848

upgpkg: simutrans-pak64 120.0.1-1

Update to version 120.0.1

Modified:
  simutrans-pak64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 23:23:55 UTC (rev 122847)
+++ PKGBUILD2014-11-20 23:27:00 UTC (rev 122848)
@@ -4,8 +4,8 @@
 # Contributor: JD Steffen jd at steffennet dot org
 
 pkgname=simutrans-pak64
-pkgver=120.0
-_pkgver=120-0
+pkgver=120.0.1
+_pkgver=120-0-1
 pkgrel=1
 pkgdesc=Low resolution graphics set for Simutrans
 arch=('any')
@@ -13,7 +13,7 @@
 license=('PerlArtistic')
 options=('!strip')
 source=(http://downloads.sourceforge.net/simutrans/simupak64-$_pkgver.zip)
-md5sums=('dbafe47fac23a22be4aa4effa6c3c93b')
+md5sums=('9d1068881b277bc2110b7c71c7d0d613')
 
 package() {
   cd $srcdir


[arch-commits] Commit in simutrans-pak64/repos/community-any (PKGBUILD PKGBUILD)

2014-11-20 Thread Balló György
Date: Friday, November 21, 2014 @ 00:27:06
  Author: bgyorgy
Revision: 122849

archrelease: copy trunk to community-any

Added:
  simutrans-pak64/repos/community-any/PKGBUILD
(from rev 122848, simutrans-pak64/trunk/PKGBUILD)
Deleted:
  simutrans-pak64/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-20 23:27:00 UTC (rev 122848)
+++ PKGBUILD2014-11-20 23:27:06 UTC (rev 122849)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: JD Steffen jd at steffennet dot org
-
-pkgname=simutrans-pak64
-pkgver=120.0
-_pkgver=120-0
-pkgrel=1
-pkgdesc=Low resolution graphics set for Simutrans
-arch=('any')
-url=http://simutrans.com/;
-license=('PerlArtistic')
-options=('!strip')
-source=(http://downloads.sourceforge.net/simutrans/simupak64-$_pkgver.zip)
-md5sums=('dbafe47fac23a22be4aa4effa6c3c93b')
-
-package() {
-  cd $srcdir
-  chmod -R 644 simutrans
-
-  #data
-  mkdir -p $pkgdir/usr/share/games/simutrans
-  cp -r simutrans/pak $pkgdir/usr/share/games/simutrans
-
-  find $pkgdir -type f -exec chmod 644 {} \;
-  find $pkgdir -type d -exec chmod 755 {} \;
-}

Copied: simutrans-pak64/repos/community-any/PKGBUILD (from rev 122848, 
simutrans-pak64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-20 23:27:06 UTC (rev 122849)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: JD Steffen jd at steffennet dot org
+
+pkgname=simutrans-pak64
+pkgver=120.0.1
+_pkgver=120-0-1
+pkgrel=1
+pkgdesc=Low resolution graphics set for Simutrans
+arch=('any')
+url=http://simutrans.com/;
+license=('PerlArtistic')
+options=('!strip')
+source=(http://downloads.sourceforge.net/simutrans/simupak64-$_pkgver.zip)
+md5sums=('9d1068881b277bc2110b7c71c7d0d613')
+
+package() {
+  cd $srcdir
+  chmod -R 644 simutrans
+
+  #data
+  mkdir -p $pkgdir/usr/share/games/simutrans
+  cp -r simutrans/pak $pkgdir/usr/share/games/simutrans
+
+  find $pkgdir -type f -exec chmod 644 {} \;
+  find $pkgdir -type d -exec chmod 755 {} \;
+}


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

2014-11-20 Thread Balló György
Date: Friday, November 21, 2014 @ 00:42:09
  Author: bgyorgy
Revision: 122850

upgpkg: simutrans-pak128 2.5.2-1

Update to version 2.5.2

Modified:
  simutrans-pak128/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 23:27:06 UTC (rev 122849)
+++ PKGBUILD2014-11-20 23:42:09 UTC (rev 122850)
@@ -3,7 +3,7 @@
 # Contributor: JD Steffen jd at steffennet dot org
 
 pkgname=simutrans-pak128
-pkgver=2.5.1
+pkgver=2.5.2
 _pkgver=RC_120
 pkgrel=1
 pkgdesc=High resolution graphics set for Simutrans
@@ -13,7 +13,7 @@
 provides=('simutrans-pak64')
 options=('!strip')
 
source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
-md5sums=('16bc1e0c32145f1ed856464c1d34075e')
+md5sums=('5ef83e7bab077b9aa68f1466fd71d141')
 
 package() {
   cd $srcdir
@@ -20,5 +20,5 @@
 
   #data
   mkdir -p $pkgdir/usr/share/games/simutrans
-  cp -r simutrans/pak128 $pkgdir/usr/share/games/simutrans
+  cp -r pak128 $pkgdir/usr/share/games/simutrans
 }


[arch-commits] Commit in simutrans-pak128/repos/community-any (PKGBUILD PKGBUILD)

2014-11-20 Thread Balló György
Date: Friday, November 21, 2014 @ 00:42:17
  Author: bgyorgy
Revision: 122851

archrelease: copy trunk to community-any

Added:
  simutrans-pak128/repos/community-any/PKGBUILD
(from rev 122850, simutrans-pak128/trunk/PKGBUILD)
Deleted:
  simutrans-pak128/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-20 23:42:09 UTC (rev 122850)
+++ PKGBUILD2014-11-20 23:42:17 UTC (rev 122851)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: JD Steffen jd at steffennet dot org
-
-pkgname=simutrans-pak128
-pkgver=2.5.1
-_pkgver=RC_120
-pkgrel=1
-pkgdesc=High resolution graphics set for Simutrans
-arch=('any')
-url=http://128.simutrans.com/;
-license=('Artistic2.0')
-provides=('simutrans-pak64')
-options=('!strip')
-source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
-md5sums=('16bc1e0c32145f1ed856464c1d34075e')
-
-package() {
-  cd $srcdir
-
-  #data
-  mkdir -p $pkgdir/usr/share/games/simutrans
-  cp -r simutrans/pak128 $pkgdir/usr/share/games/simutrans
-}

Copied: simutrans-pak128/repos/community-any/PKGBUILD (from rev 122850, 
simutrans-pak128/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-20 23:42:17 UTC (rev 122851)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: JD Steffen jd at steffennet dot org
+
+pkgname=simutrans-pak128
+pkgver=2.5.2
+_pkgver=RC_120
+pkgrel=1
+pkgdesc=High resolution graphics set for Simutrans
+arch=('any')
+url=http://128.simutrans.com/;
+license=('Artistic2.0')
+provides=('simutrans-pak64')
+options=('!strip')
+source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
+md5sums=('5ef83e7bab077b9aa68f1466fd71d141')
+
+package() {
+  cd $srcdir
+
+  #data
+  mkdir -p $pkgdir/usr/share/games/simutrans
+  cp -r pak128 $pkgdir/usr/share/games/simutrans
+}


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

2014-11-20 Thread Sébastien Luttringer
Date: Friday, November 21, 2014 @ 02:59:02
  Author: seblu
Revision: 226762

upgpkg: btrfs-progs 3.17.2-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 22:55:05 UTC (rev 226761)
+++ PKGBUILD2014-11-21 01:59:02 UTC (rev 226762)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=btrfs-progs
-pkgver=3.17.1
+pkgver=3.17.2
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')


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

2014-11-20 Thread Sébastien Luttringer
Date: Friday, November 21, 2014 @ 02:59:39
  Author: seblu
Revision: 226763

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 226762, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 226762, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 226762, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 226762, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 226762, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 226762, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 226762, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 226762, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/btrfs-progs.install  |9 ++
 testing-i686/initcpio-hook-btrfs  |7 
 testing-i686/initcpio-install-btrfs   |   17 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/btrfs-progs.install|9 ++
 testing-x86_64/initcpio-hook-btrfs|7 
 testing-x86_64/initcpio-install-btrfs |   17 
 8 files changed, 156 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 226762, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-21 01:59:39 UTC (rev 226763)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=3.17.2
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+   cd $pkgname
+   make CFLAGS=$CFLAGS
+   make CFLAGS=$CFLAGS btrfs-select-super
+}
+
+package() {
+   cd $pkgname
+
+   make prefix=$pkgdir/usr install
+   install -Dm755 btrfs-select-super $pkgdir/usr/bin
+
+   # install mkinitcpio hooks
+   cd $srcdir
+   install -Dm644 initcpio-install-btrfs 
$pkgdir/usr/lib/initcpio/install/btrfs
+   install -Dm644 initcpio-hook-btrfs $pkgdir/usr/lib/initcpio/hooks/btrfs
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 226762, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2014-11-21 01:59:39 UTC (rev 226763)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ $(vercmp 0.19.20121005 $2) -eq 1 ]; then
+echo btrfs multi-device support now relies on linux 3.6 or later
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 226762, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2014-11-21 01:59:39 UTC (rev 226763)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 226762, 
btrfs-progs/trunk/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2014-11-21 01:59:39 UTC (rev 226763)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_binary btrfsck
+add_runscript
+}
+
+help() {
+cat HELPEOF
+This hook provides support for multi-device btrfs volumes. This hook
+is only needed for initramfs images which do not use udev.
+HELPEOF
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: 

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

2014-11-20 Thread Felix Yan
Date: Friday, November 21, 2014 @ 03:35:26
  Author: fyan
Revision: 226764

upgpkg: perl-guard 1.023-1

- upstream new release
- some cleanup to the PKGBUILD

Modified:
  perl-guard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-21 01:59:39 UTC (rev 226763)
+++ PKGBUILD2014-11-21 02:35:26 UTC (rev 226764)
@@ -1,17 +1,18 @@
-# Packager: Justin Davis jrc...@gmail.com
 # $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Justin Davis jrc...@gmail.com
 
 pkgname=perl-guard
-pkgver=1.022
-pkgrel=4
-pkgdesc=safe cleanup blocks
+pkgver=1.023
+pkgrel=1
+pkgdesc='safe cleanup blocks'
 arch=('i686' 'x86_64')
-url=https://metacpan.org/release/Guard;
+url='https://metacpan.org/release/Guard'
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz;)
-md5sums=('8d1d8b942fd5d0240f47906a6d6fac8c')
+md5sums=('dbbb944601a31f60ee58954ad4cb65b4')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \


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

2014-11-20 Thread Felix Yan
Date: Friday, November 21, 2014 @ 03:35:55
  Author: fyan
Revision: 226765

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

Added:
  perl-guard/repos/extra-i686/PKGBUILD
(from rev 226764, perl-guard/trunk/PKGBUILD)
  perl-guard/repos/extra-x86_64/PKGBUILD
(from rev 226764, perl-guard/trunk/PKGBUILD)
Deleted:
  perl-guard/repos/extra-i686/PKGBUILD
  perl-guard/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 extra-i686/PKGBUILD   |   45 ---
 extra-x86_64/PKGBUILD |   45 ---
 3 files changed, 92 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-21 02:35:26 UTC (rev 226764)
+++ extra-i686/PKGBUILD 2014-11-21 02:35:55 UTC (rev 226765)
@@ -1,45 +0,0 @@
-# Packager: Justin Davis jrc...@gmail.com
-# $Id$
-
-pkgname=perl-guard
-pkgver=1.022
-pkgrel=4
-pkgdesc=safe cleanup blocks
-arch=('i686' 'x86_64')
-url=https://metacpan.org/release/Guard;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz;)
-md5sums=('8d1d8b942fd5d0240f47906a6d6fac8c')
-
-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}/Guard-${pkgver}
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd ${srcdir}/Guard-${pkgver}
-make test
-  )
-}
-
-package() {
-cd ${srcdir}/Guard-${pkgver}
-make DESTDIR=$pkgdir install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-guard/repos/extra-i686/PKGBUILD (from rev 226764, 
perl-guard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-21 02:35:55 UTC (rev 226765)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Justin Davis jrc...@gmail.com
+
+pkgname=perl-guard
+pkgver=1.023
+pkgrel=1
+pkgdesc='safe cleanup blocks'
+arch=('i686' 'x86_64')
+url='https://metacpan.org/release/Guard'
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz;)
+md5sums=('dbbb944601a31f60ee58954ad4cb65b4')
+
+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}/Guard-${pkgver}
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd ${srcdir}/Guard-${pkgver}
+make test
+  )
+}
+
+package() {
+cd ${srcdir}/Guard-${pkgver}
+make DESTDIR=$pkgdir install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-21 02:35:26 UTC (rev 226764)
+++ extra-x86_64/PKGBUILD   2014-11-21 02:35:55 UTC (rev 226765)
@@ -1,45 +0,0 @@
-# Packager: Justin Davis jrc...@gmail.com
-# $Id$
-
-pkgname=perl-guard
-pkgver=1.022
-pkgrel=4
-pkgdesc=safe cleanup blocks
-arch=('i686' 'x86_64')
-url=https://metacpan.org/release/Guard;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz;)
-md5sums=('8d1d8b942fd5d0240f47906a6d6fac8c')
-
-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}/Guard-${pkgver}
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd ${srcdir}/Guard-${pkgver}
-make test
-  )
-}
-
-package() {
-cd ${srcdir}/Guard-${pkgver}
-make DESTDIR=$pkgdir install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-guard/repos/extra-x86_64/PKGBUILD (from rev 226764, 
perl-guard/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-21 02:35:55 UTC (rev 226765)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2014-11-20 Thread Felix Yan
Date: Friday, November 21, 2014 @ 04:14:49
  Author: fyan
Revision: 226766

upgpkg: python-astroid 1.3.0-1

upstream new release

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-21 02:35:55 UTC (rev 226765)
+++ PKGBUILD2014-11-21 03:14:49 UTC (rev 226766)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgbase=python-astroid
 pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=Useful miscellaneous modules used by Logilab projects
 arch=('any')
 url=https://bitbucket.org/logilab/astroid;
 license=('LGPL')
-makedepends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 checkdepends=('python-logilab-common' 'python2-logilab-common')
-source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.zip;)
-sha1sums=('597c668553d9ee1431ff6da07e12769072477859')
+source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz;)
+sha1sums=('abaf766752f35a82fe8dbccda8396c14c66617e7')
 
 prepare() {
   cp -a astroid-${pkgver}{,-py3}
@@ -27,15 +28,15 @@
 }
 
 check() {
-  cd astroid-${pkgver}/test
-  PYTHONPATH=$PWD/../build/lib:$PYTHONPATH python2 -Wi -m unittest discover 
-p unittest*.py
+  cd astroid-${pkgver}
+  PYTHONPATH=$PWD/../build/lib:$PYTHONPATH python2 -Wi -m unittest discover 
-s build/lib/astroid/tests -p unittest*.py
 
-  cd ../../astroid-${pkgver}-py3/test
-  PYTHONPATH=$PWD/../build/lib:$PYTHONPATH python -Wi -m unittest discover 
-p unittest*.py || warning Tests failed
+  cd ../astroid-${pkgver}-py3
+  PYTHONPATH=$PWD/../build/lib:$PYTHONPATH python -Wi -m unittest discover 
-s build/lib/astroid/tests -p unittest*.py || warning Tests failed
 }
 
 package_python2-astroid() {
-  depends=('python2' 'python2-logilab-common')
+  depends=('python2-logilab-common' 'python2-six')
   replaces=('python2-logilab-astng')
   conflicts=('python2-logilab-astng')
 
@@ -45,7 +46,7 @@
 }
 
 package_python-astroid() {
-  depends=('python' 'python-logilab-common')
+  depends=('python-logilab-common' 'python-six')
   replaces=('python-logilab-astng')
   conflicts=('python-logilab-astng')
 


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

2014-11-20 Thread Felix Yan
Date: Friday, November 21, 2014 @ 04:15:16
  Author: fyan
Revision: 226767

archrelease: copy trunk to testing-any

Added:
  python-astroid/repos/testing-any/
  python-astroid/repos/testing-any/PKGBUILD
(from rev 226766, python-astroid/trunk/PKGBUILD)

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

Copied: python-astroid/repos/testing-any/PKGBUILD (from rev 226766, 
python-astroid/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-11-21 03:15:16 UTC (rev 226767)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=https://bitbucket.org/logilab/astroid;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-logilab-common' 'python2-logilab-common')
+source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz;)
+sha1sums=('abaf766752f35a82fe8dbccda8396c14c66617e7')
+
+prepare() {
+  cp -a astroid-${pkgver}{,-py3}
+}
+
+build() {
+  cd astroid-${pkgver}
+  python2 setup.py build
+
+  cd ../astroid-${pkgver}-py3
+  python3 setup.py build
+}
+
+check() {
+  cd astroid-${pkgver}
+  PYTHONPATH=$PWD/../build/lib:$PYTHONPATH python2 -Wi -m unittest discover 
-s build/lib/astroid/tests -p unittest*.py
+
+  cd ../astroid-${pkgver}-py3
+  PYTHONPATH=$PWD/../build/lib:$PYTHONPATH python -Wi -m unittest discover 
-s build/lib/astroid/tests -p unittest*.py || warning Tests failed
+}
+
+package_python2-astroid() {
+  depends=('python2-logilab-common' 'python2-six')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+
+  cd astroid-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+}
+
+package_python-astroid() {
+  depends=('python-logilab-common' 'python-six')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+
+  cd astroid-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+}


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

2014-11-20 Thread Gaetan Bisson
Date: Friday, November 21, 2014 @ 04:23:09
  Author: bisson
Revision: 122852

upstream update

Modified:
  liboping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 23:42:17 UTC (rev 122851)
+++ PKGBUILD2014-11-21 03:23:09 UTC (rev 122852)
@@ -2,10 +2,10 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=liboping
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='C library to generate ICMP echo requests, better known as ping 
packets'
-url='http://verplant.org/liboping/'
+url='http://noping.cc/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libcap')
@@ -13,7 +13,7 @@
 optdepends=('perl: perl bindings'
 'ncurses: noping CLI tool')
 source=(${url}files/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('60089a544522abced4aecbb554f494632968371e5ade7bea27015cd6aa598db3')
+sha256sums=('1dcb9182c981b31d67522ae24e925563bed57cf950dc681580c4b0abb6a65bdb')
 
 install=install
 


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

2014-11-20 Thread Gaetan Bisson
Date: Friday, November 21, 2014 @ 04:23:49
  Author: bisson
Revision: 122853

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

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

---+
 /PKGBUILD |   68 
 /install  |   16 ++
 community-i686/PKGBUILD   |   34 --
 community-i686/install|8 -
 community-x86_64/PKGBUILD |   34 --
 community-x86_64/install  |8 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-21 03:23:09 UTC (rev 122852)
+++ community-i686/PKGBUILD 2014-11-21 03:23:49 UTC (rev 122853)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=liboping
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='C library to generate ICMP echo requests, better known as ping 
packets'
-url='http://verplant.org/liboping/'
-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=('60089a544522abced4aecbb554f494632968371e5ade7bea27015cd6aa598db3')
-
-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-i686/PKGBUILD (from rev 122852, 
liboping/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-21 03:23:49 UTC (rev 122853)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=liboping
+pkgver=1.8.0
+pkgrel=1
+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
+}

Deleted: community-i686/install
===
--- community-i686/install  2014-11-21 03:23:09 UTC (rev 122852)
+++ community-i686/install  2014-11-21 03:23:49 UTC (rev 122853)
@@ -1,8 +0,0 @@
-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-i686/install (from rev 122852, 
liboping/trunk/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2014-11-21 03:23:49 UTC (rev 122853)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-21 03:23:09 UTC (rev 122852)
+++ community-x86_64/PKGBUILD   2014-11-21 03:23:49 UTC (rev 122853)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=liboping
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='C library to generate ICMP echo requests, better known as ping 
packets'
-url='http://verplant.org/liboping/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcap')
-makedepends=('ncurses')
-optdepends=('perl: perl bindings'

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

2014-11-20 Thread Felix Yan
Date: Friday, November 21, 2014 @ 04:41:13
  Author: fyan
Revision: 226768

upgpkg: python-lxml 3.4.1-1

upstream new release

Modified:
  python-lxml/trunk/PKGBUILD

--+
 PKGBUILD |   36 +++-
 1 file changed, 27 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-21 03:15:16 UTC (rev 226767)
+++ PKGBUILD2014-11-21 03:41:13 UTC (rev 226768)
@@ -1,24 +1,42 @@
 # $Id$
 # Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
 url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
+makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('bc90cc4e4ee04e1f8290ae0f70e34eea'
+md5sums=('b7696a3f33d5610b215a343216ab5624'
  'SKIP')
 
+prepare() {
+  cp -a lxml-$pkgver{,-py2}
+}
+
+build() {
+  cd lxml-$pkgver
+  python setup.py build
+
+  cd ../lxml-$pkgver-py2
+  python2 setup.py build
+}
+
 check() {
+  # Setting LANG to workaround encoding issue
+  # TODO: Find a sane way to skip inplace build
+
   cd lxml-$pkgver
-  # Workaround encoding issue
+  LANG=en_US.UTF-8 make PYTHON=python test
+  # PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH python test.py -p 
-v
+
+  cd ../lxml-$pkgver-py2
   LANG=en_US.UTF-8 make PYTHON=python2 test
-  LANG=en_US.UTF-8 make PYTHON=python test
+  # PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH python2 test.py 
-p -v
 }
 
 package_python2-lxml() {
@@ -27,8 +45,8 @@
   optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
   'python-lxml-docs: offline docs')
 
-  cd lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
+  cd lxml-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
  
   install -Dm644 LICENSES.txt \
 ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
@@ -44,7 +62,7 @@
   optdepends=('python-lxml-docs: offline docs')
 
   cd lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
+  python setup.py install --root=${pkgdir} --skip-build --optimize=1
   
   install -Dm644 LICENSES.txt \
 ${pkgdir}/usr/share/licenses/$pkgname/LICENSE


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

2014-11-20 Thread Felix Yan
Date: Friday, November 21, 2014 @ 04:44:18
  Author: fyan
Revision: 226769

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

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 226768, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 226768, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  178 
 extra-i686/PKGBUILD   |   71 ---
 extra-x86_64/PKGBUILD |   71 ---
 3 files changed, 178 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-21 03:41:13 UTC (rev 226768)
+++ extra-i686/PKGBUILD 2014-11-21 03:44:18 UTC (rev 226769)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.4.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('bc90cc4e4ee04e1f8290ae0f70e34eea'
- 'SKIP')
-
-check() {
-  cd lxml-$pkgver
-  # Workaround encoding issue
-  LANG=en_US.UTF-8 make PYTHON=python2 test
-  LANG=en_US.UTF-8 make PYTHON=python test
-}
-
-package_python2-lxml() {
-  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
-  depends=('python' 'libxslt')
-  optdepends=('python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 226768, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-21 03:44:18 UTC (rev 226769)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('b7696a3f33d5610b215a343216ab5624'
+ 'SKIP')
+
+prepare() {
+  cp -a lxml-$pkgver{,-py2}
+}
+
+build() {
+  cd lxml-$pkgver
+  python setup.py build
+
+  cd ../lxml-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Setting LANG to workaround encoding issue
+  # TODO: Find a sane way to skip inplace build
+
+  cd lxml-$pkgver
+  LANG=en_US.UTF-8 make PYTHON=python test
+  # PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH python test.py -p 
-v
+
+  cd ../lxml-$pkgver-py2
+  LANG=en_US.UTF-8 make PYTHON=python2 test
+  # PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH python2 test.py 
-p -v
+}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --skip-build 

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

2014-11-20 Thread Eric Bélanger
Date: Friday, November 21, 2014 @ 05:46:52
  Author: eric
Revision: 226770

upgpkg: gupnp-igd 0.2.4-2

Readd python bindings (close FS#42846)

Modified:
  gupnp-igd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-21 03:44:18 UTC (rev 226769)
+++ PKGBUILD2014-11-21 04:46:52 UTC (rev 226770)
@@ -3,13 +3,13 @@
 
 pkgname=gupnp-igd
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A library to handle UPnP IGD port mapping
 arch=('i686' 'x86_64')
 url=http://www.gupnp.org;
 license=('LGPL')
 depends=('gupnp')
-makedepends=('gobject-introspection')
+makedepends=('gobject-introspection' 'python2-gobject2')
 checkdepends=('python2-gobject')
 options=('!makeflags')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
@@ -17,7 +17,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  PYTHON=python2 ./configure --prefix=/usr --enable-python
   make
 }
 


[arch-commits] Commit in gupnp-igd/repos/extra-i686 (PKGBUILD)

2014-11-20 Thread Eric Bélanger
Date: Friday, November 21, 2014 @ 05:49:43
  Author: eric
Revision: 226771

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

Deleted:
  gupnp-igd/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   33 -
 1 file changed, 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-21 04:46:52 UTC (rev 226770)
+++ PKGBUILD2014-11-21 04:49:43 UTC (rev 226771)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gupnp-igd
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=A library to handle UPnP IGD port mapping
-arch=('i686' 'x86_64')
-url=http://www.gupnp.org;
-license=('LGPL')
-depends=('gupnp')
-makedepends=('gobject-introspection')
-checkdepends=('python2-gobject')
-options=('!makeflags')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('38c4a6d7718d17eac17df95a3a8c337677eda77e58978129ad3182d769c38e44')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-


[arch-commits] Commit in gupnp-igd/repos/extra-i686 (PKGBUILD)

2014-11-20 Thread Eric Bélanger
Date: Friday, November 21, 2014 @ 05:57:05
  Author: eric
Revision: 226772

archrelease: copy trunk to extra-i686

Added:
  gupnp-igd/repos/extra-i686/PKGBUILD
(from rev 226771, gupnp-igd/trunk/PKGBUILD)

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

Copied: gupnp-igd/repos/extra-i686/PKGBUILD (from rev 226771, 
gupnp-igd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-21 04:57:05 UTC (rev 226772)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gupnp-igd
+pkgver=0.2.4
+pkgrel=2
+pkgdesc=A library to handle UPnP IGD port mapping
+arch=('i686' 'x86_64')
+url=http://www.gupnp.org;
+license=('LGPL')
+depends=('gupnp')
+makedepends=('gobject-introspection' 'python2-gobject2')
+checkdepends=('python2-gobject')
+options=('!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('38c4a6d7718d17eac17df95a3a8c337677eda77e58978129ad3182d769c38e44')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=python2 ./configure --prefix=/usr --enable-python
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+


[arch-commits] Commit in gupnp-igd/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-11-20 Thread Eric Bélanger
Date: Friday, November 21, 2014 @ 05:58:30
  Author: eric
Revision: 226773

archrelease: copy trunk to extra-x86_64

Added:
  gupnp-igd/repos/extra-x86_64/PKGBUILD
(from rev 226772, gupnp-igd/trunk/PKGBUILD)
Deleted:
  gupnp-igd/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-21 04:57:05 UTC (rev 226772)
+++ PKGBUILD2014-11-21 04:58:30 UTC (rev 226773)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gupnp-igd
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=A library to handle UPnP IGD port mapping
-arch=('i686' 'x86_64')
-url=http://www.gupnp.org;
-license=('LGPL')
-depends=('gupnp')
-makedepends=('gobject-introspection')
-checkdepends=('python2-gobject')
-options=('!makeflags')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('38c4a6d7718d17eac17df95a3a8c337677eda77e58978129ad3182d769c38e44')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: gupnp-igd/repos/extra-x86_64/PKGBUILD (from rev 226772, 
gupnp-igd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-21 04:58:30 UTC (rev 226773)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gupnp-igd
+pkgver=0.2.4
+pkgrel=2
+pkgdesc=A library to handle UPnP IGD port mapping
+arch=('i686' 'x86_64')
+url=http://www.gupnp.org;
+license=('LGPL')
+depends=('gupnp')
+makedepends=('gobject-introspection' 'python2-gobject2')
+checkdepends=('python2-gobject')
+options=('!makeflags')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('38c4a6d7718d17eac17df95a3a8c337677eda77e58978129ad3182d769c38e44')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=python2 ./configure --prefix=/usr --enable-python
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+


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

2014-11-20 Thread Pierre Schmitz
Date: Friday, November 21, 2014 @ 06:19:14
  Author: pierre
Revision: 226775

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 226774, php-composer/trunk/PKGBUILD)
  php-composer/repos/extra-any/php.ini
(from rev 226774, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/extra-any/PKGBUILD
  php-composer/repos/extra-any/php.ini

--+
 PKGBUILD |  106 ++---
 php.ini  |   24 ++---
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-21 05:18:55 UTC (rev 226774)
+++ PKGBUILD2014-11-21 05:19:14 UTC (rev 226775)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha8.615
-pkgrel=1
-pkgdesc=Dependency Manager for PHP
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php' 'php-intl')
-makedepends=('git' ${pkgname})
-checkdepends=('mercurial')
-source=(${pkgname}::git+https://github.com/composer/composer.git;
-'php.ini')
-md5sums=('SKIP'
- 'b31326c352763328dca0a567a67609ab')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   /usr/bin/composer -on install
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 226774, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-21 05:19:14 UTC (rev 226775)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha8.643
+pkgrel=1
+pkgdesc=Dependency Manager for PHP
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php' 'php-intl')
+makedepends=('git' ${pkgname})
+checkdepends=('mercurial')
+source=(${pkgname}::git+https://github.com/composer/composer.git;
+'php.ini')
+md5sums=('SKIP'
+ 'b31326c352763328dca0a567a67609ab')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
+   /usr/bin/composer -on install
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2014-11-21 05:18:55 UTC (rev 226774)
+++ php.ini 2014-11-21 05:19:14 UTC (rev 226775)
@@ -1,12 +0,0 @@
-[PHP]
-memory_limit=-1
-extension=openssl.so
-extension=phar.so
-extension=zip.so
-extension=bz2.so
-extension=curl.so
-extension=intl.so
-[Date]
-date.timezone=UTC
-[Phar]
-phar.readonly=Off

Copied: php-composer/repos/extra-any/php.ini (from rev 226774, 
php-composer/trunk/php.ini)
===
--- php.ini (rev 0)
+++ php.ini 2014-11-21 05:19:14 UTC (rev 226775)
@@ -0,0 +1,12 @@
+[PHP]
+memory_limit=-1
+extension=openssl.so
+extension=phar.so
+extension=zip.so
+extension=bz2.so
+extension=curl.so
+extension=intl.so
+[Date]
+date.timezone=UTC
+[Phar]
+phar.readonly=Off


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

2014-11-20 Thread Pierre Schmitz
Date: Friday, November 21, 2014 @ 06:18:55
  Author: pierre
Revision: 226774

upgpkg: php-composer 1.0.0.alpha8.643-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-21 04:58:30 UTC (rev 226773)
+++ PKGBUILD2014-11-21 05:18:55 UTC (rev 226774)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-composer
-pkgver=1.0.0.alpha8.615
+pkgver=1.0.0.alpha8.643
 pkgrel=1
 pkgdesc=Dependency Manager for PHP
 arch=('any')


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

2014-11-20 Thread Felix Yan
Date: Friday, November 21, 2014 @ 06:30:52
  Author: fyan
Revision: 122854

upgpkg: python-sympy 0.7.6-1

Modified:
  python-sympy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-21 03:23:49 UTC (rev 122853)
+++ PKGBUILD2014-11-21 05:30:52 UTC (rev 122854)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 # Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
@@ -7,8 +7,8 @@
 
 pkgbase=python-sympy
 pkgname=('python2-sympy' 'python-sympy')
-pkgver=0.7.5
-pkgrel=2
+pkgver=0.7.6
+pkgrel=1
 arch=('any')
 pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
 url='http://sympy.org/en/index.html'
@@ -17,7 +17,7 @@
 source=(git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver};)
 
 prepare() {
-  cp -r sympy py3-sympy
+  cp -a sympy py3-sympy
 
   sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
  -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
@@ -39,14 +39,14 @@
   python3 setup.py build
 }
 
-#check() {
-#  cd sympy
-#  python2 setup.py test
-#
-#  cd ../py3-sympy
-#  python3 setup.py test
-#}
+check() {
+  cd sympy
+  python2 setup.py test
 
+  cd ../py3-sympy
+  python3 setup.py test
+}
+
 package_python2-sympy() {
   depends=('python2=2.7')
   optdepends=('python2-pyglet: plotting'


[arch-commits] Commit in python-sympy/repos/community-any (PKGBUILD PKGBUILD)

2014-11-20 Thread Felix Yan
Date: Friday, November 21, 2014 @ 06:33:31
  Author: fyan
Revision: 122855

archrelease: copy trunk to community-any

Added:
  python-sympy/repos/community-any/PKGBUILD
(from rev 122854, python-sympy/trunk/PKGBUILD)
Deleted:
  python-sympy/repos/community-any/PKGBUILD

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-21 05:30:52 UTC (rev 122854)
+++ PKGBUILD2014-11-21 05:33:31 UTC (rev 122855)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
-# Contributor: Peter Garceau rockych...@gmail.com
-
-pkgbase=python-sympy
-pkgname=('python2-sympy' 'python-sympy')
-pkgver=0.7.5
-pkgrel=2
-arch=('any')
-pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
-url='http://sympy.org/en/index.html'
-license=('BSD')
-makedepends=('python2' 'python' 'git')
-source=(git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver};)
-
-prepare() {
-  cp -r sympy py3-sympy
-
-  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
- -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
-
sympy/sympy/mpmath/tests/{runtests.py,test_eigen.py,test_levin.py,test_eigen_symmetric.py}
 \
-sympy/sympy/mpmath/matrices/{eigen.py,eigen_symmetric.py} \
-sympy/sympy/utilities/tests/diagnose_imports.py
-  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python3|' \
- -e 's|#!/usr/bin/python|#!/usr/bin/python3|' \
-
py3-sympy/sympy/mpmath/tests/{runtests.py,test_eigen.py,test_levin.py,test_eigen_symmetric.py}
 \
-py3-sympy/sympy/mpmath/matrices/{eigen.py,eigen_symmetric.py} \
-py3-sympy/sympy/utilities/tests/diagnose_imports.py
-}
-
-build() {
-  cd sympy
-  python2 setup.py build
-
-  cd ../py3-sympy
-  python3 setup.py build
-}
-
-#check() {
-#  cd sympy
-#  python2 setup.py test
-#
-#  cd ../py3-sympy
-#  python3 setup.py test
-#}
-
-package_python2-sympy() {
-  depends=('python2=2.7')
-  optdepends=('python2-pyglet: plotting'
-  'ipython2: user friendly interface for isympy')
-
-  cd sympy
-
-  python2 setup.py install --root ${pkgdir} --optimize=1
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-sympy() {
-  depends=('python=3.3')
-  optdepends=('ipython: user friendly interface for isympy')
-
-  cd py3-sympy
-
-  python3 setup.py install --root ${pkgdir} --optimize=1
-
-  # rename files that exists in both 'python2-sympy' and 'python-sympy'
-  mv ${pkgdir}/usr/bin/isympy{,-py3}
-  mv ${pkgdir}/usr/share/man/man1/isympy{,-py3}.1
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-sha512sums=('SKIP')

Copied: python-sympy/repos/community-any/PKGBUILD (from rev 122854, 
python-sympy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-21 05:33:31 UTC (rev 122855)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: Peter Garceau rockych...@gmail.com
+
+pkgbase=python-sympy
+pkgname=('python2-sympy' 'python-sympy')
+pkgver=0.7.6
+pkgrel=1
+arch=('any')
+pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
+url='http://sympy.org/en/index.html'
+license=('BSD')
+makedepends=('python2' 'python' 'git')
+source=(git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver};)
+
+prepare() {
+  cp -a sympy py3-sympy
+
+  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+ -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+
sympy/sympy/mpmath/tests/{runtests.py,test_eigen.py,test_levin.py,test_eigen_symmetric.py}
 \
+sympy/sympy/mpmath/matrices/{eigen.py,eigen_symmetric.py} \
+sympy/sympy/utilities/tests/diagnose_imports.py
+  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python3|' \
+ -e 's|#!/usr/bin/python|#!/usr/bin/python3|' \
+
py3-sympy/sympy/mpmath/tests/{runtests.py,test_eigen.py,test_levin.py,test_eigen_symmetric.py}
 \
+py3-sympy/sympy/mpmath/matrices/{eigen.py,eigen_symmetric.py} \
+py3-sympy/sympy/utilities/tests/diagnose_imports.py
+}
+
+build() {
+  cd sympy
+  python2 setup.py build
+
+  cd ../py3-sympy
+  python3 setup.py build
+}
+
+check() {
+  cd sympy
+  python2 setup.py test
+
+  cd ../py3-sympy
+  python3 setup.py test
+}
+
+package_python2-sympy() {
+  depends=('python2=2.7')
+  optdepends=('python2-pyglet: plotting'
+  'ipython2: user