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

2015-02-02 Thread Felix Yan
Date: Tuesday, February 3, 2015 @ 08:45:26
  Author: fyan
Revision: 127023

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 127022, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 127022, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 127022, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 127022, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 127022, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 127022, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  190 +
 /cgminer.conf.d  |   22 
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   95 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   95 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-03 07:44:41 UTC (rev 127022)
+++ community-i686/PKGBUILD 2015-02-03 07:45:26 UTC (rev 127023)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: monson 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri 
-
-pkgname=cgminer
-pkgver=4.9.0
-#_pkgver=
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin"
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusb' 'jansson')
-makedepends=('git')
-source=("git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver";
-"$pkgname.conf.d"
-"$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.6.*||' \
-  -e 
's|JANSSON_LIBS="compat/jansson-2\.6/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
-  -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i 
./configure
-  #sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure
-  #sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure
-  #sed 
's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-  
-  # ./configure \
-
-  # Taken from README - Q: What should I build in for a generic distribution 
binary?
-  ./autogen.sh \
---prefix=/usr \
---enable-avalon \
---enable-avalon2 \
---enable-avalon4 \
---enable-bflsc \
---enable-bitfury \
---enable-blockerupter \
---enable-cointerra \
---enable-drillbit \
---enable-hashfast \
---enable-hashratio \
---enable-icarus \
---enable-klondike \
---with-system-libusb
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/$pkgname"
-  install -m755 miner.php api-example.* "$pkgdir/usr/share/$pkgname"
-
-  install -Dm644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
-  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee

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

2015-02-02 Thread Felix Yan
Date: Tuesday, February 3, 2015 @ 08:44:41
  Author: fyan
Revision: 127022

upgpkg: cgminer 4.9.1-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 07:19:15 UTC (rev 127021)
+++ PKGBUILD2015-02-03 07:44:41 UTC (rev 127022)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri 
 
 pkgname=cgminer
-pkgver=4.9.0
+pkgver=4.9.1
 #_pkgver=
 _pkgver=$pkgver
 pkgrel=1


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

2015-02-02 Thread Daniel Micay
Date: Tuesday, February 3, 2015 @ 08:19:15
  Author: thestinger
Revision: 127021

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

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

+
 /PKGBUILD  |  654 
 /change-default-console-loglevel.patch |   22 
 /config|14718 +++
 /config.x86_64 |14140 ++
 /linux-grsec.install   |  110 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  327 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7359 ---
 community-i686/config.x86_64   | 7070 ---
 community-i686/linux-grsec.install |   55 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  327 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7359 ---
 community-x86_64/config.x86_64 | 7070 ---
 community-x86_64/linux-grsec.install   |   55 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29672 insertions(+), 29672 deletions(-)

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


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

2015-02-02 Thread Daniel Micay
Date: Tuesday, February 3, 2015 @ 08:18:17
  Author: thestinger
Revision: 127020

upgpkg: linux-grsec 3.18.5.201502021854-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 07:07:37 UTC (rev 127019)
+++ PKGBUILD2015-02-03 07:18:17 UTC (rev 127020)
@@ -9,7 +9,7 @@
 _srcname=linux-3.18
 _pkgver=3.18.5
 _grsecver=3.0
-_timestamp=201501310706
+_timestamp=201502021854
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '9e261632e11f629705c3f1b2f07c611284e5f9972c42f6740131e8e2471c349a'
 'SKIP'
-'56fbe38b2700d85c84c535c77921e77d35d389fb5eaa4c4f025327d8dd8c1225'
+'278ac180071745f8bb418537e13bba5d791bd6e346602c5c240bee8cdfadc778'
 'SKIP'
 'ef622b478483a26357fef6a1b32a1681cbbc07af5e780dab9138fe643e01e2e5'
 'd4b167b2aa3a76d88cedfe712ac36b3050801a562d962a8b48a872c81502'


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

2015-02-02 Thread Felix Yan
Date: Tuesday, February 3, 2015 @ 08:07:37
  Author: fyan
Revision: 127019

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-03 07:06:58 UTC (rev 127018)
+++ PKGBUILD2015-02-03 07:07:37 UTC (rev 127019)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=4.1
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring";
-license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.zip";)
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
-  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
-  'kdebindings-python' 'kdebindings-python2' 'python2-gdata')
-md5sums=('580e05c8f0184680d66f3c3ab619757f')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/keyring-$pkgver"
-  py.test
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  py.test2
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-'python-gobject: Gnome integration'
-'kdebindings-python: Kde integration'
-'python-crypto: CLI keyring'
-'python-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-'python2-gobject: Gnome integration'
-'kdebindings-python2: Kde integration'
-'python2-crypto: CLI keyring'
-'python2-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 127018, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-03 07:07:37 UTC (rev 127019)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring";
+license=('PSF' 'MIT')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.zip";)
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
+  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
+  'kdebindings-python' 'kdebindings-python2' 'python2-gdata')
+md5sums=('1a830677df8b94428edf2950d9c2dc7b')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/keyring-$pkgver"
+  py.test
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  py.test2
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('libgnome-keyring: Gnome integration'
+'python-gobject: Gnome integration'
+'kdebindings-python: Kde integration'
+'python-crypto: CLI keyring'
+'python-secretstorage: SecretService DBus API (GNOME/KDE)')
+
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python2-keyring() {
+  depends=('python2-setuptools')
+  optdepends=('libgnome-keyring: Gnome integration'
+'python2-gobject: Gnome integration'
+'kdebindings-python2: Kde integration'
+'python2-crypto: CLI keyring'
+ 

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

2015-02-02 Thread Felix Yan
Date: Tuesday, February 3, 2015 @ 08:06:58
  Author: fyan
Revision: 127018

upgpkg: python-keyring 4.1.1-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 05:21:30 UTC (rev 127017)
+++ PKGBUILD2015-02-03 07:06:58 UTC (rev 127018)
@@ -8,7 +8,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=4.1
+pkgver=4.1.1
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -19,7 +19,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
   'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
   'kdebindings-python' 'kdebindings-python2' 'python2-gdata')
-md5sums=('580e05c8f0184680d66f3c3ab619757f')
+md5sums=('1a830677df8b94428edf2950d9c2dc7b')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}


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

2015-02-02 Thread Felix Yan
Date: Tuesday, February 3, 2015 @ 06:57:40
  Author: fyan
Revision: 230384

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

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

---+
 extra-i686/PKGBUILD   |   38 ++
 extra-i686/kmix.install   |   12 
 extra-x86_64/PKGBUILD |   38 ++
 extra-x86_64/kmix.install |   12 
 4 files changed, 100 insertions(+)

