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

2015-06-23 Thread Laurent Carlier
Date: Tuesday, June 23, 2015 @ 10:34:31
  Author: lcarlier
Revision: 135745

upgpkg: lib32-systemd 221-1

upstream update 221

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 06:52:29 UTC (rev 135744)
+++ PKGBUILD2015-06-23 08:34:31 UTC (rev 135745)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=219
+pkgver=221
 pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'lib32-curl' 
'lib32-libcap' 'lib32-bzip2' 'systemd')
 makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-acl' 
'intltool' 'gperf')
 
source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz";)
-md5sums=('e0d6c9a4b4f69f66932d2230298c9a34')
+md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
 
 build() {
   export CC="gcc -m32"


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

2015-06-23 Thread Laurent Carlier
Date: Tuesday, June 23, 2015 @ 10:34:36
  Author: lcarlier
Revision: 135746

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-23 08:34:31 UTC (rev 135745)
+++ PKGBUILD2015-06-23 08:34:36 UTC (rev 135746)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-pkgver=219
-pkgrel=1
-pkgdesc="system and service manager (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/systemd";
-license=('GPL2' 'LGPL2.1' 'MIT')
-depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'lib32-curl' 
'lib32-libcap' 'lib32-bzip2' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-acl' 
'intltool' 'gperf')
-source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz";)
-md5sums=('e0d6c9a4b4f69f66932d2230298c9a34')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/systemd-${pkgver}"
-
-  # LTO currently breaks the build because of libtool failures
-  CFLAGS+=' -fno-lto'
-
-  local timeservers=({0..3}.arch.pool.ntp.org)
-
-  ./configure \
---libexecdir=/usr/lib32 \
---libdir=/usr/lib32 \
---localstatedir=/var \
---sysconfdir=/etc \
---enable-compat-libs \
---disable-audit \
---disable-tests \
---disable-ima \
---disable-kdbus \
---disable-seccomp \
---disable-pam \
---disable-kmod \
---disable-networkd \
---disable-blkid \
---disable-libiptc \
---without-python \
---disable-libcryptsetup \
---with-sysvinit-path= \
---with-sysvrcnd-path= \
---with-ntp-servers="${timeservers[*]}"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/systemd-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/{etc,var}
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-
-  install -m755 -d "${pkgdir}/usr/share/licenses"
-  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
-}

Copied: lib32-systemd/repos/multilib-x86_64/PKGBUILD (from rev 135745, 
lib32-systemd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-23 08:34:36 UTC (rev 135746)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=221
+pkgrel=1
+pkgdesc="system and service manager (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd";
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'lib32-curl' 
'lib32-libcap' 'lib32-bzip2' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-acl' 
'intltool' 'gperf')
+source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz";)
+md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/systemd-${pkgver}"
+
+  # LTO currently breaks the build because of libtool failures
+  CFLAGS+=' -fno-lto'
+
+  local timeservers=({0..3}.arch.pool.ntp.org)
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--enable-compat-libs \
+--disable-audit \
+--disable-tests \
+--disable-ima \
+--disable-kdbus \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-networkd \
+--disable-blkid \
+--disable-libiptc \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-ntp-servers="${timeservers[*]}"
+
+  make
+}
+
+package() {
+  cd "${srcdir}/systemd-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+
+  install -m755 -d "${pkgdir}/usr/share/licenses"
+  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
+}


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

2015-06-23 Thread Giovanni Scafora
Date: Tuesday, June 23, 2015 @ 10:42:43
  Author: giovanni
Revision: 241222

upgpkg: mkvtoolnix 8.0.0-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 05:15:46 UTC (rev 241221)
+++ PKGBUILD2015-06-23 08:42:43 UTC (rev 241222)
@@ -4,7 +4,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=7.9.0
+pkgver=8.0.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,7 +12,7 @@
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
 