Copied: kmix/repos/extra-i686/PKGBUILD (from rev 230383, kmix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-03 05:57:40 UTC (rev 230384)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Antonio Rojas
+
+pkgname=kmix
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='KDE volume control program'
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/multimedia/kmix/'
+license=('GPL')
+depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdemultimedia-kmix')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+install=$pkgname.install
+sha256sums=('ca8d1f0ed4765c8b6e676c83aef9545387f64a52600c0123270bc61f6a6061fe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKMIX_KF5_BUILD=ON \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kmix/repos/extra-i686/kmix.install (from rev 230383, 
kmix/trunk/kmix.install)
===
--- extra-i686/kmix.install (rev 0)
+++ extra-i686/kmix.install 2015-02-03 05:57:40 UTC (rev 230384)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kmix/repos/extra-x86_64/PKGBUILD (from rev 230383, kmix/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-03 05:57:40 UTC (rev 230384)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Antonio Rojas
+
+pkgname=kmix
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='KDE volume control program'
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/multimedia/kmix/'
+license=('GPL')
+depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdemultimedia-kmix')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+install=$pkgname.install
+sha256sums=('ca8d1f0ed4765c8b6e676c83aef9545387f64a52600c0123270bc61f6a6061fe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKMIX_KF5_BUILD=ON \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kmix/repos/extra-x86_64/kmix.install (from rev 230383, 
kmix/trunk/kmix.install)
===
--- extra-x86_64/kmix.install   (rev 0)
+++ extra-x86_64/kmix.install   2015-02-03 05:57:40 UTC (rev 230384)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-02-02 Thread Felix Yan
Date: Tuesday, February 3, 2015 @ 06:57:04
  Author: fyan
Revision: 230383

upgpkg: kmix 14.12.1-1

Modified:
  kmix/trunk/PKGBUILD   (properties)

Index: kmix/trunk/PKGBUILD
===
--- kmix/trunk/PKGBUILD 2015-02-03 05:56:50 UTC (rev 230382)
+++ kmix/trunk/PKGBUILD 2015-02-03 05:57:04 UTC (rev 230383)

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


[arch-commits] Commit in (5 files)

2015-02-02 Thread Felix Yan
Date: Tuesday, February 3, 2015 @ 06:56:50
  Author: fyan
Revision: 230382

add kmix (FS#43626)

Added:
  kmix/
  kmix/repos/
  kmix/trunk/
  kmix/trunk/PKGBUILD
  kmix/trunk/kmix.install

--+
 PKGBUILD |   38 ++
 kmix.install |   12 
 2 files changed, 50 insertions(+)

Added: kmix/trunk/PKGBUILD
===
--- kmix/trunk/PKGBUILD (rev 0)
+++ kmix/trunk/PKGBUILD 2015-02-03 05:56:50 UTC (rev 230382)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Antonio Rojas
+
+pkgname=kmix
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='KDE volume control program'
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/multimedia/kmix/'
+license=('GPL')
+depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdemultimedia-kmix')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+install=$pkgname.install
+sha256sums=('ca8d1f0ed4765c8b6e676c83aef9545387f64a52600c0123270bc61f6a6061fe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKMIX_KF5_BUILD=ON \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Added: kmix/trunk/kmix.install
===
--- kmix/trunk/kmix.install (rev 0)
+++ kmix/trunk/kmix.install 2015-02-03 05:56:50 UTC (rev 230382)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-02-02 Thread Eric Bélanger
Date: Tuesday, February 3, 2015 @ 06:21:30
  Author: eric
Revision: 127017

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 127016, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-03 05:19:57 UTC (rev 127016)
+++ PKGBUILD2015-02-03 05:21:30 UTC (rev 127017)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2015.01.25
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('b6c39c9c6babb2c9dcf15e19f7a4d13e30504017'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 127016, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-03 05:21:30 UTC (rev 127017)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2015.02.03
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('5fdb661fa6d930bc7abc5925b51691f6aef44a24'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-02-02 Thread Eric Bélanger
Date: Tuesday, February 3, 2015 @ 06:19:57
  Author: eric
Revision: 127016

upgpkg: youtube-dl 2015.02.03-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 05:03:44 UTC (rev 127015)
+++ PKGBUILD2015-02-03 05:19:57 UTC (rev 127016)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2015.01.25
+pkgver=2015.02.03
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('b6c39c9c6babb2c9dcf15e19f7a4d13e30504017'
+sha1sums=('5fdb661fa6d930bc7abc5925b51691f6aef44a24'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-02-02 Thread Eric Bélanger
Date: Tuesday, February 3, 2015 @ 06:06:49
  Author: eric
Revision: 230381

archrelease: copy trunk to extra-any

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

---+
 PKGBUILD  |   96 ++--
 quodlibet.install |   22 +--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-03 05:05:21 UTC (rev 230380)
+++ PKGBUILD2015-02-03 05:06:49 UTC (rev 230381)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=quodlibet
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="An audio library tagger, manager and player"
-arch=('any')
-license=('GPL2')
-url="http://code.google.com/p/quodlibet/";
-depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
- 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-'gnome-icon-theme')
-makedepends=('intltool')
-optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-'gst-plugins-bad: for Musepack support'
-'libgpod: for ipod support'
-'python2-feedparser: for audio feeds (podcast) support'
-'libkeybinder3: for the multimedia keys support'
-'media-player-info: for media devices support'
-'cddb-py: for "CDDB Lookup" plugin'
-'python2-musicbrainz2: for "MusicBrainz Lookup" plugin'
-'python2-pyinotify: for "Automatic library update" plugin'
-   'kakasi: for "Kana/Kanji Simple Inverter" plugin'
-   'zeitgeist: for "Event Logging" plugin'
-'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
-provides=('quodlibet-plugins')
-conflicts=('quodlibet-plugins')
-replaces=('quodlibet-plugins')
-options=('!makeflags')
-install=quodlibet.install
-source=(https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('04308706486eac06f9e029baba35b4e8801db315')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/env python/env python2/' quodlibet/ext/songsmenu/replaygain.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 230380, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-03 05:06:49 UTC (rev 230381)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=quodlibet
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="An audio library tagger, manager and player"
+arch=('any')
+license=('GPL2')
+url="http://code.google.com/p/quodlibet/";
+depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
+ 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+'gnome-icon-theme')
+makedepends=('intltool')
+optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+'gst-plugins-bad: for Musepack support'
+'libgpod: for ipod support'
+'python2-feedparser: for audio feeds (podcast) support'
+'libkeybinder3: for the multimedia keys support'
+'media-player-info: for media devices support'
+'cddb-py: for "CDDB Lookup" plugin'
+'python2-musicbrainz2: for "MusicBrainz Lookup" plugin'
+'python2-pyinotify: for "Automatic library update" plugin'
+   'kakasi: for "Kana/Kanji Simple Inverter" plugin'
+   'zeitgeist: for "Event Logging" plugin'
+'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
+provides=('quodlibet-plugins')
+conflicts=('quodlibet-plugins')
+replaces=('quodlibet-plugins')
+options=('!makeflags')
+install=quodlibet.install
+source=(https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('817bbcfb37ab5e2b032da8e9e5923e890f8bfec5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/env python/env python2/' quodlibet/ext/songsmenu/replaygain.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
+}

Deleted: quodlibet.install
===
--- quodlibet.install   2015-02-03 05:05:21 UTC (rev 230380)
+++ quodlibet.install   2015-02-03 05:06:49 UTC (rev 230381)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: quodlibet/repos/extra-any/quodlibet.install (from rev 230380, 
quodlibet/trunk/quodlibet.install)

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

2015-02-02 Thread Eric Bélanger
Date: Tuesday, February 3, 2015 @ 06:05:21
  Author: eric
Revision: 230380

upgpkg: quodlibet 3.3.1-1

Upstream update

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 18:34:51 UTC (rev 230379)
+++ PKGBUILD2015-02-03 05:05:21 UTC (rev 230380)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=quodlibet
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="An audio library tagger, manager and player"
 arch=('any')
@@ -30,7 +30,7 @@
 options=('!makeflags')
 install=quodlibet.install
 
source=(https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('04308706486eac06f9e029baba35b4e8801db315')
+sha1sums=('817bbcfb37ab5e2b032da8e9e5923e890f8bfec5')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 06:03:20
  Author: kkeen
Revision: 127014

upgpkg: ipython 2.4.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 01:55:40 UTC (rev 127013)
+++ PKGBUILD2015-02-03 05:03:20 UTC (rev 127014)
@@ -7,7 +7,7 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2)
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -19,13 +19,13 @@
 "python-pyqt4: for ipython qtconsole"
 "python-sip: for ipython qtconsole"
 "python-pygments: for ipython qtconsole"
-"python-pyzmq: ipython notebook and ipython qtconcole"
+"python-pyzmq: ipython notebook and ipython qtconsole"
 "python-tornado: for ipython notebook"
 "python-jinja: for ipython notebook"
 "haskell-pandoc: ipython notebook conversion")
 #source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
 
source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz";)
-md5sums=('2b7085525dac11190bfb45bb8ec8dcbf')
+md5sums=('c386d654d1291e8afaf3643720044893')
 
 build() {
   cd "$srcdir"


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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 06:03:44
  Author: kkeen
Revision: 127015

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 127014, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

--+
 PKGBUILD |  178 ++---
 1 file changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-03 05:03:20 UTC (rev 127014)
+++ PKGBUILD2015-02-03 05:03:44 UTC (rev 127015)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor : Douglas Soares de Andrade 
-
-pkgbase=ipython 
-pkgname=(ipython ipython2)
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="http://ipython.org";
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=("python-nose: for IPython's test suite"
-"python-pyqt4: for ipython qtconsole"
-"python-sip: for ipython qtconsole"
-"python-pygments: for ipython qtconsole"
-"python-pyzmq: ipython notebook and ipython qtconcole"
-"python-tornado: for ipython notebook"
-"python-jinja: for ipython notebook"
-"haskell-pandoc: ipython notebook conversion")
-#source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
-source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz";)
-md5sums=('2b7085525dac11190bfb45bb8ec8dcbf')
-
-build() {
-  cd "$srcdir"
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  find "$pkgdir/" -name '*.pyc' -delete
-  find "$pkgdir/" -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-}
-
-package_ipython2() {
-  pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=("wxpython: needed for ipython2 --gui=wx"
-  "python2-nose: for IPython's test suite"
-  "python2-pyqt4: for ipython qtconsole"
-  "python2-sip: for ipython qtconsole"
-  "python2-pygments: for ipython qtconsole"
-  "python2-pyzmq: ipython notebook and ipython qtconsole"
-  "python2-tornado: for ipython notebook"
-  "python2-jinja: for ipython notebook"
-  "haskell-pandoc: ipython notebook conversion")
-
-  cd "$srcdir/ipython2-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  rm -rf "$pkgdir/usr/share/doc"
-  find "$pkgdir" -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find "$pkgdir/" -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython2/LICENSE"
-
-  # hack to get around ipython collision
-  cd "$pkgdir/usr/share/man/man1/"
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find "$pkgdir/usr/bin/" -type f -regex '.*[^2]$' -delete
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  sed -i 's/ython/ython2/g' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython2.desktop"
-  install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython2-qtconsole.desktop"
-}
-

Copied: ipython/repos/community-any/PKGBUILD (from rev 127014, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-03 05:03:44 UTC (rev 127015)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+pkgbase=ipython 
+pkgname=(ipython ipython2)
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="http://ipython.org";
+license=('BSD')
+depends=('python' 'sqlite' 'python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
+optdepends=("python-nose: for IPython's test suite"
+"python-pyqt4: for ipython qtconsole"
+"python-sip: for ipython qtconsole"
+"pyt

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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 02:20:40
  Author: kkeen
Revision: 127007

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

Added:
  gqrx/repos/community-staging-i686/
  gqrx/repos/community-staging-i686/PKGBUILD
(from rev 127006, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-i686/gqrx.desktop
(from rev 127006, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-i686/gqrx.png
(from rev 127006, gqrx/trunk/gqrx.png)
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 127006, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-x86_64/gqrx.desktop
(from rev 127006, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-x86_64/gqrx.png
(from rev 127006, gqrx/trunk/gqrx.png)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/gqrx.desktop   |   10 +
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/gqrx.desktop |   10 +
 4 files changed, 128 insertions(+)

Copied: gqrx/repos/community-staging-i686/PKGBUILD (from rev 127006, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-03 01:20:40 UTC (rev 127007)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.3.2
+pkgrel=2
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('f77dd4d3ee02bd142be5f17a926c21c7'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Copied: gqrx/repos/community-staging-i686/gqrx.desktop (from rev 127006, 
gqrx/trunk/gqrx.desktop)
===
--- community-staging-i686/gqrx.desktop (rev 0)
+++ community-staging-i686/gqrx.desktop 2015-02-03 01:20:40 UTC (rev 127007)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=GQRX SDR
+GenericName=Funcube SDR Software
+Comment=Controller application for the Funcube Dongle and operating 
application.
+Exec=gqrx
+Icon=gqrx
+Terminal=false
+Type=Application
+Categories=AudioVideo;Audio;HamRadio;
+StartupNotify=false

Copied: gqrx/repos/community-staging-i686/gqrx.png (from rev 127006, 
gqrx/trunk/gqrx.png)
===
(Binary files differ)

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 127006, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-03 01:20:40 UTC (rev 127007)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.3.2
+pkgrel=2
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('f77dd4d3ee02bd142be5f17a926c21c7'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"

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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 02:20:02
  Author: kkeen
Revision: 127006

upgpkg: gqrx 2.3.2-2  gnuradio rebuild

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 01:09:33 UTC (rev 127005)
+++ PKGBUILD2015-02-03 01:20:02 UTC (rev 127006)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/";


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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 02:09:33
  Author: kkeen
Revision: 127005

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

Added:
  gnuradio-osmosdr/repos/community-staging-i686/
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
(from rev 127004, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 127004, gnuradio-osmosdr/trunk/PKGBUILD)

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

Copied: gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD (from rev 
127004, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-03 01:09:33 UTC (rev 127005)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=2
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
127004, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-03 01:09:33 UTC (rev 127005)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=2
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 02:08:56
  Author: kkeen
Revision: 127004

upgpkg: gnuradio-osmosdr 0.1.4-2  gnuradio rebuild

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 00:58:54 UTC (rev 127003)
+++ PKGBUILD2015-02-03 01:08:56 UTC (rev 127004)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
 url="http://sdr.osmocom.org/trac/";
 arch=('i686' 'x86_64')


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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 01:58:54
  Author: kkeen
Revision: 127003

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

Added:
  gnuradio-fcdproplus/repos/community-staging-i686/
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
(from rev 127002, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 127002, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 127002, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 127002, gnuradio-fcdproplus/trunk/PKGBUILD)

--+
 community-staging-i686/88-fcdproplus.rules   |9 ++
 community-staging-i686/PKGBUILD  |   37 +
 community-staging-x86_64/88-fcdproplus.rules |9 ++
 community-staging-x86_64/PKGBUILD|   37 +
 4 files changed, 92 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules 
(from rev 127002, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2015-02-03 00:58:54 UTC (rev 
127003)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD (from rev 
127002, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-03 00:58:54 UTC (rev 127003)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=10
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus";
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-fcdproplus')
+source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
+"88-fcdproplus.rules")
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules 
(from rev 127002, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2015-02-03 00:58:54 UTC 
(rev 127003)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 
127002, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-03 00:58:54 UTC (rev 127003)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=10
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus";
+license=('

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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 01:56:59
  Author: kkeen
Revision: 127002

upgpkg: gnuradio-fcdproplus 3.7.4-10  gnuradio rebuild

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 00:35:44 UTC (rev 127001)
+++ PKGBUILD2015-02-03 00:56:59 UTC (rev 127002)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.4
-pkgrel=9
+pkgrel=10
 _tag=v3.7_hidraw
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')


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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 01:35:44
  Author: kkeen
Revision: 127001

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

Added:
  gnuradio-iqbal/repos/community-staging-i686/
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 127000, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 127000, gnuradio-iqbal/trunk/PKGBUILD)

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

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 127000, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-03 00:35:44 UTC (rev 127001)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=6
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
127000, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-03 00:35:44 UTC (rev 127001)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=6
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 01:35:03
  Author: kkeen
Revision: 127000

upgpkg: gnuradio-iqbal 0.37.2-6  rebuild for new gnuradio

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 00:15:27 UTC (rev 126999)
+++ PKGBUILD2015-02-03 00:35:03 UTC (rev 127000)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/";


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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 01:15:27
  Author: kkeen
Revision: 126999

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

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 126998, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 126998, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio-companion.install
(from rev 126998, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-staging-i686/gnuradio.install
(from rev 126998, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 126998, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 126998, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio-companion.install
(from rev 126998, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-staging-x86_64/gnuradio.install
(from rev 126998, gnuradio/trunk/gnuradio.install)

-+
 community-staging-i686/21-fcd.rules |9 +
 community-staging-i686/PKGBUILD |  113 ++
 community-staging-i686/gnuradio-companion.install   |   15 ++
 community-staging-i686/gnuradio.install |   51 
 community-staging-x86_64/21-fcd.rules   |9 +
 community-staging-x86_64/PKGBUILD   |  113 ++
 community-staging-x86_64/gnuradio-companion.install |   15 ++
 community-staging-x86_64/gnuradio.install   |   51 
 8 files changed, 376 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 126998, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2015-02-03 00:15:27 UTC (rev 126999)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/PKGBUILD (from rev 126998, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-03 00:15:27 UTC (rev 126999)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.7.6.1
+pkgrel=1
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('i686' 'x86_64')
+url="http://gnuradio.org";
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
+makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig' )
+install=gnuradio.install
+
+# gr-qtgui todo
+# bring pyqwt in from AUR
+# update optdepends
+#'qwtplot3d: gr-qtgui'
+#'pyqwt: gr-qtgui'
+# update makedepends
+#'qwtplot3d'
+# http://gnuradio.org/doc/doxygen/page_qtgui.html
+
+# gr-video-sdl ?
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# icons
+# gnuradio-osmosdr is not an optdep
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+#source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz";
+# secret release directory
+source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz";
+"21-fcd.rules")
+md5sums=('c4b8af0dd2396df032544d0c4c2a36b4'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/freedesktop/CMakeLists.txt
+  sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+  msg "Starting build."
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DENABLE_GRC=ON \
+-DENABLE_GR_WXGUI=ON \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgbase-$p

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

2015-02-02 Thread Kyle Keen
Date: Tuesday, February 3, 2015 @ 01:14:20
  Author: kkeen
Revision: 126998

upgpkg: gnuradio 3.7.6.1-1

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 16:50:12 UTC (rev 126997)
+++ PKGBUILD2015-02-03 00:14:20 UTC (rev 126998)
@@ -4,8 +4,8 @@
 # Contributor: Jonatan Sastre 
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
-pkgver=3.7.5.1
-pkgrel=4
+pkgver=3.7.6.1
+pkgrel=1
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org";
@@ -15,7 +15,6 @@
 install=gnuradio.install
 
 # gr-qtgui todo
-# talk to ronald about adding qwt5 to qwt package
 # bring pyqwt in from AUR
 # update optdepends
 #'qwtplot3d: gr-qtgui'
@@ -37,9 +36,11 @@
 # doxygen: C++ autogenerated documentation
 # python2-sphinx: Python autogenerated documentation
 
-source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz";
+#source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz";
+# secret release directory
+source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz";
 "21-fcd.rules")
-md5sums=('bfd2116b344a949aacc3d7e2eff07642'
+md5sums=('c4b8af0dd2396df032544d0c4c2a36b4'
  '465e12c454c6a22ebec9849181af7bdc')
 
 build() {


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

2015-02-02 Thread Tobias Powalowski
Date: Monday, February 2, 2015 @ 19:34:34
  Author: tpowa
Revision: 230378

upgpkg: refind-efi 0.8.5-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 16:25:51 UTC (rev 230377)
+++ PKGBUILD2015-02-02 18:34:34 UTC (rev 230378)
@@ -13,7 +13,7 @@
 ###
 
 pkgname="refind-efi"
-pkgver="0.8.4"
+pkgver="0.8.5"
 pkgrel="1"
 pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
 url="http://www.rodsbooks.com/refind/index.html";
@@ -30,10 +30,9 @@
 
 source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip";
 'refind_linux.conf')
-md5sums=('932cfc7b5275b2ecebb362864044ea24'
+md5sums=('dedb0b3d7d9c5cab81ab333850cd73c4'
  '12ce3e22a216e7b25c253478a34713b4')
 
-
 if [[ "${_USE_GNU_EFI}" == "1" ]]; then

pkgdesc="${pkgdesc} - Built with GNU-EFI libs"


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

2015-02-02 Thread Tobias Powalowski
Date: Monday, February 2, 2015 @ 19:34:51
  Author: tpowa
Revision: 230379

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

Added:
  refind-efi/repos/testing-i686/PKGBUILD
(from rev 230378, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/testing-i686/refind-efi.install
(from rev 230378, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/testing-i686/refind_linux.conf
(from rev 230378, refind-efi/trunk/refind_linux.conf)
  refind-efi/repos/testing-x86_64/PKGBUILD
(from rev 230378, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/testing-x86_64/refind-efi.install
(from rev 230378, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/testing-x86_64/refind_linux.conf
(from rev 230378, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/testing-i686/PKGBUILD
  refind-efi/repos/testing-i686/refind-efi.install
  refind-efi/repos/testing-i686/refind_linux.conf
  refind-efi/repos/testing-x86_64/PKGBUILD
  refind-efi/repos/testing-x86_64/refind-efi.install
  refind-efi/repos/testing-x86_64/refind_linux.conf

---+
 /PKGBUILD |  754 
 /refind-efi.install   |   64 +++
 /refind_linux.conf|   10 
 testing-i686/PKGBUILD |  378 --
 testing-i686/refind-efi.install   |   32 -
 testing-i686/refind_linux.conf|5 
 testing-x86_64/PKGBUILD   |  378 --
 testing-x86_64/refind-efi.install |   32 -
 testing-x86_64/refind_linux.conf  |5 
 9 files changed, 828 insertions(+), 830 deletions(-)

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


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

2015-02-02 Thread Giovanni Scafora
Date: Monday, February 2, 2015 @ 17:50:12
  Author: giovanni
Revision: 126997

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

Added:
  sigil/repos/community-i686/PKGBUILD
(from rev 126996, sigil/trunk/PKGBUILD)
  sigil/repos/community-i686/sigil.install
(from rev 126996, sigil/trunk/sigil.install)
  sigil/repos/community-x86_64/PKGBUILD
(from rev 126996, sigil/trunk/PKGBUILD)
  sigil/repos/community-x86_64/sigil.install
(from rev 126996, 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  |   98 +++
 /sigil.install |   24 +
 community-i686/PKGBUILD|   49 ---
 community-i686/sigil.install   |   12 
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/sigil.install |   12 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 16:50:03 UTC (rev 126996)
+++ community-i686/PKGBUILD 2015-02-02 16:50:12 UTC (rev 126997)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="WYSIWYG ebook editor"
-arch=('i686' 'x86_64')
-url="https://github.com/user-none/Sigil/";
-license=('GPL3')
-depends=('qt5-webkit' 'boost-libs')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
-install=sigil.install
-source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip";)
-md5sums=('8f484fa66e30a5a40839c4f8a29fa3ae')
-
-build() {
-  cd "${srcdir}/Sigil-${pkgver}"
-  gendesk -n "$startdir"/PKGBUILD
-
-  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}"
-
-  install -d -m 0755 "${pkgdir}"/usr/share/applications
-  install -m 0644 "${srcdir}"/Sigil-${pkgver}/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications
-
-  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 126996, 
sigil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 16:50:12 UTC (rev 126997)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.8.3
+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' 'gendesk' 'boost')
+install=sigil.install
+source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip";)
+md5sums=('e6c0d50fa6363895fcb0bd2bf020')
+
+build() {
+  cd "${srcdir}/Sigil-${pkgver}"
+  gendesk -n "$startdir"/PKGBUILD
+
+  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}"
+
+  install -d -m 0755 "${pkgdir}"/usr/share/applications
+  install -m 0644 "${srcdir}"/Sigil-${pkgver}/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications
+
+  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-02-02 16:50:03 UTC (rev 126996)
+++ community-i686/sigil.install2015-02-02 16:50:12 UTC (rev 126997)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_

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

2015-02-02 Thread Giovanni Scafora
Date: Monday, February 2, 2015 @ 17:50:03
  Author: giovanni
Revision: 126996

upgpkg: sigil 0.8.3-1

upstream release

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 15:20:17 UTC (rev 126995)
+++ PKGBUILD2015-02-02 16:50:03 UTC (rev 126996)
@@ -3,17 +3,17 @@
 # Contributor: Larry Hajali 
 
 pkgname=sigil
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="WYSIWYG ebook editor"
 arch=('i686' 'x86_64')
 url="https://github.com/user-none/Sigil/";
 license=('GPL3')
-depends=('qt5-webkit' 'boost-libs')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+depends=('qt5-webkit' 'boost-libs' 'python' 'hicolor-icon-theme')
+makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
 install=sigil.install
 
source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip";)
-md5sums=('8f484fa66e30a5a40839c4f8a29fa3ae')
+md5sums=('e6c0d50fa6363895fcb0bd2bf020')
 
 build() {
   cd "${srcdir}/Sigil-${pkgver}"


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

2015-02-02 Thread Giovanni Scafora
Date: Monday, February 2, 2015 @ 17:25:43
  Author: giovanni
Revision: 230376

upgpkg: mercurial 3.3-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 10:16:21 UTC (rev 230375)
+++ PKGBUILD2015-02-02 16:25:43 UTC (rev 230376)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=3.2.4
+pkgver=3.3
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
 'mercurial.profile')
-md5sums=('4e9447b538a101138e257d5d774bcbfb'
+md5sums=('9d158d96aef4ad02cc3c15509257d13b'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 prepare() {


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

2015-02-02 Thread Giovanni Scafora
Date: Monday, February 2, 2015 @ 17:25:51
  Author: giovanni
Revision: 230377

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 230376, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 230376, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 230376, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 230376, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  102 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   51 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   51 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-02 16:25:43 UTC (rev 230376)
+++ extra-i686/PKGBUILD 2015-02-02 16:25:51 UTC (rev 230377)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=3.2.4
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="http://mercurial.selenic.com/";
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
-'mercurial.profile')
-md5sums=('4e9447b538a101138e257d5d774bcbfb'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-
-  # FS#38825 - Add certs config to package
-  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> 
"${pkgdir}/etc/mercurial/hgrc"
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 230376, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-02 16:25:51 UTC (rev 230377)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=3.3
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="http://mercurial.selenic.com/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
+'mercurial.profile')
+md5sums=('9d158d96aef4ad02cc3c15509257d13b'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.v

[arch-commits] Commit in arm-none-eabi-gcc/repos (6 files)

2015-02-02 Thread Anatol Pomozov
Date: Monday, February 2, 2015 @ 16:20:17
  Author: anatolik
Revision: 126995

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

Added:
  arm-none-eabi-gcc/repos/community-testing-i686/
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
(from rev 126994, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch
(from rev 126994, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
  arm-none-eabi-gcc/repos/community-testing-x86_64/
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 126994, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch
(from rev 126994, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)

--+
 community-testing-i686/PKGBUILD  |  131 ++
 community-testing-i686/enable-with-multilib-list-for-arm.patch   |  201 
++
 community-testing-x86_64/PKGBUILD|  131 ++
 community-testing-x86_64/enable-with-multilib-list-for-arm.patch |  201 
++
 4 files changed, 664 insertions(+)

Copied: arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD (from rev 
126994, arm-none-eabi-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-02 15:20:17 UTC (rev 126995)
@@ -0,0 +1,131 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=4.9.2
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=5
+_snapshot=4.9-20150128
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
+options=(!emptydirs !strip)
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
+http://www.bastoul.net/cloog/pages/download/cloog-$_cloogver.tar.gz
+enable-with-multilib-list-for-arm.patch)
+sha256sums=('a6f8617b0cc3403ecc442476583ca8904f7008f31ef9862ebc02c6de5f0afcc9'
+'f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4'
+'02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196'
+'95a1ae356a6a4f25577bbaa6a83e00cc1ddcebd99e9d3b2bf2c81c5e3d495a77')
+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-$_islver isl
+  ln -s ../cloog-$_cloogver cloog
+
+  echo $pkgver > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  patch -p1 < $srcdir/enable-with-multilib-list-for-arm.patch
+
+  mkdir $srcdir/build-{gcc,gcc-nano}
+}
+
+_build_gcc() {
+  $srcdir/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-plugins \
+--disable-decimal-float \
+--disable-libffi \
+--disable-libgomp \
+--disable-libmudflap \
+--disable-libquadmath \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-threads \
+--disable-tls \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-newlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-arm-none-eabi \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-cloog \
+--with-isl \
+--enable-cloog-backend=isl \
+--with-libelf \
+--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' 
\
+--with-pkgversion='Arch Repository' \
+--with-bugurl='https://bugs.archlinux.org/' \
+--with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
+
+  make INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'
+}
+
+build() {
+  cd $srcdir/build-gcc
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  _build_gcc
+
+  # Build libstdc++ without exceptions support (the 'nano' variant)
+  cd $srcdir/build-gcc-nano
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sec

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

2015-02-02 Thread Anatol Pomozov
Date: Monday, February 2, 2015 @ 16:19:44
  Author: anatolik
Revision: 126994

upgpkg: arm-none-eabi-gcc 4.9.2-5

FS#43629 provide _nano variant for libstdc++ libs

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 14:12:45 UTC (rev 126993)
+++ PKGBUILD2015-02-02 15:19:44 UTC (rev 126994)
@@ -6,7 +6,7 @@
 pkgver=4.9.2
 _islver=0.12.2
 _cloogver=0.18.1
-pkgrel=4
+pkgrel=5
 _snapshot=4.9-20150128
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)


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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 15:12:45
  Author: spupykin
Revision: 126993

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 126992, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 126992, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 126992, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 126992, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 126992, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 126992, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 126992, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 126992, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  108 
 /config  |  192 +
 /hostapd.install |6 +
 /hostapd.service |   18 +++
 community-i686/PKGBUILD  |   54 --
 community-i686/config|   96 --
 community-i686/hostapd.install   |3 
 community-i686/hostapd.service   |   11 --
 community-x86_64/PKGBUILD|   54 --
 community-x86_64/config  |   96 --
 community-x86_64/hostapd.install |3 
 community-x86_64/hostapd.service |   11 --
 12 files changed, 324 insertions(+), 328 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 14:12:24 UTC (rev 126992)
+++ community-i686/PKGBUILD 2015-02-02 14:12:45 UTC (rev 126993)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=hostapd
-pkgver=2.3
-pkgrel=1
-pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
-arch=('i686' 'x86_64')
-url="http://w1.fi/hostapd/";
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
- '72e8ecf8fadf8b06d87876ea8c3dfd07'
- 'a0a16879eed5e4e41ae6b225a4809955')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)"
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
"$pkgdir/usr/lib/systemd/system/hostapd.service"
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  cd hostapd
-
-  # Binaries
-  install -d "$pkgdir/usr/bin"
-  install -t "$pkgdir/usr/bin" hostapd hostapd_cli
-
-  # Configuration
-  install -d "$pkgdir/etc/hostapd"
-  install -d "$pkgdir/usr/share/doc/hostapd"
-  install -m644 -t "$pkgdir/usr/share/doc/hostapd" \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 "$pkgdir/usr/share/man/man8/hostapd.8"
-  install -Dm644 hostapd_cli.1 "$pkgdir/usr/share/man/man1/hostapd_cli.1"
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 126992, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 14:12:45 UTC (rev 126993)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=hostapd
+pkgver=2.3
+pkgrel=2
+pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
+arch=('i686' 'x86_64')
+url="http://w1.fi/hostapd/";
+license=('custom')
+depends=('openssl' 'libnl')
+install=hostapd.install
+options=(emptydirs)
+source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
+   config
+   hostapd.service)
+md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
+ '72e8ecf8fadf8b06d87876ea8c3dfd07'
+ 'f2b6ee22f331ff4bd82c8ab4f611797d')
+
+build() {
+  cd $pkgname-$pkgver/hostapd
+  cp ../../config .config
+  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
+  export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)"
+  make
+}
+
+package() {
+  # Systemd unit
+  install -Dm644 hostapd.service 
"$pkgdir/usr/lib/systemd/system/hostapd.service"
+
+  cd $pkgname-$pkgver
+
+  # License
+  install -Dm644 COPYING "$pkgdir/usr/share/lice

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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 15:12:24
  Author: spupykin
Revision: 126992

upgpkg: hostapd 2.3-2

upd

Modified:
  hostapd/trunk/PKGBUILD
  hostapd/trunk/hostapd.service

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 14:06:20 UTC (rev 126991)
+++ PKGBUILD2015-02-02 14:12:24 UTC (rev 126992)
@@ -3,7 +3,7 @@
 
 pkgname=hostapd
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
 arch=('i686' 'x86_64')
 url="http://w1.fi/hostapd/";
@@ -16,7 +16,7 @@
hostapd.service)
 md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
  '72e8ecf8fadf8b06d87876ea8c3dfd07'
- 'a0a16879eed5e4e41ae6b225a4809955')
+ 'f2b6ee22f331ff4bd82c8ab4f611797d')
 
 build() {
   cd $pkgname-$pkgver/hostapd

Modified: hostapd.service
===
--- hostapd.service 2015-02-02 14:06:20 UTC (rev 126991)
+++ hostapd.service 2015-02-02 14:12:24 UTC (rev 126992)
@@ -3,9 +3,7 @@
 After=network.target
 
 [Service]
-Type=forking
-PIDFile=/run/hostapd.pid
-ExecStart=/usr/bin/hostapd /etc/hostapd/hostapd.conf -P /run/hostapd.pid -B
+ExecStart=/usr/bin/hostapd /etc/hostapd/hostapd.conf
 
 [Install]
 WantedBy=multi-user.target


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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 15:06:20
  Author: spupykin
Revision: 126991

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

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 126990, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 126990, qcad/trunk/QCad.desktop)
  qcad/repos/community-x86_64/PKGBUILD
(from rev 126990, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 126990, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

---+
 /PKGBUILD |  128 
 /QCad.desktop |   18 +
 community-i686/PKGBUILD   |   64 
 community-i686/QCad.desktop   |9 --
 community-x86_64/PKGBUILD |   64 
 community-x86_64/QCad.desktop |9 --
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 14:06:05 UTC (rev 126990)
+++ community-i686/PKGBUILD 2015-02-02 14:06:20 UTC (rev 126991)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.7.5.0
-pkgrel=1
-pkgdesc="A 2D CAD package based upon Qt"
-arch=('i686' 'x86_64')
-url="http://www.qcad.org";
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu' 'gdb')
-options=('libtool')
-source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
-QCad.desktop)
-md5sums=('7e8339eaa4b93bbca6f1059cf9ea7ca2'
- '84f189dd152e7614a1265659dac6222d')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-  qmake-qt4 -r
-  make all -j1
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp debug/* ${pkgdir}/usr/share/qcad
-
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/share/qcad"
 exec /usr/share/qcad/qcad-bin "$@"' >$pkgdir/usr/bin/qcad
-
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-i686/PKGBUILD (from rev 126990, 
qcad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 14:06:20 UTC (rev 126991)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.7.7.0
+pkgrel=1
+pkgdesc="A 2D CAD package based upon Qt"
+arch=('i686' 'x86_64')
+url="http://www.qcad.org";
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu' 'gdb')
+options=('libtool')
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
+QCad.desktop)
+md5sums=('b5d57988b2fe38ceae18ba205c391203'
+ '84f189dd152e7614a1265659dac6222d')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+  qmake-qt4 -r
+  make all -j1
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 'Makefile' -name '.gitignore' \) -delete
+
+  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
+  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
+  cp debug/* ${pkgdir}/usr/share/qcad
+
+  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
+
+  # qtwebkit
+  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
+  # qt
+  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
+  do
+l

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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 15:06:00
  Author: spupykin
Revision: 126989

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 14:05:42 UTC (rev 126988)
+++ community-i686/PKGBUILD 2015-02-02 14:06:00 UTC (rev 126989)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=gpsbabel
-pkgver=1.5.1
-pkgrel=2
-pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
-arch=('i686' 'x86_64')
-url="http://www.gpsbabel.org";
-license=('GPL')
-depends=('libusb-compat' 'expat' 'qt4')
-makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 
'java-environment' 'docbook-xsl')
-optdepends=('qtwebkit')
-options=('docs')
-source=("http://arch.p5n.pp.ru/~sergej/dl/2014/gpsbabel-$pkgver.tar.gz";)
-md5sums=('0016c6313b3a5b97afd8d1d8f23abbe1')
-
-build() {
-  cd $srcdir/gpsbabel-$pkgver
-  ./configure --prefix=/usr
-  make
-  make doc
-  (cd gui && qmake-qt4 && make)
-}
-
-package() {
-  cd $srcdir/gpsbabel-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # GUI
-  install -Dm755 gui/objects/gpsbabelfe-bin ${pkgdir}/usr/bin/gpsbabelfe-bin
-  install -Dm644 gui/images/appicon.png $pkgdir/usr/share/pixmaps/gpsbabel.png
-  install -Dm644 gui/gpsbabel.desktop 
$pkgdir/usr/share/applications/gpsbabel.desktop
-
-  # Header install
-  mkdir -p $pkgdir/usr/include/gpsbabel
-  cp *.h $pkgdir/usr/include/gpsbabel
-
-  # Doc install
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/babelweb/* $pkgdir/usr/share/doc/$pkgname/
-  cp README* $pkgdir/usr/share/doc/$pkgname/
-}

Copied: gpsbabel/repos/community-i686/PKGBUILD (from rev 126988, 
gpsbabel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 14:06:00 UTC (rev 126989)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gpsbabel
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
+arch=('i686' 'x86_64')
+url="http://www.gpsbabel.org";
+license=('GPL')
+depends=('libusb-compat' 'expat' 'qt4')
+makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 
'java-environment' 'docbook-xsl')
+optdepends=('qtwebkit')
+options=('docs')
+source=("http://arch.p5n.pp.ru/~sergej/dl/gpsbabel-$pkgver.tar.gz";)
+md5sums=('a5f04f0b32554567118bbac1f4dbb379')
+
+build() {
+  cd $srcdir/gpsbabel-$pkgver
+  ./configure --prefix=/usr
+  make
+  make doc
+  (cd gui && qmake-qt4 && make)
+}
+
+package() {
+  cd $srcdir/gpsbabel-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # GUI
+  install -Dm755 gui/objects/gpsbabelfe-bin ${pkgdir}/usr/bin/gpsbabelfe-bin
+  install -Dm644 gui/images/appicon.png $pkgdir/usr/share/pixmaps/gpsbabel.png
+  install -Dm644 gui/gpsbabel.desktop 
$pkgdir/usr/share/applications/gpsbabel.desktop
+
+  # Header install
+  mkdir -p $pkgdir/usr/include/gpsbabel
+  cp *.h $pkgdir/usr/include/gpsbabel
+
+  # Doc install
+  mkdir -p $pkgdir/usr/share/doc/$pkgname
+  cp -r $srcdir/babelweb/* $pkgdir/usr/share/doc/$pkgname/
+  cp README* $pkgdir/usr/share/doc/$pkgname/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-02 14:05:42 UTC (rev 126988)
+++ community-x86_64/PKGBUILD   2015-02-02 14:06:00 UTC (rev 126989)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=gpsbabel
-pkgver=1.5.1
-pkgrel=2
-pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
-arch=('i686' 'x86_64')
-url="http://www.gpsbabel.org";
-license=('GPL')
-depends=('libusb-compat' 'expat' 'qt4')
-makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 
'java-environment' 'docbook-xsl')
-optdepends=('qtwebkit')
-options=('docs')
-source=("http://arch.p5n.pp.ru/~sergej/dl/2014/gpsbabel-$pkgver.tar.gz";)
-md5sums=('0016c6313b3a5b97afd8d1d8f23abbe1')
-
-build() {
-  cd $srcdir/gpsbabel-$pkgver
-  ./configure --prefix=/usr
-  make
-  make doc
-  

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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 15:06:05
  Author: spupykin
Revision: 126990

upgpkg: qcad 3.7.7.0-1

upd

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 14:06:00 UTC (rev 126989)
+++ PKGBUILD2015-02-02 14:06:05 UTC (rev 126990)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.7.5.0
+pkgver=3.7.7.0
 pkgrel=1
 pkgdesc="A 2D CAD package based upon Qt"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('libtool')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
 QCad.desktop)
-md5sums=('7e8339eaa4b93bbca6f1059cf9ea7ca2'
+md5sums=('b5d57988b2fe38ceae18ba205c391203'
  '84f189dd152e7614a1265659dac6222d')
 
 prepare() {


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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 15:05:42
  Author: spupykin
Revision: 126988

upgpkg: gpsbabel 1.5.2-1

upd

Modified:
  gpsbabel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 11:32:24 UTC (rev 126987)
+++ PKGBUILD2015-02-02 14:05:42 UTC (rev 126988)
@@ -4,8 +4,8 @@
 # Contributor: William Rea 
 
 pkgname=gpsbabel
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
 arch=('i686' 'x86_64')
 url="http://www.gpsbabel.org";
@@ -14,8 +14,8 @@
 makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 
'java-environment' 'docbook-xsl')
 optdepends=('qtwebkit')
 options=('docs')
-source=("http://arch.p5n.pp.ru/~sergej/dl/2014/gpsbabel-$pkgver.tar.gz";)
-md5sums=('0016c6313b3a5b97afd8d1d8f23abbe1')
+source=("http://arch.p5n.pp.ru/~sergej/dl/gpsbabel-$pkgver.tar.gz";)
+md5sums=('a5f04f0b32554567118bbac1f4dbb379')
 
 build() {
   cd $srcdir/gpsbabel-$pkgver


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

2015-02-02 Thread Jaroslav Lichtblau
Date: Monday, February 2, 2015 @ 12:32:24
  Author: jlichtblau
Revision: 126987

archrelease: copy trunk to community-i686

Added:
  goldendict/repos/community-i686/PKGBUILD
(from rev 126986, goldendict/trunk/PKGBUILD)
  goldendict/repos/community-i686/fix-wikipedia-images.patch
(from rev 126986, goldendict/trunk/fix-wikipedia-images.patch)
  goldendict/repos/community-i686/gcc47.patch
(from rev 126986, goldendict/trunk/gcc47.patch)
  goldendict/repos/community-i686/goldendict-paths.patch
(from rev 126986, goldendict/trunk/goldendict-paths.patch)
  goldendict/repos/community-i686/goldendict.changelog
(from rev 126986, goldendict/trunk/goldendict.changelog)
Deleted:
  goldendict/repos/community-i686/PKGBUILD
  goldendict/repos/community-i686/fix-wikipedia-images.patch
  goldendict/repos/community-i686/gcc47.patch
  goldendict/repos/community-i686/goldendict-paths.diff
  goldendict/repos/community-i686/goldendict.changelog

+
 PKGBUILD   |   96 ++-
 fix-wikipedia-images.patch |   52 +++
 gcc47.patch|   46 ++--
 goldendict-paths.diff  |   10 
 goldendict-paths.patch |   12 +
 goldendict.changelog   |   25 ++-
 6 files changed, 125 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-02 11:27:50 UTC (rev 126986)
+++ PKGBUILD2015-02-02 11:32:24 UTC (rev 126987)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: m0rph 
-
-pkgname=goldendict
-pkgver=1.0.1
-pkgrel=7
-pkgdesc="Feature-rich dictionary lookup program"
-arch=('i686' 'x86_64')
-url="http://goldendict.berlios.de/";
-license=('GPL3')
-depends=('hunspell' 'libvorbis' 'libxtst' 'libzip' 'qtwebkit' 'phonon')
-provides=('stardict')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2
-$pkgname-paths.diff
-gcc47.patch
-fix-wikipedia-images.patch)
-sha256sums=('b3fb0405a5edb38f02ef881b48c36e46e2eacf641b0caf8d99403f595a4be9a6'
-'1dacae7b7a7d7c20a22b4595c07dbd65fdad134a0d4cf283312ea3bdb5f42589'
-'2e13857d047186e781c3bd9de3cfdf794f4d44e8e28f9d18dda8df50cfe13c6e'
-'ab669d96db0cb750d4c865b123474d655b6caca9242457c044a60f1fee5b7dc7')
-
-prepare(){
-  cd ${srcdir}
-
-  patch -Np0 -i ${srcdir}/$pkgname-paths.diff
-  patch -p1 -i ${srcdir}/gcc47.patch
-  patch -Np1 -i ${srcdir}/fix-wikipedia-images.patch
-}
-
-build(){
-  cd ${srcdir}
-
-  qmake-qt4
-  make
-}
-
-package() {
-  cd ${srcdir}
-
-  make INSTALL_ROOT=${pkgdir} install
-
-  #removing unneeded
-  rm -rf ${pkgdir}/usr/share/app-install
-}

Copied: goldendict/repos/community-i686/PKGBUILD (from rev 126986, 
goldendict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-02 11:32:24 UTC (rev 126987)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: m0rph 
+
+pkgname=goldendict
+pkgver=1.5.0RC
+pkgrel=1
+pkgdesc="Feature-rich dictionary lookup program"
+arch=('i686' 'x86_64')
+url="http://goldendict.org";
+license=('GPL3')
+depends=('hunspell' 'libxtst' 'libzip' 'libao' 'qtwebkit' 'phonon-qt4' 
'ffmpeg')
+provides=('stardict')
+changelog=$pkgname.changelog
+source=(https://github.com/goldendict/goldendict/archive/1.5.0-RC.tar.gz
+$pkgname-paths.patch
+gcc47.patch
+fix-wikipedia-images.patch)
+sha256sums=('5705d5197509596221faf16a806965c799de7371a41fe2d2c4dc00b737ffe22e'
+'5281dc2f57a93e2aa416de35bd702926bd90b4746d62f81d8dc434f6a689d55e'
+'2e13857d047186e781c3bd9de3cfdf794f4d44e8e28f9d18dda8df50cfe13c6e'
+'ab669d96db0cb750d4c865b123474d655b6caca9242457c044a60f1fee5b7dc7')
+
+prepare(){
+  cd "${srcdir}"/${pkgname}-1.5.0-RC
+
+  patch -Np0 -i "${srcdir}"/$pkgname-paths.patch
+#  patch -p1 -i "${srcdir}"/gcc47.patch
+#  patch -Np1 -i "${srcdir}"/fix-wikipedia-images.patch
+}
+
+build(){
+  cd "${srcdir}"/${pkgname}-1.5.0-RC
+
+  qmake-qt4 PREFIX="/usr"
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-1.5.0-RC
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+# languages
+  install -d "${pkgdir}"/usr/share/$pkgname/locale
+  install -m644 locale/*.qm -t "${pkgdir}"/usr/share/$pkgname/locale
+
+# removing unneeded
+  rm -rf "${pkgdir}"/usr/share/app-install
+}

Deleted: fix-wikipedia-images.patch
===
--- fix-wikipedia-images.patch  2015-02-02 11:27:50 UTC (rev 126986)
+++ fix-wikipedia-images.patch  2015-02-02 11:32:24 UTC (rev 126987)
@@ -1,26 +0,0 @@
-From 8c056589e989781c6ed5aac7491c802414489ae9 Mon Sep 17 00:00:00 2001
-From: Abs62 
-Date: Sat, 22 Oct 2011 15:52:52 +0400
-Subject: [PATCH] Fix Wikipedia images loading
-

- mediawiki.cc | 3 +++
-

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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 12:27:50
  Author: spupykin
Revision: 126986

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

Added:
  smbnetfs/repos/community-i686/PKGBUILD
(from rev 126985, smbnetfs/trunk/PKGBUILD)
  smbnetfs/repos/community-i686/conf-smbnetfs
(from rev 126985, smbnetfs/trunk/conf-smbnetfs)
  smbnetfs/repos/community-i686/smbnetfs.install
(from rev 126985, smbnetfs/trunk/smbnetfs.install)
  smbnetfs/repos/community-i686/smbnetfs.service
(from rev 126985, smbnetfs/trunk/smbnetfs.service)
  smbnetfs/repos/community-x86_64/PKGBUILD
(from rev 126985, smbnetfs/trunk/PKGBUILD)
  smbnetfs/repos/community-x86_64/conf-smbnetfs
(from rev 126985, smbnetfs/trunk/conf-smbnetfs)
  smbnetfs/repos/community-x86_64/smbnetfs.install
(from rev 126985, smbnetfs/trunk/smbnetfs.install)
  smbnetfs/repos/community-x86_64/smbnetfs.service
(from rev 126985, smbnetfs/trunk/smbnetfs.service)
Deleted:
  smbnetfs/repos/community-i686/PKGBUILD
  smbnetfs/repos/community-i686/conf-smbnetfs
  smbnetfs/repos/community-i686/smbnetfs.install
  smbnetfs/repos/community-i686/smbnetfs.service
  smbnetfs/repos/community-x86_64/PKGBUILD
  smbnetfs/repos/community-x86_64/conf-smbnetfs
  smbnetfs/repos/community-x86_64/smbnetfs.install
  smbnetfs/repos/community-x86_64/smbnetfs.service

---+
 /PKGBUILD |   94 
 /conf-smbnetfs|2 
 /smbnetfs.install |   48 ++
 /smbnetfs.service |   26 +
 community-i686/PKGBUILD   |   47 --
 community-i686/conf-smbnetfs  |1 
 community-i686/smbnetfs.install   |   24 -
 community-i686/smbnetfs.service   |   13 
 community-x86_64/PKGBUILD |   47 --
 community-x86_64/conf-smbnetfs|1 
 community-x86_64/smbnetfs.install |   24 -
 community-x86_64/smbnetfs.service |   13 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 11:27:28 UTC (rev 126985)
+++ community-i686/PKGBUILD 2015-02-02 11:27:50 UTC (rev 126986)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=smbnetfs
-pkgver=0.5.3b
-pkgrel=1
-pkgdesc="small C program that mounts Microsoft network neighborhood in single 
directory."
-arch=('i686' 'x86_64')
-url="http://smbnetfs.sourceforge.net/";
-license=('GPL')
-depends=('fuse' 'smbclient')
-backup=('etc/smbnetfs/.smb/smb.conf'
-   'etc/smbnetfs/.smb/smbnetfs.conf'
-   'etc/smbnetfs/.smb/smbnetfs.auth'
-   'etc/smbnetfs/.smb/smbnetfs.host')
-install=smbnetfs.install
-options=(docs)
-source=(http://downloads.sourceforge.net/smbnetfs/$pkgname-$pkgver.tar.bz2
-   conf-smbnetfs
-   smbnetfs.service)
-md5sums=('fa9f7be673eb48d032bbd044f6da4016'
- 'e150c4cd894cc6ade11b94c95cf17ec4'
- '0fdd0dbaa5f16b1ecd00ec1ddcdfc223')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|libsmbclient.h|samba-4.0/libsmbclient.h|g' \
-src/smb_conn_srv.c src/smb_conn_proto.h src/function.c src/main.c 
src/event.c
-  [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr 
--docdir=/usr/share/doc/smbnetfs --with-gnome-keyring=no
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  mv $pkgdir/usr/share/doc/smbnetfs* $pkgdir/usr/share/doc/smbnetfs
-
-  mkdir -p $pkgdir/etc/smbnetfs/.smb
-  install -m0644 $srcdir/$pkgname-$pkgver/conf/* $pkgdir/etc/smbnetfs/.smb/
-  install -Dm0644 $srcdir/$pkgname-$pkgver/README 
$pkgdir/usr/share/doc/smbnetfs/README
-  install -Dm0644 $srcdir/conf-smbnetfs $pkgdir/etc/conf.d/smbnetfs
-  install -Dm0644 $srcdir/smbnetfs.service 
$pkgdir/usr/lib/systemd/system/smbnetfs.service
-  touch $pkgdir/etc/smbnetfs/.smb/smb.conf
-}

Copied: smbnetfs/repos/community-i686/PKGBUILD (from rev 126985, 
smbnetfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 11:27:50 UTC (rev 126986)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=smbnetfs
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="small C program that mounts Microsoft network neighborhood in single 
directory."
+arch=('i686' 'x86_64')
+url="http://smbnetfs.sourceforge.net/";
+license=('GPL')
+depends=('fuse' 'smbclient')
+backup=('etc/smbnetfs/.smb/smb.conf'
+   'etc/smbnetfs/.smb/smbnetfs.conf'
+   'etc/smbnetfs/.smb/smbnetfs.auth'
+   'etc/smbnetfs/.smb/smbnetfs.host')
+install=smbnetfs.install
+options=(docs)
+source=(http://downloads.sourceforge.net/smbnetfs/$pkgname-$pkgver.tar.bz2
+   conf-smbnetfs
+   smbnetfs.service)
+md5sums=('e80950e235629656c47769f0c1650133'
+  

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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 12:27:28
  Author: spupykin
Revision: 126985

upgpkg: smbnetfs 0.6.0-1

upd

Modified:
  smbnetfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 11:27:17 UTC (rev 126984)
+++ PKGBUILD2015-02-02 11:27:28 UTC (rev 126985)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=smbnetfs
-pkgver=0.5.3b
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="small C program that mounts Microsoft network neighborhood in single 
directory."
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 source=(http://downloads.sourceforge.net/smbnetfs/$pkgname-$pkgver.tar.bz2
conf-smbnetfs
smbnetfs.service)
-md5sums=('fa9f7be673eb48d032bbd044f6da4016'
+md5sums=('e80950e235629656c47769f0c1650133'
  'e150c4cd894cc6ade11b94c95cf17ec4'
  '0fdd0dbaa5f16b1ecd00ec1ddcdfc223')
 


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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 12:27:01
  Author: spupykin
Revision: 126983

upgpkg: instead 2.2.1-1

upd

Modified:
  instead/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 11:26:56 UTC (rev 126982)
+++ PKGBUILD2015-02-02 11:27:01 UTC (rev 126983)
@@ -3,7 +3,7 @@
 # Contributor: Peter Kosyh 
 
 pkgname=instead
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="a quest interpreter"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
 optdepends=('instead-launcher: install and update INSTEAD games from net')
 
source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('1c7aa11c39a9011861ef4587262ef0a1')
+md5sums=('04833cb03aae5354b684a572e012c0bb')
 
 build() {
   cd "${srcdir}/instead-${pkgver}"


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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 12:26:56
  Author: spupykin
Revision: 126982

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

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

+
 /PKGBUILD  |  100 +++
 /darktable.install |   22 +++
 community-i686/PKGBUILD|   50 -
 community-i686/darktable.install   |   11 ---
 community-x86_64/PKGBUILD  |   50 -
 community-x86_64/darktable.install |   11 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 11:26:38 UTC (rev 126981)
+++ community-i686/PKGBUILD 2015-02-02 11:26:56 UTC (rev 126982)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-pkgver=1.6.1
-pkgrel=4
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz";)
-md5sums=('86c2d90302ab1e57136d2728437db718')
-
-prepare() {
-  cd "$srcdir/$pkgname-release-$pkgver/cmake"
-  sed "s|@PROJECT_VERSION@|$pkgver|" version.cmake.cmake >version.cmake
-}
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  mv "${pkgdir}/usr/share/doc/darktable" 
"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 126981, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 11:26:56 UTC (rev 126982)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz";)
+md5sums=('71f786a0bfce1b72e0a28ea560684205')
+
+prepare() {
+  cd "$srcdir/$pkgname-release-$pkgver/cmake"
+  sed "s|@PROJECT_VERSION@|$pkgver|" version.cmake.cmake >version.cmake
+}
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  mv "${pkgdir}/usr/share/doc/darktable" 
"${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+}

Deleted: community-i686/darktable.install
===
--- community-i686/darktable.install2015-02-02 11:26:38 UTC (r

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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 12:27:17
  Author: spupykin
Revision: 126984

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 11:27:01 UTC (rev 126983)
+++ community-i686/PKGBUILD 2015-02-02 11:27:17 UTC (rev 126984)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Kosyh 
-
-pkgname=instead
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="a quest interpreter"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/instead/";
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('1c7aa11c39a9011861ef4587262ef0a1')
-
-build() {
-  cd "${srcdir}/instead-${pkgver}"
-  echo "2" | ./configure.sh
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${srcdir}/instead-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
-}

Copied: instead/repos/community-i686/PKGBUILD (from rev 126983, 
instead/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 11:27:17 UTC (rev 126984)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Kosyh 
+
+pkgname=instead
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="a quest interpreter"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/instead/";
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
+md5sums=('04833cb03aae5354b684a572e012c0bb')
+
+build() {
+  cd "${srcdir}/instead-${pkgver}"
+  echo "2" | ./configure.sh
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/instead-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-02 11:27:01 UTC (rev 126983)
+++ community-x86_64/PKGBUILD   2015-02-02 11:27:17 UTC (rev 126984)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Kosyh 
-
-pkgname=instead
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="a quest interpreter"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/instead/";
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('1c7aa11c39a9011861ef4587262ef0a1')
-
-build() {
-  cd "${srcdir}/instead-${pkgver}"
-  echo "2" | ./configure.sh
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${srcdir}/instead-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
-}

Copied: instead/repos/community-x86_64/PKGBUILD (from rev 126983, 
instead/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-02 11:27:17 UTC (rev 126984)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Kosyh 
+
+pkgname=instead
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="a quest interpreter"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/instead/";
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
+md5sums=('04833cb03aae5354b684a572e012c0bb')
+
+build() {
+  cd "${srcdir}/instead-${pkgver}"
+  echo "2" | ./configure.sh
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/instead-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/

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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 12:26:35
  Author: spupykin
Revision: 126980

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

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

+
 /PKGBUILD  |   62 +++
 /darkhttpd.service |   18 ++
 community-i686/PKGBUILD|   33 --
 community-i686/darkhttpd.service   |9 -
 community-x86_64/PKGBUILD  |   33 --
 community-x86_64/darkhttpd.service |9 -
 6 files changed, 80 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 11:26:19 UTC (rev 126979)
+++ community-i686/PKGBUILD 2015-02-02 11:26:35 UTC (rev 126980)
@@ -1,33 +0,0 @@
-pkgname=darkhttpd
-pkgver=1.11
-pkgrel=1
-pkgdesc="A small and secure static webserver"
-arch=('i686' 'x86_64')
-url="http://dmr.ath.cx/net/darkhttpd/";
-license=('BSD')
-depends=()
-source=("$url/$pkgname-$pkgver.tar.bz2"
-'darkhttpd.service')
-sha256sums=('b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63'
-'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b')
-sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
-'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # install darkhttpd
-  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" 
"$pkgdir/usr/bin/darkhttpd"
-
-  # install systemd files
-  install -Dm644 "$srcdir/darkhttpd.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd.service"
-
-  # install license
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: darkhttpd/repos/community-i686/PKGBUILD (from rev 126979, 
darkhttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 11:26:35 UTC (rev 126980)
@@ -0,0 +1,31 @@
+pkgname=darkhttpd
+pkgver=1.11
+pkgrel=2
+pkgdesc="A small and secure static webserver"
+arch=('i686' 'x86_64')
+url="http://dmr.ath.cx/net/darkhttpd/";
+license=('BSD')
+depends=()
+source=("$url/$pkgname-$pkgver.tar.bz2"
+'darkhttpd.service')
+sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
+'2ba69fb1e5e11772ac8ec1662eb575a1070eb73311e7c5547883a4cbe1883793')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # install darkhttpd
+  install -Dm755 "$srcdir/$pkgname-$pkgver/darkhttpd" 
"$pkgdir/usr/bin/darkhttpd"
+
+  # install systemd files
+  install -Dm644 "$srcdir/darkhttpd.service" 
"$pkgdir/usr/lib/systemd/system/darkhttpd.service"
+
+  # install license
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  head -n 18 darkhttpd.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-i686/darkhttpd.service
===
--- community-i686/darkhttpd.service2015-02-02 11:26:19 UTC (rev 126979)
+++ community-i686/darkhttpd.service2015-02-02 11:26:35 UTC (rev 126980)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-
-[Service]
-ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody 
--chroot
-Type=forking
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-i686/darkhttpd.service (from rev 126979, 
darkhttpd/trunk/darkhttpd.service)
===
--- community-i686/darkhttpd.service(rev 0)
+++ community-i686/darkhttpd.service2015-02-02 11:26:35 UTC (rev 126980)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Darkhttpd Webserver
+
+[Service]
+ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody 
--chroot --mimetypes /etc/conf.d/mimetypes
+Type=forking
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-02 11:26:19 UTC (rev 126979)
+++ community-x86_64/PKGBUILD   2015

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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 12:26:38
  Author: spupykin
Revision: 126981

upgpkg: darktable 1.6.2-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 11:26:35 UTC (rev 126980)
+++ PKGBUILD2015-02-02 11:26:38 UTC (rev 126981)
@@ -4,8 +4,8 @@
 # Contributor: Johannes Hanika 
 
 pkgname=darktable
-pkgver=1.6.1
-pkgrel=4
+pkgver=1.6.2
+pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -17,7 +17,7 @@
 optdepends=('librsvg')
 install=darktable.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz";)
-md5sums=('86c2d90302ab1e57136d2728437db718')
+md5sums=('71f786a0bfce1b72e0a28ea560684205')
 
 prepare() {
   cd "$srcdir/$pkgname-release-$pkgver/cmake"


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

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 12:26:19
  Author: spupykin
Revision: 126979

upgpkg: darkhttpd 1.11-2

upd

Modified:
  darkhttpd/trunk/PKGBUILD
  darkhttpd/trunk/darkhttpd.service

---+
 PKGBUILD  |6 ++
 darkhttpd.service |2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 11:22:26 UTC (rev 126978)
+++ PKGBUILD2015-02-02 11:26:19 UTC (rev 126979)
@@ -1,6 +1,6 @@
 pkgname=darkhttpd
 pkgver=1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A small and secure static webserver"
 arch=('i686' 'x86_64')
 url="http://dmr.ath.cx/net/darkhttpd/";
@@ -8,10 +8,8 @@
 depends=()
 source=("$url/$pkgname-$pkgver.tar.bz2"
 'darkhttpd.service')
-sha256sums=('b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63'
-'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b')
 sha256sums=('afad244add43c53010b36ada6ccdf1a854885cb37d6aeff103ad0aa4aed96c51'
-'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b')
+'2ba69fb1e5e11772ac8ec1662eb575a1070eb73311e7c5547883a4cbe1883793')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: darkhttpd.service
===
--- darkhttpd.service   2015-02-02 11:22:26 UTC (rev 126978)
+++ darkhttpd.service   2015-02-02 11:26:19 UTC (rev 126979)
@@ -2,7 +2,7 @@
 Description=Darkhttpd Webserver
 
 [Service]
-ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody 
--chroot
+ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody 
--chroot --mimetypes /etc/conf.d/mimetypes
 Type=forking
 
 [Install]


[arch-commits] Commit in goldendict/repos/community-x86_64 (10 files)

2015-02-02 Thread Jaroslav Lichtblau
Date: Monday, February 2, 2015 @ 12:22:26
  Author: jlichtblau
Revision: 126978

archrelease: copy trunk to community-x86_64

Added:
  goldendict/repos/community-x86_64/PKGBUILD
(from rev 126977, goldendict/trunk/PKGBUILD)
  goldendict/repos/community-x86_64/fix-wikipedia-images.patch
(from rev 126977, goldendict/trunk/fix-wikipedia-images.patch)
  goldendict/repos/community-x86_64/gcc47.patch
(from rev 126977, goldendict/trunk/gcc47.patch)
  goldendict/repos/community-x86_64/goldendict-paths.patch
(from rev 126977, goldendict/trunk/goldendict-paths.patch)
  goldendict/repos/community-x86_64/goldendict.changelog
(from rev 126977, goldendict/trunk/goldendict.changelog)
Deleted:
  goldendict/repos/community-x86_64/PKGBUILD
  goldendict/repos/community-x86_64/fix-wikipedia-images.patch
  goldendict/repos/community-x86_64/gcc47.patch
  goldendict/repos/community-x86_64/goldendict-paths.diff
  goldendict/repos/community-x86_64/goldendict.changelog

+
 PKGBUILD   |   96 ++-
 fix-wikipedia-images.patch |   52 +++
 gcc47.patch|   46 ++--
 goldendict-paths.diff  |   10 
 goldendict-paths.patch |   12 +
 goldendict.changelog   |   25 ++-
 6 files changed, 125 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-02 11:22:11 UTC (rev 126977)
+++ PKGBUILD2015-02-02 11:22:26 UTC (rev 126978)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: m0rph 
-
-pkgname=goldendict
-pkgver=1.0.1
-pkgrel=7
-pkgdesc="Feature-rich dictionary lookup program"
-arch=('i686' 'x86_64')
-url="http://goldendict.berlios.de/";
-license=('GPL3')
-depends=('hunspell' 'libvorbis' 'libxtst' 'libzip' 'qtwebkit' 'phonon')
-provides=('stardict')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2
-$pkgname-paths.diff
-gcc47.patch
-fix-wikipedia-images.patch)
-sha256sums=('b3fb0405a5edb38f02ef881b48c36e46e2eacf641b0caf8d99403f595a4be9a6'
-'1dacae7b7a7d7c20a22b4595c07dbd65fdad134a0d4cf283312ea3bdb5f42589'
-'2e13857d047186e781c3bd9de3cfdf794f4d44e8e28f9d18dda8df50cfe13c6e'
-'ab669d96db0cb750d4c865b123474d655b6caca9242457c044a60f1fee5b7dc7')
-
-prepare(){
-  cd ${srcdir}
-
-  patch -Np0 -i ${srcdir}/$pkgname-paths.diff
-  patch -p1 -i ${srcdir}/gcc47.patch
-  patch -Np1 -i ${srcdir}/fix-wikipedia-images.patch
-}
-
-build(){
-  cd ${srcdir}
-
-  qmake-qt4
-  make
-}
-
-package() {
-  cd ${srcdir}
-
-  make INSTALL_ROOT=${pkgdir} install
-
-  #removing unneeded
-  rm -rf ${pkgdir}/usr/share/app-install
-}

Copied: goldendict/repos/community-x86_64/PKGBUILD (from rev 126977, 
goldendict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-02 11:22:26 UTC (rev 126978)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: m0rph 
+
+pkgname=goldendict
+pkgver=1.5.0RC
+pkgrel=1
+pkgdesc="Feature-rich dictionary lookup program"
+arch=('i686' 'x86_64')
+url="http://goldendict.org";
+license=('GPL3')
+depends=('hunspell' 'libxtst' 'libzip' 'libao' 'qtwebkit' 'phonon-qt4' 
'ffmpeg')
+provides=('stardict')
+changelog=$pkgname.changelog
+source=(https://github.com/goldendict/goldendict/archive/1.5.0-RC.tar.gz
+$pkgname-paths.patch
+gcc47.patch
+fix-wikipedia-images.patch)
+sha256sums=('5705d5197509596221faf16a806965c799de7371a41fe2d2c4dc00b737ffe22e'
+'5281dc2f57a93e2aa416de35bd702926bd90b4746d62f81d8dc434f6a689d55e'
+'2e13857d047186e781c3bd9de3cfdf794f4d44e8e28f9d18dda8df50cfe13c6e'
+'ab669d96db0cb750d4c865b123474d655b6caca9242457c044a60f1fee5b7dc7')
+
+prepare(){
+  cd "${srcdir}"/${pkgname}-1.5.0-RC
+
+  patch -Np0 -i "${srcdir}"/$pkgname-paths.patch
+#  patch -p1 -i "${srcdir}"/gcc47.patch
+#  patch -Np1 -i "${srcdir}"/fix-wikipedia-images.patch
+}
+
+build(){
+  cd "${srcdir}"/${pkgname}-1.5.0-RC
+
+  qmake-qt4 PREFIX="/usr"
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-1.5.0-RC
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+# languages
+  install -d "${pkgdir}"/usr/share/$pkgname/locale
+  install -m644 locale/*.qm -t "${pkgdir}"/usr/share/$pkgname/locale
+
+# removing unneeded
+  rm -rf "${pkgdir}"/usr/share/app-install
+}

Deleted: fix-wikipedia-images.patch
===
--- fix-wikipedia-images.patch  2015-02-02 11:22:11 UTC (rev 126977)
+++ fix-wikipedia-images.patch  2015-02-02 11:22:26 UTC (rev 126978)
@@ -1,26 +0,0 @@
-From 8c056589e989781c6ed5aac7491c802414489ae9 Mon Sep 17 00:00:00 2001
-From: Abs62 
-Date: Sat, 22 Oct 2011 15:52:52 +0400
-Subject: [PATCH] Fix Wikipedia images loading
-


[arch-commits] Commit in goldendict/trunk (4 files)

2015-02-02 Thread Jaroslav Lichtblau
Date: Monday, February 2, 2015 @ 12:22:11
  Author: jlichtblau
Revision: 126977

upgpkg: goldendict 1.5.0RC-1

Added:
  goldendict/trunk/goldendict-paths.patch
Modified:
  goldendict/trunk/PKGBUILD
  goldendict/trunk/goldendict.changelog
Deleted:
  goldendict/trunk/goldendict-paths.diff

+
 PKGBUILD   |   42 +++---
 goldendict-paths.diff  |   10 --
 goldendict-paths.patch |   12 
 goldendict.changelog   |   11 +++
 4 files changed, 42 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 10:21:17 UTC (rev 126976)
+++ PKGBUILD2015-02-02 11:22:11 UTC (rev 126977)
@@ -1,46 +1,50 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: m0rph 
 
 pkgname=goldendict
-pkgver=1.0.1
-pkgrel=7
+pkgver=1.5.0RC
+pkgrel=1
 pkgdesc="Feature-rich dictionary lookup program"
 arch=('i686' 'x86_64')
-url="http://goldendict.berlios.de/";
+url="http://goldendict.org";
 license=('GPL3')
-depends=('hunspell' 'libvorbis' 'libxtst' 'libzip' 'qtwebkit' 'phonon')
+depends=('hunspell' 'libxtst' 'libzip' 'libao' 'qtwebkit' 'phonon-qt4' 
'ffmpeg')
 provides=('stardict')
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2
-$pkgname-paths.diff
+source=(https://github.com/goldendict/goldendict/archive/1.5.0-RC.tar.gz
+$pkgname-paths.patch
 gcc47.patch
 fix-wikipedia-images.patch)
-sha256sums=('b3fb0405a5edb38f02ef881b48c36e46e2eacf641b0caf8d99403f595a4be9a6'
-'1dacae7b7a7d7c20a22b4595c07dbd65fdad134a0d4cf283312ea3bdb5f42589'
+sha256sums=('5705d5197509596221faf16a806965c799de7371a41fe2d2c4dc00b737ffe22e'
+'5281dc2f57a93e2aa416de35bd702926bd90b4746d62f81d8dc434f6a689d55e'
 '2e13857d047186e781c3bd9de3cfdf794f4d44e8e28f9d18dda8df50cfe13c6e'
 'ab669d96db0cb750d4c865b123474d655b6caca9242457c044a60f1fee5b7dc7')
 
 prepare(){
-  cd ${srcdir}
+  cd "${srcdir}"/${pkgname}-1.5.0-RC
 
-  patch -Np0 -i ${srcdir}/$pkgname-paths.diff
-  patch -p1 -i ${srcdir}/gcc47.patch
-  patch -Np1 -i ${srcdir}/fix-wikipedia-images.patch
+  patch -Np0 -i "${srcdir}"/$pkgname-paths.patch
+#  patch -p1 -i "${srcdir}"/gcc47.patch
+#  patch -Np1 -i "${srcdir}"/fix-wikipedia-images.patch
 }
 
 build(){
-  cd ${srcdir}
+  cd "${srcdir}"/${pkgname}-1.5.0-RC
 
-  qmake-qt4
+  qmake-qt4 PREFIX="/usr"
   make
 }
 
 package() {
-  cd ${srcdir}
+  cd "${srcdir}"/${pkgname}-1.5.0-RC
 
-  make INSTALL_ROOT=${pkgdir} install
+  make INSTALL_ROOT="${pkgdir}" install
 
-  #removing unneeded
-  rm -rf ${pkgdir}/usr/share/app-install
+# languages
+  install -d "${pkgdir}"/usr/share/$pkgname/locale
+  install -m644 locale/*.qm -t "${pkgdir}"/usr/share/$pkgname/locale
+
+# removing unneeded
+  rm -rf "${pkgdir}"/usr/share/app-install
 }

Deleted: goldendict-paths.diff
===
--- goldendict-paths.diff   2015-02-02 10:21:17 UTC (rev 126976)
+++ goldendict-paths.diff   2015-02-02 11:22:11 UTC (rev 126977)
@@ -1,10 +0,0 @@
 goldendict.pro~2010-12-27 22:52:21.0 +0100
-+++ goldendict.pro 2010-12-27 22:52:21.0 +0100
-@@ -63,2 +63,2 @@
--isEmpty( PREFIX ):PREFIX = /usr/local
--DEFINES += PROGRAM_DATA_DIR=\\\"$$PREFIX/share/apps/goldendict/\\\"
-+isEmpty( PREFIX ):PREFIX = /usr
-+DEFINES += PROGRAM_DATA_DIR=\\\"$$PREFIX/share/goldendict/\\\"
-@@ -66 +66 @@
--locale.path = $$PREFIX/share/apps/goldendict/locale/
-+locale.path = $$PREFIX/share/goldendict/locale/

Added: goldendict-paths.patch
===
--- goldendict-paths.patch  (rev 0)
+++ goldendict-paths.patch  2015-02-02 11:22:11 UTC (rev 126977)
@@ -0,0 +1,12 @@
+--- goldendict.pro.orig2013-06-06 15:39:06.0 +0200
 goldendict.pro 2015-02-02 12:10:35.393194928 +0100
+@@ -84,6 +84,6 @@
+ PREFIX = $$(PREFIX)
+-isEmpty( PREFIX ):PREFIX = /usr/local
+-DEFINES += PROGRAM_DATA_DIR=\\\"$$PREFIX/share/apps/goldendict/\\\"
++isEmpty( PREFIX ):PREFIX = /usr
++DEFINES += PROGRAM_DATA_DIR=\\\"$$PREFIX/share/goldendict/\\\"
+ target.path = $$PREFIX/bin/
+-locale.path = $$PREFIX/share/apps/goldendict/locale/
++locale.path = $$PREFIX/share/goldendict/locale/
+ locale.files = locale/*.qm

Modified: goldendict.changelog
===
--- goldendict.changelog2015-02-02 10:21:17 UTC (rev 126976)
+++ goldendict.changelog2015-02-02 11:22:11 UTC (rev 126977)
@@ -1,11 +1,14 @@
-2011-12-17 Jaroslav Lichtblau 
+2015-02-02 Jaroslav Lichtblau 
+   * goldendict 1.5.0RC-1 FS#43667 fix, localizations added again
+
+2011-12-17 Jaroslav Lichtblau 
* goldendic

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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 11:21:14
  Author: bluewind
Revision: 126975

upgpkg: lib32-tdb 1.3.4-1

upstream update

Modified:
  lib32-tdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 10:21:10 UTC (rev 126974)
+++ PKGBUILD2015-02-02 10:21:14 UTC (rev 126975)
@@ -3,7 +3,7 @@
 
 _pkgbasename=tdb
 pkgname=lib32-$_pkgbasename
-pkgver=1.3.2
+pkgver=1.3.4
 pkgrel=1
 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=(gcc-multilib libxslt python2)
 source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('34c45294affc188f2bc0060983130cda')
+md5sums=('60a9ad41e45d53e97c7cd4262932a53a')
 
 build() {
   export CC="gcc -m32"


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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 11:21:10
  Author: bluewind
Revision: 126974

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-02 10:21:06 UTC (rev 126973)
+++ PKGBUILD2015-02-02 10:21:10 UTC (rev 126974)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Joakim Hernberg 
-_pkgbasename=gettext
-pkgname=lib32-$_pkgbasename
-pkgver=0.19.3
-pkgrel=1
-pkgdesc="GNU internationalization library (32-bit)"
-arch=('x86_64')
-url="http://www.gnu.org/software/gettext/";
-license=('GPL')
-depends=('lib32-acl' lib32-gcc-libs $_pkgbasename)
-makedepends=(gcc-multilib)
-options=(!libtool !docs)
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
-md5sums=('c365029ffc866fc4e485d9e5ca60b260'
- 'SKIP')
-validpgpkeys=(462225C3B46F34879FC8496CD605848ED7E69871)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-check() {
- cd "${srcdir}/${_pkgbasename}-${pkgver}"
- make check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gettext/repos/multilib-x86_64/PKGBUILD (from rev 126973, 
lib32-gettext/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-02 10:21:10 UTC (rev 126974)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Joakim Hernberg 
+_pkgbasename=gettext
+pkgname=lib32-$_pkgbasename
+pkgver=0.19.4
+pkgrel=1
+pkgdesc="GNU internationalization library (32-bit)"
+arch=('x86_64')
+url="http://www.gnu.org/software/gettext/";
+license=('GPL')
+depends=('lib32-acl' lib32-gcc-libs $_pkgbasename)
+makedepends=(gcc-multilib)
+options=(!libtool !docs)
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
+md5sums=('d3511af1e604a3478900d2c2b4a4a48e'
+ 'SKIP')
+validpgpkeys=(462225C3B46F34879FC8496CD605848ED7E69871)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+check() {
+ cd "${srcdir}/${_pkgbasename}-${pkgver}"
+ make check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 11:21:17
  Author: bluewind
Revision: 126976

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-02 10:21:14 UTC (rev 126975)
+++ PKGBUILD2015-02-02 10:21:17 UTC (rev 126976)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-
-_pkgbasename=tdb
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
-arch=(x86_64)
-license=('GPL3')
-url="http://tdb.samba.org/";
-depends=(lib32-glibc $_pkgbasename)
-makedepends=(gcc-multilib libxslt python2)
-source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('34c45294affc188f2bc0060983130cda')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-
-   ./configure --prefix=/usr \
-   --localstatedir=/var \
-   --sysconfdir=/etc/samba \
-   --libdir=/usr/lib32 \
-   --disable-python
-   make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make -j1  DESTDIR="$pkgdir" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-tdb/repos/multilib-x86_64/PKGBUILD (from rev 126975, 
lib32-tdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-02 10:21:17 UTC (rev 126976)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Florian Pritz 
+
+_pkgbasename=tdb
+pkgname=lib32-$_pkgbasename
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits 
(32-bit)"
+arch=(x86_64)
+license=('GPL3')
+url="http://tdb.samba.org/";
+depends=(lib32-glibc $_pkgbasename)
+makedepends=(gcc-multilib libxslt python2)
+source=(http://samba.org/ftp/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('60a9ad41e45d53e97c7cd4262932a53a')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+
+   ./configure --prefix=/usr \
+   --localstatedir=/var \
+   --sysconfdir=/etc/samba \
+   --libdir=/usr/lib32 \
+   --disable-python
+   make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -j1  DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 11:21:06
  Author: bluewind
Revision: 126973

upgpkg: lib32-gettext 0.19.4-1

upstream update

Modified:
  lib32-gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 10:03:46 UTC (rev 126972)
+++ PKGBUILD2015-02-02 10:21:06 UTC (rev 126973)
@@ -3,7 +3,7 @@
 # Contributor: Joakim Hernberg 
 _pkgbasename=gettext
 pkgname=lib32-$_pkgbasename
-pkgver=0.19.3
+pkgver=0.19.4
 pkgrel=1
 pkgdesc="GNU internationalization library (32-bit)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=(gcc-multilib)
 options=(!libtool !docs)
 
source=(ftp://ftp.gnu.org/pub/gnu/gettext/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
-md5sums=('c365029ffc866fc4e485d9e5ca60b260'
+md5sums=('d3511af1e604a3478900d2c2b4a4a48e'
  'SKIP')
 validpgpkeys=(462225C3B46F34879FC8496CD605848ED7E69871)
 


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

2015-02-02 Thread Ronald van Haren
Date: Monday, February 2, 2015 @ 11:16:21
  Author: ronald
Revision: 230375

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

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 230374, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/digikam.install
(from rev 230374, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 230374, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 230374, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/digikam.install
(from rev 230374, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 230374, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-i686/libkexiv2.patch
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install
  digikam/repos/extra-x86_64/libkexiv2.patch

---+
 /PKGBUILD |  230 
 /digikam.install  |   24 +++
 /kipi-plugins.install |   24 +++
 extra-i686/PKGBUILD   |  118 --
 extra-i686/digikam.install|   12 -
 extra-i686/kipi-plugins.install   |   12 -
 extra-i686/libkexiv2.patch|   10 -
 extra-x86_64/PKGBUILD |  118 --
 extra-x86_64/digikam.install  |   12 -
 extra-x86_64/kipi-plugins.install |   12 -
 extra-x86_64/libkexiv2.patch  |   10 -
 11 files changed, 278 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-02 10:16:00 UTC (rev 230374)
+++ extra-i686/PKGBUILD 2015-02-02 10:16:21 UTC (rev 230375)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkgeomap' 'libkvkontakte' 'libmediawiki')
-pkgver=4.5.0
-pkgrel=5
-pkgdesc="Digital photo management application for KDE"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.digikam.org/";
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen' 
-'libbaloo4' 'libpgf' 'libusb-compat' 'libkface')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-   "libkexiv2.patch")
-sha1sums=('ba735f4b7bb0437c1676141ab78ea958e46f135e'
-  '1bcef459bd400a04526aac9adf39d4d0a1c3549c')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i "${srcdir}/libkexiv2.patch" 
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF \
--DDIGIKAMSC_USE_PRIVATE_SHAREDLIBS=ON
-  make
-}
-
-package_digikam() {
-  pkgdesc="Digital photo management application for KDE"
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun' 
-  'libpgf' 'libbaloo4')
-  optdepends=('kipi-plugins: more tools and plugins' 'kdebase-workspace: Theme 
configuration dialog')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR="${pkgdir}" install
-  cd ../../build/doc
-  make DESTDIR="${pkgdir}" install
-  cd ../../build/po
-  make DESTDIR="${pkgdir}" install
-
-  # Put these in the relevant splitted packages
-  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/kipiplugin*.mo
-  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkgeomap*.mo
-  # Fix conflicts with kde-l10n-* (FS#33762)
-  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo
-}
-
-package_libkgeomap() {
-  pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/po
-  make DESTDIR="${pkgdir}" install
-  # Put these in the relevant splitted packages
-  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/kipiplugin*.mo
-  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/digikam.mo
-  # Fix conflicts with kde-l10n-* (FS#33762)
-  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo
-}
-
-package_libkvkontakte() {
-  pkgdesc="KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network"
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libmediawiki() {
-  pkgdesc="A KDE C++ in

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

2015-02-02 Thread Ronald van Haren
Date: Monday, February 2, 2015 @ 11:16:00
  Author: ronald
Revision: 230374

upgpkg: digikam 4.6.0-1

update to 4.6.0

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 07:44:07 UTC (rev 230373)
+++ PKGBUILD2015-02-02 10:16:00 UTC (rev 230374)
@@ -30,7 +30,7 @@
 -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF \
 -DDIGIKAMSC_USE_PRIVATE_SHAREDLIBS=ON \
 -DDIGIKAMSC_COMPILE_LIBKGEOMAP=ON \
--DDIGIKAMSC_COMPILE_LIBVKONTAKTE=ON \
+-DDIGIKAMSC_COMPILE_LIBKVKONTAKTE=ON \
 -DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=ON 
   make
 }


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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 11:03:42
  Author: bluewind
Revision: 126971

upgpkg: lib32-harfbuzz 0.9.38-1

upstream update

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 10:03:32 UTC (rev 126970)
+++ PKGBUILD2015-02-02 10:03:42 UTC (rev 126971)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.37
+pkgver=0.9.38
 pkgrel=1
 pkgdesc="OpenType text shaping engine. (32-bit)"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207')
+sha256sums=('6736f383b4edfcaaeb6f3292302ca382d617d8c79948bb2dd2e8f86cdccfd514')
 
 build() {
   export CC="gcc -m32"


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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 11:03:46
  Author: bluewind
Revision: 126972

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-02 10:03:42 UTC (rev 126971)
+++ PKGBUILD2015-02-02 10:03:46 UTC (rev 126972)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz 
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.37
-pkgrel=1
-pkgdesc="OpenType text shaping engine. (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 126971, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-02 10:03:46 UTC (rev 126972)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz 
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=0.9.38
+pkgrel=1
+pkgdesc="OpenType text shaping engine. (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('6736f383b4edfcaaeb6f3292302ca382d617d8c79948bb2dd2e8f86cdccfd514')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 11:03:32
  Author: bluewind
Revision: 126970

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

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

+
 /PKGBUILD  |   66 +++
 /filezilla.install |   22 +++
 community-i686/PKGBUILD|   33 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   33 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 10:03:27 UTC (rev 126969)
+++ community-i686/PKGBUILD 2015-02-02 10:03:32 UTC (rev 126970)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.10.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
-install=filezilla.install
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('6dbe9f9d60aa925fa1ddfcd8568bfe32')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 126969, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 10:03:32 UTC (rev 126970)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.10.1.1
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
+install=filezilla.install
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('5cefd40699388d66d27c0b04bd3e3f40')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2015-02-02 10:03:27 UTC (rev 126969)
+++ community-i686/filezilla.install2015-02-02 10:03:32 UTC (rev 126970)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 126969, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2015-02-02 10:03:32 UTC (rev 126970)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-02 10:03:27 UTC (rev 126969)
+++ community-x86_64/PKGBUILD   2015-02-02 10:03:32 UTC (rev 126970)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.10.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
-install=filezilla.i

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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 11:03:27
  Author: bluewind
Revision: 126969

upgpkg: filezilla 3.10.1.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 09:57:01 UTC (rev 126968)
+++ PKGBUILD2015-02-02 10:03:27 UTC (rev 126969)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.10.1
+pkgver=3.10.1.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('6dbe9f9d60aa925fa1ddfcd8568bfe32')
+md5sums=('5cefd40699388d66d27c0b04bd3e3f40')


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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 10:56:58
  Author: bluewind
Revision: 126967

upgpkg: inxi 2.2.18-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 09:45:33 UTC (rev 126966)
+++ PKGBUILD2015-02-02 09:56:58 UTC (rev 126967)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz 
 pkgname=inxi
-pkgver=2.2.17
+pkgver=2.2.18
 pkgrel=1
 pkgdesc="script to get system information"
 arch=('any')
@@ -25,7 +25,7 @@
   "xorg-xrandr: inxi -G single screen resolution"
 )
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('9de37bc838dcfcbc80e49107effc8a58')
+md5sums=('abaacc508f8cb070ded24e16fcfb3506')
 
 package() {
   cd "$srcdir"


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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 10:57:01
  Author: bluewind
Revision: 126968

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 126967, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 126967, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-02 09:56:58 UTC (rev 126967)
+++ PKGBUILD2015-02-02 09:57:01 UTC (rev 126968)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-pkgname=inxi
-pkgver=2.2.17
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org";
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  "dmidecode: inxi -M if no sys machine data"
-  "file: inxi -o unmounted file system"
-  "hddtemp: inxi -Dx show hdd temp"
-  "net-tools: inxi -i ip lan-deprecated"
-  "iproute2: inxi -i ip lan"
-  "lm_sensors: inxi -s sensors output"
-  "usbutils: inxi -A usb audio;-N usb networking"
-  "kmod: inxi -Ax,-Nx module version"
-  "systemd-sysvcompat: inxi -I runlevel"
-  "sudo: inxi -Dx hddtemp-user;-o file-user"
-  "mesa-demos: inxi -G glx info"
-  "xorg-xdpyinfo: inxi -G multi screen resolution"
-  "xorg-xprop: inxi -S desktop data"
-  "xorg-xrandr: inxi -G single screen resolution"
-)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('9de37bc838dcfcbc80e49107effc8a58')
-
-package() {
-  cd "$srcdir"
-  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
-  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 126967, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-02 09:57:01 UTC (rev 126968)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz 
+pkgname=inxi
+pkgver=2.2.18
+pkgrel=1
+pkgdesc="script to get system information"
+arch=('any')
+url="http://inxi.org";
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  "dmidecode: inxi -M if no sys machine data"
+  "file: inxi -o unmounted file system"
+  "hddtemp: inxi -Dx show hdd temp"
+  "net-tools: inxi -i ip lan-deprecated"
+  "iproute2: inxi -i ip lan"
+  "lm_sensors: inxi -s sensors output"
+  "usbutils: inxi -A usb audio;-N usb networking"
+  "kmod: inxi -Ax,-Nx module version"
+  "systemd-sysvcompat: inxi -I runlevel"
+  "sudo: inxi -Dx hddtemp-user;-o file-user"
+  "mesa-demos: inxi -G glx info"
+  "xorg-xdpyinfo: inxi -G multi screen resolution"
+  "xorg-xprop: inxi -S desktop data"
+  "xorg-xrandr: inxi -G single screen resolution"
+)
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('abaacc508f8cb070ded24e16fcfb3506')
+
+package() {
+  cd "$srcdir"
+  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
+  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2015-02-02 09:56:58 UTC (rev 126967)
+++ upgpkg  2015-02-02 09:57:01 UTC (rev 126968)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 126967, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2015-02-02 09:57:01 UTC (rev 126968)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}


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

2015-02-02 Thread Felix Yan
Date: Monday, February 2, 2015 @ 10:45:33
  Author: fyan
Revision: 126966

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 126965, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 126965, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 126965, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 126965, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|   94 +-
 shadowsocks-server@.service |   24 +-
 shadowsocks.install |   10 ++--
 shadowsocks@.service|   24 +-
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-02 09:45:04 UTC (rev 126965)
+++ PKGBUILD2015-02-02 09:45:33 UTC (rev 126966)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks
-pkgver=2.6.6
-pkgrel=1
-pkgdesc="A lightweight tunnel proxy"
-license=("MIT")
-url="http://pypi.python.org/pypi/shadowsocks";
-arch=('any')
-depends=('python' 'python-setuptools')
-optdepends=('libsodium: For salsa20 and chacha20 support')
-install=${pkgname}.install
-source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz";
-
"$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE";
-"shadowsocks@.service"
-"shadowsocks-server@.service")
-sha512sums=('e71a56dcc100ec4dfb7dcae3bb18fbb3087ed20bd14d59c7df4dd6e209276b9eaae3b9e62b94761ee636ca74d2f7e3d052b50b80c0bfcc964083f240132d9175'
-
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
-
-check() {
-  cd shadowsocks-$pkgver
-
-  # Tests not included
-  return
-  python tests/test.py -c tests/table.json
-  python tests/test.py -c tests/aes.json
-  python tests/test.py -c tests/rc4-md5.json
-  python tests/test.py -c tests/salsa20.json
-  python tests/test.py -c tests/server-multi-ports.json
-  python tests/test.py -c tests/server-multi-passwd.json
-  python tests/test.py -c tests/server-multi-passwd-table.json
-  python tests/test.py -c tests/workers.json
-}
-
-package() {
-  cd "$srcdir/shadowsocks-$pkgver"
-
-  python setup.py install -O1 --root="$pkgdir"
-  
-  install -d "$pkgdir/etc/shadowsocks"
-  install -Dm644 "$srcdir/shadowsocks@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks@.service"
-  install -Dm644 "$srcdir/shadowsocks-server@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service"
-  install -Dm644 "$srcdir/$pkgname-LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 126965, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-02 09:45:33 UTC (rev 126966)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks
+pkgver=2.6.7
+pkgrel=1
+pkgdesc="A lightweight tunnel proxy"
+license=("MIT")
+url="http://pypi.python.org/pypi/shadowsocks";
+arch=('any')
+depends=('python' 'python-setuptools')
+optdepends=('libsodium: For salsa20 and chacha20 support')
+install=${pkgname}.install
+source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz";
+
"$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE";
+"shadowsocks@.service"
+"shadowsocks-server@.service")
+sha512sums=('8ab52bcaa531a0049664ec628883957a2c3a5a540340dfe635820005a829e4378dd2fd3278e5db668190273a61916e2041743b72f8612afe637c5dfca4a905b2'
+
'ff6b57edea530a10559793fe20d1da0359100043855f180f3c7c7c821321ce84ee9f914b170eb2b34ee000493bd2a1864a96a95038373e460306f76f50eee46d'
+
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
+
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
+
+check() {
+  cd shadowsocks-$pkgver
+
+  # Tests not included
+  return
+  python tests/test.py -c tests/table.json
+  python tes

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

2015-02-02 Thread Felix Yan
Date: Monday, February 2, 2015 @ 10:45:04
  Author: fyan
Revision: 126965

upgpkg: shadowsocks 2.6.7-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 09:03:30 UTC (rev 126964)
+++ PKGBUILD2015-02-02 09:45:04 UTC (rev 126965)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=shadowsocks
-pkgver=2.6.6
+pkgver=2.6.7
 pkgrel=1
 pkgdesc="A lightweight tunnel proxy"
 license=("MIT")
@@ -15,8 +15,8 @@
 
"$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE";
 "shadowsocks@.service"
 "shadowsocks-server@.service")
-sha512sums=('e71a56dcc100ec4dfb7dcae3bb18fbb3087ed20bd14d59c7df4dd6e209276b9eaae3b9e62b94761ee636ca74d2f7e3d052b50b80c0bfcc964083f240132d9175'
-
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
+sha512sums=('8ab52bcaa531a0049664ec628883957a2c3a5a540340dfe635820005a829e4378dd2fd3278e5db668190273a61916e2041743b72f8612afe637c5dfca4a905b2'
+
'ff6b57edea530a10559793fe20d1da0359100043855f180f3c7c7c821321ce84ee9f914b170eb2b34ee000493bd2a1864a96a95038373e460306f76f50eee46d'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
 


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

2015-02-02 Thread Massimiliano Torromeo
Date: Monday, February 2, 2015 @ 10:03:30
  Author: mtorromeo
Revision: 126964

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

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 126963, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 126963, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.install
(from rev 126963, gearmand/trunk/gearmand.install)
  gearmand/repos/community-i686/gearmand.service
(from rev 126963, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 126963, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 126963, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.install
(from rev 126963, gearmand/trunk/gearmand.install)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 126963, gearmand/trunk/gearmand.service)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.install
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-x86_64/PKGBUILD
  gearmand/repos/community-x86_64/gearmand.conf
  gearmand/repos/community-x86_64/gearmand.install
  gearmand/repos/community-x86_64/gearmand.service

---+
 /PKGBUILD |  100 
 /gearmand.conf|2 
 /gearmand.install |   24 
 /gearmand.service |   24 
 community-i686/PKGBUILD   |   50 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.install   |   12 
 community-i686/gearmand.service   |   12 
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.install |   12 
 community-x86_64/gearmand.service |   12 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 09:03:18 UTC (rev 126963)
+++ community-i686/PKGBUILD 2015-02-02 09:03:30 UTC (rev 126964)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Lev Lybin 
-# Contributor: Vadym Abramchuk 
-# Contributor: John Gerritse 
-
-pkgname=gearmand
-pkgver=1.1.12
-pkgrel=5
-pkgdesc="Distributed job queue server."
-arch=('i686' 'x86_64')
-depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
-makedepends=('boost' 'gperf' 'python-sphinx')
-conflicts=('gearman')
-replaces=('gearman')
-provides=("gearman=$pkgver")
-url="http://gearman.org/";
-license=('CUSTOM')
-install=$pkgname.install
-backup=('etc/gearmand.conf')
-source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export LDFLAGS="$LDFLAGS -lboost_system"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/run \
---disable-static \
---enable-ssl
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  cd "$srcdir"
-  install -Dm644 gearmand.service 
"$pkgdir/usr/lib/systemd/system/gearmand.service"
-  install -Dm644 gearmand.conf "$pkgdir/etc/gearmand.conf"
-}
-
-sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506')

Copied: gearmand/repos/community-i686/PKGBUILD (from rev 126963, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 09:03:30 UTC (rev 126964)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.12
+pkgrel=6
+pkgdesc="Distributed job queue server."
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=("gearman=$pkgver")
+url="http://gearman.org/";
+license=('CUSTOM')
+install=$pkgname.install
+backup=('etc/gearmand.conf')
+source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export LDFLAGS="$LDFLAGS -lboost_system"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+   

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

2015-02-02 Thread Massimiliano Torromeo
Date: Monday, February 2, 2015 @ 10:03:18
  Author: mtorromeo
Revision: 126963

upgpkg: gearmand 1.1.12-6

Rebuild for hiredis 0.12

Modified:
  gearmand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 09:01:38 UTC (rev 126962)
+++ PKGBUILD2015-02-02 09:03:18 UTC (rev 126963)
@@ -6,7 +6,7 @@
 
 pkgname=gearmand
 pkgver=1.1.12
-pkgrel=5
+pkgrel=6
 pkgdesc="Distributed job queue server."
 arch=('i686' 'x86_64')
 depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')


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

2015-02-02 Thread Massimiliano Torromeo
Date: Monday, February 2, 2015 @ 10:01:17
  Author: mtorromeo
Revision: 126961

upgpkg: minetest 0.4.11-2

Rebuild for hiredis 0.12

Modified:
  minetest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 08:53:49 UTC (rev 126960)
+++ PKGBUILD2015-02-02 09:01:17 UTC (rev 126961)
@@ -4,7 +4,7 @@
 
 pkgname=('minetest' 'minetest-server' 'minetest-common')
 pkgver=0.4.11
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://minetest.net/'
 license=('GPL')


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

2015-02-02 Thread Massimiliano Torromeo
Date: Monday, February 2, 2015 @ 10:01:38
  Author: mtorromeo
Revision: 126962

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

Added:
  minetest/repos/community-i686/PKGBUILD
(from rev 126961, minetest/trunk/PKGBUILD)
  minetest/repos/community-i686/minetest-server.install
(from rev 126961, minetest/trunk/minetest-server.install)
  minetest/repos/community-i686/minetest.install
(from rev 126961, minetest/trunk/minetest.install)
  minetest/repos/community-i686/minetest@.service
(from rev 126961, minetest/trunk/minetest@.service)
  minetest/repos/community-x86_64/PKGBUILD
(from rev 126961, minetest/trunk/PKGBUILD)
  minetest/repos/community-x86_64/minetest-server.install
(from rev 126961, minetest/trunk/minetest-server.install)
  minetest/repos/community-x86_64/minetest.install
(from rev 126961, minetest/trunk/minetest.install)
  minetest/repos/community-x86_64/minetest@.service
(from rev 126961, minetest/trunk/minetest@.service)
Deleted:
  minetest/repos/community-i686/PKGBUILD
  minetest/repos/community-i686/minetest-server.install
  minetest/repos/community-i686/minetest.install
  minetest/repos/community-i686/minetest@.service
  minetest/repos/community-x86_64/PKGBUILD
  minetest/repos/community-x86_64/minetest-server.install
  minetest/repos/community-x86_64/minetest.install
  minetest/repos/community-x86_64/minetest@.service

--+
 /PKGBUILD|  172 +
 /minetest-server.install |   16 ++
 /minetest.install|   24 
 /minetest@.service   |   20 +++
 community-i686/PKGBUILD  |   86 --
 community-i686/minetest-server.install   |8 -
 community-i686/minetest.install  |   12 --
 community-i686/minetest@.service |   10 -
 community-x86_64/PKGBUILD|   86 --
 community-x86_64/minetest-server.install |8 -
 community-x86_64/minetest.install|   12 --
 community-x86_64/minetest@.service   |   10 -
 12 files changed, 232 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 09:01:17 UTC (rev 126961)
+++ community-i686/PKGBUILD 2015-02-02 09:01:38 UTC (rev 126962)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Konsta Kokkinen 
-
-pkgname=('minetest' 'minetest-server' 'minetest-common')
-pkgver=0.4.11
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://minetest.net/'
-license=('GPL')
-makedepends=('sqlite' 'freetype2' 'leveldb' 'openal' 'libvorbis' 'curl' 
'irrlicht'
- 'hicolor-icon-theme' 'cmake' 'hiredis')
-source=(https://github.com/minetest/minetest/archive/$pkgver.tar.gz
-
data-$pkgver.tar.gz::https://github.com/minetest/minetest_game/archive/$pkgver.tar.gz
-minetest@.service)
-md5sums=('c84858129b822a246f4b66a4a425d0fb'
- '6364ae22c19c294c6d800be4faeeaa4b'
- 'ec193b09eb85f2518aaa17506ad06c57')
-
-prepare() {
-  install -d build-{client,server}
-}
-
-build() {
-  cd "$srcdir"/build-client
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SERVER=0 \
--DENABLE_GETTEXT=1 \
--DENABLE_FREETYPE=1 \
--DENABLE_LEVELDB=0 \
--DENABLE_REDIS=0
-  make
-
-  cd "$srcdir"/build-server
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_CLIENT=0 \
--DENABLE_LEVELDB=1 \
--DENABLE_REDIS=1
-  make
-}
-
-package_minetest() {
-  pkgdesc='Multiplayer infinite-world block sandbox game'
-  depends=('minetest-common' 'irrlicht' 'curl' 'libvorbis' 'sqlite'
-   'openal' 'hicolor-icon-theme' 'desktop-file-utils' 'xdg-utils')
-  install=$pkgname.install
-
-  cd build-client
-  make DESTDIR="$pkgdir" install
-  cp -r locale "$pkgdir"/usr/share/
-
-  rm -rf "$pkgdir"/usr/share/{minetest,doc}
-  rm "$pkgdir"/usr/share/man/man6/minetestserver.6
-}
-
-package_minetest-server() {
-  pkgdesc='Server of infinite-world block sandbox game'
-  depends=('minetest-common' 'leveldb' 'curl' 'sqlite' 'hiredis')
-  install=$pkgname.install
-
-  cd build-server
-  make DESTDIR="$pkgdir" install
-  install -d  "$pkgdir"/etc/minetest
-  install -Dm644 ../minetest@.service \
-"$pkgdir"/usr/lib/systemd/system/minetest@.service
-
-  rm -rf "$pkgdir"/usr/share/{minetest,appdata,applications,icons,doc}
-  rm "$pkgdir"/usr/share/man/man6/minetest.6
-}
-
-package_minetest-common() {
-  pkgdesc='Common data files for minetest and minetest-server'
-
-  cd $pkgbase-$pkgver
-  install -d "$pkgdir"/usr/share/minetest
-
-  cp -r games builtin client fonts textures "$pkgdir"/usr/share/minetest/
-  cp -r "$srcdir"/minetest_game-$pkgver 
"$pkgdir"/usr/share/minetest/games/minetest
-  rm "$pkgdir"/usr/share/minetest/games/minetest/.gitignore
-
-  for file in doc/{lua_api,mapformat,menu_lua_api}.txt minete

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

2015-02-02 Thread Felix Yan
Date: Monday, February 2, 2015 @ 09:46:12
  Author: fyan
Revision: 126959

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 08:45:46 UTC (rev 126958)
+++ community-i686/PKGBUILD 2015-02-02 08:46:12 UTC (rev 126959)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.18.8
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz";)
-sha256sums=('ed08fb94dbf4713251a7a9f9eab3b63d480061cb94048720d8fe372f73d83863')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
-"$pkgdir"/usr/share/bash-completion/completions
-  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 126958, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 08:46:12 UTC (rev 126959)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aria2
+pkgver=1.18.9
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz";)
+sha256sums=('4a7be62cac075e4ad14c91dd4ab9f22afe6e21507255142c20de252e15a7b1e7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # add bash completion
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+"$pkgdir"/usr/share/bash-completion/completions
+  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-02 08:45:46 UTC (rev 126958)
+++ community-x86_64/PKGBUILD   2015-02-02 08:46:12 UTC (rev 126959)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.18.8
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz";)
-sha256sums=('ed08fb94dbf4713251a7a9f9eab3b63d480061cb94048720d8fe372f73d83863')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  install -m644 "$pkgdir"/usr/share/

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

2015-02-02 Thread Massimiliano Torromeo
Date: Monday, February 2, 2015 @ 09:45:27
  Author: mtorromeo
Revision: 126956

upgpkg: hiredis 0.12.1-1

Updated to 0.12.1

Modified:
  hiredis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 08:30:04 UTC (rev 126955)
+++ PKGBUILD2015-02-02 08:45:27 UTC (rev 126956)
@@ -3,8 +3,8 @@
 # Contributor: Vladimir Tsanev 
 
 pkgname=hiredis
-pkgver=0.11.0
-pkgrel=4
+pkgver=0.12.1
+pkgrel=1
 pkgdesc='Minimalistic C client library for Redis'
 arch=('x86_64' 'i686')
 url="https://github.com/redis/hiredis/";
@@ -12,7 +12,7 @@
 depends=('glibc')
 checkdepends=('redis')
 
source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('ff7b2849e55bf3589eecced7125934feb9645c36a4d490d001dc08c93553eafd')
+sha256sums=('194df55484a506e921da784913a07fbda86e2608b5aabd1ffe9bb1de330099a8')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2015-02-02 Thread Felix Yan
Date: Monday, February 2, 2015 @ 09:45:29
  Author: fyan
Revision: 126957

upgpkg: aria2 1.18.9-1

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 08:45:27 UTC (rev 126956)
+++ PKGBUILD2015-02-02 08:45:29 UTC (rev 126957)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Angel Velasquez 
@@ -7,7 +7,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=aria2
-pkgver=1.18.8
+pkgver=1.18.9
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
 checkdepends=('cppunit')
 source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz";)
-sha256sums=('ed08fb94dbf4713251a7a9f9eab3b63d480061cb94048720d8fe372f73d83863')
+sha256sums=('4a7be62cac075e4ad14c91dd4ab9f22afe6e21507255142c20de252e15a7b1e7')
 
 build() {
   cd $pkgname-$pkgver


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

2015-02-02 Thread Massimiliano Torromeo
Date: Monday, February 2, 2015 @ 09:45:46
  Author: mtorromeo
Revision: 126958

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 08:45:29 UTC (rev 126957)
+++ community-i686/PKGBUILD 2015-02-02 08:45:46 UTC (rev 126958)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Vladimir Tsanev 
-
-pkgname=hiredis
-pkgver=0.11.0
-pkgrel=4
-pkgdesc='Minimalistic C client library for Redis'
-arch=('x86_64' 'i686')
-url="https://github.com/redis/hiredis/";
-license=('BSD')
-depends=('glibc')
-checkdepends=('redis')
-source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('ff7b2849e55bf3589eecced7125934feb9645c36a4d490d001dc08c93553eafd')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed -r 's|echo \\|echo -e \\|' -i Makefile
-  make check
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: hiredis/repos/community-i686/PKGBUILD (from rev 126957, 
hiredis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 08:45:46 UTC (rev 126958)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Vladimir Tsanev 
+
+pkgname=hiredis
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url="https://github.com/redis/hiredis/";
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('194df55484a506e921da784913a07fbda86e2608b5aabd1ffe9bb1de330099a8')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -r 's|echo \\|echo -e \\|' -i Makefile
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-02 08:45:29 UTC (rev 126957)
+++ community-x86_64/PKGBUILD   2015-02-02 08:45:46 UTC (rev 126958)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Vladimir Tsanev 
-
-pkgname=hiredis
-pkgver=0.11.0
-pkgrel=4
-pkgdesc='Minimalistic C client library for Redis'
-arch=('x86_64' 'i686')
-url="https://github.com/redis/hiredis/";
-license=('BSD')
-depends=('glibc')
-checkdepends=('redis')
-source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('ff7b2849e55bf3589eecced7125934feb9645c36a4d490d001dc08c93553eafd')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed -r 's|echo \\|echo -e \\|' -i Makefile
-  make check
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: hiredis/repos/community-x86_64/PKGBUILD (from rev 126957, 
hiredis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-02 08:45:46 UTC (rev 126958)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Vladimir Tsanev 
+
+pkgname=hiredis
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url="https://github.com/redis/hiredis/";
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('194df55484a506e921da784913a07fbda86e2608b5aabd1ffe9bb1de330099a8')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -r 's|echo \\|echo -e \\|' -i Makefile
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm 644 COPYING "$pkgdir"/usr/

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

2015-02-02 Thread Jaroslav Lichtblau
Date: Monday, February 2, 2015 @ 09:30:04
  Author: jlichtblau
Revision: 126955

FS#43665 - added new opt dependencies

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 07:55:04 UTC (rev 126954)
+++ PKGBUILD2015-02-02 08:30:04 UTC (rev 126955)
@@ -10,10 +10,12 @@
 arch=('any')
 url='https://github.com/syncthing/syncthing-gtk'
 license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
 makedepends=('python2-setuptools')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja')
 source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('6a965ecb8add11ef96b82381a1477df4')
+sha256sums=('bba5127c79e8aa7d0a3abb5612889bc1489a5de818f22c8b2bb712a0595fd5c4')
 
 build() {
   cd $pkgname-$pkgver