source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";)
-md5sums=('b73789734f7ca3041473ad905c89143f')
+md5sums=('c93f23fd4f91b25566dcd07684bce01a')
 
 prepare() {
   cd "${srcdir}/${pkgbase}-${pkgver}"


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

2015-06-23 Thread Giovanni Scafora
Date: Tuesday, June 23, 2015 @ 10:42:51
  Author: giovanni
Revision: 241223

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

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 241222, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
(from rev 241222, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 241222, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
(from rev 241222, mkvtoolnix/trunk/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install

-+
 /PKGBUILD   |  194 ++
 /mkvtoolnix.install |   30 +
 extra-i686/PKGBUILD |   97 ---
 extra-i686/mkvtoolnix.install   |   15 --
 extra-x86_64/PKGBUILD   |   97 ---
 extra-x86_64/mkvtoolnix.install |   15 --
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-23 08:42:43 UTC (rev 241222)
+++ extra-i686/PKGBUILD 2015-06-23 08:42:51 UTC (rev 241223)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=7.9.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
-source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";)
-md5sums=('b73789734f7ca3041473ad905c89143f')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS="" CURL_LIBS=""
-
-  export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
-  export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
-
-  # Sets number of threads for a parallel build
-  export DRAKETHREADS=4
-
-  autoreconf -vfi
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # XXX: Temporary define to build against boost 1.58
-  # https://github.com/mbunkus/mkvtoolnix/issues/1172
-  CXXFLAGS+=' -DBOOST_CODECVT_DO_LENGTH_CONST=const'
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  ./drake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  ./drake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI 
version"
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-
-  rm -rf "${pkgdir}"/usr/bin/mmg
-  rm -rf "${pkgdir}"/usr/share/man/de/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/uk/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/applications
-  rm -rf "${pkgdir}"/usr/share/icons
-  rm -rf "${pkgdir}"/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - wxGTK GUI"
-  depends=("mkvtoolnix-cli=${pkgver}" 'wxgtk' 'xdg-utils' 'desktop-file-utils')
-  install=mkvtoolnix.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mkv*
-  install -Dm755 src/mkvinfo "${pkgdir}"/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
"${pkgdir}"/usr/share/applications/mkvinfo.desktop
-
-  rm -rf "${pkgdir}"/usr/share/doc
-  rm -rf "${pkgdir}"/usr/share/locale
-  rm -rf "${pkgdir}"/usr/share/man/de/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 241222, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-23 08:42:51 UTC (rev 241223)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=8.0.0

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

2015-06-23 Thread Giovanni Scafora
Date: Tuesday, June 23, 2015 @ 10:53:23
  Author: giovanni
Revision: 135747

upgpkg: sigil 0.8.7-1

upstream release

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 08:34:36 UTC (rev 135746)
+++ PKGBUILD2015-06-23 08:53:23 UTC (rev 135747)
@@ -3,8 +3,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=sigil
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.8.7
+pkgrel=1
 pkgdesc="WYSIWYG ebook editor"
 arch=('i686' 'x86_64')
 url="https://github.com/user-none/Sigil/";
@@ -13,7 +13,7 @@
 makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake' 'boost')
 install=sigil.install
 
source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip";)
-md5sums=('c32364fd891f562e259c50615191fc45')
+md5sums=('1eae1cc28f46f3d0fad185a3b5e34025')
 
 build() {
   cd "${srcdir}/Sigil-${pkgver}"


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

2015-06-23 Thread Giovanni Scafora
Date: Tuesday, June 23, 2015 @ 10:53:32
  Author: giovanni
Revision: 135748

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

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

+
 /PKGBUILD  |   88 +++
 /sigil.install |   24 ++
 community-i686/PKGBUILD|   44 ---
 community-i686/sigil.install   |   12 -
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/sigil.install |   12 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-23 08:53:23 UTC (rev 135747)
+++ community-i686/PKGBUILD 2015-06-23 08:53:32 UTC (rev 135748)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.8.6
-pkgrel=2
-pkgdesc="WYSIWYG ebook editor"
-arch=('i686' 'x86_64')
-url="https://github.com/user-none/Sigil/";
-license=('GPL3')
-depends=('qt5-webkit' 'boost-libs' 'python' 'hicolor-icon-theme')
-makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake' 'boost')
-install=sigil.install
-source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip";)
-md5sums=('c32364fd891f562e259c50615191fc45')
-
-build() {
-  cd "${srcdir}/Sigil-${pkgver}"
-
-  mkdir build
-  cd build
-
-  cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/Sigil-${pkgver}/build
-  make install DESTDIR="${pkgdir}"
-
-  for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
-  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-  done
-  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: sigil/repos/community-i686/PKGBUILD (from rev 135747, 
sigil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-23 08:53:32 UTC (rev 135748)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.8.7
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('i686' 'x86_64')
+url="https://github.com/user-none/Sigil/";
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs' 'python' 'hicolor-icon-theme')
+makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake' 'boost')
+install=sigil.install
+source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip";)
+md5sums=('1eae1cc28f46f3d0fad185a3b5e34025')
+
+build() {
+  cd "${srcdir}/Sigil-${pkgver}"
+
+  mkdir build
+  cd build
+
+  cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/Sigil-${pkgver}/build
+  make install DESTDIR="${pkgdir}"
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Deleted: community-i686/sigil.install
===
--- community-i686/sigil.install2015-06-23 08:53:23 UTC (rev 135747)
+++ community-i686/sigil.install2015-06-23 08:53:32 UTC (rev 135748)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sigil/repos/community-i686/sigil.install (from rev 135747, 
sigil/trunk/sigil.install)
===
--- community-i686/sigil.install(rev 0)
+++ community-i686/sigil.install2015-06-23 08:53:32 UTC (rev 135748)
@@ -0,0 +1,12 @@
+post_install() 

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

2015-06-23 Thread Giovanni Scafora
Date: Tuesday, June 23, 2015 @ 10:59:37
  Author: giovanni
Revision: 135750

archrelease: copy trunk to community-any

Added:
  python2-pycountry/repos/community-any/PKGBUILD
(from rev 135749, python2-pycountry/trunk/PKGBUILD)
Deleted:
  python2-pycountry/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-23 08:59:31 UTC (rev 135749)
+++ PKGBUILD2015-06-23 08:59:37 UTC (rev 135750)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgname=python2-pycountry
-pkgver=1.10
-pkgrel=1
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="http://pypi.python.org/pypi/pycountry";
-license=('LGPL2.1')
-depends=('python2-lxml')
-makedepends=('python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.zip";)
-md5sums=('617635a7e94dc3d18ebcb5382cd3c93f')
-
-package() {
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python2-pycountry/repos/community-any/PKGBUILD (from rev 135749, 
python2-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-23 08:59:37 UTC (rev 135750)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgname=python2-pycountry
+pkgver=1.12
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="http://pypi.python.org/pypi/pycountry";
+license=('LGPL2.1')
+depends=('python2-lxml')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz";)
+md5sums=('1c64c708bbe900df9662b8c09c26b27a')
+
+package() {
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2015-06-23 Thread Giovanni Scafora
Date: Tuesday, June 23, 2015 @ 10:59:31
  Author: giovanni
Revision: 135749

upgpkg: python2-pycountry 1.12-1

upstream release

Modified:
  python2-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 08:53:32 UTC (rev 135748)
+++ PKGBUILD2015-06-23 08:59:31 UTC (rev 135749)
@@ -3,7 +3,7 @@
 # Contributor:  Pawel "kTT" Salata 
 
 pkgname=python2-pycountry
-pkgver=1.10
+pkgver=1.12
 pkgrel=1
 pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
 arch=('any')
@@ -11,8 +11,8 @@
 license=('LGPL2.1')
 depends=('python2-lxml')
 makedepends=('python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.zip";)
-md5sums=('617635a7e94dc3d18ebcb5382cd3c93f')
+source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz";)
+md5sums=('1c64c708bbe900df9662b8c09c26b27a')
 
 package() {
   cd "${srcdir}/pycountry-${pkgver}"


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

2015-06-23 Thread Felix Yan
Date: Tuesday, June 23, 2015 @ 12:38:18
  Author: fyan
Revision: 241224

upgpkg: akonadi 1.13.0-5

- make sqlite the default database backend, so mariadb could be moved to 
optdepends
- enable tests

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 08:42:51 UTC (rev 241223)
+++ PKGBUILD2015-06-23 10:38:18 UTC (rev 241224)
@@ -5,14 +5,16 @@
 
 pkgname=akonadi
 pkgver=1.13.0
-pkgrel=4
+pkgrel=5
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
 license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'qt4' 'libxslt')
-makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
-optdepends=('postgresql: PostgreSQL backend')
+depends=('shared-mime-info' 'boost-libs' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb')
+checkdepends=('xorg-server-xvfb')
+optdepends=('postgresql: PostgreSQL backend'
+'mariadb: MariaDB backend')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
 md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d')
@@ -28,11 +30,18 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
 -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DAKONADI_BUILD_TESTS=OFF \
+-DDATABASE_BACKEND=SQLITE \
 -DWITH_SOPRANO=OFF
   make
 }
 
+check() {
+  # 17 akonadi-dbconfigtest failed as we changed the default backend
+  # 24~30 failed due to qt cannot find the sqldriver which is not installed yet
+  cd build
+  xvfb-run -a dbus-launch --exit-with-session make test || warning "Tests 
failed"
+}
+
 package() {
   cd build
   make DESTDIR="${pkgdir}" install


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

2015-06-23 Thread Felix Yan
Date: Tuesday, June 23, 2015 @ 12:38:36
  Author: fyan
Revision: 241225

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

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

+
 testing-i686/PKGBUILD  |   48 +++
 testing-i686/akonadi.install   |   11 
 testing-x86_64/PKGBUILD|   48 +++
 testing-x86_64/akonadi.install |   11 
 4 files changed, 118 insertions(+)

Copied: akonadi/repos/testing-i686/PKGBUILD (from rev 241224, 
akonadi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-23 10:38:36 UTC (rev 241225)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.13.0
+pkgrel=5
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb')
+checkdepends=('xorg-server-xvfb')
+optdepends=('postgresql: PostgreSQL backend'
+'mariadb: MariaDB backend')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DDATABASE_BACKEND=SQLITE \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+check() {
+  # 17 akonadi-dbconfigtest failed as we changed the default backend
+  # 24~30 failed due to qt cannot find the sqldriver which is not installed yet
+  cd build
+  xvfb-run -a dbus-launch --exit-with-session make test || warning "Tests 
failed"
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: akonadi/repos/testing-i686/akonadi.install (from rev 241224, 
akonadi/trunk/akonadi.install)
===
--- testing-i686/akonadi.install(rev 0)
+++ testing-i686/akonadi.install2015-06-23 10:38:36 UTC (rev 241225)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/testing-x86_64/PKGBUILD (from rev 241224, 
akonadi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-06-23 10:38:36 UTC (rev 241225)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.13.0
+pkgrel=5
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb')
+checkdepends=('xorg-server-xvfb')
+optdepends=('postgresql: PostgreSQL backend'
+'mariadb: MariaDB backend')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DDATABASE_BACKEND=SQLITE \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+check() {
+  # 17 akonadi-dbconfigtest failed as we changed the default backend
+  # 24~30 failed due to qt cannot find the sqldriver which is not installed yet
+  cd build
+  xvfb-run -a dbus-launch --exit-with-session make test || warning "Tests 
failed"
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: akonadi/repos/testing-x86_64/akonadi.install (from rev 241224, 
akonadi/trunk/akonadi.install)
===
--- testing-x86_64/akonadi.install  (rev 0

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

2015-06-23 Thread Massimiliano Torromeo
Date: Tuesday, June 23, 2015 @ 14:40:00
  Author: mtorromeo
Revision: 135751

upgpkg: openfire 3.10.2-1

Updated to 3.10.2

Modified:
  openfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 08:59:37 UTC (rev 135750)
+++ PKGBUILD2015-06-23 12:40:00 UTC (rev 135751)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=openfire
-pkgver=3.10.0
+pkgver=3.10.2
 pkgrel=1
 pkgdesc="High performance XMPP (Jabber) server."
 arch=('any')
@@ -49,7 +49,7 @@
cp -R lib "$pkgdir"/usr/lib/openfire
 }
 
-sha256sums=('4911caf5336903e17a752c358c4e506dae76b0f66adfc857537eb6dfe3792f33'
+sha256sums=('6be2287b27305c19db6daae360b1b898428d289413e8114a35e9ce04c6de3d80'
 'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
 '772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c'
 '743d07158d40f3690684a078d5f35c53c819e45d4ff0c2016b0f33662363614f')


[arch-commits] Commit in openfire/repos/community-any (10 files)

2015-06-23 Thread Massimiliano Torromeo
Date: Tuesday, June 23, 2015 @ 14:41:20
  Author: mtorromeo
Revision: 135752

archrelease: copy trunk to community-any

Added:
  openfire/repos/community-any/PKGBUILD
(from rev 135751, openfire/trunk/PKGBUILD)
  openfire/repos/community-any/openfire.conf
(from rev 135751, openfire/trunk/openfire.conf)
  openfire/repos/community-any/openfire.install
(from rev 135751, openfire/trunk/openfire.install)
  openfire/repos/community-any/openfire.service
(from rev 135751, openfire/trunk/openfire.service)
  openfire/repos/community-any/user.conf
(from rev 135751, openfire/trunk/user.conf)
Deleted:
  openfire/repos/community-any/PKGBUILD
  openfire/repos/community-any/openfire.conf
  openfire/repos/community-any/openfire.install
  openfire/repos/community-any/openfire.service
  openfire/repos/community-any/user.conf

--+
 PKGBUILD |  110 ++---
 openfire.conf|6 +-
 openfire.install |   16 +++
 openfire.service |   28 ++---
 user.conf|2 
 5 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-23 12:40:00 UTC (rev 135751)
+++ PKGBUILD2015-06-23 12:41:20 UTC (rev 135752)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Pierre Schmitz 
-
-pkgname=openfire
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="High performance XMPP (Jabber) server."
-arch=('any')
-url='http://www.igniterealtime.org/projects/openfire/'
-license=('GPL')
-depends=('java-runtime-headless')
-makedepends=('apache-ant')
-install='openfire.install'
-backup=(
-   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
-   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
-   'etc/openfire/security/client.truststore')
-source=("http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz";
 \
-   'openfire.conf' 'openfire.service' 'user.conf')
-
-build() {
-   cd "$srcdir"/openfire_src/build
-   rm -rf ../src/resources/nativeAuth/
-   ant openfire
-#  ant plugins
-}
-
-package() {
-   cd "$pkgdir"
-   install -dm755 usr/lib usr/share/openfire/resources etc/openfire 
var/log/openfire
-
-   cd "$srcdir"
-   install -Dm644 openfire.conf "$pkgdir"/etc/conf.d/openfire
-   install -Dm644 openfire.service 
"$pkgdir"/usr/lib/systemd/system/openfire.service
-   install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/openfire.conf
-
-   cd openfire_src/target/openfire
-   rm -rf bin logs lib/tray.dll
-
-   cp -R conf/* "$pkgdir"/etc/openfire/
-   ln -s /etc/openfire "$pkgdir"/usr/share/openfire/conf
-
-   cp -R resources/security "$pkgdir"/etc/openfire/
-   ln -s /etc/openfire/security 
"$pkgdir"/usr/share/openfire/resources/security
-
-   cp -R plugins "$pkgdir"/usr/share/openfire/
-   cp -R resources/{database,spank} "$pkgdir"/usr/share/openfire/resources/
-   cp -R lib "$pkgdir"/usr/lib/openfire
-}
-
-sha256sums=('4911caf5336903e17a752c358c4e506dae76b0f66adfc857537eb6dfe3792f33'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c'
-'743d07158d40f3690684a078d5f35c53c819e45d4ff0c2016b0f33662363614f')

Copied: openfire/repos/community-any/PKGBUILD (from rev 135751, 
openfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-23 12:41:20 UTC (rev 135752)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Pierre Schmitz 
+
+pkgname=openfire
+pkgver=3.10.2
+pkgrel=1
+pkgdesc="High performance XMPP (Jabber) server."
+arch=('any')
+url='http://www.igniterealtime.org/projects/openfire/'
+license=('GPL')
+depends=('java-runtime-headless')
+makedepends=('apache-ant')
+install='openfire.install'
+backup=(
+   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
+   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
+   'etc/openfire/security/client.truststore')
+source=("http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz";
 \
+   'openfire.conf' 'openfire.service' 'user.conf')
+
+build() {
+   cd "$srcdir"/openfire_src/build
+   rm -rf ../src/resources/nativeAuth/
+   ant openfire
+#  ant plugins
+}
+
+package() {
+   cd "$pkgdir"
+   install -dm755 usr/lib usr/share/openfire/resources etc/openfire 
var/log/openfire
+
+   cd "$srcdir"
+   install -Dm644 openfire.conf "$pkgdir"/etc/conf.d/openfire
+   install -Dm644 openfire.service 
"$pkgdir"/usr/lib/systemd/system/openfire.service
+   install -Dm644 u

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

2015-06-23 Thread Tobias Powalowski
Date: Tuesday, June 23, 2015 @ 15:20:11
  Author: tpowa
Revision: 241226

upgpkg: linux 4.0.6-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 10:38:36 UTC (rev 241225)
+++ PKGBUILD2015-06-23 13:20:11 UTC (rev 241226)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.0
-pkgver=4.0.5
+pkgver=4.0.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -23,7 +23,7 @@
 'change-default-console-loglevel.patch')
 sha256sums=('0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
 'SKIP'
-'60b691210a9e412710e29eac6468d64b6c4d1efc53a6e22878dd51044001adf0'
+'d65b0bc24bf49cb75f7c301c28b05a554bc03a5fc4ed751b4f05bc13e97d'
 'SKIP'
 'e8d639582697f22333a96aa1614bcf5d9bcf2e6683a3d5296f9cfc64843606f1'
 '5dadd75693e512b77f87f5620e470405b943373613eaf4df561037e9296453be'


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

2015-06-23 Thread Tobias Powalowski
Date: Tuesday, June 23, 2015 @ 15:20:26
  Author: tpowa
Revision: 241227

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 241226, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 241226, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 241226, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 241226, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 241226, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 241226, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 241226, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 241226, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 241226, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 241226, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 241226, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 241226, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  298 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7464 +
 testing-i686/config.x86_64   | 7211 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  298 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7464 +
 testing-x86_64/config.x86_64 | 7211 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 30070 insertions(+)

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


[arch-commits] Commit in evolution-data-server/repos (8 files)

2015-06-23 Thread Jan de Groot
Date: Tuesday, June 23, 2015 @ 15:30:49
  Author: jgc
Revision: 241229

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 241228, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 241228, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 241228, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 241228, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install

+
 /PKGBUILD  |   72 +++
 /evolution-data-server.install |   22 
 extra-i686/PKGBUILD|   33 
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   33 
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 94 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-23 13:30:43 UTC (rev 241228)
+++ extra-i686/PKGBUILD 2015-06-23 13:30:49 UTC (rev 241229)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.16.3
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc)
-install=$pkgname.install
-url="https://wiki.gnome.org/Apps/Evolution";
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa \
-  --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 241228, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-23 13:30:49 UTC (rev 241229)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.16.4
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc git 
gnome-common)
+install=$pkgname.install
+url="https://wiki.gnome.org/Apps/Evolution";
+license=(GPL)
+source=(git://git.gnome.org/evolution-data-server#commit=79dbb273a37623a1e667b82788e7f05e2746b444)
+sha256sums=('SKIP')
+#source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+#sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5')
+
+build() {
+  cd "$pkgname"
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2015-06-23 13:30:43 UTC (rev 
241228)
+++ extra-i686/evolution-data-server.install2015-06-23 13:30:49 UTC (rev 
241229)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-

[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2015-06-23 Thread Jan de Groot
Date: Tuesday, June 23, 2015 @ 15:30:43
  Author: jgc
Revision: 241228

upgpkg: evolution-data-server 3.16.4-1

Update to git snapshot on 3.16 branch

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 13:20:26 UTC (rev 241227)
+++ PKGBUILD2015-06-23 13:30:43 UTC (rev 241228)
@@ -2,20 +2,23 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.16.3
+pkgver=3.16.4
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc git 
gnome-common)
 install=$pkgname.install
 url="https://wiki.gnome.org/Apps/Evolution";
 license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5')
+source=(git://git.gnome.org/evolution-data-server#commit=79dbb273a37623a1e667b82788e7f05e2746b444)
+sha256sums=('SKIP')
+#source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+#sha256sums=('ee68a114012a7410559e712a0603f0ae7734a34f15c224da9cb7088829dcaca5')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
+  NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --with-openldap=yes \
   --libexecdir=/usr/lib/evolution-data-server \
@@ -28,6 +31,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }


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

2015-06-23 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 16:16:21
  Author: foutrelis
Revision: 241230

upgpkg: flashplugin 11.2.202.468-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 13:30:49 UTC (rev 241229)
+++ PKGBUILD2015-06-23 14:16:21 UTC (rev 241230)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.466
+pkgver=11.2.202.468
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -22,8 +22,8 @@
 
source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
 md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('83376334ed28cfd543e01b5f68551143')
-md5sums_x86_64=('124a084e196801143cf7367e21019f3d')
+md5sums_i686=('fd90ed0ebfdbb827cf4aa54f0e584538')
+md5sums_x86_64=('b3194b15b304d53c34e4a8ef50380fea')
 
 package () {
 install -Dm755 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"


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

2015-06-23 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 16:16:32
  Author: foutrelis
Revision: 135753

upgpkg: lib32-flashplugin 11.2.202.468-1

New upstream release.

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 12:41:20 UTC (rev 135752)
+++ PKGBUILD2015-06-23 14:16:32 UTC (rev 135753)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.466
+pkgver=11.2.202.468
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
-md5sums=('83376334ed28cfd543e01b5f68551143')
+md5sums=('fd90ed0ebfdbb827cf4aa54f0e584538')
 
 package() {
   install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"


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

2015-06-23 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 16:16:38
  Author: foutrelis
Revision: 135754

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-23 14:16:32 UTC (rev 135753)
+++ PKGBUILD2015-06-23 14:16:38 UTC (rev 135754)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.466
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
-md5sums=('83376334ed28cfd543e01b5f68551143')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 135753, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-23 14:16:38 UTC (rev 135754)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.468
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
+md5sums=('fd90ed0ebfdbb827cf4aa54f0e584538')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2015-06-23 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 16:16:33
  Author: foutrelis
Revision: 241231

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 241230, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 241230, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 241230, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 241230, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 241230, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 241230, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|   88 +
 /flashplugin.install |   28 +++
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/flashplugin.install   |   14 -
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/flashplugin.install |   14 -
 extra-x86_64/mms.cfg |2 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-23 14:16:21 UTC (rev 241230)
+++ extra-i686/PKGBUILD 2015-06-23 14:16:33 UTC (rev 241231)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.466
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile}
-mms.cfg)
-source_i686=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz)
-source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
-md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('83376334ed28cfd543e01b5f68551143')
-md5sums_x86_64=('124a084e196801143cf7367e21019f3d')
-
-package () {
-install -Dm755 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-if [ "$CARCH" = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-fi
-install -Dm755 usr/bin/flash-player-properties 
"$pkgdir/usr/bin/flash-player-properties"
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
"$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png"
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
"$pkgdir/usr/share/applications/flash-player-properties.desktop"
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
"$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop"
-install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg"
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 241230, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-23 14:16:33 UTC (rev 241231)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.468
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU acceleration on Nvidia card')
+provides=('flashplayer')
+license=('custom')
+options=(!strip)
+install=flashplugin.install
+backup=(etc/adobe/mms.cfg)
+source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile}

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

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 16:27:18
  Author: spupykin
Revision: 135756

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-23 14:27:04 UTC (rev 135755)
+++ community-i686/PKGBUILD 2015-06-23 14:27:18 UTC (rev 135756)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=cgmanager
-pkgver=0.37
-pkgrel=1
-pkgdesc="Another daemon for managing control groups"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/";
-license=('GPL')
-depends=('libnih')
-makedepends=('help2man')
-source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz";)
-md5sums=('764485d42a9197dce0c5a8a29e5e4bc0')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-#  ./bootstrap.sh
-   ./configure --prefix=/usr --sbindir=/usr/bin
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-}

Copied: cgmanager/repos/community-i686/PKGBUILD (from rev 135755, 
cgmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-23 14:27:18 UTC (rev 135756)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=cgmanager
+pkgver=0.37
+pkgrel=2
+pkgdesc="Another daemon for managing control groups"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/";
+license=('GPL')
+depends=('libnih')
+makedepends=('help2man')
+source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz";)
+md5sums=('764485d42a9197dce0c5a8a29e5e4bc0')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+#  ./bootstrap.sh
+   ./configure --prefix=/usr --sbindir=/usr/bin \
+   --with-init-script=systemd
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-23 14:27:04 UTC (rev 135755)
+++ community-x86_64/PKGBUILD   2015-06-23 14:27:18 UTC (rev 135756)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=cgmanager
-pkgver=0.37
-pkgrel=1
-pkgdesc="Another daemon for managing control groups"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/";
-license=('GPL')
-depends=('libnih')
-makedepends=('help2man')
-source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz";)
-md5sums=('764485d42a9197dce0c5a8a29e5e4bc0')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-#  ./bootstrap.sh
-   ./configure --prefix=/usr --sbindir=/usr/bin
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-}

Copied: cgmanager/repos/community-x86_64/PKGBUILD (from rev 135755, 
cgmanager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-23 14:27:18 UTC (rev 135756)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=cgmanager
+pkgver=0.37
+pkgrel=2
+pkgdesc="Another daemon for managing control groups"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/";
+license=('GPL')
+depends=('libnih')
+makedepends=('help2man')
+source=("https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz";)
+md5sums=('764485d42a9197dce0c5a8a29e5e4bc0')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+#  ./bootstrap.sh
+   ./configure --prefix=/usr --sbindir=/usr/bin \
+   --with-init-script=systemd
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}


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

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 16:27:04
  Author: spupykin
Revision: 135755

upgpkg: cgmanager 0.37-2

upd

Modified:
  cgmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 14:16:38 UTC (rev 135754)
+++ PKGBUILD2015-06-23 14:27:04 UTC (rev 135755)
@@ -3,7 +3,7 @@
 
 pkgname=cgmanager
 pkgver=0.37
-pkgrel=1
+pkgrel=2
 pkgdesc="Another daemon for managing control groups"
 arch=(i686 x86_64)
 url="https://linuxcontainers.org/";
@@ -16,7 +16,8 @@
 build() {
cd "$srcdir/$pkgname-$pkgver"
 #  ./bootstrap.sh
-   ./configure --prefix=/usr --sbindir=/usr/bin
+   ./configure --prefix=/usr --sbindir=/usr/bin \
+   --with-init-script=systemd
make
 }
 


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

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 16:27:22
  Author: spupykin
Revision: 135757

upgpkg: cpulimit 20150623-1

upd

Modified:
  cpulimit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 14:27:18 UTC (rev 135756)
+++ PKGBUILD2015-06-23 14:27:22 UTC (rev 135757)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=cpulimit
-pkgver=20140311
+pkgver=20150623
 pkgrel=1
 pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT"
 arch=('i686' 'x86_64')
@@ -14,6 +14,12 @@
 source=("$pkgname-$pkgver::git://github.com/opsengine/cpulimit.git")
 md5sums=('SKIP')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's/#ifdef __APPLE__ || __FREEBSD__/#if defined __APPLE__ || defined 
__FREEBSD__/g' \
+src/cpulimit.c tests/process_iterator_test.c
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   make
@@ -22,5 +28,5 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
-  install -Dm0644 README $pkgdir/usr/share/doc/$pkgname/README
+  install -Dm0644 README.md $pkgdir/usr/share/doc/$pkgname/README.md
 }


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

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 16:27:37
  Author: spupykin
Revision: 135758

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-23 14:27:22 UTC (rev 135757)
+++ community-i686/PKGBUILD 2015-06-23 14:27:37 UTC (rev 135758)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=cpulimit
-pkgver=20140311
-pkgrel=1
-pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT"
-arch=('i686' 'x86_64')
-url="https://github.com/opsengine/cpulimit";
-license=("GPL")
-depends=()
-makedepends=('git')
-source=("$pkgname-$pkgver::git://github.com/opsengine/cpulimit.git")
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
-  install -Dm0644 README $pkgdir/usr/share/doc/$pkgname/README
-}

Copied: cpulimit/repos/community-i686/PKGBUILD (from rev 135757, 
cpulimit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-23 14:27:37 UTC (rev 135758)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=cpulimit
+pkgver=20150623
+pkgrel=1
+pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT"
+arch=('i686' 'x86_64')
+url="https://github.com/opsengine/cpulimit";
+license=("GPL")
+depends=()
+makedepends=('git')
+source=("$pkgname-$pkgver::git://github.com/opsengine/cpulimit.git")
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's/#ifdef __APPLE__ || __FREEBSD__/#if defined __APPLE__ || defined 
__FREEBSD__/g' \
+src/cpulimit.c tests/process_iterator_test.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
+  install -Dm0644 README.md $pkgdir/usr/share/doc/$pkgname/README.md
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-23 14:27:22 UTC (rev 135757)
+++ community-x86_64/PKGBUILD   2015-06-23 14:27:37 UTC (rev 135758)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=cpulimit
-pkgver=20140311
-pkgrel=1
-pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT"
-arch=('i686' 'x86_64')
-url="https://github.com/opsengine/cpulimit";
-license=("GPL")
-depends=()
-makedepends=('git')
-source=("$pkgname-$pkgver::git://github.com/opsengine/cpulimit.git")
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
-  install -Dm0644 README $pkgdir/usr/share/doc/$pkgname/README
-}

Copied: cpulimit/repos/community-x86_64/PKGBUILD (from rev 135757, 
cpulimit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-23 14:27:37 UTC (rev 135758)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=cpulimit
+pkgver=20150623
+pkgrel=1
+pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT"
+arch=('i686' 'x86_64')
+url="https://github.com/opsengine/cpulimit";
+license=("GPL")
+depends=()
+makedepends=('git')
+source=("$pkgname-$pkgver::git://github.com/opsengine/cpulimit.git")
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's/#ifdef __APPLE__ || __FREEBSD__/#if defined __APPLE__ || defined 
__FREEBSD__/g' \
+src/cpulimit.c tests/process_iterator_test.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
+  install -Dm0644 README.md $pkgdir/usr/share/doc/$pkgname/README.md
+}


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

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 16:30:46
  Author: spupykin
Revision: 135760

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

Added:
  lxcfs/repos/community-i686/PKGBUILD
(from rev 135759, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-i686/lxcfs.service
(from rev 135759, lxcfs/trunk/lxcfs.service)
  lxcfs/repos/community-x86_64/PKGBUILD
(from rev 135759, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-x86_64/lxcfs.service
(from rev 135759, lxcfs/trunk/lxcfs.service)
Deleted:
  lxcfs/repos/community-i686/PKGBUILD
  lxcfs/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   64 +++
 community-i686/PKGBUILD|   29 -
 community-i686/lxcfs.service   |   15 +
 community-x86_64/PKGBUILD  |   29 -
 community-x86_64/lxcfs.service |   15 +
 5 files changed, 94 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-23 14:30:33 UTC (rev 135759)
+++ community-i686/PKGBUILD 2015-06-23 14:30:46 UTC (rev 135760)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=0.9
-pkgrel=1
-pkgdesc="FUSE filesystem for LXC"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/";
-license=('GPL')
-depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
-makedepends=('help2man')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";)
-md5sums=('455999f60080322852264cfb7d6b11b7')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-}

Copied: lxcfs/repos/community-i686/PKGBUILD (from rev 135759, 
lxcfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-23 14:30:46 UTC (rev 135760)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+
+pkgname=lxcfs
+pkgver=0.9
+pkgrel=2
+pkgdesc="FUSE filesystem for LXC"
+arch=(i686 x86_64)
+url="https://linuxcontainers.org/";
+license=('GPL')
+depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
+makedepends=('help2man')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";
+   "lxcfs.service")
+md5sums=('455999f60080322852264cfb7d6b11b7'
+ '29a6bf8868ce09871e6447db4070a923')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+install -Dm0644 $srcdir/lxcfs.service 
$pkgdir/usr/lib/systemd/system/lxcfs.service
+}

Copied: lxcfs/repos/community-i686/lxcfs.service (from rev 135759, 
lxcfs/trunk/lxcfs.service)
===
--- community-i686/lxcfs.service(rev 0)
+++ community-i686/lxcfs.service2015-06-23 14:30:46 UTC (rev 135760)
@@ -0,0 +1,15 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+After=cgmanager.service
+Requires=cgmanager.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs -f -s -o allow_other /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-23 14:30:33 UTC (rev 135759)
+++ community-x86_64/PKGBUILD   2015-06-23 14:30:46 UTC (rev 135760)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=0.9
-pkgrel=1
-pkgdesc="FUSE filesystem for LXC"
-arch=(i686 x86_64)
-url="https://linuxcontainers.org/";
-license=('GPL')
-depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
-makedepends=('help2man')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";)
-md5sums=('455999f60080322852264cfb7d6b11b7')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-}

Copied: lxcfs/repos/community-x86_64/PKGBUILD (from rev 135759, 
lxcfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-23 14:30:46 UTC (rev 135760)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Se

[arch-commits] Commit in lxcfs/trunk (PKGBUILD lxcfs.service)

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 16:30:33
  Author: spupykin
Revision: 135759

upgpkg: lxcfs 0.9-2

upd

Added:
  lxcfs/trunk/lxcfs.service
Modified:
  lxcfs/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 lxcfs.service |   15 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 14:27:37 UTC (rev 135758)
+++ PKGBUILD2015-06-23 14:30:33 UTC (rev 135759)
@@ -4,7 +4,7 @@
 
 pkgname=lxcfs
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc="FUSE filesystem for LXC"
 arch=(i686 x86_64)
 url="https://linuxcontainers.org/";
@@ -11,8 +11,10 @@
 license=('GPL')
 depends=('lxc' 'cgmanager>=0.35-1' 'libnih' 'fuse')
 makedepends=('help2man')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";)
-md5sums=('455999f60080322852264cfb7d6b11b7')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";
+   "lxcfs.service")
+md5sums=('455999f60080322852264cfb7d6b11b7'
+ '29a6bf8868ce09871e6447db4070a923')
 
 build() {
 cd "$srcdir/$pkgname-$pkgver"
@@ -26,4 +28,5 @@
 package() {
 cd "$srcdir/$pkgname-$pkgver"
 make DESTDIR="$pkgdir/" install
+install -Dm0644 $srcdir/lxcfs.service 
$pkgdir/usr/lib/systemd/system/lxcfs.service
 }

Added: lxcfs.service
===
--- lxcfs.service   (rev 0)
+++ lxcfs.service   2015-06-23 14:30:33 UTC (rev 135759)
@@ -0,0 +1,15 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+After=cgmanager.service
+Requires=cgmanager.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs -f -s -o allow_other /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target


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

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 16:30:49
  Author: spupykin
Revision: 135761

upgpkg: mediaproxy 2.6.1-2

upd

Modified:
  mediaproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 14:30:46 UTC (rev 135760)
+++ PKGBUILD2015-06-23 14:30:49 UTC (rev 135761)
@@ -4,13 +4,14 @@
 
 pkgname=mediaproxy
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Open-source media proxy for OpenSER"
 url="http://mediaproxy.ag-projects.com/";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('python2' 'libnetfilter_conntrack' 'iptables'
-'python2-application' 'python2-cjson' 'python2-gnutls')
+'python2-application' 'python2-cjson' 'python2-gnutls'
+'python2-twisted')
 #backup=('opt/mediaproxy/config.ini')
 source=("http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz";
"mediaproxy-dispatcher.service"


[arch-commits] Commit in mediaproxy/repos/community-i686 (8 files)

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 16:31:00
  Author: spupykin
Revision: 135762

archrelease: copy trunk to community-i686

Added:
  mediaproxy/repos/community-i686/PKGBUILD
(from rev 135761, mediaproxy/trunk/PKGBUILD)
  mediaproxy/repos/community-i686/mediaproxy-dispatcher.service
(from rev 135761, mediaproxy/trunk/mediaproxy-dispatcher.service)
  mediaproxy/repos/community-i686/mediaproxy-relay.service
(from rev 135761, mediaproxy/trunk/mediaproxy-relay.service)
  mediaproxy/repos/community-i686/mediaproxy.tmpfiles
(from rev 135761, mediaproxy/trunk/mediaproxy.tmpfiles)
Deleted:
  mediaproxy/repos/community-i686/PKGBUILD
  mediaproxy/repos/community-i686/mediaproxy-dispatcher.service
  mediaproxy/repos/community-i686/mediaproxy-relay.service
  mediaproxy/repos/community-i686/mediaproxy.tmpfiles

---+
 PKGBUILD  |   75 
 mediaproxy-dispatcher.service |   22 +--
 mediaproxy-relay.service  |   22 +--
 mediaproxy.tmpfiles   |2 -
 4 files changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-23 14:30:49 UTC (rev 135761)
+++ PKGBUILD2015-06-23 14:31:00 UTC (rev 135762)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Colin Pitrat 
-
-pkgname=mediaproxy
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="Open-source media proxy for OpenSER"
-url="http://mediaproxy.ag-projects.com/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python2' 'libnetfilter_conntrack' 'iptables'
-'python2-application' 'python2-cjson' 'python2-gnutls')
-#backup=('opt/mediaproxy/config.ini')
-source=("http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz";
-   "mediaproxy-dispatcher.service"
-   "mediaproxy-relay.service"
-   "mediaproxy.tmpfiles")
-md5sums=('72443d6137c77c3c9cd446ca98ec5d21'
- '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
- '23c1a584835de00a958ef963cdd40040'
- '60a25f2cb6429a0a7d62d45d0c75a0ea')
-
-build() {
-  cd $srcdir/mediaproxy-$pkgver
-  sed -i "s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g" setup.py
-}
-
-package() {
-  cd $srcdir/mediaproxy-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-
-  install -Dm0644 $srcdir/$pkgname-dispatcher.service 
$pkgdir/usr/lib/systemd/system/$pkgname-dispatcher.service
-  install -Dm0644 $srcdir/$pkgname-relay.service 
$pkgdir/usr/lib/systemd/system/$pkgname-relay.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: mediaproxy/repos/community-i686/PKGBUILD (from rev 135761, 
mediaproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-23 14:31:00 UTC (rev 135762)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Colin Pitrat 
+
+pkgname=mediaproxy
+pkgver=2.6.1
+pkgrel=2
+pkgdesc="Open-source media proxy for OpenSER"
+url="http://mediaproxy.ag-projects.com/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python2' 'libnetfilter_conntrack' 'iptables'
+'python2-application' 'python2-cjson' 'python2-gnutls'
+'python2-twisted')
+#backup=('opt/mediaproxy/config.ini')
+source=("http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz";
+   "mediaproxy-dispatcher.service"
+   "mediaproxy-relay.service"
+   "mediaproxy.tmpfiles")
+md5sums=('72443d6137c77c3c9cd446ca98ec5d21'
+ '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
+ '23c1a584835de00a958ef963cdd40040'
+ '60a25f2cb6429a0a7d62d45d0c75a0ea')
+
+build() {
+  cd $srcdir/mediaproxy-$pkgver
+  sed -i "s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g" setup.py
+}
+
+package() {
+  cd $srcdir/mediaproxy-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+
+  install -Dm0644 $srcdir/$pkgname-dispatcher.service 
$pkgdir/usr/lib/systemd/system/$pkgname-dispatcher.service
+  install -Dm0644 $srcdir/$pkgname-relay.service 
$pkgdir/usr/lib/systemd/system/$pkgname-relay.service
+  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}

Deleted: mediaproxy-dispatcher.service
===
--- mediaproxy-dispatcher.service   2015-06-23 14:30:49 UTC (rev 135761)
+++ mediaproxy-dispatcher.service   2015-06-23 14:31:00 UTC (rev 135762)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Mediaproxy dispatcher service
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/mediaproxy/dispatcher.pid
-ExecStart=media-dispatcher
-
-[Install]
-WantedBy=multi-user.target

Copied: mediaproxy/repos/community-i686/mediaproxy-dispatcher.service (from rev 
135761, mediaproxy/trunk/mediaproxy-dispatcher.service)
==

[arch-commits] Commit in mediaproxy/repos/community-x86_64 (8 files)

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 16:32:00
  Author: spupykin
Revision: 135763

archrelease: copy trunk to community-x86_64

Added:
  mediaproxy/repos/community-x86_64/PKGBUILD
(from rev 135762, mediaproxy/trunk/PKGBUILD)
  mediaproxy/repos/community-x86_64/mediaproxy-dispatcher.service
(from rev 135762, mediaproxy/trunk/mediaproxy-dispatcher.service)
  mediaproxy/repos/community-x86_64/mediaproxy-relay.service
(from rev 135762, mediaproxy/trunk/mediaproxy-relay.service)
  mediaproxy/repos/community-x86_64/mediaproxy.tmpfiles
(from rev 135762, mediaproxy/trunk/mediaproxy.tmpfiles)
Deleted:
  mediaproxy/repos/community-x86_64/PKGBUILD
  mediaproxy/repos/community-x86_64/mediaproxy-dispatcher.service
  mediaproxy/repos/community-x86_64/mediaproxy-relay.service
  mediaproxy/repos/community-x86_64/mediaproxy.tmpfiles

---+
 PKGBUILD  |   75 
 mediaproxy-dispatcher.service |   22 +--
 mediaproxy-relay.service  |   22 +--
 mediaproxy.tmpfiles   |2 -
 4 files changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-23 14:31:00 UTC (rev 135762)
+++ PKGBUILD2015-06-23 14:32:00 UTC (rev 135763)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Colin Pitrat 
-
-pkgname=mediaproxy
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="Open-source media proxy for OpenSER"
-url="http://mediaproxy.ag-projects.com/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python2' 'libnetfilter_conntrack' 'iptables'
-'python2-application' 'python2-cjson' 'python2-gnutls')
-#backup=('opt/mediaproxy/config.ini')
-source=("http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz";
-   "mediaproxy-dispatcher.service"
-   "mediaproxy-relay.service"
-   "mediaproxy.tmpfiles")
-md5sums=('72443d6137c77c3c9cd446ca98ec5d21'
- '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
- '23c1a584835de00a958ef963cdd40040'
- '60a25f2cb6429a0a7d62d45d0c75a0ea')
-
-build() {
-  cd $srcdir/mediaproxy-$pkgver
-  sed -i "s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g" setup.py
-}
-
-package() {
-  cd $srcdir/mediaproxy-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-
-  install -Dm0644 $srcdir/$pkgname-dispatcher.service 
$pkgdir/usr/lib/systemd/system/$pkgname-dispatcher.service
-  install -Dm0644 $srcdir/$pkgname-relay.service 
$pkgdir/usr/lib/systemd/system/$pkgname-relay.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: mediaproxy/repos/community-x86_64/PKGBUILD (from rev 135762, 
mediaproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-23 14:32:00 UTC (rev 135763)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Colin Pitrat 
+
+pkgname=mediaproxy
+pkgver=2.6.1
+pkgrel=2
+pkgdesc="Open-source media proxy for OpenSER"
+url="http://mediaproxy.ag-projects.com/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python2' 'libnetfilter_conntrack' 'iptables'
+'python2-application' 'python2-cjson' 'python2-gnutls'
+'python2-twisted')
+#backup=('opt/mediaproxy/config.ini')
+source=("http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz";
+   "mediaproxy-dispatcher.service"
+   "mediaproxy-relay.service"
+   "mediaproxy.tmpfiles")
+md5sums=('72443d6137c77c3c9cd446ca98ec5d21'
+ '4a1fa0b6ce0a8bd44bf0f1d9d36a6154'
+ '23c1a584835de00a958ef963cdd40040'
+ '60a25f2cb6429a0a7d62d45d0c75a0ea')
+
+build() {
+  cd $srcdir/mediaproxy-$pkgver
+  sed -i "s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g" setup.py
+}
+
+package() {
+  cd $srcdir/mediaproxy-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+
+  install -Dm0644 $srcdir/$pkgname-dispatcher.service 
$pkgdir/usr/lib/systemd/system/$pkgname-dispatcher.service
+  install -Dm0644 $srcdir/$pkgname-relay.service 
$pkgdir/usr/lib/systemd/system/$pkgname-relay.service
+  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}

Deleted: mediaproxy-dispatcher.service
===
--- mediaproxy-dispatcher.service   2015-06-23 14:31:00 UTC (rev 135762)
+++ mediaproxy-dispatcher.service   2015-06-23 14:32:00 UTC (rev 135763)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Mediaproxy dispatcher service
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/mediaproxy/dispatcher.pid
-ExecStart=media-dispatcher
-
-[Install]
-WantedBy=multi-user.target

Copied: mediaproxy/repos/community-x86_64/mediaproxy-dispatcher.service (from 
rev 135762, mediaproxy/trunk/mediaproxy-dispatcher.servi

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

2015-06-23 Thread Jan de Groot
Date: Tuesday, June 23, 2015 @ 16:34:37
  Author: jgc
Revision: 241232

upgpkg: evolution 3.16.4-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 14:16:33 UTC (rev 241231)
+++ PKGBUILD2015-06-23 14:34:37 UTC (rev 241232)
@@ -4,19 +4,22 @@
 
 pkgbase=evolution
 pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.16.3
+pkgver=3.16.4
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 arch=(i686 x86_64)
 license=(GPL)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server libcanberra libpst 
libytnef desktop-file-utils hicolor-icon-theme dconf gtkspell3 webkitgtk 
libcryptui)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server libcanberra libpst 
libytnef desktop-file-utils hicolor-icon-theme dconf gtkspell3 webkitgtk 
libcryptui gnome-common git gtk-doc)
 options=('!emptydirs')
 url=https://wiki.gnome.org/Apps/Evolution
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('cdc25d9c0c7749d9049d480a8fcde870b1991523bf7009ba101990df543207d6')
+source=(git://git.gnome.org/evolution#commit=6e1a37c118f22b5bdc7beb74a1be2781e9d3eefe)
+sha256sums=('SKIP')
+#source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+#sha256sums=('cdc25d9c0c7749d9049d480a8fcde870b1991523bf7009ba101990df543207d6')
 
 build() {
-  cd $pkgbase-$pkgver
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
@@ -25,7 +28,8 @@
   --with-openldap=yes \
   --enable-smime=yes \
   --disable-schemas-compile \
-  --disable-autoar
+  --disable-autoar \
+  --enable-gtk-doc
   
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
 
@@ -41,7 +45,7 @@
   'evolution-bogofilter: Bogofilter spam check plugin')
   groups=('gnome-extra')
 
-  cd $pkgbase-$pkgver
+  cd $pkgbase
   make DESTDIR="$pkgdir" install
 
   mkdir ../plugins


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

2015-06-23 Thread Jan de Groot
Date: Tuesday, June 23, 2015 @ 16:34:43
  Author: jgc
Revision: 241233

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

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 241232, evolution/trunk/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 241232, evolution/trunk/evolution.install)
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 241232, evolution/trunk/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 241232, evolution/trunk/evolution.install)
Deleted:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-i686/evolution.install
  evolution/repos/extra-x86_64/PKGBUILD
  evolution/repos/extra-x86_64/evolution.install

+
 /PKGBUILD  |  138 +++
 /evolution.install |   38 ++
 extra-i686/PKGBUILD|   65 --
 extra-i686/evolution.install   |   19 -
 extra-x86_64/PKGBUILD  |   65 --
 extra-x86_64/evolution.install |   19 -
 6 files changed, 176 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-23 14:34:37 UTC (rev 241232)
+++ extra-i686/PKGBUILD 2015-06-23 14:34:43 UTC (rev 241233)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.16.3
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server libcanberra libpst 
libytnef desktop-file-utils hicolor-icon-theme dconf gtkspell3 webkitgtk 
libcryptui)
-options=('!emptydirs')
-url=https://wiki.gnome.org/Apps/Evolution
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('cdc25d9c0c7749d9049d480a8fcde870b1991523bf7009ba101990df543207d6')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile \
-  --disable-autoar
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package_evolution() {
-  depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
-   desktop-file-utils hicolor-icon-theme dconf gtkspell3 libcryptui 
webkitgtk)
-  install=evolution.install
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=('gnome-extra')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/modules/module-spamassassin.so" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  depends=("evolution=$pkgver" 'bogofilter')
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  depends=("evolution=$pkgver" 'spamassassin')
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 241232, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-23 14:34:43 UTC (rev 241233)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
+pkgver=3.16.4
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server libcanberra libpst 
libytnef desktop-file-utils hicolor-icon-theme dconf gtkspell3 webkitgtk 
libcry

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

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 18:39:12
  Author: spupykin
Revision: 135765

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

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

-+
 /PKGBUILD   |  122 ++
 /chrony.install |   64 +++
 /service|   24 +++
 community-i686/PKGBUILD |   59 --
 community-i686/chrony.install   |   32 -
 community-i686/service  |   12 ---
 community-x86_64/PKGBUILD   |   59 --
 community-x86_64/chrony.install |   32 -
 community-x86_64/service|   12 ---
 9 files changed, 210 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-23 16:38:53 UTC (rev 135764)
+++ community-i686/PKGBUILD 2015-06-23 16:39:12 UTC (rev 135765)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Patrick Leslie Polzer 
-# Contributor: cdhotfire 
-# Contributor: Shinlun Hsieh 
-# Contributor: Elisamuel Resto 
-
-pkgname=chrony
-pkgver=2.1
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url="http://chrony.tuxfamily.org/";
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap' 'libedit')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('72da3f3c442693e6130d4d5f8c7dcfbe9908b4b3b79afbb2c70360c7919fcd5d'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-sha256sums=('72da3f3c442693e6130d4d5f8c7dcfbe9908b4b3b79afbb2c70360c7919fcd5d'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|pool.ntp.org|arch.pool.ntp.org|g' examples/chrony.conf.example*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-docs
-
-  install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example3" 
"$pkgdir/etc/chrony.conf"
-
-  echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "$pkgdir/etc/chrony.conf"
-
-  sed -i '/^! rtconutc$/ s/^! //' "$pkgdir/etc/chrony.conf"
-
-  mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"
-  rmdir "$pkgdir/usr/sbin"
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/chrony.service"
-
-  cp -a examples $pkgdir/usr/share/doc/chrony/examples
-
-  chown 183:183 "$pkgdir/var/lib/chrony"
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 135764, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-23 16:39:12 UTC (rev 135765)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Patrick Leslie Polzer 
+# Contributor: cdhotfire 
+# Contributor: Shinlun Hsieh 
+# Contributor: Elisamuel Resto 
+
+pkgname=chrony
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url="http://chrony.tuxfamily.org/";
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap' 'libedit')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+sha256sums=('72da3f3c442693e6130d4d5f8c7dcfbe9908b4b3b79afbb2c70360c7919fcd5d'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+sha256sums=('72da3f3c442693e6130d4d5f8c7dcfbe9908b4b3b79afbb2

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

2015-06-23 Thread Sergej Pupykin
Date: Tuesday, June 23, 2015 @ 18:38:53
  Author: spupykin
Revision: 135764

upgpkg: chrony 2.1.1-1

upd

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 14:32:00 UTC (rev 135763)
+++ PKGBUILD2015-06-23 16:38:53 UTC (rev 135764)
@@ -8,7 +8,7 @@
 # Contributor: Elisamuel Resto 
 
 pkgname=chrony
-pkgver=2.1
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
@@ -26,6 +26,8 @@
 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
 sha256sums=('72da3f3c442693e6130d4d5f8c7dcfbe9908b4b3b79afbb2c70360c7919fcd5d'
 'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+sha256sums=('b0565148eaa38e971291281d76556c32f0138ec22e9784f8bceab9c65f7ad7d4'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-06-23 Thread Andreas Radke
Date: Tuesday, June 23, 2015 @ 18:50:03
  Author: andyrtr
Revision: 241236

upgpkg: linux-lts 3.14.45-1

upstream update 3.14.45

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 16:42:21 UTC (rev 241235)
+++ PKGBUILD2015-06-23 16:50:03 UTC (rev 241236)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.44
+pkgver=3.14.45
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -27,7 +27,7 @@
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'SKIP'
-'5af4e26194d3195e5a7c9235b0e6b60f577e7948ba2e1f653341d6263ef2ffc0'
+'a652bc01594f6cea4885ca55c6a6b8b19289ee7c05f927c885411537d70cd7af'
 'SKIP'
 '9f0caf74d70599ac4eda356a42c7d9cb116f0cf42e87f165a383e4d215ae212d'
 'f40e1c54f53feaf3b35a8fca19a98c0f48d83cb8f9738eb8f97fc860b3a93e46'


[arch-commits] Commit in linux-lts/repos (24 files)

2015-06-23 Thread Andreas Radke
Date: Tuesday, June 23, 2015 @ 18:50:45
  Author: andyrtr
Revision: 241237

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 241236, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 241236, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 241236, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 241236, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 241236, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 241236, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 241236, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 241236, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/gcc5_buildfixes.diff
(from rev 241236, linux-lts/trunk/gcc5_buildfixes.diff)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 241236, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 241236, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 241236, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 241236, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 241236, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 241236, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 241236, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 241236, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 241236, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 241236, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/gcc5_buildfixes.diff
(from rev 241236, linux-lts/trunk/gcc5_buildfixes.diff)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 241236, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 241236, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  342 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6696 ++
 testing-i686/config.x86_64 
| 6487 +
 testing-i686/gcc5_buildfixes.diff  
|   49 
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  342 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6696 ++
 testing-x86_64/config.x86_64   
| 6487 +
 testing-x86_64/gcc5_buildfixes.diff
|   49 
 testing

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

2015-06-23 Thread Jakob Gruber
Date: Tuesday, June 23, 2015 @ 18:57:27
  Author: schuay
Revision: 135766

angband: add manual generation

Modified:
  angband/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 16:39:12 UTC (rev 135765)
+++ PKGBUILD2015-06-23 16:57:27 UTC (rev 135766)
@@ -15,6 +15,7 @@
 url="http://rephial.org/";
 license=('GPL2' 'custom')
 depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
 
source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-v${pkgver}.tar.gz";)
 
 build() {


[arch-commits] Commit in ponyc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-06-23 Thread Felix Yan
Date: Tuesday, June 23, 2015 @ 18:58:48
  Author: fyan
Revision: 135768

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 135767, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-23 16:58:34 UTC (rev 135767)
+++ PKGBUILD2015-06-23 16:58:48 UTC (rev 135768)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.1.7
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language.'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('zlib' 'ncurses' 'gcc-libs')
-makedepends=('llvm')
-checkdepends=('pcre2')
-optdepends=('pcre2: Needed for the regex package.')
-source=("http://www.ponylang.org/releases/source/ponyc-$pkgver.tar.bz2";)
-sha512sums=('018c77a5848efee95f2733e54995ee2f06874b8dae45c46c93066144e00dd93b12eaa56dbf1a83b7e1d8eeaac3decf9706ebe8a56f97c8d789f8ce07a7c4da78')
-
-build() {
-  make config=release prefix=/usr
-}
-
-check() {
-  make config=release prefix=/usr test
-}
-
-package() {
-  # The makefile is very strange and requires almost as much post-correction
-  # as to simply do the installation myself.  Even with patches to the
-  # makefile to stop it attempting to symlink locations it has no business
-  # touching.
-  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
-
-  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/ponyc
-  install -Dm644 build/release/libponyrt.a "$pkgdir"/usr/lib/libponyrt.a
-  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
-  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/ponyc "$pkgdir"/usr/bin/ponyc
-
-  cp -dr --no-preserve=ownership packages/* "$pkgdir"/usr/lib/pony/"$pkgver"
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 135767, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-23 16:58:48 UTC (rev 135768)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.1.7
+pkgrel=2
+pkgdesc='An actor model, capabilities, high performance programming language.'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('zlib' 'ncurses' 'gcc-libs')
+makedepends=('llvm')
+checkdepends=('pcre2')
+optdepends=('pcre2: Needed for the regex package.')
+source=("http://www.ponylang.org/releases/source/ponyc-$pkgver.tar.bz2";)
+sha512sums=('018c77a5848efee95f2733e54995ee2f06874b8dae45c46c93066144e00dd93b12eaa56dbf1a83b7e1d8eeaac3decf9706ebe8a56f97c8d789f8ce07a7c4da78')
+
+build() {
+  make config=release prefix=/usr arch=core2
+}
+
+check() {
+  make config=release prefix=/usr arch=core2 test
+}
+
+package() {
+  # The makefile is very strange and requires almost as much post-correction
+  # as to simply do the installation myself.  Even with patches to the
+  # makefile to stop it attempting to symlink locations it has no business
+  # touching.
+  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
+
+  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/ponyc
+  install -Dm644 build/release/libponyrt.a "$pkgdir"/usr/lib/libponyrt.a
+  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
+  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 "$pkgdir"/usr/bin
+  ln -sf /usr/lib/pony/"$pkgver"/ponyc "$pkgdir"/usr/bin/ponyc
+
+  cp -dr --no-preserve=ownership packages/* "$pkgdir"/usr/lib/pony/"$pkgver"
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 "$pkgdir"/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2015-06-23 Thread Felix Yan
Date: Tuesday, June 23, 2015 @ 18:58:34
  Author: fyan
Revision: 135767

upgpkg: ponyc 0.1.7-2

use arch=core2 to avoid AVX2 (FS#45437)

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 16:57:27 UTC (rev 135766)
+++ PKGBUILD2015-06-23 16:58:34 UTC (rev 135767)
@@ -3,7 +3,7 @@
 
 pkgname=ponyc
 pkgver=0.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='An actor model, capabilities, high performance programming language.'
 url='http://ponylang.org/'
 arch=('x86_64')
@@ -16,11 +16,11 @@
 
sha512sums=('018c77a5848efee95f2733e54995ee2f06874b8dae45c46c93066144e00dd93b12eaa56dbf1a83b7e1d8eeaac3decf9706ebe8a56f97c8d789f8ce07a7c4da78')
 
 build() {
-  make config=release prefix=/usr
+  make config=release prefix=/usr arch=core2
 }
 
 check() {
-  make config=release prefix=/usr test
+  make config=release prefix=/usr arch=core2 test
 }
 
 package() {


[arch-commits] Commit in gnome-online-accounts/repos (8 files)

2015-06-23 Thread Jan de Groot
Date: Tuesday, June 23, 2015 @ 20:34:53
  Author: jgc
Revision: 241240

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

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 241239, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
(from rev 241239, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 241239, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install
(from rev 241239, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install

+
 /PKGBUILD  |   64 +++
 /gnome-online-accounts.install |   24 ++
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnome-online-accounts.install   |   12 -
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnome-online-accounts.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-23 18:34:47 UTC (rev 241239)
+++ extra-i686/PKGBUILD 2015-06-23 18:34:53 UTC (rev 241240)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.16.2
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL')
-depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a50f2f0f54f85418c8274580a53fe6783a2b33d0c1fefb725b2dd2d00debd7e6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-exchange --enable-facebook --enable-flickr \
---enable-google --enable-imap-smtp --enable-kerberos \
---enable-owncloud --enable-telepathy --enable-windows-live \
---enable-media-server --enable-foursquare
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 241239, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-23 18:34:53 UTC (rev 241240)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.16.3
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a0648e4d595f5c63f85c03bf65a2cf1204e8615aba242c50c15aa4c9696a0ca0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-exchange --enable-facebook --enable-flickr \
+--enable-google --enable-imap-smtp --enable-kerberos \
+--enable-owncloud --enable-telepathy --enable-windows-live \
+--enable-media-server --enable-foursquare
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-online-accounts.install
===
--- extra-i686/gnome-online-accounts.install2015-06-23 18:34:47 UTC (rev 
241239)
+++ extra-i686/gnome-online-accounts.install2015-06-23 18:34:53 UTC (rev 
241240)
@@ -1,12 +0,0 @@
-post_install () {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install 
(from rev 241239, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- extra-i686/gnome-online-accounts.install(rev 0)
+++ extra-i686/gnome-online-accounts.install2015-06-23 18:34:53 UTC (rev 
241240)
@@ -0,0 +1,12 @@
+post_instal

[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)

2015-06-23 Thread Jan de Groot
Date: Tuesday, June 23, 2015 @ 20:34:47
  Author: jgc
Revision: 241239

upgpkg: gnome-online-accounts 3.16.3-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 16:55:01 UTC (rev 241238)
+++ PKGBUILD2015-06-23 18:34:47 UTC (rev 241239)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.16.2
+pkgver=3.16.3
 pkgrel=1
 pkgdesc="GNOME service to access online accounts"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a50f2f0f54f85418c8274580a53fe6783a2b33d0c1fefb725b2dd2d00debd7e6')
+sha256sums=('a0648e4d595f5c63f85c03bf65a2cf1204e8615aba242c50c15aa4c9696a0ca0')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-23 Thread Jelle van der Waa
Date: Tuesday, June 23, 2015 @ 20:41:25
  Author: jelle
Revision: 135770

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

Added:
  python-psutil/repos/community-i686/PKGBUILD
(from rev 135769, python-psutil/trunk/PKGBUILD)
  python-psutil/repos/community-x86_64/PKGBUILD
(from rev 135769, python-psutil/trunk/PKGBUILD)
Deleted:
  python-psutil/repos/community-i686/PKGBUILD
  python-psutil/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-23 18:41:13 UTC (rev 135769)
+++ community-i686/PKGBUILD 2015-06-23 18:41:25 UTC (rev 135770)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=2.2.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/psutil/'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng')
-source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz";)
-md5sums=('1a2b58cd9e3a53528bb6148f0c4d5244')
-
-build() {
-  cd psutil-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-$pkgver
-
-  msg2 python
-  export PYTHONPATH="$PWD/build/python"
-  #python test/test_psutil.py
-  python test/test_memory_leaks.py
-
-  msg2 python2
-  export PYTHONPATH="$PWD/build/python2"
-  #python2 test/test_psutil.py
-  python2 test/test_memory_leaks.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 135769, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-23 18:41:25 UTC (rev 135770)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=3.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
+source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz";)
+md5sums=('037dc67b7902d10f49f6fa5404a73a24')
+
+build() {
+  cd psutil-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-$pkgver
+
+  msg2 python
+  export PYTHONPATH="$PWD/build/python"
+  #python test/test_psutil.py
+
+  msg2 python2
+  export PYTHONPATH="$PWD/build/python2"
+  #python2 test/test_psutil.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-23 18:41:13 UTC (rev 135769)
+++ community-x86_64/PKGBUILD   2015-06-23 18

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

2015-06-23 Thread Jelle van der Waa
Date: Tuesday, June 23, 2015 @ 20:41:13
  Author: jelle
Revision: 135769

upgpkg: python-psutil 3.0.1-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 16:58:48 UTC (rev 135768)
+++ PKGBUILD2015-06-23 18:41:13 UTC (rev 135769)
@@ -3,15 +3,15 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=2.2.1
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 arch=('i686' 'x86_64')
-url='http://code.google.com/p/psutil/'
+url='https://github.com/giampaolo/psutil'
 license=('custom: BSD')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng')
 
source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz";)
-md5sums=('1a2b58cd9e3a53528bb6148f0c4d5244')
+md5sums=('037dc67b7902d10f49f6fa5404a73a24')
 
 build() {
   cd psutil-$pkgver
@@ -31,12 +31,10 @@
   msg2 python
   export PYTHONPATH="$PWD/build/python"
   #python test/test_psutil.py
-  python test/test_memory_leaks.py
 
   msg2 python2
   export PYTHONPATH="$PWD/build/python2"
   #python2 test/test_psutil.py
-  python2 test/test_memory_leaks.py
 }
 
 package_python-psutil() {


[arch-commits] Commit in xfce4-cpufreq-plugin/repos (8 files)

2015-06-23 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 21:30:12
  Author: foutrelis
Revision: 241244

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

Added:
  xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD
(from rev 241242, xfce4-cpufreq-plugin/trunk/PKGBUILD)
  xfce4-cpufreq-plugin/repos/extra-i686/xfce4-cpufreq-plugin.install
(from rev 241242, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
(from rev 241243, xfce4-cpufreq-plugin/trunk/PKGBUILD)
  xfce4-cpufreq-plugin/repos/extra-x86_64/xfce4-cpufreq-plugin.install
(from rev 241243, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
Deleted:
  xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD
  xfce4-cpufreq-plugin/repos/extra-i686/xfce4-cpufreq-plugin.install
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-cpufreq-plugin/repos/extra-x86_64/xfce4-cpufreq-plugin.install

---+
 /PKGBUILD |   76 
 /xfce4-cpufreq-plugin.install |   26 +
 extra-i686/PKGBUILD   |   38 --
 extra-i686/xfce4-cpufreq-plugin.install   |   13 
 extra-x86_64/PKGBUILD |   38 --
 extra-x86_64/xfce4-cpufreq-plugin.install |   13 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-23 19:30:07 UTC (rev 241243)
+++ extra-i686/PKGBUILD 2015-06-23 19:30:12 UTC (rev 241244)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD (from rev 241242, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-23 19:30:12 UTC (rev 241244)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: tobias 
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="CPU frequency plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-cpufreq-plugin.install
===
--- extra-i686/xfce4-cpufreq-plugin.install 2015-06-23 19:30:07 UTC (rev 
241243)
+++ extra-i686/xfce4-cpufreq-plugin.install 2015-06-23 19:30:12 UTC (rev 
241244)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpufreq-plugin/repos/extra-i686/xfce4-cpufreq-plugin.install 
(from rev 241242, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
===
--- extra-i686/xfce4-cpufreq-plugin.install (rev 0)
+++ extra-i686/xfce4-cpufreq-plugin.install 2015-06-23 19:30:12 UTC (rev 
241244)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_

[arch-commits] Commit in xfce4-weather-plugin/trunk (PKGBUILD)

2015-06-23 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 21:29:56
  Author: foutrelis
Revision: 241241

upgpkg: xfce4-weather-plugin 0.8.6-1

New upstream release.

Modified:
  xfce4-weather-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 18:34:53 UTC (rev 241240)
+++ PKGBUILD2015-06-23 19:29:56 UTC (rev 241241)
@@ -3,8 +3,8 @@
 # Contributor: Suzy Williams 
 
 pkgname=xfce4-weather-plugin
-pkgver=0.8.5
-pkgrel=2
+pkgver=0.8.6
+pkgrel=1
 pkgdesc="A weather plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin";
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('be8ac0e5635355d568e4095a3459f53efd5f10a8ef46976a43dc30cbb277e5cd')
+sha256sums=('927c3b2c699208d63b2baf469b74c8c0dfcb98006ca9f80d75e7aec62658e6fa')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-weather-plugin/repos (8 files)

2015-06-23 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 21:30:07
  Author: foutrelis
Revision: 241243

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

Added:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
(from rev 241241, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
(from rev 241241, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
(from rev 241242, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install
(from rev 241242, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
Deleted:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install

---+
 /PKGBUILD |   76 
 /xfce4-weather-plugin.install |   26 +
 extra-i686/PKGBUILD   |   38 --
 extra-i686/xfce4-weather-plugin.install   |   13 
 extra-x86_64/PKGBUILD |   38 --
 extra-x86_64/xfce4-weather-plugin.install |   13 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-23 19:30:04 UTC (rev 241242)
+++ extra-i686/PKGBUILD 2015-06-23 19:30:07 UTC (rev 241243)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Suzy Williams 
-
-pkgname=xfce4-weather-plugin
-pkgver=0.8.5
-pkgrel=2
-pkgdesc="A weather plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin";
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('be8ac0e5635355d568e4095a3459f53efd5f10a8ef46976a43dc30cbb277e5cd')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug \
---disable-upower
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-i686/PKGBUILD (from rev 241241, 
xfce4-weather-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-23 19:30:07 UTC (rev 241243)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Suzy Williams 
+
+pkgname=xfce4-weather-plugin
+pkgver=0.8.6
+pkgrel=1
+pkgdesc="A weather plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('927c3b2c699208d63b2baf469b74c8c0dfcb98006ca9f80d75e7aec62658e6fa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug \
+--disable-upower
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-weather-plugin.install
===
--- extra-i686/xfce4-weather-plugin.install 2015-06-23 19:30:04 UTC (rev 
241242)
+++ extra-i686/xfce4-weather-plugin.install 2015-06-23 19:30:07 UTC (rev 
241243)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install 
(from rev 241241, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
===
--- extra-i686/xfce4-weather-plugin.install (rev 0)
+++ extra-i686/xfce4-weather-plugin.install 2015-06-23 19:30:07 UTC (rev 
241243)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
==

[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2015-06-23 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 21:30:04
  Author: foutrelis
Revision: 241242

upgpkg: xfce4-cpufreq-plugin 1.1.2-1

New upstream release.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 19:29:56 UTC (rev 241241)
+++ PKGBUILD2015-06-23 19:30:04 UTC (rev 241242)
@@ -4,8 +4,8 @@
 # Contributor: tobias 
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,7 +15,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7')
+sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in screen/trunk (PKGBUILD resize.patch)

2015-06-23 Thread Gaetan Bisson
Date: Wednesday, June 24, 2015 @ 01:01:39
  Author: bisson
Revision: 241245

fix FS#45441

Added:
  screen/trunk/resize.patch
Modified:
  screen/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 resize.patch |   24 
 2 files changed, 32 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 19:30:12 UTC (rev 241244)
+++ PKGBUILD2015-06-23 23:01:39 UTC (rev 241245)
@@ -5,7 +5,7 @@
 
 pkgname=screen
 pkgver=4.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Full-screen window manager that multiplexes a physical terminal'
 url='http://www.gnu.org/software/screen/'
 arch=('i686' 'x86_64')
@@ -13,8 +13,10 @@
 depends=('ncurses' 'pam')
 validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
 source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+'resize.patch'
 'pam.d')
 sha1sums=('504c424f719cd44907a3390d5238759e1cb56741' 'SKIP'
+  'ec34e5bb69444706538f089d4c9b3c9f1ad58641'
   '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
 
 backup=('etc/screenrc' 'etc/pam.d/screen')
@@ -23,6 +25,11 @@
 
 _ptygroup=5 #the UID of our PTY/TTY group
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p2 -i ../resize.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: resize.patch
===
--- resize.patch(rev 0)
+++ resize.patch2015-06-23 23:01:39 UTC (rev 241245)
@@ -0,0 +1,24 @@
+From 27a8c9677a95b8de67c91f983b25691f0864c194 Mon Sep 17 00:00:00 2001
+From: Amadeusz Sławiński 
+Date: Sun, 21 Jun 2015 20:34:29 +
+Subject: Fix off by one error when resizing windows
+
+Bug: 45321
+
+Signed-off-by: Amadeusz Sławiński 
+---
+diff --git a/src/resize.c b/src/resize.c
+index d48be5f..7dfd77c 100644
+--- a/src/resize.c
 b/src/resize.c
+@@ -538,7 +538,7 @@ int wi;
+ wi = MAXWIDTH;
+   if (wi <= maxwidth)
+ return;
+-  maxwidth = wi;
++  maxwidth = wi + 1;
+   debug1("New maxwidth: %d\n", maxwidth);
+   blank = (unsigned char *)xrealloc((char *)blank, maxwidth);
+   null = (unsigned char *)xrealloc((char *)null, maxwidth);
+--
+cgit v0.9.0.2


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

2015-06-23 Thread Gaetan Bisson
Date: Wednesday, June 24, 2015 @ 01:02:23
  Author: bisson
Revision: 241246

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

Added:
  screen/repos/extra-i686/PKGBUILD
(from rev 241245, screen/trunk/PKGBUILD)
  screen/repos/extra-i686/install
(from rev 241245, screen/trunk/install)
  screen/repos/extra-i686/pam.d
(from rev 241245, screen/trunk/pam.d)
  screen/repos/extra-i686/resize.patch
(from rev 241245, screen/trunk/resize.patch)
  screen/repos/extra-x86_64/PKGBUILD
(from rev 241245, screen/trunk/PKGBUILD)
  screen/repos/extra-x86_64/install
(from rev 241245, screen/trunk/install)
  screen/repos/extra-x86_64/pam.d
(from rev 241245, screen/trunk/pam.d)
  screen/repos/extra-x86_64/resize.patch
(from rev 241245, screen/trunk/resize.patch)
Deleted:
  screen/repos/extra-i686/PKGBUILD
  screen/repos/extra-i686/install
  screen/repos/extra-i686/pam.d
  screen/repos/extra-x86_64/PKGBUILD
  screen/repos/extra-x86_64/install
  screen/repos/extra-x86_64/pam.d

---+
 /PKGBUILD |  120 
 /install  |   40 ++
 /pam.d|2 
 extra-i686/PKGBUILD   |   53 ---
 extra-i686/install|   20 ---
 extra-i686/pam.d  |1 
 extra-i686/resize.patch   |   24 
 extra-x86_64/PKGBUILD |   53 ---
 extra-x86_64/install  |   20 ---
 extra-x86_64/pam.d|1 
 extra-x86_64/resize.patch |   24 
 11 files changed, 210 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-23 23:01:39 UTC (rev 241245)
+++ extra-i686/PKGBUILD 2015-06-23 23:02:23 UTC (rev 241246)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Allan McRae 
-# Committer: dorphell 
-
-pkgname=screen
-pkgver=4.3.0
-pkgrel=2
-pkgdesc='Full-screen window manager that multiplexes a physical terminal'
-url='http://www.gnu.org/software/screen/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'pam')
-validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
-source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
-'pam.d')
-sha1sums=('504c424f719cd44907a3390d5238759e1cb56741' 'SKIP'
-  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
-
-backup=('etc/screenrc' 'etc/pam.d/screen')
-options=('!makeflags')
-install=install
-
-_ptygroup=5 #the UID of our PTY/TTY group
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-   --enable-colors256 \
-   --enable-pam \
-   --enable-rxvt_osc \
-   --enable-telnet \
-   --with-pty-group=$_ptygroup \
-   --with-socket-dir=/run/screens \
-   --with-sys-screenrc=/etc/screenrc \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/screen
-
-   install -Dm644 etc/completer.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_screen
-   install -Dm644 etc/etcscreenrc "${pkgdir}"/etc/screenrc
-   install -Dm644 etc/screenrc "${pkgdir}"/etc/skel/.screenrc
-}

Copied: screen/repos/extra-i686/PKGBUILD (from rev 241245, 
screen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-23 23:02:23 UTC (rev 241246)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Committer: dorphell 
+
+pkgname=screen
+pkgver=4.3.0
+pkgrel=3
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='http://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
+source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+'resize.patch'
+'pam.d')
+sha1sums=('504c424f719cd44907a3390d5238759e1cb56741' 'SKIP'
+  'ec34e5bb69444706538f089d4c9b3c9f1ad58641'
+  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
+
+backup=('etc/screenrc' 'etc/pam.d/screen')
+options=('!makeflags')
+install=install
+
+_ptygroup=5 #the UID of our PTY/TTY group
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p2 -i ../resize.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+   --enable-colors256 \
+   --enable-pam \
+   --enable-rxvt_osc \
+   --enable-telnet \
+   --with-pty-group=$_p

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

2015-06-23 Thread Anatol Pomozov
Date: Wednesday, June 24, 2015 @ 02:48:50
  Author: anatolik
Revision: 135772

archrelease: copy trunk to community-any

Added:
  codespell/repos/community-any/PKGBUILD
(from rev 135771, codespell/trunk/PKGBUILD)
Deleted:
  codespell/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-24 00:48:21 UTC (rev 135771)
+++ PKGBUILD2015-06-24 00:48:50 UTC (rev 135772)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Lucas De Marchi 
-
-pkgname=codespell
-pkgver=1.7
-pkgrel=2
-pkgdesc='Fix common misspellings in source code'
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL)
-arch=(any)
-depends=(python)
-source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
-
-prepare() {
-  # fix build bug 
https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80
-  cd codespell-$pkgver
-  sed -i 's/^install:$/install: codespell/' Makefile
-}
-
-package() {
-  cd codespell-$pkgver
-  make install DESTDIR="$pkgdir" prefix=/usr
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 135771, 
codespell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-24 00:48:50 UTC (rev 135772)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Lucas De Marchi 
+
+pkgname=codespell
+pkgver=1.8
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=($pkgname-$pkgver.tar.gz::https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('329b924b0426f6015b30e063ce79f5feedbe4a7a3e143d9e350fe021c770bb68')
+
+prepare() {
+  # fix build bug 
https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80
+  cd codespell-$pkgver
+  sed -i 's/^install:$/install: codespell/' Makefile
+}
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR="$pkgdir" prefix=/usr
+}


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

2015-06-23 Thread Anatol Pomozov
Date: Wednesday, June 24, 2015 @ 02:48:21
  Author: anatolik
Revision: 135771

upgpkg: codespell 1.8-1

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 18:41:25 UTC (rev 135770)
+++ PKGBUILD2015-06-24 00:48:21 UTC (rev 135771)
@@ -3,8 +3,8 @@
 # Contributor: Lucas De Marchi 
 
 pkgname=codespell
-pkgver=1.7
-pkgrel=2
+pkgver=1.8
+pkgrel=1
 pkgdesc='Fix common misspellings in source code'
 url='https://github.com/lucasdemarchi/codespell'
 license=(GPL)
@@ -11,7 +11,7 @@
 arch=(any)
 depends=(python)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
+sha256sums=('329b924b0426f6015b30e063ce79f5feedbe4a7a3e143d9e350fe021c770bb68')
 
 prepare() {
   # fix build bug 
https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80


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

2015-06-23 Thread Kyle Keen
Date: Wednesday, June 24, 2015 @ 03:28:44
  Author: kkeen
Revision: 135773

upgpkg: python-pillow 2.8.2-1

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 00:48:50 UTC (rev 135772)
+++ PKGBUILD2015-06-24 01:28:44 UTC (rev 135773)
@@ -4,9 +4,9 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=2.8.1
+pkgver=2.8.2
 # consider splitting out sane if this gets weird enough
-_sanever=$pkgver
+_sanever=2.8.1
 pkgrel=1
 _appname=Pillow
 _py2basever=2.7
@@ -18,7 +18,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
 
source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";
 
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz";)
-md5sums=('fb62af4625179f5316241772ae30c4b7'
+md5sums=('8a89e3fcb04e80ad029ba18f47e118e5'
  'ec396584961bad337e93dec11a0122e3')
 
 prepare() {


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

2015-06-23 Thread Kyle Keen
Date: Wednesday, June 24, 2015 @ 03:29:59
  Author: kkeen
Revision: 135774

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

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 135773, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 135773, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 01:28:44 UTC (rev 135773)
+++ community-i686/PKGBUILD 2015-06-24 01:29:59 UTC (rev 135774)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.8.1
-# consider splitting out sane if this gets weird enough
-_sanever=$pkgver
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";
-
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz";)
-md5sums=('fb62af4625179f5316241772ae30c4b7'
- 'ec396584961bad337e93dec11a0122e3')
-
-prepare() {
-  cd "$srcdir"
-  # allow sane to build
-  sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
-  cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
-  # py2 and py3
-  cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
-}  
-
-package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python-pyqt4: for the ImageQt module')
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  pushd Sane
-python3 setup.py install --root="$pkgdir/" --optimize=0
-  popd
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
-
-  # clean up bins
-  cd "$pkgdir/usr/bin"
-  for f in *.py; do
-mv "$f" "${f%.py}"
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends=('python2' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  cd "$srcdir/${_appname}2-$pkgver"
-  sed -i 's|python$|python2|' PIL/OleFileIO.py
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  pushd Sane
-python2 setup.py install --root="$pkgdir/" --optimize=0
-  popd
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py2basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
-
-  # clean up bins
-  cd "$pkgdir/usr/bin"
-  for f in *.py; do
-mv "$f" "${f%.py}2"
-  done
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 135773, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 01:29:59 UTC (rev 135774)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.8.2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.1
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";
+
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz";)
+md5sums=('8a89e3fcb04e80ad029ba18f47e118e5'
+ 'ec396584961bad337e93dec11a0122e3')
+
+prepare() {
+  cd "$srcdir"
+  # allow sane to build
+  sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
+  cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
+  # py2 and py

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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 04:05:59
  Author: foutrelis
Revision: 135775

Fix missing DSO linking error

Added:
  flightgear/trunk/explicitely-link-with-libX11.patch
Modified:
  flightgear/trunk/PKGBUILD

+
 PKGBUILD   |   11 --
 explicitely-link-with-libX11.patch |   36 +++
 2 files changed, 45 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 01:29:59 UTC (rev 135774)
+++ PKGBUILD2015-06-24 02:05:59 UTC (rev 135775)
@@ -15,9 +15,16 @@
 options=('!makeflags')
 
#source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver";)
 
#source=("ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2";)
-source=("http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2";)
-md5sums=('0a6f4c27baf64f3e7d58fd44612118df')
+source=("http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2";
+"explicitely-link-with-libX11.patch")
+md5sums=('0a6f4c27baf64f3e7d58fd44612118df'
+ 'fc264184d88afdc12c669f1eabb5bbea')
 
+prepare() {
+  cd $srcdir/flightgear-$pkgver
+  patch -Np1 -i ../explicitely-link-with-libX11.patch
+}
+
 build() {
   cd $srcdir/flightgear-$pkgver
   cmake \

Added: explicitely-link-with-libX11.patch
===
--- explicitely-link-with-libX11.patch  (rev 0)
+++ explicitely-link-with-libX11.patch  2015-06-24 02:05:59 UTC (rev 135775)
@@ -0,0 +1,36 @@
+From 04ca64edc46cfb54ecff5bddf12370b2c7a0f192 Mon Sep 17 00:00:00 2001
+From: Fabrice Bellet 
+Date: Tue, 17 Feb 2015 22:49:50 +0100
+Subject: [PATCH] explicitely link with libX11
+
+---
+ src/Main/CMakeLists.txt   | 1 +
+ utils/fgviewer/CMakeLists.txt | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/src/Main/CMakeLists.txt b/src/Main/CMakeLists.txt
+index 12c0961..78c4163 100644
+--- a/src/Main/CMakeLists.txt
 b/src/Main/CMakeLists.txt
+@@ -142,6 +142,7 @@ target_link_libraries(fgfs
+   ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
+   ${SIMGEAR_SCENE_LIBRARY_DEPENDENCIES}
+   ${PLATFORM_LIBS}
++${X11_X11_LIB}
+ )
+ 
+ if(ENABLE_FLITE)
+diff --git a/utils/fgviewer/CMakeLists.txt b/utils/fgviewer/CMakeLists.txt
+index 165be74..065b8f1 100644
+--- a/utils/fgviewer/CMakeLists.txt
 b/utils/fgviewer/CMakeLists.txt
+@@ -48,5 +48,6 @@ target_link_libraries(fgviewer
+   ${OPENGL_LIBRARIES}
+   ${FGVIEWER_RTI_LIBRARIES}
+ ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
++${X11_X11_LIB}
+ )
+ install(TARGETS fgviewer RUNTIME DESTINATION bin)
+-- 
+2.1.0
+


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 04:18:10
  Author: foutrelis
Revision: 135776

Rehost source tarball

Modified:
  gebabbel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 02:05:59 UTC (rev 135775)
+++ PKGBUILD2015-06-24 02:18:10 UTC (rev 135776)
@@ -11,9 +11,9 @@
 license=('GPL2')
 depends=('qt4' 'gpsbabel')
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/Gebabbel-$pkgver-Src.tar.gz
 \
-http://$pkgname.sourceforge.net/GebabbelLogo.png \
-$pkgname.desktop \
+source=(https://sources.archlinux.org/other/$pkgname/Gebabbel-$pkgver-Src.tar.gz
+http://$pkgname.sourceforge.net/GebabbelLogo.png
+$pkgname.desktop
 $pkgname-$pkgver.patch)
 sha256sums=('dcf3543412525959eaad755673fa65412077735fec400e6e62b1bd2c94ec1adf'
 'ca576fb10d493e1e7a2f96e56420477a3580bfd13961a73f2c1802de14ac7b69'


[arch-commits] Commit in gecko-mediaplayer/trunk (3 files)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 04:24:13
  Author: foutrelis
Revision: 135777

Fix FTBFS

Added:
  gecko-mediaplayer/trunk/np_loadds.patch
Modified:
  gecko-mediaplayer/trunk/PKGBUILD
Deleted:
  gecko-mediaplayer/trunk/firefox-8.patch

-+
 PKGBUILD|   13 +++--
 firefox-8.patch |   48 
 np_loadds.patch |   16 
 3 files changed, 27 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 02:18:10 UTC (rev 135776)
+++ PKGBUILD2015-06-24 02:24:13 UTC (rev 135777)
@@ -14,9 +14,18 @@
 depends=("gnome-mplayer>=${pkgver}" 'dbus-glib' 'gmtk' 'curl')
 makedepends=('xulrunner' 'pkgconfig')
 replaces=('mplayer-plugin')
-source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('69b50ecbbbf34ca6d980a477345dbd40')
+source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";
+"np_loadds.patch")
+md5sums=('69b50ecbbbf34ca6d980a477345dbd40'
+ '224c865f5df059ef7ac1430889d66a1f')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # https://code.google.com/p/gecko-mediaplayer/issues/detail?id=191
+  patch -Np1 -i ../np_loadds.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Deleted: firefox-8.patch
===
--- firefox-8.patch 2015-06-24 02:18:10 UTC (rev 135776)
+++ firefox-8.patch 2015-06-24 02:24:13 UTC (rev 135777)
@@ -1,48 +0,0 @@
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp 
gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp
 gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp 2011-09-20 
20:48:04.0 +0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp 2011-11-22 
15:57:46.751354874 +0200
-@@ -80,9 +80,9 @@
- 
- #endif  /* XP_WIN */
- 
--char *NPP_GetMIMEDescription();
-+const char *NPP_GetMIMEDescription();
- 
--char *NP_GetMIMEDescription()
-+const char *NP_GetMIMEDescription()
- {
- return NPP_GetMIMEDescription();
- }
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp 
gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp
 gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp 2011-09-20 
20:48:04.0 +0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp 2011-11-22 
15:58:02.473353591 +0200
-@@ -44,7 +44,7 @@
- #include "plugin_types.h"
- #include "plugin_setup.h"
- 
--char *NPP_GetMIMEDescription(void)
-+const char *NPP_GetMIMEDescription(void)
- {
- return GetMIMEDescription();
- }
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npupp.h 
gecko-mediaplayer-1.0.5b1-new/src/npupp.h
 gecko-mediaplayer-1.0.5b1-old/src/npupp.h  2011-09-20 20:48:04.0 
+0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/npupp.h  2011-11-22 15:56:32.262360950 
+0200
-@@ -684,7 +684,7 @@
- 
- NPError OSCALL NP_Shutdown();
- 
--char *NP_GetMIMEDescription();
-+const char *NP_GetMIMEDescription();
- 
- #ifdef __cplusplus
- }
-@@ -700,7 +700,7 @@
- 
- /* plugin meta member functions */
- 
--NP_EXPORT(char *) NP_GetMIMEDescription(void);
-+NP_EXPORT(const char *) NP_GetMIMEDescription(void);
-  NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs *, NPPluginFuncs *);
-  NP_EXPORT(NPError) NP_Shutdown(void);
-  NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void 
*aValue);

Added: np_loadds.patch
===
--- np_loadds.patch (rev 0)
+++ np_loadds.patch 2015-06-24 02:24:13 UTC (rev 135777)
@@ -0,0 +1,16 @@
+Description: Define NP_LOADDS if it doesn't exist
+Author: Sebastian Ramacher 
+Last-Update: 2014-06-14
+
+--- gecko-mediaplayer-1.0.9.orig/src/npupp.h
 gecko-mediaplayer-1.0.9/src/npupp.h
+@@ -63,6 +63,9 @@
+ 
+ #include "npruntime.h"
+ 
++#ifndef NP_LOADDS
++#define NP_LOADDS
++#endif
+ 
+ 
/**
+plug-in function table macros


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 04:34:13
  Author: foutrelis
Revision: 135778

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

Added:
  flightgear/repos/community-i686/PKGBUILD
(from rev 135777, flightgear/trunk/PKGBUILD)
  flightgear/repos/community-i686/explicitely-link-with-libX11.patch
(from rev 135777, flightgear/trunk/explicitely-link-with-libX11.patch)
  flightgear/repos/community-x86_64/PKGBUILD
(from rev 135777, flightgear/trunk/PKGBUILD)
  flightgear/repos/community-x86_64/explicitely-link-with-libX11.patch
(from rev 135777, flightgear/trunk/explicitely-link-with-libX11.patch)
Deleted:
  flightgear/repos/community-i686/PKGBUILD
  flightgear/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |  100 ++
 community-i686/PKGBUILD |   43 ---
 community-i686/explicitely-link-with-libX11.patch   |   36 ++
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/explicitely-link-with-libX11.patch |   36 ++
 5 files changed, 172 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 02:24:13 UTC (rev 135777)
+++ community-i686/PKGBUILD 2015-06-24 02:34:13 UTC (rev 135778)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear
-pkgver=3.4.0
-pkgrel=2
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
-license=("GPL")
-url="http://www.flightgear.org";
-options=('!makeflags')
-#source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver";)
-#source=("ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2";)
-source=("http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2";)
-md5sums=('0a6f4c27baf64f3e7d58fd44612118df')
-
-build() {
-  cd $srcdir/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd $srcdir/flightgear-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-i686/PKGBUILD (from rev 135777, 
flightgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 02:34:13 UTC (rev 135778)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
+license=("GPL")
+url="http://www.flightgear.org";
+options=('!makeflags')
+#source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver";)
+#source=("ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2";)
+source=("http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2";
+"explicitely-link-with-libX11.patch")
+md5sums=('0a6f4c27baf64f3e7d58fd44612118df'
+ 'fc264184d88afdc12c669f1eabb5bbea')
+
+prepare() {
+  cd $srcdir/flightgear-$pkgver
+  patch -Np1 -i ../explicitely-link-with-libX11.patch
+}
+
+build() {
+  cd $srcdir/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd $srcdir/flightgear-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/

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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:24:31
  Author: foutrelis
Revision: 135779

Fix source URL (old one contained a misspelling)

Modified:
  guayadeque/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 02:34:13 UTC (rev 135778)
+++ PKGBUILD2015-06-24 03:24:31 UTC (rev 135779)
@@ -15,9 +15,9 @@
 optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
 'gvfs: Support for external devices')
 install='guayadeque.install'
-source=("http://downloads.sourceforge.net/project/guayadaque/guayadeque/${pkgver}/guayadeque-${pkgver}.tar.bz2";
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
 'guayadeque-link.patch')
-sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
+sha256sums=('f42f20cb8650b023a6b16f7953d3be9244004b2ce77b6a5101e8f8d9eab3b5fa'
 '9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
 
 prepare() {


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:26:19
  Author: foutrelis
Revision: 135780

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

Added:
  guayadeque/repos/community-i686/PKGBUILD
(from rev 135779, guayadeque/trunk/PKGBUILD)
  guayadeque/repos/community-i686/guayadeque-link.patch
(from rev 135779, guayadeque/trunk/guayadeque-link.patch)
  guayadeque/repos/community-i686/guayadeque.install
(from rev 135779, guayadeque/trunk/guayadeque.install)
  guayadeque/repos/community-x86_64/PKGBUILD
(from rev 135779, guayadeque/trunk/PKGBUILD)
  guayadeque/repos/community-x86_64/guayadeque-link.patch
(from rev 135779, guayadeque/trunk/guayadeque-link.patch)
  guayadeque/repos/community-x86_64/guayadeque.install
(from rev 135779, guayadeque/trunk/guayadeque.install)
Deleted:
  guayadeque/repos/community-i686/PKGBUILD
  guayadeque/repos/community-i686/guayadeque-link.patch
  guayadeque/repos/community-i686/guayadeque.install
  guayadeque/repos/community-x86_64/PKGBUILD
  guayadeque/repos/community-x86_64/guayadeque-link.patch
  guayadeque/repos/community-x86_64/guayadeque.install

+
 /PKGBUILD  |  112 +++
 /guayadeque-link.patch |   22 ++
 /guayadeque.install|   26 +++
 community-i686/PKGBUILD|   56 ---
 community-i686/guayadeque-link.patch   |   11 ---
 community-i686/guayadeque.install  |   13 ---
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/guayadeque-link.patch |   11 ---
 community-x86_64/guayadeque.install|   13 ---
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 03:24:31 UTC (rev 135779)
+++ community-i686/PKGBUILD 2015-06-24 03:26:19 UTC (rev 135780)
@@ -1,56 +0,0 @@
-# $Id: PKGBUILD 134349 2015-05-30 10:01:24Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: Sial 
-# Contributor: Martin Herndl 
-
-pkgname=guayadeque
-pkgver=0.3.7
-pkgrel=2
-pkgdesc='Lightweight music player'
-arch=('i686' 'x86_64')
-url='http://guayadeque.org/'
-license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
-makedepends=('cmake')
-optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
-'gvfs: Support for external devices')
-install='guayadeque.install'
-source=("http://downloads.sourceforge.net/project/guayadaque/guayadeque/${pkgver}/guayadeque-${pkgver}.tar.bz2";
-'guayadeque-link.patch')
-sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
-'9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
-
-prepare() {
-  cd guayadeque-${pkgver}
-
-  patch -Np1 -i ../guayadeque-link.patch
-
-  cd src
-
-  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
-  mv guayadeque.pot ../po
-}
-
-build() {
-  cd guayadeque-${pkgver}
-
-  if [[ -d build || -f build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' \
--DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
-  make
-}
-
-package() {
-  cd guayadeque-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: guayadeque/repos/community-i686/PKGBUILD (from rev 135779, 
guayadeque/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 03:26:19 UTC (rev 135780)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Sial 
+# Contributor: Martin Herndl 
+
+pkgname=guayadeque
+pkgver=0.3.7
+pkgrel=2
+pkgdesc='Lightweight music player'
+arch=('i686' 'x86_64')
+url='http://guayadeque.org/'
+license=('GPL3')
+depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
+makedepends=('cmake')
+optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
+'gvfs: Support for external devices')
+install='guayadeque.install'
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+'guayadeque-link.patch')
+sha256sums=('f42f20cb8650b023a6b16f7953d3be9244004b2ce77b6a5101e8f8d9eab3b5fa'
+'9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
+
+prepare() {
+  cd guayadeque-${pkgver}
+
+  patch -Np1 -i ../guayadeque-link.patch
+
+  cd src
+
+  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
+  mv guayadeque.pot ../po
+}
+
+build() {
+  cd guayadeque-${pkgver}
+
+  if [[ -d build || -f build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release

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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:27:23
  Author: foutrelis
Revision: 135782

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

Added:
  guayadeque/repos/community-i686/PKGBUILD
(from rev 135781, guayadeque/trunk/PKGBUILD)
  guayadeque/repos/community-i686/guayadeque-link.patch
(from rev 135781, guayadeque/trunk/guayadeque-link.patch)
  guayadeque/repos/community-i686/guayadeque.install
(from rev 135781, guayadeque/trunk/guayadeque.install)
  guayadeque/repos/community-x86_64/PKGBUILD
(from rev 135781, guayadeque/trunk/PKGBUILD)
  guayadeque/repos/community-x86_64/guayadeque-link.patch
(from rev 135781, guayadeque/trunk/guayadeque-link.patch)
  guayadeque/repos/community-x86_64/guayadeque.install
(from rev 135781, guayadeque/trunk/guayadeque.install)
Deleted:
  guayadeque/repos/community-i686/PKGBUILD
  guayadeque/repos/community-i686/guayadeque-link.patch
  guayadeque/repos/community-i686/guayadeque.install
  guayadeque/repos/community-x86_64/PKGBUILD
  guayadeque/repos/community-x86_64/guayadeque-link.patch
  guayadeque/repos/community-x86_64/guayadeque.install

+
 /PKGBUILD  |  112 +++
 /guayadeque-link.patch |   22 ++
 /guayadeque.install|   26 +++
 community-i686/PKGBUILD|   56 ---
 community-i686/guayadeque-link.patch   |   11 ---
 community-i686/guayadeque.install  |   13 ---
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/guayadeque-link.patch |   11 ---
 community-x86_64/guayadeque.install|   13 ---
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 03:27:10 UTC (rev 135781)
+++ community-i686/PKGBUILD 2015-06-24 03:27:23 UTC (rev 135782)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Sial 
-# Contributor: Martin Herndl 
-
-pkgname=guayadeque
-pkgver=0.3.7
-pkgrel=2
-pkgdesc='Lightweight music player'
-arch=('i686' 'x86_64')
-url='http://guayadeque.org/'
-license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
-makedepends=('cmake')
-optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
-'gvfs: Support for external devices')
-install='guayadeque.install'
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'guayadeque-link.patch')
-sha256sums=('f42f20cb8650b023a6b16f7953d3be9244004b2ce77b6a5101e8f8d9eab3b5fa'
-'9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
-
-prepare() {
-  cd guayadeque-${pkgver}
-
-  patch -Np1 -i ../guayadeque-link.patch
-
-  cd src
-
-  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
-  mv guayadeque.pot ../po
-}
-
-build() {
-  cd guayadeque-${pkgver}
-
-  if [[ -d build || -f build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' \
--DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
-  make
-}
-
-package() {
-  cd guayadeque-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: guayadeque/repos/community-i686/PKGBUILD (from rev 135781, 
guayadeque/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 03:27:23 UTC (rev 135782)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Sial 
+# Contributor: Martin Herndl 
+
+pkgname=guayadeque
+pkgver=0.3.7
+pkgrel=2
+pkgdesc='Lightweight music player'
+arch=('i686' 'x86_64')
+url='http://guayadeque.org/'
+license=('GPL3')
+depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
+makedepends=('cmake')
+optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
+'gvfs: Support for external devices')
+install='guayadeque.install'
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+'guayadeque-link.patch')
+sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
+'9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
+
+prepare() {
+  cd guayadeque-${pkgver}
+
+  patch -Np1 -i ../guayadeque-link.patch
+
+  cd src
+
+  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
+  mv guayadeque.pot ../po
+}
+
+build() {
+  cd guayadeque-${pkgver}
+
+  if [[ -d build || -f build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+

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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:27:10
  Author: foutrelis
Revision: 135781

Fix source checksum

Modified:
  guayadeque/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 03:26:19 UTC (rev 135780)
+++ PKGBUILD2015-06-24 03:27:10 UTC (rev 135781)
@@ -17,7 +17,7 @@
 install='guayadeque.install'
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
 'guayadeque-link.patch')
-sha256sums=('f42f20cb8650b023a6b16f7953d3be9244004b2ce77b6a5101e8f8d9eab3b5fa'
+sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
 '9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
 
 prepare() {


[arch-commits] Commit in kodi-audioencoder-flac/trunk (PKGBUILD)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:41:05
  Author: foutrelis
Revision: 135783

Lock to specified commit to avoid breakage

Modified:
  kodi-audioencoder-flac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 03:27:23 UTC (rev 135782)
+++ PKGBUILD2015-06-24 03:41:05 UTC (rev 135783)
@@ -3,6 +3,7 @@
 
 pkgname=kodi-audioencoder-flac
 pkgver=20141202.a960eba
+_commit=a960ebae64f4
 pkgrel=2
 pkgdesc="kodi audioencoder addon for flac"
 arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@
 groups=('kodi-addons')
 depends=('kodi')
 makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git")
+source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in kodi-audioencoder-flac/repos (4 files)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:41:25
  Author: foutrelis
Revision: 135784

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

Added:
  kodi-audioencoder-flac/repos/community-i686/PKGBUILD
(from rev 135783, kodi-audioencoder-flac/trunk/PKGBUILD)
  kodi-audioencoder-flac/repos/community-x86_64/PKGBUILD
(from rev 135783, kodi-audioencoder-flac/trunk/PKGBUILD)
Deleted:
  kodi-audioencoder-flac/repos/community-i686/PKGBUILD
  kodi-audioencoder-flac/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 03:41:05 UTC (rev 135783)
+++ community-i686/PKGBUILD 2015-06-24 03:41:25 UTC (rev 135784)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-audioencoder-flac
-pkgver=20141202.a960eba
-pkgrel=2
-pkgdesc="kodi audioencoder addon for flac"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.flac'
-license=('GPL')
-groups=('kodi-addons')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-audioencoder-flac/repos/community-i686/PKGBUILD (from rev 135783, 
kodi-audioencoder-flac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 03:41:25 UTC (rev 135784)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-audioencoder-flac
+pkgver=20141202.a960eba
+_commit=a960ebae64f4
+pkgrel=2
+pkgdesc="kodi audioencoder addon for flac"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.flac'
+license=('GPL')
+groups=('kodi-addons')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-24 03:41:05 UTC (rev 135783)
+++ community-x86_64/PKGBUILD   2015-06-24 03:41:25 UTC (rev 135784)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-audioencoder-flac
-pkgver=20141202.a960eba
-pkgrel=2
-pkgdesc="kodi audioencoder addon for flac"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.flac'
-license=('GPL')
-groups=('kodi-addons')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-audioencoder-flac/repos/community-x86_64/PKGBUILD (from rev 
135783, kodi-audioencoder-flac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-24 03:41:25 UTC (rev 135784)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-audioencoder-flac
+pkgver=20141202.a960eba
+_commit=a960ebae64f4
+pkgrel=2
+pkgdesc="kodi audioencoder addon for flac"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.flac'
+license=('GPL')
+groups=('kodi-addons')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname

[arch-commits] Commit in kodi-audioencoder-lame/repos (4 files)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:43:44
  Author: foutrelis
Revision: 135786

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

Added:
  kodi-audioencoder-lame/repos/community-i686/PKGBUILD
(from rev 135785, kodi-audioencoder-lame/trunk/PKGBUILD)
  kodi-audioencoder-lame/repos/community-x86_64/PKGBUILD
(from rev 135785, kodi-audioencoder-lame/trunk/PKGBUILD)
Deleted:
  kodi-audioencoder-lame/repos/community-i686/PKGBUILD
  kodi-audioencoder-lame/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 03:43:23 UTC (rev 135785)
+++ community-i686/PKGBUILD 2015-06-24 03:43:44 UTC (rev 135786)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-audioencoder-lame
-pkgver=20141110.6f8384f
-pkgrel=2
-pkgdesc="kodi audioencoder addon for lame (mp3)"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.lame'
-license=('GPL')
-groups=('kodi-addons')
-depends=('kodi' 'lame')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-audioencoder-lame/repos/community-i686/PKGBUILD (from rev 135785, 
kodi-audioencoder-lame/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 03:43:44 UTC (rev 135786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-audioencoder-lame
+pkgver=20141110.6f8384f
+_commit=6f8384f0d003
+pkgrel=2
+pkgdesc="kodi audioencoder addon for lame (mp3)"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.lame'
+license=('GPL')
+groups=('kodi-addons')
+depends=('kodi' 'lame')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-24 03:43:23 UTC (rev 135785)
+++ community-x86_64/PKGBUILD   2015-06-24 03:43:44 UTC (rev 135786)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-audioencoder-lame
-pkgver=20141110.6f8384f
-pkgrel=2
-pkgdesc="kodi audioencoder addon for lame (mp3)"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.lame'
-license=('GPL')
-groups=('kodi-addons')
-depends=('kodi' 'lame')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-audioencoder-lame/repos/community-x86_64/PKGBUILD (from rev 
135785, kodi-audioencoder-lame/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-24 03:43:44 UTC (rev 135786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-audioencoder-lame
+pkgver=20141110.6f8384f
+_commit=6f8384f0d003
+pkgrel=2
+pkgdesc="kodi audioencoder addon for lame (mp3)"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.lame'
+license=('GPL')
+groups=('kodi-addons')
+depends=('kodi' 'lame')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.

[arch-commits] Commit in kodi-audioencoder-lame/trunk (PKGBUILD)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:43:23
  Author: foutrelis
Revision: 135785

Lock to specified commit to avoid breakage

Modified:
  kodi-audioencoder-lame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 03:41:25 UTC (rev 135784)
+++ PKGBUILD2015-06-24 03:43:23 UTC (rev 135785)
@@ -3,6 +3,7 @@
 
 pkgname=kodi-audioencoder-lame
 pkgver=20141110.6f8384f
+_commit=6f8384f0d003
 pkgrel=2
 pkgdesc="kodi audioencoder addon for lame (mp3)"
 arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@
 groups=('kodi-addons')
 depends=('kodi' 'lame')
 makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git")
+source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in kodi-audioencoder-vorbis/trunk (PKGBUILD)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:45:31
  Author: foutrelis
Revision: 135787

Lock to specified commit to avoid breakage

Modified:
  kodi-audioencoder-vorbis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 03:43:44 UTC (rev 135786)
+++ PKGBUILD2015-06-24 03:45:31 UTC (rev 135787)
@@ -3,6 +3,7 @@
 
 pkgname=kodi-audioencoder-vorbis
 pkgver=20141224.787d4a0
+_commit=787d4a048be7
 pkgrel=2
 pkgdesc="kodi audioencoder addon for ogg/vorbis"
 arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@
 groups=('kodi-addons')
 depends=('kodi')
 makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git")
+source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in kodi-audioencoder-vorbis/repos (4 files)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:45:49
  Author: foutrelis
Revision: 135788

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

Added:
  kodi-audioencoder-vorbis/repos/community-i686/PKGBUILD
(from rev 135787, kodi-audioencoder-vorbis/trunk/PKGBUILD)
  kodi-audioencoder-vorbis/repos/community-x86_64/PKGBUILD
(from rev 135787, kodi-audioencoder-vorbis/trunk/PKGBUILD)
Deleted:
  kodi-audioencoder-vorbis/repos/community-i686/PKGBUILD
  kodi-audioencoder-vorbis/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 03:45:31 UTC (rev 135787)
+++ community-i686/PKGBUILD 2015-06-24 03:45:49 UTC (rev 135788)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-audioencoder-vorbis
-pkgver=20141224.787d4a0
-pkgrel=2
-pkgdesc="kodi audioencoder addon for ogg/vorbis"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.vorbis'
-license=('GPL')
-groups=('kodi-addons')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-audioencoder-vorbis/repos/community-i686/PKGBUILD (from rev 
135787, kodi-audioencoder-vorbis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 03:45:49 UTC (rev 135788)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-audioencoder-vorbis
+pkgver=20141224.787d4a0
+_commit=787d4a048be7
+pkgrel=2
+pkgdesc="kodi audioencoder addon for ogg/vorbis"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.vorbis'
+license=('GPL')
+groups=('kodi-addons')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-24 03:45:31 UTC (rev 135787)
+++ community-x86_64/PKGBUILD   2015-06-24 03:45:49 UTC (rev 135788)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-audioencoder-vorbis
-pkgver=20141224.787d4a0
-pkgrel=2
-pkgdesc="kodi audioencoder addon for ogg/vorbis"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.vorbis'
-license=('GPL')
-groups=('kodi-addons')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-audioencoder-vorbis/repos/community-x86_64/PKGBUILD (from rev 
135787, kodi-audioencoder-vorbis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-24 03:45:49 UTC (rev 135788)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-audioencoder-vorbis
+pkgver=20141224.787d4a0
+_commit=787d4a048be7
+pkgrel=2
+pkgdesc="kodi audioencoder addon for ogg/vorbis"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.vorbis'
+license=('GPL')
+groups=('kodi-addons')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=shor

[arch-commits] Commit in kodi-audioencoder-wav/trunk (PKGBUILD)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:47:43
  Author: foutrelis
Revision: 135789

Lock to specified commit to avoid breakage

Modified:
  kodi-audioencoder-wav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 03:45:49 UTC (rev 135788)
+++ PKGBUILD2015-06-24 03:47:43 UTC (rev 135789)
@@ -3,6 +3,7 @@
 
 pkgname=kodi-audioencoder-wav
 pkgver=20141102.40aaedf
+_commit=40aaedfa1cd9
 pkgrel=2
 pkgdesc="kodi audioencoder addon for wav"
 arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@
 groups=('kodi-addons')
 depends=('kodi')
 makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git")
+source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in kodi-audioencoder-wav/repos (4 files)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:48:00
  Author: foutrelis
Revision: 135790

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

Added:
  kodi-audioencoder-wav/repos/community-i686/PKGBUILD
(from rev 135789, kodi-audioencoder-wav/trunk/PKGBUILD)
  kodi-audioencoder-wav/repos/community-x86_64/PKGBUILD
(from rev 135789, kodi-audioencoder-wav/trunk/PKGBUILD)
Deleted:
  kodi-audioencoder-wav/repos/community-i686/PKGBUILD
  kodi-audioencoder-wav/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 03:47:43 UTC (rev 135789)
+++ community-i686/PKGBUILD 2015-06-24 03:48:00 UTC (rev 135790)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-audioencoder-wav
-pkgver=20141102.40aaedf
-pkgrel=2
-pkgdesc="kodi audioencoder addon for wav"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.wav'
-license=('GPL')
-groups=('kodi-addons')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-audioencoder-wav/repos/community-i686/PKGBUILD (from rev 135789, 
kodi-audioencoder-wav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 03:48:00 UTC (rev 135790)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-audioencoder-wav
+pkgver=20141102.40aaedf
+_commit=40aaedfa1cd9
+pkgrel=2
+pkgdesc="kodi audioencoder addon for wav"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.wav'
+license=('GPL')
+groups=('kodi-addons')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-24 03:47:43 UTC (rev 135789)
+++ community-x86_64/PKGBUILD   2015-06-24 03:48:00 UTC (rev 135790)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-audioencoder-wav
-pkgver=20141102.40aaedf
-pkgrel=2
-pkgdesc="kodi audioencoder addon for wav"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.wav'
-license=('GPL')
-groups=('kodi-addons')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-audioencoder-wav/repos/community-x86_64/PKGBUILD (from rev 135789, 
kodi-audioencoder-wav/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-24 03:48:00 UTC (rev 135790)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-audioencoder-wav
+pkgver=20141102.40aaedf
+_commit=40aaedfa1cd9
+pkgrel=2
+pkgdesc="kodi audioencoder addon for wav"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.wav'
+license=('GPL')
+groups=('kodi-addons')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   

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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:53:40
  Author: foutrelis
Revision: 135792

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

Added:
  minbif/repos/community-i686/PKGBUILD
(from rev 135791, minbif/trunk/PKGBUILD)
  minbif/repos/community-i686/minbif-gcc-4.7.patch
(from rev 135791, minbif/trunk/minbif-gcc-4.7.patch)
  minbif/repos/community-i686/minbif-imlib.patch
(from rev 135791, minbif/trunk/minbif-imlib.patch)
  minbif/repos/community-i686/minbif.install
(from rev 135791, minbif/trunk/minbif.install)
  minbif/repos/community-i686/minbif.service
(from rev 135791, minbif/trunk/minbif.service)
  minbif/repos/community-i686/minbif.tmpfiles.conf
(from rev 135791, minbif/trunk/minbif.tmpfiles.conf)
  minbif/repos/community-x86_64/PKGBUILD
(from rev 135791, minbif/trunk/PKGBUILD)
  minbif/repos/community-x86_64/minbif-gcc-4.7.patch
(from rev 135791, minbif/trunk/minbif-gcc-4.7.patch)
  minbif/repos/community-x86_64/minbif-imlib.patch
(from rev 135791, minbif/trunk/minbif-imlib.patch)
  minbif/repos/community-x86_64/minbif.install
(from rev 135791, minbif/trunk/minbif.install)
  minbif/repos/community-x86_64/minbif.service
(from rev 135791, minbif/trunk/minbif.service)
  minbif/repos/community-x86_64/minbif.tmpfiles.conf
(from rev 135791, minbif/trunk/minbif.tmpfiles.conf)
Deleted:
  minbif/repos/community-i686/PKGBUILD
  minbif/repos/community-i686/minbif-gcc-4.7.patch
  minbif/repos/community-i686/minbif.install
  minbif/repos/community-i686/minbif.service
  minbif/repos/community-i686/minbif.tmpfiles.conf
  minbif/repos/community-x86_64/PKGBUILD
  minbif/repos/community-x86_64/minbif-gcc-4.7.patch
  minbif/repos/community-x86_64/minbif.install
  minbif/repos/community-x86_64/minbif.service
  minbif/repos/community-x86_64/minbif.tmpfiles.conf

---+
 /PKGBUILD |  102 
 /minbif-gcc-4.7.patch |  196 
 /minbif.install   |   22 +++
 /minbif.service   |   22 +++
 /minbif.tmpfiles.conf |2 
 community-i686/PKGBUILD   |   48 ---
 community-i686/minbif-gcc-4.7.patch   |   98 
 community-i686/minbif-imlib.patch |   19 +++
 community-i686/minbif.install |   11 -
 community-i686/minbif.service |   11 -
 community-i686/minbif.tmpfiles.conf   |1 
 community-x86_64/PKGBUILD |   48 ---
 community-x86_64/minbif-gcc-4.7.patch |   98 
 community-x86_64/minbif-imlib.patch   |   19 +++
 community-x86_64/minbif.install   |   11 -
 community-x86_64/minbif.service   |   11 -
 community-x86_64/minbif.tmpfiles.conf |1 
 17 files changed, 382 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 03:53:00 UTC (rev 135791)
+++ community-i686/PKGBUILD 2015-06-24 03:53:40 UTC (rev 135792)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: AkiraYB 
-
-pkgname=minbif
-pkgver=1.0.5
-pkgrel=5
-pkgdesc='An IRC gateway to IM networks that uses libpurple.'
-arch=('i686' 'x86_64')
-url='http://minbif.im/'
-license=('GPL2')
-depends=('gnutls' 'libcaca' 'libpurple')
-makedepends=('cmake')
-optdepends=('xinetd: to run minbif through xinetd')
-backup=('etc/minbif/minbif.conf'
-'etc/minbif/minbif.motd')
-install='minbif.install'
-source=("http://minbif.im/attachments/download/148/${pkgname}-${pkgver}.tar.gz";
-'minbif-gcc-4.7.patch'
-'minbif.service'
-'minbif.tmpfiles.conf')
-md5sums=('00c5c1abbe2b8a9d900961832c7909a8'
- '2235c45d5bdb01e9ef4b11d2a41d49bb'
- 'b34876e339a37dfb1dc6cd0b9d8edf9d'
- '3360f5d1bf9bc69fd9b7c9326f321dc3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # build fixes
-  patch -p1 -i ../minbif-gcc-4.7.patch
-
-  make PREFIX=/usr CONF_PREFIX=/etc/minbif ENABLE_MINBIF=ON ENABLE_IMLIB=ON 
ENABLE_CACA=ON \
-   ENABLE_VIDEO=OFF ENABLE_PLUGIN=OFF ENABLE_PAM=ON ENABLE_TLS=ON DEBUG=OFF
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -dm0755 "${pkgdir}/var/lib"
-  install -dm0770 -o67 -g67 "${pkgdir}/var/lib/minbif"
-  install -dm0770 -o67 -g67 "${pkgdir}/var/lib/minbif/users"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm0644 "${srcdir}/minbif.service" 
"${pkgdir}/usr/lib/systemd/system/minbif.service"
-  install -Dm0644 "${srcdir}/minbif.tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/minbif.conf"
-}

Copied: minbif/repos/community-i686/PKGBUILD (from rev 135791, 
minbif/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 03:53:40 UTC (rev 135792)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contri

[arch-commits] Commit in minbif/trunk (PKGBUILD minbif-imlib.patch)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:53:00
  Author: foutrelis
Revision: 135791

Fix build with latest imlib

Added:
  minbif/trunk/minbif-imlib.patch
Modified:
  minbif/trunk/PKGBUILD

+
 PKGBUILD   |3 +++
 minbif-imlib.patch |   19 +++
 2 files changed, 22 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 03:48:00 UTC (rev 135790)
+++ PKGBUILD2015-06-24 03:53:00 UTC (rev 135791)
@@ -17,10 +17,12 @@
 install='minbif.install'
 source=("http://minbif.im/attachments/download/148/${pkgname}-${pkgver}.tar.gz";
 'minbif-gcc-4.7.patch'
+'minbif-imlib.patch'
 'minbif.service'
 'minbif.tmpfiles.conf')
 md5sums=('00c5c1abbe2b8a9d900961832c7909a8'
  '2235c45d5bdb01e9ef4b11d2a41d49bb'
+ 'c94ea3152b7d279da25947e0d1deff14'
  'b34876e339a37dfb1dc6cd0b9d8edf9d'
  '3360f5d1bf9bc69fd9b7c9326f321dc3')
 
@@ -29,6 +31,7 @@
 
   # build fixes
   patch -p1 -i ../minbif-gcc-4.7.patch
+  patch -p1 -i ../minbif-imlib.patch
 
   make PREFIX=/usr CONF_PREFIX=/etc/minbif ENABLE_MINBIF=ON ENABLE_IMLIB=ON 
ENABLE_CACA=ON \
ENABLE_VIDEO=OFF ENABLE_PLUGIN=OFF ENABLE_PAM=ON ENABLE_TLS=ON DEBUG=OFF

Added: minbif-imlib.patch
===
--- minbif-imlib.patch  (rev 0)
+++ minbif-imlib.patch  2015-06-24 03:53:00 UTC (rev 135791)
@@ -0,0 +1,19 @@
+commit 7aaf2a24260cabbfc04791291160a4100e550b5a
+Author: Romain Bignon 
+Date:   Tue May 5 10:42:49 2015 +0200
+
+ImlibLoadError has been renamed to Imlib_Load_Error in latest version of 
imlib2
+
+diff --git a/src/im/account.cpp b/src/im/account.cpp
+index efde142..4ac5163 100644
+--- a/src/im/account.cpp
 b/src/im/account.cpp
+@@ -275,7 +275,7 @@ void Account::setBuddyIcon(string filename)
+   else
+   {
+   char** prpl_formats = 
g_strsplit(prplinfo->icon_spec.format,",",0);
+-  ImlibLoadError err = 
IMLIB_LOAD_ERROR_UNKNOWN;
++  Imlib_Load_Error err = 
IMLIB_LOAD_ERROR_UNKNOWN;
+ 
+   close(temp_fd);
+   /* Try to encode in a supported format. 
*/


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:08:51
  Author: foutrelis
Revision: 135794

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-24 04:08:30 UTC (rev 135793)
+++ PKGBUILD2015-06-24 04:08:51 UTC (rev 135794)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Luca Bennati 
-# Contributor: Glaucous 
-
-pkgname=lib32-apitrace
-pkgver=6.1
-pkgrel=1
-pkgdesc="Graphics API Tracing (32-bit)"
-arch=('x86_64')
-url="https://github.com/apitrace/apitrace";
-license=('custom')
-makedepends=('cmake' 'lib32-mesa-libgl' 'lib32-procps-ng' 'python2' 
'gcc-multilib')
-source=("https://github.com/apitrace/apitrace/archive/${pkgver}.zip";)
-md5sums=('9661028558461feaab6e66538b15a805')
-
-build() {
-  cd ${srcdir}/apitrace-*
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr 
-DPYTHON_EXECUTABLE='/usr/bin/python2.7' \
--DLIB_SUFFIX=32 -DENABLE_GUI="no"
-  make -C build
-}
-
-package() {
-  depends=('python2' 'lib32-libgl' 'lib32-procps-ng' 'apitrace')
-
-  cd "${srcdir}"/apitrace-*
-  
-  make  -C build DESTDIR="${pkgdir}/" install
-
-  mv -v ${pkgdir}"/usr/bin/apitrace" ${pkgdir}"/usr/bin/apitrace32"
-  rm -r ${pkgdir}/usr/share/doc
-  rm ${pkgdir}/usr/bin/*retrace
-  
-  install -m755 -d ${pkgdir}"/usr/share/licenses/apitrace"
-  ln -s apitrace "$pkgdir/usr/share/licenses/apitrace/"${pkgname}
-}
-

Copied: lib32-apitrace/repos/multilib-x86_64/PKGBUILD (from rev 135793, 
lib32-apitrace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-24 04:08:51 UTC (rev 135794)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Luca Bennati 
+# Contributor: Glaucous 
+
+pkgname=lib32-apitrace
+pkgver=6.1
+pkgrel=1
+pkgdesc="Graphics API Tracing (32-bit)"
+arch=('x86_64')
+url="https://github.com/apitrace/apitrace";
+license=('custom')
+makedepends=('cmake' 'lib32-mesa-libgl' 'lib32-procps-ng' 'python2' 
'gcc-multilib')
+source=("apitrace-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz";)
+md5sums=('b1ede292d6e18da7f8041b82d86e3e6b')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr 
-DPYTHON_EXECUTABLE='/usr/bin/python2.7' \
+-DLIB_SUFFIX=32 -DENABLE_GUI="no"
+  make -C build
+}
+
+package() {
+  depends=('python2' 'lib32-libgl' 'lib32-procps-ng' 'apitrace')
+
+  cd "${srcdir}"/apitrace-*
+  
+  make  -C build DESTDIR="${pkgdir}/" install
+
+  mv -v ${pkgdir}"/usr/bin/apitrace" ${pkgdir}"/usr/bin/apitrace32"
+  rm -r ${pkgdir}/usr/share/doc
+  rm ${pkgdir}/usr/bin/*retrace
+  
+  install -m755 -d ${pkgdir}"/usr/share/licenses/apitrace"
+  ln -s apitrace "$pkgdir/usr/share/licenses/apitrace/"${pkgname}
+}
+


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:08:30
  Author: foutrelis
Revision: 135793

Fix source checksum and switch to tarballs

Modified:
  lib32-apitrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 03:53:40 UTC (rev 135792)
+++ PKGBUILD2015-06-24 04:08:30 UTC (rev 135793)
@@ -11,8 +11,8 @@
 url="https://github.com/apitrace/apitrace";
 license=('custom')
 makedepends=('cmake' 'lib32-mesa-libgl' 'lib32-procps-ng' 'python2' 
'gcc-multilib')
-source=("$pkgname-$pkgver.zip::https://github.com/apitrace/apitrace/archive/${pkgver}.zip";)
-md5sums=('9661028558461feaab6e66538b15a805')
+source=("apitrace-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz";)
+md5sums=('b1ede292d6e18da7f8041b82d86e3e6b')
 
 build() {
   cd ${srcdir}/apitrace-*


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:11:55
  Author: foutrelis
Revision: 135795

Fix source checksum; will probably break again though

Modified:
  wxcam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 04:08:51 UTC (rev 135794)
+++ PKGBUILD2015-06-24 04:11:55 UTC (rev 135795)
@@ -10,7 +10,7 @@
 makedepends=('intltool>=0.35.0' 'libsm')
 depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
 
source=(wxcam.tar.gz::"http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar";)
-md5sums=('5f7058b199b93e9e3d94bca6166c1f46')
+md5sums=('c32febe8a4e53ee4a30c9dd3dbdac58f')
 
 build() {
 cd "$srcdir"/$pkgname


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:12:14
  Author: foutrelis
Revision: 135796

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 04:11:55 UTC (rev 135795)
+++ community-i686/PKGBUILD 2015-06-24 04:12:14 UTC (rev 135796)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=wxcam
-pkgver=1.1
-pkgrel=8
-arch=('i686' 'x86_64')
-license=(GPL)
-pkgdesc="Webcam application for linux"
-url="http://wxcam.sourceforge.net";
-makedepends=('intltool>=0.35.0' 'libsm')
-depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
-source=(wxcam.tar.gz::"http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar";)
-md5sums=('5f7058b199b93e9e3d94bca6166c1f46')
-
-build() {
-cd "$srcdir"/$pkgname
-sed -i "s/^DEFAULTCONF.*$/DEFAULTCONF=Release/g" nbproject/Makefile-impl.mk
-make
-}
-
-package() {
-cd "$srcdir"/$pkgname
-install -Dm755 bin/wxcam "$pkgdir"/usr/bin/wxcam
-}

Copied: wxcam/repos/community-i686/PKGBUILD (from rev 135795, 
wxcam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 04:12:14 UTC (rev 135796)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=wxcam
+pkgver=1.1
+pkgrel=8
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc="Webcam application for linux"
+url="http://wxcam.sourceforge.net";
+makedepends=('intltool>=0.35.0' 'libsm')
+depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
+source=(wxcam.tar.gz::"http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar";)
+md5sums=('c32febe8a4e53ee4a30c9dd3dbdac58f')
+
+build() {
+cd "$srcdir"/$pkgname
+sed -i "s/^DEFAULTCONF.*$/DEFAULTCONF=Release/g" nbproject/Makefile-impl.mk
+make
+}
+
+package() {
+cd "$srcdir"/$pkgname
+install -Dm755 bin/wxcam "$pkgdir"/usr/bin/wxcam
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-24 04:11:55 UTC (rev 135795)
+++ community-x86_64/PKGBUILD   2015-06-24 04:12:14 UTC (rev 135796)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=wxcam
-pkgver=1.1
-pkgrel=8
-arch=('i686' 'x86_64')
-license=(GPL)
-pkgdesc="Webcam application for linux"
-url="http://wxcam.sourceforge.net";
-makedepends=('intltool>=0.35.0' 'libsm')
-depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
-source=(wxcam.tar.gz::"http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar";)
-md5sums=('5f7058b199b93e9e3d94bca6166c1f46')
-
-build() {
-cd "$srcdir"/$pkgname
-sed -i "s/^DEFAULTCONF.*$/DEFAULTCONF=Release/g" nbproject/Makefile-impl.mk
-make
-}
-
-package() {
-cd "$srcdir"/$pkgname
-install -Dm755 bin/wxcam "$pkgdir"/usr/bin/wxcam
-}

Copied: wxcam/repos/community-x86_64/PKGBUILD (from rev 135795, 
wxcam/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-24 04:12:14 UTC (rev 135796)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=wxcam
+pkgver=1.1
+pkgrel=8
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc="Webcam application for linux"
+url="http://wxcam.sourceforge.net";
+makedepends=('intltool>=0.35.0' 'libsm')
+depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
+source=(wxcam.tar.gz::"http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar";)
+md5sums=('c32febe8a4e53ee4a30c9dd3dbdac58f')
+
+build() {
+cd "$srcdir"/$pkgname
+sed -i "s/^DEFAULTCONF.*$/DEFAULTCONF=Release/g" nbproject/Makefile-impl.mk
+make
+}
+
+package() {
+cd "$srcdir"/$pkgname
+install -Dm755 bin/wxcam "$pkgdir"/usr/bin/wxcam
+}


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:14:13
  Author: foutrelis
Revision: 135797

Eh, checksum isn't stable; just skip verification

Modified:
  wxcam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 04:12:14 UTC (rev 135796)
+++ PKGBUILD2015-06-24 04:14:13 UTC (rev 135797)
@@ -10,7 +10,7 @@
 makedepends=('intltool>=0.35.0' 'libsm')
 depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
 
source=(wxcam.tar.gz::"http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar";)
-md5sums=('c32febe8a4e53ee4a30c9dd3dbdac58f')
+md5sums=('SKIP')
 
 build() {
 cd "$srcdir"/$pkgname


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:14:26
  Author: foutrelis
Revision: 135798

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 04:14:13 UTC (rev 135797)
+++ community-i686/PKGBUILD 2015-06-24 04:14:26 UTC (rev 135798)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=wxcam
-pkgver=1.1
-pkgrel=8
-arch=('i686' 'x86_64')
-license=(GPL)
-pkgdesc="Webcam application for linux"
-url="http://wxcam.sourceforge.net";
-makedepends=('intltool>=0.35.0' 'libsm')
-depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
-source=(wxcam.tar.gz::"http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar";)
-md5sums=('c32febe8a4e53ee4a30c9dd3dbdac58f')
-
-build() {
-cd "$srcdir"/$pkgname
-sed -i "s/^DEFAULTCONF.*$/DEFAULTCONF=Release/g" nbproject/Makefile-impl.mk
-make
-}
-
-package() {
-cd "$srcdir"/$pkgname
-install -Dm755 bin/wxcam "$pkgdir"/usr/bin/wxcam
-}

Copied: wxcam/repos/community-i686/PKGBUILD (from rev 135797, 
wxcam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 04:14:26 UTC (rev 135798)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=wxcam
+pkgver=1.1
+pkgrel=8
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc="Webcam application for linux"
+url="http://wxcam.sourceforge.net";
+makedepends=('intltool>=0.35.0' 'libsm')
+depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
+source=(wxcam.tar.gz::"http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar";)
+md5sums=('SKIP')
+
+build() {
+cd "$srcdir"/$pkgname
+sed -i "s/^DEFAULTCONF.*$/DEFAULTCONF=Release/g" nbproject/Makefile-impl.mk
+make
+}
+
+package() {
+cd "$srcdir"/$pkgname
+install -Dm755 bin/wxcam "$pkgdir"/usr/bin/wxcam
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-24 04:14:13 UTC (rev 135797)
+++ community-x86_64/PKGBUILD   2015-06-24 04:14:26 UTC (rev 135798)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=wxcam
-pkgver=1.1
-pkgrel=8
-arch=('i686' 'x86_64')
-license=(GPL)
-pkgdesc="Webcam application for linux"
-url="http://wxcam.sourceforge.net";
-makedepends=('intltool>=0.35.0' 'libsm')
-depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
-source=(wxcam.tar.gz::"http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar";)
-md5sums=('c32febe8a4e53ee4a30c9dd3dbdac58f')
-
-build() {
-cd "$srcdir"/$pkgname
-sed -i "s/^DEFAULTCONF.*$/DEFAULTCONF=Release/g" nbproject/Makefile-impl.mk
-make
-}
-
-package() {
-cd "$srcdir"/$pkgname
-install -Dm755 bin/wxcam "$pkgdir"/usr/bin/wxcam
-}

Copied: wxcam/repos/community-x86_64/PKGBUILD (from rev 135797, 
wxcam/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-24 04:14:26 UTC (rev 135798)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=wxcam
+pkgver=1.1
+pkgrel=8
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc="Webcam application for linux"
+url="http://wxcam.sourceforge.net";
+makedepends=('intltool>=0.35.0' 'libsm')
+depends=('libglade' 'mjpegtools' 'perl-xml-parser' 'wxgtk' 'xvidcore' 
'v4l-utils' 'alsa-lib' 'cimg')
+source=(wxcam.tar.gz::"http://wxcam.cvs.sourceforge.net/viewvc/wxcam/wxcam/?view=tar";)
+md5sums=('SKIP')
+
+build() {
+cd "$srcdir"/$pkgname
+sed -i "s/^DEFAULTCONF.*$/DEFAULTCONF=Release/g" nbproject/Makefile-impl.mk
+make
+}
+
+package() {
+cd "$srcdir"/$pkgname
+install -Dm755 bin/wxcam "$pkgdir"/usr/bin/wxcam
+}


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:19:11
  Author: foutrelis
Revision: 135800

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

Added:
  rawstudio/repos/community-i686/PKGBUILD
(from rev 135799, rawstudio/trunk/PKGBUILD)
  rawstudio/repos/community-i686/libpng15.patch
(from rev 135799, rawstudio/trunk/libpng15.patch)
  rawstudio/repos/community-i686/rawstudio.install
(from rev 135799, rawstudio/trunk/rawstudio.install)
  rawstudio/repos/community-x86_64/PKGBUILD
(from rev 135799, rawstudio/trunk/PKGBUILD)
  rawstudio/repos/community-x86_64/libpng15.patch
(from rev 135799, rawstudio/trunk/libpng15.patch)
  rawstudio/repos/community-x86_64/rawstudio.install
(from rev 135799, rawstudio/trunk/rawstudio.install)
Deleted:
  rawstudio/repos/community-i686/PKGBUILD
  rawstudio/repos/community-i686/libpng15.patch
  rawstudio/repos/community-i686/rawstudio.install
  rawstudio/repos/community-x86_64/PKGBUILD
  rawstudio/repos/community-x86_64/libpng15.patch
  rawstudio/repos/community-x86_64/rawstudio.install

+
 /PKGBUILD  |   80 +++
 /libpng15.patch|   80 +++
 /rawstudio.install |   22 +
 community-i686/PKGBUILD|   40 -
 community-i686/libpng15.patch  |   40 -
 community-i686/rawstudio.install   |   11 
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/libpng15.patch|   40 -
 community-x86_64/rawstudio.install |   11 
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 04:18:57 UTC (rev 135799)
+++ community-i686/PKGBUILD 2015-06-24 04:19:11 UTC (rev 135800)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Daniel J Griffiths 
-# Contributor: Roman Kyrylych 
-# Contributor: cdhotfire 
-
-pkgname=rawstudio
-pkgver=2.0
-pkgrel=12
-pkgdesc="An open source raw-image converter written in GTK+"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://rawstudio.org/";
-depends=('gconf' 'lcms' 'exiv2' 'fftw' 'lensfun' 'flickcurl' 'sqlite'
-'libgphoto2' 'gtk-engines' 'desktop-file-utils' 'icu')
-install=${pkgname}.install
-source=(http://rawstudio.org/files/release/${pkgname}-${pkgver}.tar.gz
-   libpng15.patch)
-md5sums=('b2f86b8ca6b83ad954e3104c4cb89e9b'
- '2f8b7acbe10d8096ce613cbea7986fd3')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 <$srcdir/libpng15.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-  mkdir $pkgdir/usr/lib/rawstudio
-  mv $pkgdir/usr/share/rawstudio/plugins $pkgdir/usr/lib/rawstudio
-  ln -s ../../lib/rawstudio/plugins $pkgdir/usr/share/rawstudio/plugins
-}

Copied: rawstudio/repos/community-i686/PKGBUILD (from rev 135799, 
rawstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 04:19:11 UTC (rev 135800)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Daniel J Griffiths 
+# Contributor: Roman Kyrylych 
+# Contributor: cdhotfire 
+
+pkgname=rawstudio
+pkgver=2.0
+pkgrel=12
+pkgdesc="An open source raw-image converter written in GTK+"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://rawstudio.org/";
+depends=('gconf' 'lcms' 'exiv2' 'fftw' 'lensfun' 'flickcurl' 'sqlite'
+'libgphoto2' 'gtk-engines' 'desktop-file-utils' 'icu')
+install=${pkgname}.install
+source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz
+   libpng15.patch)
+md5sums=('b2f86b8ca6b83ad954e3104c4cb89e9b'
+ '2f8b7acbe10d8096ce613cbea7986fd3')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 <$srcdir/libpng15.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  mkdir $pkgdir/usr/lib/rawstudio
+  mv $pkgdir/usr/share/rawstudio/plugins $pkgdir/usr/lib/rawstudio
+  ln -s ../../lib/rawstudio/plugins $pkgdir/usr/share/rawstudio/plugins
+}

Deleted: community-i686/libpng15.patch
===
--- community-i686/libpng15.patch   2015-06-24 04:18:57 UTC (rev 135799)
+++ community-i686/libpng15.patch   2015-06-24 04:19:11 UTC (rev 135800)
@@ -1,40 +0,0 @@
-diff -wbBur rawstudio-2.0/plugins/load-gdk/exiv

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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:18:57
  Author: foutrelis
Revision: 135799

Rehost source tarball

Modified:
  rawstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 04:14:26 UTC (rev 135798)
+++ PKGBUILD2015-06-24 04:18:57 UTC (rev 135799)
@@ -14,7 +14,7 @@
 depends=('gconf' 'lcms' 'exiv2' 'fftw' 'lensfun' 'flickcurl' 'sqlite'
 'libgphoto2' 'gtk-engines' 'desktop-file-utils' 'icu')
 install=${pkgname}.install
-source=(http://rawstudio.org/files/release/${pkgname}-${pkgver}.tar.gz
+source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz
libpng15.patch)
 md5sums=('b2f86b8ca6b83ad954e3104c4cb89e9b'
  '2f8b7acbe10d8096ce613cbea7986fd3')


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:23:11
  Author: foutrelis
Revision: 135802

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

Added:
  rawstudio/repos/community-i686/PKGBUILD
(from rev 135801, rawstudio/trunk/PKGBUILD)
  rawstudio/repos/community-i686/lensfun03.patch
(from rev 135801, rawstudio/trunk/lensfun03.patch)
  rawstudio/repos/community-i686/libpng15.patch
(from rev 135801, rawstudio/trunk/libpng15.patch)
  rawstudio/repos/community-i686/rawstudio.install
(from rev 135801, rawstudio/trunk/rawstudio.install)
  rawstudio/repos/community-x86_64/PKGBUILD
(from rev 135801, rawstudio/trunk/PKGBUILD)
  rawstudio/repos/community-x86_64/lensfun03.patch
(from rev 135801, rawstudio/trunk/lensfun03.patch)
  rawstudio/repos/community-x86_64/libpng15.patch
(from rev 135801, rawstudio/trunk/libpng15.patch)
  rawstudio/repos/community-x86_64/rawstudio.install
(from rev 135801, rawstudio/trunk/rawstudio.install)
Deleted:
  rawstudio/repos/community-i686/PKGBUILD
  rawstudio/repos/community-i686/libpng15.patch
  rawstudio/repos/community-i686/rawstudio.install
  rawstudio/repos/community-x86_64/PKGBUILD
  rawstudio/repos/community-x86_64/libpng15.patch
  rawstudio/repos/community-x86_64/rawstudio.install

+
 /PKGBUILD  |   86 +++
 /libpng15.patch|   80 
 /rawstudio.install |   22 
 community-i686/PKGBUILD|   40 
 community-i686/lensfun03.patch |   23 +
 community-i686/libpng15.patch  |   40 
 community-i686/rawstudio.install   |   11 
 community-x86_64/PKGBUILD  |   40 
 community-x86_64/lensfun03.patch   |   23 +
 community-x86_64/libpng15.patch|   40 
 community-x86_64/rawstudio.install |   11 
 11 files changed, 234 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 04:22:55 UTC (rev 135801)
+++ community-i686/PKGBUILD 2015-06-24 04:23:11 UTC (rev 135802)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Daniel J Griffiths 
-# Contributor: Roman Kyrylych 
-# Contributor: cdhotfire 
-
-pkgname=rawstudio
-pkgver=2.0
-pkgrel=12
-pkgdesc="An open source raw-image converter written in GTK+"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://rawstudio.org/";
-depends=('gconf' 'lcms' 'exiv2' 'fftw' 'lensfun' 'flickcurl' 'sqlite'
-'libgphoto2' 'gtk-engines' 'desktop-file-utils' 'icu')
-install=${pkgname}.install
-source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz
-   libpng15.patch)
-md5sums=('b2f86b8ca6b83ad954e3104c4cb89e9b'
- '2f8b7acbe10d8096ce613cbea7986fd3')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 <$srcdir/libpng15.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-  mkdir $pkgdir/usr/lib/rawstudio
-  mv $pkgdir/usr/share/rawstudio/plugins $pkgdir/usr/lib/rawstudio
-  ln -s ../../lib/rawstudio/plugins $pkgdir/usr/share/rawstudio/plugins
-}

Copied: rawstudio/repos/community-i686/PKGBUILD (from rev 135801, 
rawstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 04:23:11 UTC (rev 135802)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Daniel J Griffiths 
+# Contributor: Roman Kyrylych 
+# Contributor: cdhotfire 
+
+pkgname=rawstudio
+pkgver=2.0
+pkgrel=12
+pkgdesc="An open source raw-image converter written in GTK+"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://rawstudio.org/";
+depends=('gconf' 'lcms' 'exiv2' 'fftw' 'lensfun' 'flickcurl' 'sqlite'
+'libgphoto2' 'gtk-engines' 'desktop-file-utils' 'icu')
+install=${pkgname}.install
+source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz
+   libpng15.patch
+   lensfun03.patch)
+md5sums=('b2f86b8ca6b83ad954e3104c4cb89e9b'
+ '2f8b7acbe10d8096ce613cbea7986fd3'
+ 'a606b05fa260a7afec791f8db92d9a5e')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ../libpng15.patch
+  patch -Np1 -i ../lensfun03.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  mkdir $pkgdir/usr/lib/rawstudio
+  mv $pkgdir/usr/share/rawstudio/plugins $pkgd

[arch-commits] Commit in rawstudio/trunk (PKGBUILD lensfun03.patch)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:22:55
  Author: foutrelis
Revision: 135801

Fix build with lensfun 0.3

Added:
  rawstudio/trunk/lensfun03.patch
Modified:
  rawstudio/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 lensfun03.patch |   23 +++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 04:19:11 UTC (rev 135800)
+++ PKGBUILD2015-06-24 04:22:55 UTC (rev 135801)
@@ -15,13 +15,16 @@
 'libgphoto2' 'gtk-engines' 'desktop-file-utils' 'icu')
 install=${pkgname}.install
 
source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz
-   libpng15.patch)
+   libpng15.patch
+   lensfun03.patch)
 md5sums=('b2f86b8ca6b83ad954e3104c4cb89e9b'
- '2f8b7acbe10d8096ce613cbea7986fd3')
+ '2f8b7acbe10d8096ce613cbea7986fd3'
+ 'a606b05fa260a7afec791f8db92d9a5e')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 <$srcdir/libpng15.patch
+  patch -Np1 -i ../libpng15.patch
+  patch -Np1 -i ../lensfun03.patch
 }
 
 build() {

Added: lensfun03.patch
===
--- lensfun03.patch (rev 0)
+++ lensfun03.patch 2015-06-24 04:22:55 UTC (rev 135801)
@@ -0,0 +1,23 @@
+From cc31d235cd3c4f0adf35614e09965c28175c7c99 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9rgio=20Basto?= 
+Date: Tue, 27 Jan 2015 13:30:27 +
+Subject: [PATCH] Compile with Lensfun 0.3 version where CCI correction have
+ been removed
+
+---
+ plugins/lensfun/lensfun.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/plugins/lensfun/lensfun.c b/plugins/lensfun/lensfun.c
+index af1f189..4f7fffb 100644
+--- a/plugins/lensfun/lensfun.c
 b/plugins/lensfun/lensfun.c
+@@ -668,7 +668,7 @@ get_image(RSFilter *filter, const RSFilterRequest *request)
+   }
+ 
+   /* Start threads to apply phase 2, Vignetting and CA 
Correction */
+-  if (effective_flags & (LF_MODIFY_VIGNETTING | 
LF_MODIFY_CCI)) 
++  if (effective_flags & LF_MODIFY_VIGNETTING)
+   {
+   /* Phase 2 is corrected inplace, so copy input 
first */
+   guint y_offset, y_per_thread, threaded_h;


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:26:17
  Author: foutrelis
Revision: 135804

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

Added:
  zynaddsubfx/repos/community-i686/PKGBUILD
(from rev 135803, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
(from rev 135803, zynaddsubfx/trunk/zynaddsubfx.svg)
  zynaddsubfx/repos/community-x86_64/PKGBUILD
(from rev 135803, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg
(from rev 135803, zynaddsubfx/trunk/zynaddsubfx.svg)
Deleted:
  zynaddsubfx/repos/community-i686/PKGBUILD
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
  zynaddsubfx/repos/community-x86_64/PKGBUILD
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg

--+
 /PKGBUILD|  126 +++
 /zynaddsubfx.svg |  626 +
 community-i686/PKGBUILD  |   63 ---
 community-i686/zynaddsubfx.svg   |  313 --
 community-x86_64/PKGBUILD|   63 ---
 community-x86_64/zynaddsubfx.svg |  313 --
 6 files changed, 752 insertions(+), 752 deletions(-)

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


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

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:26:03
  Author: foutrelis
Revision: 135803

Fix source URL

Modified:
  zynaddsubfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 04:23:11 UTC (rev 135802)
+++ PKGBUILD2015-06-24 04:26:03 UTC (rev 135803)
@@ -14,7 +14,7 @@
 depends=('fltk' 'libgl' 'fftw' 'lash' 'mxml' 'liblo')
 makedepends=('cmake' 'pkgconfig' 'mesa' 'setconf' 'gendesk')
 options=('!emptydirs')
-source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/zynaddsubfx-$pkgver.tar.gz";
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";
"$pkgname.svg")
 md5sums=('22a3468ead939285b3eb13d92e1109c7'
  '6f7e9c3ce3947088a10c99c46a65431f')


[arch-commits] Commit in hhvm/trunk (PKGBUILD libstdcxx-dual-abi.patch)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 06:52:33
  Author: foutrelis
Revision: 135805

Fix build against new C++11 ABI

Added:
  hhvm/trunk/libstdcxx-dual-abi.patch
Modified:
  hhvm/trunk/PKGBUILD

--+
 PKGBUILD |3 ++
 libstdcxx-dual-abi.patch |   46 +
 2 files changed, 49 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 04:26:17 UTC (rev 135804)
+++ PKGBUILD2015-06-24 04:52:33 UTC (rev 135805)
@@ -38,6 +38,7 @@
 'php.ini'
 'server.ini'
 'gcc51.patch'
+'libstdcxx-dual-abi.patch'
 
'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff')
 install=hhvm.install
 backup=(etc/hhvm/{php,server}.ini)
@@ -62,6 +63,7 @@
 cd third-party/folly
 rm -rf src
 ln -s "$srcdir"/folly-$_folly_commit src
+patch -d src -p1 -i "$srcdir"/libstdcxx-dual-abi.patch
 
 cd ../thrift
 rm -rf src
@@ -145,4 +147,5 @@
 '3e3093f817706c238fad021483f114fd4ce0b45d84097dcb7870157fc9ec769f'
 '5b53bc57965e1c5151d720dc7f63f1b2e8ebd5e758b2ef0be3b74df38ebcbce0'
 '3a7d1cfa7fb87365bbfc65975b8a96627c34d5389eb0de9c360f195cb717dfd0'
+'8fe2192e3e10d46a77bbe4fda7ed588eecda22fd83d5952c79985f642bf00d68'
 '975885203cef50997a227f5355d49cb9135f0668981059df213f7f0b44597cf8')

Added: libstdcxx-dual-abi.patch
===
--- libstdcxx-dual-abi.patch(rev 0)
+++ libstdcxx-dual-abi.patch2015-06-24 04:52:33 UTC (rev 135805)
@@ -0,0 +1,46 @@
+From ca2e9c7f1b6bf92f1f67ae627692547710932577 Mon Sep 17 00:00:00 2001
+From: Dimitri John Ledkov 
+Date: Wed, 27 May 2015 13:30:08 +0100
+Subject: [PATCH] Fix forward declaration of basic_string and list, for dual
+ abi libstdc++ with inline std::__cxx11 namespace.
+
+Closes facebook/folly#213
+Closes facebook/folly#208
+---
+ folly/Traits.h | 12 +++-
+ 1 file changed, 3 insertions(+), 9 deletions(-)
+
+diff --git a/folly/Traits.h b/folly/Traits.h
+index 309157c..a279c02 100644
+--- a/folly/Traits.h
 b/folly/Traits.h
+@@ -19,6 +19,9 @@
+ #ifndef FOLLY_BASE_TRAITS_H_
+ #define FOLLY_BASE_TRAITS_H_
+ 
++#include 
++#include 
++
+ #include 
+ #include 
+ #include 
+@@ -239,19 +242,10 @@ FOLLY_NAMESPACE_STD_BEGIN
+ 
+ template 
+   struct pair;
+-#ifndef _GLIBCXX_USE_FB
+-template 
+-  class basic_string;
+-#else
+-template 
+-  class basic_string;
+-#endif
+ template 
+   class vector;
+ template 
+   class deque;
+-template 
+-  class list;
+ template 
+   class set;
+ template 


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

2015-06-23 Thread Maxime Gauduin
Date: Wednesday, June 24, 2015 @ 08:28:39
  Author: alucryd
Revision: 135806

upgpkg: lollypop 0.9.36-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 04:52:33 UTC (rev 135805)
+++ PKGBUILD2015-06-24 06:28:39 UTC (rev 135806)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.33
+pkgver=0.9.36
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -13,10 +13,11 @@
 depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
  'python-dbus' 'python-gobject' 'totem-plparser')
 makedepends=('intltool' 'itstool' 'python')
-optdepends=('python-pylast: Last.FM support')
+optdepends=('python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
 install='lollypop.install'
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
-sha256sums=('850b4237c806f3477a4a8b9ff93281dcc6f51273df9c2111cdcfc5cd9e089750')
+sha256sums=('5a395e4604113f4b468612552e40e0bf86319d400d3871f940daa6508de37aa3')
 
 build() {
   cd lollypop-${pkgver}


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

2015-06-23 Thread Maxime Gauduin
Date: Wednesday, June 24, 2015 @ 08:28:56
  Author: alucryd
Revision: 135807

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   73 ++---
 lollypop.install |   30 ++---
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-24 06:28:39 UTC (rev 135806)
+++ PKGBUILD2015-06-24 06:28:56 UTC (rev 135807)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.33
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('intltool' 'itstool' 'python')
-optdepends=('python-pylast: Last.FM support')
-install='lollypop.install'
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
-sha256sums=('850b4237c806f3477a4a8b9ff93281dcc6f51273df9c2111cdcfc5cd9e089750')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 135806, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-24 06:28:56 UTC (rev 135807)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.36
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('intltool' 'itstool' 'python')
+optdepends=('python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+install='lollypop.install'
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
+sha256sums=('5a395e4604113f4b468612552e40e0bf86319d400d3871f940daa6508de37aa3')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lollypop.install
===
--- lollypop.install2015-06-24 06:28:39 UTC (rev 135806)
+++ lollypop.install2015-06-24 06:28:56 UTC (rev 135807)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 135806, 
lollypop/trunk/lollypop.install)
===
--- lollypop.install(rev 0)
+++ lollypop.install2015-06-24 06:28:56 UTC (rev 135807)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2015-06-23 Thread Maxime Gauduin
Date: Wednesday, June 24, 2015 @ 08:31:08
  Author: alucryd
Revision: 135808

Add python-wikipedia, optdep of lollypop

Added:
  python-wikipedia/
  python-wikipedia/trunk/
  python-wikipedia/trunk/PKGBUILD

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

Added: python-wikipedia/trunk/PKGBUILD
===
--- python-wikipedia/trunk/PKGBUILD (rev 0)
+++ python-wikipedia/trunk/PKGBUILD 2015-06-24 06:31:08 UTC (rev 135808)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Chuan Ji 
+
+pkgbase=python-wikipedia
+pkgname=('python-wikipedia' 'python2-wikipedia')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A Pythonic wrapper for the Wikipedia API'
+arch=('any')
+url='https://github.com/goldsmith/Wikipedia'
+license=('MIT')
+depends=('python-beautifulsoup4' 'python-requests')
+source=("https://pypi.python.org/packages/source/w/wikipedia/wikipedia-${pkgver}.tar.gz";)
+sha256sums=('db0fad1829fdd441b1852306e9856398204dc0786d2996dd2e0c8bb8e26133b2')
+
+prepare() {
+  cp -r wikipedia-${pkgver} python-wikipedia-${pkgver}
+  mv wikipedia-${pkgver} python2-wikipedia-${pkgver}
+}
+
+build() {
+  cd python-wikipedia-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-wikipedia-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-wikipedia() {
+  cd python-wikipedia-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python-wikipedia
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/python-wikipedia/
+
+}
+
+package_python2-wikipedia() {
+  cd python2-wikipedia-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-wikipedia
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/python2-wikipedia/
+}
+
+# vim: ts=2 sw=2 et:


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


[arch-commits] Commit in python-wikipedia (3 files)

2015-06-23 Thread Maxime Gauduin
Date: Wednesday, June 24, 2015 @ 08:31:25
  Author: alucryd
Revision: 135809

archrelease: copy trunk to community-any

Added:
  python-wikipedia/repos/
  python-wikipedia/repos/community-any/
  python-wikipedia/repos/community-any/PKGBUILD
(from rev 135808, python-wikipedia/trunk/PKGBUILD)

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

Copied: python-wikipedia/repos/community-any/PKGBUILD (from rev 135808, 
python-wikipedia/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-06-24 06:31:25 UTC (rev 135809)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Chuan Ji 
+
+pkgbase=python-wikipedia
+pkgname=('python-wikipedia' 'python2-wikipedia')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A Pythonic wrapper for the Wikipedia API'
+arch=('any')
+url='https://github.com/goldsmith/Wikipedia'
+license=('MIT')
+depends=('python-beautifulsoup4' 'python-requests')
+source=("https://pypi.python.org/packages/source/w/wikipedia/wikipedia-${pkgver}.tar.gz";)
+sha256sums=('db0fad1829fdd441b1852306e9856398204dc0786d2996dd2e0c8bb8e26133b2')
+
+prepare() {
+  cp -r wikipedia-${pkgver} python-wikipedia-${pkgver}
+  mv wikipedia-${pkgver} python2-wikipedia-${pkgver}
+}
+
+build() {
+  cd python-wikipedia-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-wikipedia-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-wikipedia() {
+  cd python-wikipedia-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python-wikipedia
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/python-wikipedia/
+
+}
+
+package_python2-wikipedia() {
+  cd python2-wikipedia-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-wikipedia
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/python2-wikipedia/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-06-23 Thread Antonio Rojas
Date: Wednesday, June 24, 2015 @ 08:49:53
  Author: arojas
Revision: 135810

1.8.2 tarball was pulled back upstream, host in sources.archlinux.org

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 06:31:25 UTC (rev 135809)
+++ PKGBUILD2015-06-24 06:49:53 UTC (rev 135810)
@@ -15,7 +15,9 @@
 optdepends=('python2-nautilus: integration with Nautilus')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz";)
+#source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz";)
+# see https://mailman.owncloud.org/pipermail/devel/2015-June/001323.html
+source=("https://sources.archlinux.org/other/community/owncloud-client/$_name-$pkgver.tar.xz";)
 md5sums=('08c6abccdc6105146715bfa9b90f7be2')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')