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

2013-08-01 Thread Rémy Oudompheng
Date: Thursday, August 1, 2013 @ 08:21:42
  Author: remy
Revision: 191882

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

Added:
  asymptote/repos/testing-i686/
  asymptote/repos/testing-i686/PKGBUILD
(from rev 191881, asymptote/trunk/PKGBUILD)
  asymptote/repos/testing-i686/texlive.install
(from rev 191881, asymptote/trunk/texlive.install)
  asymptote/repos/testing-x86_64/
  asymptote/repos/testing-x86_64/PKGBUILD
(from rev 191881, asymptote/trunk/PKGBUILD)
  asymptote/repos/testing-x86_64/texlive.install
(from rev 191881, asymptote/trunk/texlive.install)

+
 testing-i686/PKGBUILD  |   47 +++
 testing-i686/texlive.install   |   20 
 testing-x86_64/PKGBUILD|   47 +++
 testing-x86_64/texlive.install |   20 
 4 files changed, 134 insertions(+)

Copied: asymptote/repos/testing-i686/PKGBUILD (from rev 191881, 
asymptote/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-01 06:21:42 UTC (rev 191882)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.24
+pkgrel=1
+pkgdesc=A vector graphics language (like metapost)
+arch=('i686' 'x86_64')
+url=http://asymptote.sourceforge.net/;
+license=(GPL3)
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+)
+optdepends=('python2:   for the xasy GUI'
+'python-imaging:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
+install=texlive.install
+sha1sums=('26dd0f4a36af0bc1d007d89ec7280ca55e9ed368')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
+  make all
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check-all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Copied: asymptote/repos/testing-i686/texlive.install (from rev 191881, 
asymptote/trunk/texlive.install)
===
--- testing-i686/texlive.install(rev 0)
+++ testing-i686/texlive.install2013-08-01 06:21:42 UTC (rev 191882)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+
+post_install() {
+  install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir
+  echo  updating the filename database for texlive...
+  mktexlsr --quiet usr/share/texmf
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  install-info --delete ${info_dir}/asy-faq.info.gz ${info_dir}/dir
+}
+
+post_remove() {
+  echo  updating the filename database for texlive...
+  mktexlsr --quiet usr/share/texmf
+}

Copied: asymptote/repos/testing-x86_64/PKGBUILD (from rev 191881, 
asymptote/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-01 06:21:42 UTC (rev 191882)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.24
+pkgrel=1
+pkgdesc=A vector graphics language (like metapost)
+arch=('i686' 'x86_64')
+url=http://asymptote.sourceforge.net/;
+license=(GPL3)
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+)
+optdepends=('python2:   for the xasy GUI'
+'python-imaging:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
+install=texlive.install
+sha1sums=('26dd0f4a36af0bc1d007d89ec7280ca55e9ed368')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  

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

2013-08-01 Thread Rémy Oudompheng
Date: Thursday, August 1, 2013 @ 08:21:38
  Author: remy
Revision: 191881

upgpkg: asymptote 2.24-1

Upstream update.

Modified:
  asymptote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 03:32:48 UTC (rev 191880)
+++ PKGBUILD2013-08-01 06:21:38 UTC (rev 191881)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.23
+pkgver=2.24
 pkgrel=1
 pkgdesc=A vector graphics language (like metapost)
 arch=('i686' 'x86_64')
@@ -12,14 +12,15 @@
 license=(GPL3)
 depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
 makedepends=('ghostscript' 'imagemagick'
- 'mesa' # For OpenGL headers
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
 )
 optdepends=('python2:   for the xasy GUI'
 'python-imaging:for the xasy GUI'
 'tix:   for the xasy GUI')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
 install=texlive.install
-sha1sums=('c24de9766ae7195c1cda947f9d2ae07497a0af8f')
+sha1sums=('26dd0f4a36af0bc1d007d89ec7280ca55e9ed368')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in kdelibs/repos (20 files)

2013-08-01 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 08:34:44
  Author: andrea
Revision: 191884

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdelibs/repos/kde-unstable-i686/PKGBUILD
(from rev 191883, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
(from rev 191883, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
(from rev 191883, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-i686/kdelibs.install
(from rev 191883, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-i686/qt4.patch
(from rev 191883, kdelibs/kde-unstable/qt4.patch)
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 191883, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
(from rev 191883, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
(from rev 191883, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
(from rev 191883, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-x86_64/qt4.patch
(from rev 191883, kdelibs/kde-unstable/qt4.patch)
Deleted:
  kdelibs/repos/kde-unstable-i686/PKGBUILD
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-i686/kdelibs.install
  kdelibs/repos/kde-unstable-i686/qt4.patch
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
  kdelibs/repos/kde-unstable-x86_64/qt4.patch

-+
 /PKGBUILD   |  124 ++
 /archlinux-menu.patch   |   44 +++
 /kde-applications-menu.patch|   44 +++
 /kdelibs.install|   26 
 /qt4.patch  |   22 +++
 kde-unstable-i686/PKGBUILD  |   62 ---
 kde-unstable-i686/archlinux-menu.patch  |   22 ---
 kde-unstable-i686/kde-applications-menu.patch   |   22 ---
 kde-unstable-i686/kdelibs.install   |   13 --
 kde-unstable-i686/qt4.patch |   11 -
 kde-unstable-x86_64/PKGBUILD|   62 ---
 kde-unstable-x86_64/archlinux-menu.patch|   22 ---
 kde-unstable-x86_64/kde-applications-menu.patch |   22 ---
 kde-unstable-x86_64/kdelibs.install |   13 --
 kde-unstable-x86_64/qt4.patch   |   11 -
 15 files changed, 260 insertions(+), 260 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-08-01 06:34:30 UTC (rev 191883)
+++ kde-unstable-i686/PKGBUILD  2013-08-01 06:34:44 UTC (rev 191884)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.10.97
-pkgrel=1
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon'
-'media-player-info' 'libxtst' 'libutempter' 'qtwebkit')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
-sha1sums=('7e178f04c4b277e05c08231fb84fd7e198f8841b'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
-
-prepare() {
-   cd ${pkgname}-${pkgver}
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-   # qmake refers to Qt5
-   patch -p1 -i ${srcdir}/qt4.patch
-}
-
-build() {
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-  

[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2013-08-01 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 08:34:30
  Author: andrea
Revision: 191883

upgpkg: kdelibs 4.10.97-2

giflib rebuild

Modified:
  kdelibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 06:21:42 UTC (rev 191882)
+++ PKGBUILD2013-08-01 06:34:30 UTC (rev 191883)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.10.97
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'



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

2013-08-01 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 09:12:53
  Author: andrea
Revision: 191930

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

Added:
  mediastreamer/repos/testing-i686/
  mediastreamer/repos/testing-i686/PKGBUILD
(from rev 191929, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/testing-x86_64/
  mediastreamer/repos/testing-x86_64/PKGBUILD
(from rev 191929, mediastreamer/trunk/PKGBUILD)

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

Copied: mediastreamer/repos/testing-i686/PKGBUILD (from rev 191929, 
mediastreamer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-01 07:12:53 UTC (rev 191930)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+
+pkgname=mediastreamer
+pkgver=2.9.0
+pkgrel=3
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'glew' 'libupnp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+options=('!libtool')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('f2ea0fe731a363749a81b6eaac22a62c'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: mediastreamer/repos/testing-x86_64/PKGBUILD (from rev 191929, 
mediastreamer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-01 07:12:53 UTC (rev 191930)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+
+pkgname=mediastreamer
+pkgver=2.9.0
+pkgrel=3
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'glew' 'libupnp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+options=('!libtool')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('f2ea0fe731a363749a81b6eaac22a62c'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2013-08-01 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 09:12:44
  Author: andrea
Revision: 191929

upgpkg: mediastreamer 2.9.0-3

glew rebuild

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 07:00:01 UTC (rev 191928)
+++ PKGBUILD2013-08-01 07:12:44 UTC (rev 191929)
@@ -6,7 +6,7 @@
 
 pkgname=mediastreamer
 pkgver=2.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A library written in C that allows you to create and run audio and 
video streams
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/;



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

2013-08-01 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 09:25:49
  Author: andrea
Revision: 191932

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 191931, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 191931, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-i686/libotr3.patch
(from rev 191931, kdenetwork-kopete/kde-unstable/libotr3.patch)
  kdenetwork-kopete/repos/kde-unstable-i686/mediastreamer29.patch
(from rev 191931, kdenetwork-kopete/kde-unstable/mediastreamer29.patch)
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 191931, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 191931, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/libotr3.patch
(from rev 191931, kdenetwork-kopete/kde-unstable/libotr3.patch)
  kdenetwork-kopete/repos/kde-unstable-x86_64/mediastreamer29.patch
(from rev 191931, kdenetwork-kopete/kde-unstable/mediastreamer29.patch)
Deleted:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/kde-unstable-i686/libotr3.patch
  kdenetwork-kopete/repos/kde-unstable-i686/mediastreamer29.patch
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
  kdenetwork-kopete/repos/kde-unstable-x86_64/libotr3.patch
  kdenetwork-kopete/repos/kde-unstable-x86_64/mediastreamer29.patch

---+
 /PKGBUILD |   86 ++
 /kdenetwork-kopete.install|   24 
 /libotr3.patch|  142 
 /mediastreamer29.patch|   44 +++
 kde-unstable-i686/PKGBUILD|   43 ---
 kde-unstable-i686/kdenetwork-kopete.install   |   12 --
 kde-unstable-i686/libotr3.patch   |   71 
 kde-unstable-i686/mediastreamer29.patch   |   22 ---
 kde-unstable-x86_64/PKGBUILD  |   43 ---
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 --
 kde-unstable-x86_64/libotr3.patch |   71 
 kde-unstable-x86_64/mediastreamer29.patch |   22 ---
 12 files changed, 296 insertions(+), 296 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-08-01 07:14:32 UTC (rev 191931)
+++ kde-unstable-i686/PKGBUILD  2013-08-01 07:25:49 UTC (rev 191932)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-kopete
-pkgver=4.10.97
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr3' 'libmsn' 'libidn'
- 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;
-'libotr3.patch'
-'mediastreamer29.patch')
-sha1sums=('7b71e91479b250ff935bb1e9338211dc7d78d425'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384'
-  '317683a5c2acd0a0058c5ab42f6006e9db511ef3')
-
-prepare() {
-  cd kopete-${pkgver}
-  patch -p2 -i ${srcdir}/libotr3.patch
-  patch -p1 -i ${srcdir}/mediastreamer29.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kopete-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 191931, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-08-01 07:25:49 UTC (rev 191932)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.10.97
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr3' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;
+'libotr3.patch'
+ 

[arch-commits] Commit in kdenetwork-kopete/kde-unstable (PKGBUILD)

2013-08-01 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 09:28:19
  Author: andrea
Revision: 191933

upgpkg: kdenetwork-kopete 4.10.97-2

bump pkgrel

Modified:
  kdenetwork-kopete/kde-unstable/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 07:25:49 UTC (rev 191932)
+++ PKGBUILD2013-08-01 07:28:19 UTC (rev 191933)
@@ -3,7 +3,7 @@
 
 pkgname=kdenetwork-kopete
 pkgver=4.10.97
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant Messenger'
 url='http://kde.org/applications/internet/kopete/'
 arch=('i686' 'x86_64')


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


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

2013-08-01 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 09:28:30
  Author: andrea
Revision: 191934

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 191933, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 191933, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-i686/libotr3.patch
(from rev 191933, kdenetwork-kopete/kde-unstable/libotr3.patch)
  kdenetwork-kopete/repos/kde-unstable-i686/mediastreamer29.patch
(from rev 191933, kdenetwork-kopete/kde-unstable/mediastreamer29.patch)
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 191933, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 191933, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/libotr3.patch
(from rev 191933, kdenetwork-kopete/kde-unstable/libotr3.patch)
  kdenetwork-kopete/repos/kde-unstable-x86_64/mediastreamer29.patch
(from rev 191933, kdenetwork-kopete/kde-unstable/mediastreamer29.patch)
Deleted:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/kde-unstable-i686/libotr3.patch
  kdenetwork-kopete/repos/kde-unstable-i686/mediastreamer29.patch
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
  kdenetwork-kopete/repos/kde-unstable-x86_64/libotr3.patch
  kdenetwork-kopete/repos/kde-unstable-x86_64/mediastreamer29.patch

---+
 /PKGBUILD |   86 ++
 /kdenetwork-kopete.install|   24 
 /libotr3.patch|  142 
 /mediastreamer29.patch|   44 +++
 kde-unstable-i686/PKGBUILD|   43 ---
 kde-unstable-i686/kdenetwork-kopete.install   |   12 --
 kde-unstable-i686/libotr3.patch   |   71 
 kde-unstable-i686/mediastreamer29.patch   |   22 ---
 kde-unstable-x86_64/PKGBUILD  |   43 ---
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 --
 kde-unstable-x86_64/libotr3.patch |   71 
 kde-unstable-x86_64/mediastreamer29.patch |   22 ---
 12 files changed, 296 insertions(+), 296 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-08-01 07:28:19 UTC (rev 191933)
+++ kde-unstable-i686/PKGBUILD  2013-08-01 07:28:30 UTC (rev 191934)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-kopete
-pkgver=4.10.97
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr3' 'libmsn' 'libidn'
- 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;
-'libotr3.patch'
-'mediastreamer29.patch')
-sha1sums=('7b71e91479b250ff935bb1e9338211dc7d78d425'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384'
-  '317683a5c2acd0a0058c5ab42f6006e9db511ef3')
-
-prepare() {
-  cd kopete-${pkgver}
-  patch -p2 -i ${srcdir}/libotr3.patch
-  patch -p1 -i ${srcdir}/mediastreamer29.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kopete-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 191933, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-08-01 07:28:30 UTC (rev 191934)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.10.97
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr3' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;
+'libotr3.patch'
+ 

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

2013-08-01 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 10:22:32
  Author: andrea
Revision: 191935

Upstream release; poppler rebuild

Modified:
  calligra/trunk/PKGBUILD
Deleted:
  calligra/trunk/calligra-tools.install

+
 PKGBUILD   |   52 +--
 calligra-tools.install |   12 --
 2 files changed, 28 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 07:28:30 UTC (rev 191934)
+++ PKGBUILD2013-08-01 08:22:32 UTC (rev 191935)
@@ -3,22 +3,22 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgbase=calligra
-pkgname=('calligra-filters'
- 'calligra-libs'
- 'calligra-plugins'
- 'calligra-tools'
+pkgname=('calligra-braindump'
+ 'calligra-extras'
+ 'calligra-filters'
+ 'calligra-flow'
+ 'calligra-handbook'
  'calligra-karbon'
  'calligra-kexi'
+ 'calligra-krita'
+ 'calligra-libs'
  'calligra-plan'
+ 'calligra-plugins'
+ 'calligra-sheets'
  'calligra-stage'
- 'calligra-krita'
- 'calligra-sheets'
- 'calligra-words'
- 'calligra-handbook'
- 'calligra-braindump'
- 'calligra-flow')
-pkgver=2.6.4
-pkgrel=2
+ 'calligra-words')
+pkgver=2.7.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -27,8 +27,8 @@
  'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw'
  'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc')
 groups=('calligra')
-source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('a38fdc882888469ea8b0dea949c05dda')
+source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
+md5sums=('9cf909ddf57ecb16d4370cc1062d0f7f')
 
 prepare() {
   mkdir build
@@ -81,16 +81,8 @@
 
   cd ${srcdir}/build/plugins
   make DESTDIR=${pkgdir} install
-}
-
-package_calligra-tools() {
-  pkgdesc=Tools for the Calligra office suite
-  depends=('calligra-libs')
-  conflicts=('koffice-tools')
-  replaces=('koffice-tools')
-  install=calligra-tools.install
-
-  cd ${srcdir}/build/tools
+  
+  cd ${srcdir}/build/3rdparty/kdchart
   make DESTDIR=${pkgdir} install
 }
 
@@ -223,3 +215,15 @@
   cd ${srcdir}/build/flow
   make DESTDIR=${pkgdir} install
 }
+
+package_calligra-extras() {
+  pkgdesc=Calligra suite extras
+  depends=('calligra-libs')
+  optdepends=('kdegraphics-okular')
+  conflicts=('calligra-tools')
+  replaces=('calligra-tools')
+  install=calligra-extras.install
+
+  cd ${srcdir}/build/extras
+  make DESTDIR=${pkgdir} install
+}

Deleted: calligra-tools.install
===
--- calligra-tools.install  2013-08-01 07:28:30 UTC (rev 191934)
+++ calligra-tools.install  2013-08-01 08:22:32 UTC (rev 191935)
@@ -1,12 +0,0 @@
-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 calligra/trunk (calligra-extras.install)

2013-08-01 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 10:22:48
  Author: andrea
Revision: 191936

add missing install file

Added:
  calligra/trunk/calligra-extras.install

-+
 calligra-extras.install |   11 +++
 1 file changed, 11 insertions(+)

Added: calligra-extras.install
===
--- calligra-extras.install (rev 0)
+++ calligra-extras.install 2013-08-01 08:22:48 UTC (rev 191936)
@@ -0,0 +1,11 @@
+post_install() {
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2013-08-01 Thread Jan Steffens
Date: Thursday, August 1, 2013 @ 10:47:09
  Author: heftig
Revision: 191937

1.0.9

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 08:22:48 UTC (rev 191936)
+++ PKGBUILD2013-08-01 08:47:09 UTC (rev 191937)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-ugly
-pkgver=1.0.8
-pkgrel=2
+pkgver=1.0.9
+pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
 options=(!libtool !emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('58cbae3cad52a91526d599fc90793147e934078055126865ee019bf97f1e0b84')
+sha256sums=('11250fe9e44b0169c3a289e981b31874b483643ed78f619682ae1644d7088379')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gst-plugins-ugly/repos (4 files)

2013-08-01 Thread Jan Steffens
Date: Thursday, August 1, 2013 @ 10:51:34
  Author: heftig
Revision: 191938

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

Added:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
(from rev 191937, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 191937, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-01 08:47:09 UTC (rev 191937)
+++ extra-i686/PKGBUILD 2013-08-01 08:51:34 UTC (rev 191938)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.0.8
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('58cbae3cad52a91526d599fc90793147e934078055126865ee019bf97f1e0b84')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 191937, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-01 08:51:34 UTC (rev 191938)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.9
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('11250fe9e44b0169c3a289e981b31874b483643ed78f619682ae1644d7088379')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-01 08:47:09 UTC (rev 191937)
+++ extra-x86_64/PKGBUILD   2013-08-01 08:51:34 UTC (rev 191938)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.0.8
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('58cbae3cad52a91526d599fc90793147e934078055126865ee019bf97f1e0b84')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 191937, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-01 08:51:34 UTC (rev 191938)
@@ -0,0 +1,37 @@
+# 

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

2013-08-01 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 11:26:29
  Author: andrea
Revision: 191939

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 191938, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 191938, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-extras.install
(from rev 191938, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 191938, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 191938, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 191938, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 191938, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 191938, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 191938, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-plugins.install
(from rev 191938, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 191938, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 191938, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 191938, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 191938, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 191938, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 191938, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-extras.install
(from rev 191938, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 191938, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 191938, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 191938, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 191938, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 191938, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 191938, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 191938, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 191938, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 191938, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 191938, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 191938, calligra/trunk/calligra.install)

---+
 staging-i686/PKGBUILD |  229 
 staging-i686/calligra-braindump.install   |   12 +
 staging-i686/calligra-extras.install  |   11 +
 staging-i686/calligra-filters.install |   11 +
 staging-i686/calligra-flow.install|   12 +
 staging-i686/calligra-karbon.install  |   12 +
 staging-i686/calligra-kexi.install|   12 +
 staging-i686/calligra-krita.install   |   13 +
 staging-i686/calligra-plan.install|   12 +
 staging-i686/calligra-plugins.install |   11 +
 staging-i686/calligra-sheets.install  |   12 +
 staging-i686/calligra-stage.install   |   12 +
 staging-i686/calligra-words.install   |   12 +
 staging-i686/calligra.install |   11 +
 staging-x86_64/PKGBUILD   |  229 
 staging-x86_64/calligra-braindump.install |   12 +
 staging-x86_64/calligra-extras.install|   11 +
 staging-x86_64/calligra-filters.install   |   11 +
 staging-x86_64/calligra-flow.install  |   12 +
 staging-x86_64/calligra-karbon.install|   12 +
 staging-x86_64/calligra-kexi.install  |   12 +
 staging-x86_64/calligra-krita.install |   13 +
 staging-x86_64/calligra-plan.install  |   12 +
 staging-x86_64/calligra-plugins.install   |   11 +
 staging-x86_64/calligra-sheets.install|   12 +
 staging-x86_64/calligra-stage.install |   12 +
 staging-x86_64/calligra-words.install |   12 +
 staging-x86_64/calligra.install   |   11 +
 28 files changed, 764 insertions(+)

Copied: 

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

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 11:32:17
  Author: arodseth
Revision: 94934

Build with webkit1 (gtk2) instead of webkit2 (gtk3), ref FS#36342

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 07:01:30 UTC (rev 94933)
+++ PKGBUILD2013-08-01 09:32:17 UTC (rev 94934)
@@ -8,10 +8,10 @@
 
 pkgname=midori
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight web browser based on Gtk WebKit'
 arch=('x86_64' 'i686')
-url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
+url='http://www.midori-browser.org/'
 license=('LGPL2.1')
 install='midori.install'
 depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr') # 'granite'
@@ -29,8 +29,8 @@
   python2 ./waf configure \
 --prefix=/usr \
 --enable-gtk3 \
---disable-granite \
---enable-webkit2
+--disable-granite
+#--enable-webkit2
   python2 ./waf build 
 }
 



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

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 11:32:26
  Author: arodseth
Revision: 94935

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

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

-+
 /PKGBUILD   |   86 ++
 /midori.install |   28 
 community-i686/PKGBUILD |   43 ---
 community-i686/midori.install   |   14 --
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/midori.install |   14 --
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-01 09:32:17 UTC (rev 94934)
+++ community-i686/PKGBUILD 2013-08-01 09:32:26 UTC (rev 94935)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Alexander Rødseth rods...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: rabyte rabyte.at.gmail.dot.com
-# Contributor: Johannes Krampf wuischke.at.amule.dot.org
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-
-pkgname=midori
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='Lightweight web browser based on Gtk WebKit'
-arch=('x86_64' 'i686')
-url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr') # 'granite'
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
-'aria2: download utility')
-#'steadyflow: download manager')
-options=('!emptydirs')
-source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
-
-build() {
-  cd $srcdir/${pkgname}_${pkgver}_all_
-
-  python2 ./waf configure \
---prefix=/usr \
---enable-gtk3 \
---disable-granite \
---enable-webkit2
-  python2 ./waf build 
-}
-
-package() {
-  cd $srcdir/${pkgname}_${pkgver}_all_
-
-  DESTDIR=$pkgdir python2 ./waf install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 94934, 
midori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 09:32:26 UTC (rev 94935)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Alexander Rødseth rods...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+
+pkgname=midori
+pkgver=0.5.4
+pkgrel=2
+pkgdesc='Lightweight web browser based on Gtk WebKit'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr') # 'granite'
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+'aria2: download utility')
+#'steadyflow: download manager')
+options=('!emptydirs')
+source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
+
+build() {
+  cd $srcdir/${pkgname}_${pkgver}_all_
+
+  python2 ./waf configure \
+--prefix=/usr \
+--enable-gtk3 \
+--disable-granite
+#--enable-webkit2
+  python2 ./waf build 
+}
+
+package() {
+  cd $srcdir/${pkgname}_${pkgver}_all_
+
+  DESTDIR=$pkgdir python2 ./waf install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2013-08-01 09:32:17 UTC (rev 94934)
+++ community-i686/midori.install   2013-08-01 09:32:26 UTC (rev 94935)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q 

[arch-commits] Commit in (5 files)

2013-08-01 Thread Timothy Redaelli
Date: Thursday, August 1, 2013 @ 13:14:12
  Author: tredaelli
Revision: 94936

Add argyllcms

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

---+
 PKGBUILD  |   61 
 argyllcms.install |   39 +
 2 files changed, 100 insertions(+)

Added: argyllcms/trunk/PKGBUILD
===
--- argyllcms/trunk/PKGBUILD(rev 0)
+++ argyllcms/trunk/PKGBUILD2013-08-01 11:14:12 UTC (rev 94936)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=argyllcms
+_pkgname=Argyll
+pkgver=1.5.1
+_pkgver=V${pkgver}
+pkgrel=2
+pkgdesc=An ICC compatible color management system with support for different 
colorimeter hardware
+arch=(i686 x86_64)
+depends=('libxss' 'libx11' 'libxinerama' 'libxxf86vm' 'libxrandr')
+makedepends=('ftjam' 'zip' 'unzip')
+source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
+url=http://www.argyllcms.com/;
+license=(GPL AGPL)
+install=${pkgname}.install
+md5sums=('a708364bb389a157b78c1e219c00985a')
+
+build() {
+  cd ${srcdir}/${_pkgname}_${_pkgver}
+  echo ***running makeall.sh***
+  ./makeall.sh
+  echo ***running makeinstall.sh***
+  ./makeinstall.sh
+  echo ***running makepackagebin.sh***
+  ./makepackagebin.sh
+  rm ${srcdir}/${_pkgname}_${_pkgver}/bin/License.txt
+  rm ${srcdir}/${_pkgname}_${_pkgver}/ref/License.txt
+  rm ${srcdir}/${_pkgname}_${_pkgver}/ref/afiles
+  rm ${srcdir}/${_pkgname}_${_pkgver}/doc/afiles
+}
+
+package() {
+  mkdir -p ${pkgdir}/usr/bin
+  install -m755 ${srcdir}/${_pkgname}_${_pkgver}/bin/* ${pkgdir}/usr/bin
+  mkdir -p ${pkgdir}/usr/share/${pkgname}/ref
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/ref/*.* 
${pkgdir}/usr/share/${pkgname}/ref
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/profile/*.sp 
${pkgdir}/usr/share/${pkgname}/ref
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/scanin/*.c?? 
${pkgdir}/usr/share/${pkgname}/ref
+  mkdir -p ${pkgdir}/usr/share/${pkgname}/tweak
+  install -m755 ${srcdir}/${_pkgname}_${_pkgver}/tweak/refine 
${pkgdir}/usr/share/${pkgname}/tweak
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/tweak/Readme.txt 
${pkgdir}/usr/share/${pkgname}/tweak
+  # Because there is just html documentation we have to move it
+  mkdir -p ${pkgdir}/usr/share/${pkgname}/doc/ccmxs
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/doc/ccmxs/*.ccmx 
${pkgdir}/usr/share/${pkgname}/doc/ccmxs
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/doc/*.* 
${pkgdir}/usr/share/${pkgname}/doc
+  mkdir -p ${pkgdir}/usr/lib/udev/rules.d
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
+  sed -i 's|IMPORT{program}=usb|#IMPORT{program}=usb|' 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
+  cat -EOF ${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
+
+  # As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=859244 and 
https://bbs.archlinux.org/viewtopic.php?id=155589
+  # I've commented out the line:
+  # IMPORT{program}=usb-db %p
+  # to prevent the error messages:
+  # systemd-udevd[242]: failed to execute '/usr/lib/udev/usb-db'...
+  EOF
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: argyllcms/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: argyllcms/trunk/argyllcms.install
===
--- argyllcms/trunk/argyllcms.install   (rev 0)
+++ argyllcms/trunk/argyllcms.install   2013-08-01 11:14:12 UTC (rev 94936)
@@ -0,0 +1,39 @@
+post_install() {
+  cat  EOF
+
+NOTE for argyllcms:
+
+ == The documentaion is only available as html!
+ == You will find it in /usr/share/argyllcms/doc
+ == Color charts located in /usr/share/argyllcms/ref
+ == Since release 1.5.0 ColorHug support is enabled by default. The 
environment variable ENABLE_COLORHUG is not longer needed!
+EOF
+
+/usr/sbin/groupadd plugdev  /dev/null
+RETVAL=$?
+if [ $RETVAL -eq 0 ] ; then
+  /bin/echo == Added group plugdev. Please add your argyllcms user to this 
group! ==
+elif [ $RETVAL -eq 9 ] ; then
+  /bin/echo == Please add your argyllcms user to plugdev group! ==
+else
+  /bin/echo == Please create group plugdev and add your argyllcms user to 
this group! ==
+fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  /bin/true
+}
+
+post_remove() {
+  /bin/echo == Please check if group plugdev and your assigned argyllcms 
user is still required! ==
+  /bin/true
+}
+
+op=$1
+shift
+
+$op $*



[arch-commits] Commit in perl-crypt-des/trunk (PKGBUILD perl-5.18.patch)

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 13:25:42
  Author: spupykin
Revision: 94937

upgpkg: perl-crypt-des 2.07-1

upd

Modified:
  perl-crypt-des/trunk/PKGBUILD
Deleted:
  perl-crypt-des/trunk/perl-5.18.patch

-+
 PKGBUILD|   15 ---
 perl-5.18.patch |   13 -
 2 files changed, 4 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 11:14:12 UTC (rev 94936)
+++ PKGBUILD2013-08-01 11:25:42 UTC (rev 94937)
@@ -2,23 +2,16 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 #Contributor: Pete Morris pete dot morris at gmail dot com
 pkgname=perl-crypt-des
-pkgver=2.05
-pkgrel=6
+pkgver=2.07
+pkgrel=1
 pkgdesc=Perl DES encryption module
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/~dparis/Crypt-DES;
 license=(GPL PerlArtistic)
 depends=('glibc')
-source=(http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-$pkgver.tar.gz;
-   perl-5.18.patch)
-md5sums=('a8a0bea7064e11d2af434f3e468c17bb'
- '836d1a954281257efe00503d98b42dc8')
+source=(http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-$pkgver.tar.gz;)
+md5sums=('e845d24cf383ca4a30a3380a2735feac')
 
-prepare() {
-  cd $srcdir/Crypt-DES-$pkgver
-  patch -p1 $srcdir/perl-5.18.patch
-}
-
 build() {
   cd $srcdir/Crypt-DES-$pkgver
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor

Deleted: perl-5.18.patch
===
--- perl-5.18.patch 2013-08-01 11:14:12 UTC (rev 94936)
+++ perl-5.18.patch 2013-08-01 11:25:42 UTC (rev 94937)
@@ -1,13 +0,0 @@
-diff -wbBur Crypt-DES-2.05.org/DES.xs Crypt-DES-2.05/DES.xs
 Crypt-DES-2.05.org/DES.xs  2005-12-08 18:52:50.0 +0300
-+++ Crypt-DES-2.05/DES.xs  2013-05-20 15:35:58.668612530 +0400
-@@ -64,8 +64,7 @@
-   output = sv_newmortal();
-   output_len = 8;
- 
--  if (!SvUPGRADE(output, SVt_PV))
--  croak(cannot use output argument as lvalue);
-+  SvUPGRADE(output, SVt_PV);
- 
-   perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, 
enc_flag);
- 



[arch-commits] Commit in perl-crypt-des/repos (6 files)

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 13:26:03
  Author: spupykin
Revision: 94938

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

Added:
  perl-crypt-des/repos/community-i686/PKGBUILD
(from rev 94937, perl-crypt-des/trunk/PKGBUILD)
  perl-crypt-des/repos/community-x86_64/PKGBUILD
(from rev 94937, perl-crypt-des/trunk/PKGBUILD)
Deleted:
  perl-crypt-des/repos/community-i686/PKGBUILD
  perl-crypt-des/repos/community-i686/perl-5.18.patch
  perl-crypt-des/repos/community-x86_64/PKGBUILD
  perl-crypt-des/repos/community-x86_64/perl-5.18.patch

--+
 /PKGBUILD|   52 +
 community-i686/PKGBUILD  |   33 ---
 community-i686/perl-5.18.patch   |   13 -
 community-x86_64/PKGBUILD|   33 ---
 community-x86_64/perl-5.18.patch |   13 -
 5 files changed, 52 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-01 11:25:42 UTC (rev 94937)
+++ community-i686/PKGBUILD 2013-08-01 11:26:03 UTC (rev 94938)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-#Contributor: Pete Morris pete dot morris at gmail dot com
-pkgname=perl-crypt-des
-pkgver=2.05
-pkgrel=6
-pkgdesc=Perl DES encryption module
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/~dparis/Crypt-DES;
-license=(GPL PerlArtistic)
-depends=('glibc')
-source=(http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-$pkgver.tar.gz;
-   perl-5.18.patch)
-md5sums=('a8a0bea7064e11d2af434f3e468c17bb'
- '836d1a954281257efe00503d98b42dc8')
-
-prepare() {
-  cd $srcdir/Crypt-DES-$pkgver
-  patch -p1 $srcdir/perl-5.18.patch
-}
-
-build() {
-  cd $srcdir/Crypt-DES-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Crypt-DES-$pkgver
-  make pure_install doc_install DESTDIR=${pkgdir}
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-crypt-des/repos/community-i686/PKGBUILD (from rev 94937, 
perl-crypt-des/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 11:26:03 UTC (rev 94938)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+#Contributor: Pete Morris pete dot morris at gmail dot com
+pkgname=perl-crypt-des
+pkgver=2.07
+pkgrel=1
+pkgdesc=Perl DES encryption module
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/~dparis/Crypt-DES;
+license=(GPL PerlArtistic)
+depends=('glibc')
+source=(http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-$pkgver.tar.gz;)
+md5sums=('e845d24cf383ca4a30a3380a2735feac')
+
+build() {
+  cd $srcdir/Crypt-DES-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Crypt-DES-$pkgver
+  make pure_install doc_install DESTDIR=${pkgdir}
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-i686/perl-5.18.patch
===
--- community-i686/perl-5.18.patch  2013-08-01 11:25:42 UTC (rev 94937)
+++ community-i686/perl-5.18.patch  2013-08-01 11:26:03 UTC (rev 94938)
@@ -1,13 +0,0 @@
-diff -wbBur Crypt-DES-2.05.org/DES.xs Crypt-DES-2.05/DES.xs
 Crypt-DES-2.05.org/DES.xs  2005-12-08 18:52:50.0 +0300
-+++ Crypt-DES-2.05/DES.xs  2013-05-20 15:35:58.668612530 +0400
-@@ -64,8 +64,7 @@
-   output = sv_newmortal();
-   output_len = 8;
- 
--  if (!SvUPGRADE(output, SVt_PV))
--  croak(cannot use output argument as lvalue);
-+  SvUPGRADE(output, SVt_PV);
- 
-   perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, 
enc_flag);
- 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-01 11:25:42 UTC (rev 94937)
+++ community-x86_64/PKGBUILD   2013-08-01 11:26:03 UTC (rev 94938)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-#Contributor: Pete Morris pete dot morris at gmail dot com
-pkgname=perl-crypt-des
-pkgver=2.05
-pkgrel=6
-pkgdesc=Perl DES encryption module
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/~dparis/Crypt-DES;
-license=(GPL PerlArtistic)
-depends=('glibc')
-source=(http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-$pkgver.tar.gz;
-   perl-5.18.patch)
-md5sums=('a8a0bea7064e11d2af434f3e468c17bb'
- '836d1a954281257efe00503d98b42dc8')
-
-prepare() {
-  cd $srcdir/Crypt-DES-$pkgver
-  patch -p1 $srcdir/perl-5.18.patch
-}
-
-build() {
-  cd $srcdir/Crypt-DES-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make

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

2013-08-01 Thread Timothy Redaelli
Date: Thursday, August 1, 2013 @ 14:46:58
  Author: tredaelli
Revision: 94939

upgpkg: argyllcms 1.5.1-2

Modified:
  argyllcms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 11:26:03 UTC (rev 94938)
+++ PKGBUILD2013-08-01 12:46:58 UTC (rev 94939)
@@ -9,7 +9,7 @@
 pkgrel=2
 pkgdesc=An ICC compatible color management system with support for different 
colorimeter hardware
 arch=(i686 x86_64)
-depends=('libxss' 'libx11' 'libxinerama' 'libxxf86vm' 'libxrandr')
+depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
 makedepends=('ftjam' 'zip' 'unzip')
 source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
 url=http://www.argyllcms.com/;
@@ -20,11 +20,11 @@
 build() {
   cd ${srcdir}/${_pkgname}_${_pkgver}
   echo ***running makeall.sh***
-  ./makeall.sh
+  sh ./makeall.sh
   echo ***running makeinstall.sh***
-  ./makeinstall.sh
+  sh ./makeinstall.sh
   echo ***running makepackagebin.sh***
-  ./makepackagebin.sh
+  sh ./makepackagebin.sh
   rm ${srcdir}/${_pkgname}_${_pkgver}/bin/License.txt
   rm ${srcdir}/${_pkgname}_${_pkgver}/ref/License.txt
   rm ${srcdir}/${_pkgname}_${_pkgver}/ref/afiles
@@ -38,9 +38,6 @@
   install -m644 ${srcdir}/${_pkgname}_${_pkgver}/ref/*.* 
${pkgdir}/usr/share/${pkgname}/ref
   install -m644 ${srcdir}/${_pkgname}_${_pkgver}/profile/*.sp 
${pkgdir}/usr/share/${pkgname}/ref
   install -m644 ${srcdir}/${_pkgname}_${_pkgver}/scanin/*.c?? 
${pkgdir}/usr/share/${pkgname}/ref
-  mkdir -p ${pkgdir}/usr/share/${pkgname}/tweak
-  install -m755 ${srcdir}/${_pkgname}_${_pkgver}/tweak/refine 
${pkgdir}/usr/share/${pkgname}/tweak
-  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/tweak/Readme.txt 
${pkgdir}/usr/share/${pkgname}/tweak
   # Because there is just html documentation we have to move it
   mkdir -p ${pkgdir}/usr/share/${pkgname}/doc/ccmxs
   install -m644 ${srcdir}/${_pkgname}_${_pkgver}/doc/ccmxs/*.ccmx 
${pkgdir}/usr/share/${pkgname}/doc/ccmxs
@@ -48,14 +45,14 @@
   mkdir -p ${pkgdir}/usr/lib/udev/rules.d
   install -m644 ${srcdir}/${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
   sed -i 's|IMPORT{program}=usb|#IMPORT{program}=usb|' 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-  cat -EOF ${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
+  cat EOF ${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
 
-  # As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=859244 and 
https://bbs.archlinux.org/viewtopic.php?id=155589
-  # I've commented out the line:
-  # IMPORT{program}=usb-db %p
-  # to prevent the error messages:
-  # systemd-udevd[242]: failed to execute '/usr/lib/udev/usb-db'...
-  EOF
+# As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=859244 and 
https://bbs.archlinux.org/viewtopic.php?id=155589
+# I've commented out the line:
+# IMPORT{program}=usb-db %p
+# to prevent the error messages:
+# systemd-udevd[242]: failed to execute '/usr/lib/udev/usb-db'...
+EOF
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-01 Thread Timothy Redaelli
Date: Thursday, August 1, 2013 @ 14:47:25
  Author: tredaelli
Revision: 94940

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

Added:
  argyllcms/repos/community-i686/
  argyllcms/repos/community-i686/PKGBUILD
(from rev 94939, argyllcms/trunk/PKGBUILD)
  argyllcms/repos/community-i686/argyllcms.install
(from rev 94939, argyllcms/trunk/argyllcms.install)
  argyllcms/repos/community-x86_64/
  argyllcms/repos/community-x86_64/PKGBUILD
(from rev 94939, argyllcms/trunk/PKGBUILD)
  argyllcms/repos/community-x86_64/argyllcms.install
(from rev 94939, argyllcms/trunk/argyllcms.install)

+
 community-i686/PKGBUILD|   58 +++
 community-i686/argyllcms.install   |   39 +++
 community-x86_64/PKGBUILD  |   58 +++
 community-x86_64/argyllcms.install |   39 +++
 4 files changed, 194 insertions(+)

Copied: argyllcms/repos/community-i686/PKGBUILD (from rev 94939, 
argyllcms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 12:47:25 UTC (rev 94940)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=argyllcms
+_pkgname=Argyll
+pkgver=1.5.1
+_pkgver=V${pkgver}
+pkgrel=2
+pkgdesc=An ICC compatible color management system with support for different 
colorimeter hardware
+arch=(i686 x86_64)
+depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
+makedepends=('ftjam' 'zip' 'unzip')
+source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
+url=http://www.argyllcms.com/;
+license=(GPL AGPL)
+install=${pkgname}.install
+md5sums=('a708364bb389a157b78c1e219c00985a')
+
+build() {
+  cd ${srcdir}/${_pkgname}_${_pkgver}
+  echo ***running makeall.sh***
+  sh ./makeall.sh
+  echo ***running makeinstall.sh***
+  sh ./makeinstall.sh
+  echo ***running makepackagebin.sh***
+  sh ./makepackagebin.sh
+  rm ${srcdir}/${_pkgname}_${_pkgver}/bin/License.txt
+  rm ${srcdir}/${_pkgname}_${_pkgver}/ref/License.txt
+  rm ${srcdir}/${_pkgname}_${_pkgver}/ref/afiles
+  rm ${srcdir}/${_pkgname}_${_pkgver}/doc/afiles
+}
+
+package() {
+  mkdir -p ${pkgdir}/usr/bin
+  install -m755 ${srcdir}/${_pkgname}_${_pkgver}/bin/* ${pkgdir}/usr/bin
+  mkdir -p ${pkgdir}/usr/share/${pkgname}/ref
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/ref/*.* 
${pkgdir}/usr/share/${pkgname}/ref
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/profile/*.sp 
${pkgdir}/usr/share/${pkgname}/ref
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/scanin/*.c?? 
${pkgdir}/usr/share/${pkgname}/ref
+  # Because there is just html documentation we have to move it
+  mkdir -p ${pkgdir}/usr/share/${pkgname}/doc/ccmxs
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/doc/ccmxs/*.ccmx 
${pkgdir}/usr/share/${pkgname}/doc/ccmxs
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/doc/*.* 
${pkgdir}/usr/share/${pkgname}/doc
+  mkdir -p ${pkgdir}/usr/lib/udev/rules.d
+  install -m644 ${srcdir}/${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
+  sed -i 's|IMPORT{program}=usb|#IMPORT{program}=usb|' 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
+  cat EOF ${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
+
+# As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=859244 and 
https://bbs.archlinux.org/viewtopic.php?id=155589
+# I've commented out the line:
+# IMPORT{program}=usb-db %p
+# to prevent the error messages:
+# systemd-udevd[242]: failed to execute '/usr/lib/udev/usb-db'...
+EOF
+}
+
+# vim:set ts=2 sw=2 et:

Copied: argyllcms/repos/community-i686/argyllcms.install (from rev 94939, 
argyllcms/trunk/argyllcms.install)
===
--- community-i686/argyllcms.install(rev 0)
+++ community-i686/argyllcms.install2013-08-01 12:47:25 UTC (rev 94940)
@@ -0,0 +1,39 @@
+post_install() {
+  cat  EOF
+
+NOTE for argyllcms:
+
+ == The documentaion is only available as html!
+ == You will find it in /usr/share/argyllcms/doc
+ == Color charts located in /usr/share/argyllcms/ref
+ == Since release 1.5.0 ColorHug support is enabled by default. The 
environment variable ENABLE_COLORHUG is not longer needed!
+EOF
+
+/usr/sbin/groupadd plugdev  /dev/null
+RETVAL=$?
+if [ $RETVAL -eq 0 ] ; then
+  /bin/echo == Added group plugdev. Please add your argyllcms user to this 
group! ==
+elif [ $RETVAL -eq 9 ] ; then
+  /bin/echo == Please add your argyllcms user to plugdev group! ==
+else
+  /bin/echo == Please create group plugdev and add your argyllcms user to 
this group! ==
+fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  /bin/true
+}
+
+post_remove() {
+  /bin/echo == Please check if group plugdev and 

[arch-commits] Commit in (5 files)

2013-08-01 Thread Timothy Redaelli
Date: Thursday, August 1, 2013 @ 14:52:51
  Author: tredaelli
Revision: 94941

Add dispcalgui

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

+
 PKGBUILD   |   34 ++
 dispcalgui.install |   19 +++
 2 files changed, 53 insertions(+)

Added: dispcalgui/trunk/PKGBUILD
===
--- dispcalgui/trunk/PKGBUILD   (rev 0)
+++ dispcalgui/trunk/PKGBUILD   2013-08-01 12:52:51 UTC (rev 94941)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=1.2.7.0
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'setuptools' 
'xdg-utils')
+depends=('argyllcms=1.3.0' 'python2=2.5' 'wxpython=2.8.6' 
'hicolor-icon-theme' 'desktop-file-utils' 'python2-numpy')
+optdepends=('gksu: For running as root')
+groups=('painters-studio-tools' 'painters-studio-extras' 
'painters-studio-complete')
+install=${pkgname}.install
+
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+
+md5sums=('a0ff80ee5e560fbe208c12189e00c470')
+
+package() {
+  cd ${srcdir}/dispcalGUI-${pkgver}
+
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  #udev rules are shipped with argyllcms
+  rm -rf ${pkgdir}/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: dispcalgui/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: dispcalgui/trunk/dispcalgui.install
===
--- dispcalgui/trunk/dispcalgui.install (rev 0)
+++ dispcalgui/trunk/dispcalgui.install 2013-08-01 12:52:51 UTC (rev 94941)
@@ -0,0 +1,19 @@
+# arg 1:  the new package version
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade(){
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+
+# vim:set ts=2 sw=2 et:



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

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 14:56:59
  Author: arodseth
Revision: 94942

upgpkg: yaws 1.96-2

Modified:
  yaws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 12:52:51 UTC (rev 94941)
+++ PKGBUILD2013-08-01 12:56:59 UTC (rev 94942)
@@ -5,16 +5,15 @@
 
 pkgname=yaws
 pkgver=1.96
-pkgrel=1
+pkgrel=2
 pkgdesc='Yet Another Web Server, pure Erlang HTTP server/framework'
 arch=('x86_64' 'i686')
 url='http://yaws.hyber.org/'
 license=('BSD')
-depends=('pam' 'erlang')
+depends=('pam' 'erlang-nox')
 backup=('etc/yaws/yaws.conf')
 options=('!emptydirs')
 install=$pkgname.install
-optdepends=('erlang-nox: Erlang without X (headless)')
 source=(http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz;
 $pkgname.service)
 sha256sums=('8d4f16d18937335ac021ca4c65c8ee81dc4d71f133718c7148856cc6bf1f55e2'
@@ -27,6 +26,8 @@
   for file in cgi.yaws cgi-bin/foo.py; do
  sed -i '0,/on/s//on2/' www/$file
   done
+  # R16B1 fix
+  sed -i 's/:sha(Salted)/:hash(sha, Salted)/' src/yaws_websockets.erl
 }
 
 build() {



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

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 14:57:08
  Author: arodseth
Revision: 94943

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

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

---+
 /PKGBUILD |  102 
 /yaws.install |   26 ++
 /yaws.service |   26 ++
 community-i686/PKGBUILD   |   50 ---
 community-i686/yaws.install   |   13 -
 community-i686/yaws.service   |   13 -
 community-x86_64/PKGBUILD |   50 ---
 community-x86_64/yaws.install |   13 -
 community-x86_64/yaws.service |   13 -
 9 files changed, 154 insertions(+), 152 deletions(-)

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

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

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

[arch-commits] Commit in ejabberd-mod_archive-svn/trunk (PKGBUILD)

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 15:07:59
  Author: spupykin
Revision: 94944

Modified:
  ejabberd-mod_archive-svn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 12:57:08 UTC (rev 94943)
+++ PKGBUILD2013-08-01 13:07:59 UTC (rev 94944)
@@ -9,8 +9,8 @@
 arch=(any)
 url=http://www.ejabberd.im/mod_archive;
 license=('GPL')
-depends=(ejabberd)
-makedepends=(erlang subversion)
+depends=('ejabberd')
+makedepends=('subversion')
 options=()
 
source=(ejabberd-modules.svn::svn+https://svn.process-one.net/ejabberd-modules;
types-fix.patch)



[arch-commits] Commit in ejabberd-mod_archive-svn/repos/community-any (4 files)

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 15:08:14
  Author: spupykin
Revision: 94945

archrelease: copy trunk to community-any

Added:
  ejabberd-mod_archive-svn/repos/community-any/PKGBUILD
(from rev 94944, ejabberd-mod_archive-svn/trunk/PKGBUILD)
  ejabberd-mod_archive-svn/repos/community-any/types-fix.patch
(from rev 94944, ejabberd-mod_archive-svn/trunk/types-fix.patch)
Deleted:
  ejabberd-mod_archive-svn/repos/community-any/PKGBUILD
  ejabberd-mod_archive-svn/repos/community-any/types-fix.patch

-+
 PKGBUILD|   66 +++---
 types-fix.patch |   66 +++---
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-01 13:07:59 UTC (rev 94944)
+++ PKGBUILD2013-08-01 13:08:14 UTC (rev 94945)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ejabberd-mod_archive-svn
-pkgver=1137
-pkgrel=1
-pkgdesc=ejabberd message archive module
-arch=(any)
-url=http://www.ejabberd.im/mod_archive;
-license=('GPL')
-depends=(ejabberd)
-makedepends=(erlang subversion)
-options=()
-source=(ejabberd-modules.svn::svn+https://svn.process-one.net/ejabberd-modules;
-   types-fix.patch)
-md5sums=('SKIP'
- '2fed1281e5ad78b20b753c705d3ec314')
-
-build() {
-  cd $srcdir/ejabberd-modules.svn/mod_archive/trunk
-  patch -p0 $srcdir/types-fix.patch
-  ./build.sh
-  rm -rf ebin/.svn
-}
-
-package() {
-  cd $srcdir/ejabberd-modules.svn/mod_archive/trunk
-  install -d -m 0755 $pkgdir/usr/lib/ejabberd
-  cp -r ebin $pkgdir/usr/lib/ejabberd/ebin
-  install -d -m0755 $pkgdir/usr/share/ejabberd-mod_archive
-  cp -r src/*.sql $pkgdir/usr/share/ejabberd-mod_archive/
-}

Copied: ejabberd-mod_archive-svn/repos/community-any/PKGBUILD (from rev 94944, 
ejabberd-mod_archive-svn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-01 13:08:14 UTC (rev 94945)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ejabberd-mod_archive-svn
+pkgver=1137
+pkgrel=1
+pkgdesc=ejabberd message archive module
+arch=(any)
+url=http://www.ejabberd.im/mod_archive;
+license=('GPL')
+depends=('ejabberd')
+makedepends=('subversion')
+options=()
+source=(ejabberd-modules.svn::svn+https://svn.process-one.net/ejabberd-modules;
+   types-fix.patch)
+md5sums=('SKIP'
+ '2fed1281e5ad78b20b753c705d3ec314')
+
+build() {
+  cd $srcdir/ejabberd-modules.svn/mod_archive/trunk
+  patch -p0 $srcdir/types-fix.patch
+  ./build.sh
+  rm -rf ebin/.svn
+}
+
+package() {
+  cd $srcdir/ejabberd-modules.svn/mod_archive/trunk
+  install -d -m 0755 $pkgdir/usr/lib/ejabberd
+  cp -r ebin $pkgdir/usr/lib/ejabberd/ebin
+  install -d -m0755 $pkgdir/usr/share/ejabberd-mod_archive
+  cp -r src/*.sql $pkgdir/usr/share/ejabberd-mod_archive/
+}

Deleted: types-fix.patch
===
--- types-fix.patch 2013-08-01 13:07:59 UTC (rev 94944)
+++ types-fix.patch 2013-08-01 13:08:14 UTC (rev 94945)
@@ -1,33 +0,0 @@
-Index: src/mod_archive_webview.erl
-===
 src/mod_archive_webview.erl(revision 1109)
-+++ src/mod_archive_webview.erl(working copy)
-@@ -102,7 +102,7 @@
- make_xhtml(?T(Chat with ) ++ Jid, contact_config(Jid,US,Lang) ++
-[?XE(ul, lists:map( fun({Id, Node, Server, 
Resource, Utc, Subject }) - 
- With = 
jlib:jid_to_string({Node,Server,Resource}),
--?LI([?AC(?LINK(show/ ++ 
integer_to_list(Id)), On  ++ Utc ++  with  ++ With ++  -  ++ 
escape_str(Subject)  )] ) end,
-+?LI([?AC(?LINK(show/ ++ 
Id), On  ++ Utc ++  with  ++ With ++  -  ++ escape_str(Subject)  )] ) 
end,
- 
get_collection_list(jlib:string_to_jid(Jid), US)))
-], Lang);
- 
-@@ -209,7 +209,9 @@
- format_message({ Utc, Dir, Body } ,{WithU,WithS,WithR}, {LUser,LServer} ) -
- {From, Class} = case Dir of 
- 0 - { jlib:jid_to_string({WithU,WithS,WithR}) , message_from } ;
--1 - { jlib:jid_to_string({LUser,LServer,}) , message_to } 
-+1 - { jlib:jid_to_string({LUser,LServer,}) , message_to };
-+0 - { jlib:jid_to_string({WithU,WithS,WithR}) , message_from } ;
-+1 - { jlib:jid_to_string({LUser,LServer,}) , message_to } 
- end,
- [_Date, Time] = string:tokens(Utc,  ),
- ?XAE(p, [{class, Class}] , [ ?XAE(span, [{class,time}], 
[?C([++Time++])]), ?C( ),
-@@ -422,7 +424,7 

[arch-commits] Commit in ejabberd-mod_mysql-svn/repos/community-any (2 files)

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 15:09:06
  Author: spupykin
Revision: 94947

archrelease: copy trunk to community-any

Added:
  ejabberd-mod_mysql-svn/repos/community-any/PKGBUILD
(from rev 94946, ejabberd-mod_mysql-svn/trunk/PKGBUILD)
Deleted:
  ejabberd-mod_mysql-svn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-01 13:08:54 UTC (rev 94946)
+++ PKGBUILD2013-08-01 13:09:06 UTC (rev 94947)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ejabberd-mod_mysql-svn
-pkgver=1137
-pkgrel=1
-pkgdesc=mysql support module for ejabberd
-arch=(any)
-url=http://www.ejabberd.im/ejabberd-modules;
-license=('GPL')
-depends=(ejabberd)
-makedepends=(erlang subversion)
-options=()
-source=(ejabberd-modules.svn::svn+https://svn.process-one.net/ejabberd-modules;)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/ejabberd-modules.svn/mysql/trunk
-  ./build.sh
-  rm -rf ebin/.svn
-}
-
-package() {
-  cd $srcdir/ejabberd-modules.svn/mysql/trunk
-  install -d -m 0755 $pkgdir/usr/lib/ejabberd
-  cp -r ebin $pkgdir/usr/lib/ejabberd/ebin
-}

Copied: ejabberd-mod_mysql-svn/repos/community-any/PKGBUILD (from rev 94946, 
ejabberd-mod_mysql-svn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-01 13:09:06 UTC (rev 94947)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ejabberd-mod_mysql-svn
+pkgver=1137
+pkgrel=1
+pkgdesc=mysql support module for ejabberd
+arch=(any)
+url=http://www.ejabberd.im/ejabberd-modules;
+license=('GPL')
+depends=('ejabberd')
+makedepends=('subversion')
+options=()
+source=(ejabberd-modules.svn::svn+https://svn.process-one.net/ejabberd-modules;)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/ejabberd-modules.svn/mysql/trunk
+  ./build.sh
+  rm -rf ebin/.svn
+}
+
+package() {
+  cd $srcdir/ejabberd-modules.svn/mysql/trunk
+  install -d -m 0755 $pkgdir/usr/lib/ejabberd
+  cp -r ebin $pkgdir/usr/lib/ejabberd/ebin
+}



[arch-commits] Commit in ejabberd-mod_mysql-svn/trunk (PKGBUILD)

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 15:08:54
  Author: spupykin
Revision: 94946

Modified:
  ejabberd-mod_mysql-svn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 13:08:14 UTC (rev 94945)
+++ PKGBUILD2013-08-01 13:08:54 UTC (rev 94946)
@@ -9,8 +9,8 @@
 arch=(any)
 url=http://www.ejabberd.im/ejabberd-modules;
 license=('GPL')
-depends=(ejabberd)
-makedepends=(erlang subversion)
+depends=('ejabberd')
+makedepends=('subversion')
 options=()
 
source=(ejabberd-modules.svn::svn+https://svn.process-one.net/ejabberd-modules;)
 md5sums=('SKIP')



[arch-commits] Commit in ejabberd-mod_pgsql-svn/repos/community-any (2 files)

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 15:09:28
  Author: spupykin
Revision: 94949

archrelease: copy trunk to community-any

Added:
  ejabberd-mod_pgsql-svn/repos/community-any/PKGBUILD
(from rev 94948, ejabberd-mod_pgsql-svn/trunk/PKGBUILD)
Deleted:
  ejabberd-mod_pgsql-svn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-01 13:09:16 UTC (rev 94948)
+++ PKGBUILD2013-08-01 13:09:28 UTC (rev 94949)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ejabberd-mod_pgsql-svn
-pkgver=1137
-pkgrel=1
-pkgdesc=postgresql support module for ejabberd
-arch=(any)
-url=http://www.ejabberd.im/ejabberd-modules;
-license=('GPL')
-depends=(ejabberd)
-makedepends=(erlang subversion)
-options=()
-source=(ejabberd-modules.svn::svn+https://svn.process-one.net/ejabberd-modules;)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/ejabberd-modules.svn/pgsql/trunk
-  ./build.sh
-  rm -rf ebin/.svn
-}
-
-package() {
-  cd $srcdir/ejabberd-modules.svn/pgsql/trunk
-  install -d -m 0755 $pkgdir/usr/lib/ejabberd
-  cp -r ebin $pkgdir/usr/lib/ejabberd/ebin
-}

Copied: ejabberd-mod_pgsql-svn/repos/community-any/PKGBUILD (from rev 94948, 
ejabberd-mod_pgsql-svn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-01 13:09:28 UTC (rev 94949)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ejabberd-mod_pgsql-svn
+pkgver=1137
+pkgrel=1
+pkgdesc=postgresql support module for ejabberd
+arch=(any)
+url=http://www.ejabberd.im/ejabberd-modules;
+license=('GPL')
+depends=('ejabberd')
+makedepends=('subversion')
+options=()
+source=(ejabberd-modules.svn::svn+https://svn.process-one.net/ejabberd-modules;)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/ejabberd-modules.svn/pgsql/trunk
+  ./build.sh
+  rm -rf ebin/.svn
+}
+
+package() {
+  cd $srcdir/ejabberd-modules.svn/pgsql/trunk
+  install -d -m 0755 $pkgdir/usr/lib/ejabberd
+  cp -r ebin $pkgdir/usr/lib/ejabberd/ebin
+}



[arch-commits] Commit in ejabberd-mod_pgsql-svn/trunk (PKGBUILD)

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 15:09:16
  Author: spupykin
Revision: 94948

Modified:
  ejabberd-mod_pgsql-svn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 13:09:06 UTC (rev 94947)
+++ PKGBUILD2013-08-01 13:09:16 UTC (rev 94948)
@@ -9,8 +9,8 @@
 arch=(any)
 url=http://www.ejabberd.im/ejabberd-modules;
 license=('GPL')
-depends=(ejabberd)
-makedepends=(erlang subversion)
+depends=('ejabberd')
+makedepends=('subversion')
 options=()
 
source=(ejabberd-modules.svn::svn+https://svn.process-one.net/ejabberd-modules;)
 md5sums=('SKIP')



[arch-commits] Commit in open-vm-tools/trunk (open-vm-tools-dkms.install)

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 15:13:17
  Author: spupykin
Revision: 94950

Modified:
  open-vm-tools/trunk/open-vm-tools-dkms.install

+
 open-vm-tools-dkms.install |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: open-vm-tools-dkms.install
===
--- open-vm-tools-dkms.install  2013-08-01 13:09:28 UTC (rev 94949)
+++ open-vm-tools-dkms.install  2013-08-01 13:13:17 UTC (rev 94950)
@@ -1,7 +1,5 @@
 post_install() {
-  echo  Enable building of open-vm-tools modules:
-  echo  $ dkms add open-vm-tools/${1%-*}
-  echo 
+  post_upgrade ${@}
   echo  Enabling vmxnet driver in 
/usr/lib/modprobe.d/open-vm-tools-modules.conf
   echo  (this will disable pcnet32 driver)
   echo 
@@ -11,8 +9,9 @@
 }
 
 post_upgrade() {
+  VERSION=$(cut -d- -f1 ${1} | cut -d: -f2)
   echo  Enable building of open-vm-tools modules:
-  echo  $ dkms add open-vm-tools/${1%-*}
+  echo  $ dkms add open-vm-tools/${VERSION}
   echo 
 }
 



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

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 15:32:11
  Author: arodseth
Revision: 94951

Using the hash/2 function instead of the sha/1 function, for R16B1 compatibility

Modified:
  yaws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 13:13:17 UTC (rev 94950)
+++ PKGBUILD2013-08-01 13:32:11 UTC (rev 94951)
@@ -10,7 +10,7 @@
 arch=('x86_64' 'i686')
 url='http://yaws.hyber.org/'
 license=('BSD')
-depends=('pam' 'erlang-nox')
+depends=('pam' 'erlang') # segfaults with erlang-nox
 backup=('etc/yaws/yaws.conf')
 options=('!emptydirs')
 install=$pkgname.install



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

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 15:32:25
  Author: spupykin
Revision: 94953

upgpkg: dbmail 3.1.2-1

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 13:32:19 UTC (rev 94952)
+++ PKGBUILD2013-08-01 13:32:25 UTC (rev 94953)
@@ -3,8 +3,8 @@
 # Contributor: Sebastian Faltoni sebastian.falt...@gmail.com
 
 pkgname=dbmail
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')
@@ -31,7 +31,7 @@
dbmail-lmtpd.xinetd
dbmail-pop3d.xinetd
dbmail-timsieved.xinetd)
-md5sums=('8951dd9e055476fdf491c2dca013ede7'
+md5sums=('905bf87cad4336e161b3d0d9cd5311bd'
  'c4b5793c5422b62a675d4c66ff7e9300'
  '5a6297cb03c8d0b424f978ea1d7402de'
  '070db88538af9833f003f4cb516d337b'



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

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 15:32:19
  Author: arodseth
Revision: 94952

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

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

---+
 /PKGBUILD |  102 
 /yaws.install |   26 ++
 /yaws.service |   26 ++
 community-i686/PKGBUILD   |   51 
 community-i686/yaws.install   |   13 -
 community-i686/yaws.service   |   13 -
 community-x86_64/PKGBUILD |   51 
 community-x86_64/yaws.install |   13 -
 community-x86_64/yaws.service |   13 -
 9 files changed, 154 insertions(+), 154 deletions(-)

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

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

Deleted: community-i686/yaws.install

[arch-commits] Commit in dbmail/repos (44 files)

2013-08-01 Thread Sergej Pupykin
Date: Thursday, August 1, 2013 @ 15:33:14
  Author: spupykin
Revision: 94954

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 94953, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-2.2.10-pam-support.patch
(from rev 94953, dbmail/trunk/dbmail-2.2.10-pam-support.patch)
  dbmail/repos/community-i686/dbmail-imapd.service
(from rev 94953, dbmail/trunk/dbmail-imapd.service)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 94953, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.service
(from rev 94953, dbmail/trunk/dbmail-lmtpd.service)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 94953, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.service
(from rev 94953, dbmail/trunk/dbmail-pop3d.service)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 94953, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.service
(from rev 94953, dbmail/trunk/dbmail-timsieved.service)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 94953, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-i686/dbmail.tmpfiles
(from rev 94953, dbmail/trunk/dbmail.tmpfiles)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 94953, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-2.2.10-pam-support.patch
(from rev 94953, dbmail/trunk/dbmail-2.2.10-pam-support.patch)
  dbmail/repos/community-x86_64/dbmail-imapd.service
(from rev 94953, dbmail/trunk/dbmail-imapd.service)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 94953, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.service
(from rev 94953, dbmail/trunk/dbmail-lmtpd.service)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 94953, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.service
(from rev 94953, dbmail/trunk/dbmail-pop3d.service)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 94953, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.service
(from rev 94953, dbmail/trunk/dbmail-timsieved.service)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 94953, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/dbmail.tmpfiles
(from rev 94953, dbmail/trunk/dbmail.tmpfiles)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-2.2.10-pam-support.patch
  dbmail/repos/community-i686/dbmail-imapd.service
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.service
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.service
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.service
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-i686/dbmail.tmpfiles
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-2.2.10-pam-support.patch
  dbmail/repos/community-x86_64/dbmail-imapd.service
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.service
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.service
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.service
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/dbmail.tmpfiles

--+
 /PKGBUILD|  142 +
 /dbmail-2.2.10-pam-support.patch |  502 +
 /dbmail-imapd.service|   22 
 /dbmail-imapd.xinetd |   26 +
 /dbmail-lmtpd.service|   22 
 /dbmail-lmtpd.xinetd |   26 +
 /dbmail-pop3d.service|   22 
 /dbmail-pop3d.xinetd |   26 +
 /dbmail-timsieved.service|   22 
 /dbmail-timsieved.xinetd |   30 +
 /dbmail.tmpfiles |2 
 community-i686/PKGBUILD  |   71 --
 community-i686/dbmail-2.2.10-pam-support.patch   |  251 --
 community-i686/dbmail-imapd.service  |   11 
 community-i686/dbmail-imapd.xinetd   |   13 
 community-i686/dbmail-lmtpd.service  |   11 
 community-i686/dbmail-lmtpd.xinetd   |   13 
 community-i686/dbmail-pop3d.service  |   11 
 community-i686/dbmail-pop3d.xinetd   |   13 
 community-i686/dbmail-timsieved.service  |   11 
 community-i686/dbmail-timsieved.xinetd   |   15 
 

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

2013-08-01 Thread Bartłomiej Piotrowski
Date: Thursday, August 1, 2013 @ 15:35:40
  Author: bpiotrowski
Revision: 94955

upgpkg: lxsession 0.4.9.2-2

- add lsb-release to dependencies (FS#36358)

Modified:
  lxsession/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 13:33:14 UTC (rev 94954)
+++ PKGBUILD2013-08-01 13:35:40 UTC (rev 94955)
@@ -5,13 +5,13 @@
 
 pkgname=lxsession
 pkgver=0.4.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight X11 session manager'
 arch=('i686' 'x86_64')
 url=http://lxde.org/;
 license=('GPL2')
 groups=('lxde')
-depends=('gtk2' 'dbus' 'libgee06' 'dbus-glib' 'polkit')
+depends=('gtk2' 'dbus' 'libgee06' 'dbus-glib' 'polkit' 'lsb-release')
 makedepends=('pkgconfig' 'intltool' 'vala')
 replaces=('lxde-settings-daemon' 'lxsession-lite')
 conflicts=('lxsession-lite' 'lxde-settings-daemon')



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

2013-08-01 Thread Bartłomiej Piotrowski
Date: Thursday, August 1, 2013 @ 15:37:08
  Author: bpiotrowski
Revision: 94956

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-01 13:35:40 UTC (rev 94955)
+++ community-i686/PKGBUILD 2013-08-01 13:37:08 UTC (rev 94956)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=lxsession
-pkgver=0.4.9.2
-pkgrel=1
-pkgdesc='Lightweight X11 session manager'
-arch=('i686' 'x86_64')
-url=http://lxde.org/;
-license=('GPL2')
-groups=('lxde')
-depends=('gtk2' 'dbus' 'libgee06' 'dbus-glib' 'polkit')
-makedepends=('pkgconfig' 'intltool' 'vala')
-replaces=('lxde-settings-daemon' 'lxsession-lite')
-conflicts=('lxsession-lite' 'lxde-settings-daemon')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('bc3eb71936dbdf813e9ac2f00ab948f0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-}

Copied: lxsession/repos/community-i686/PKGBUILD (from rev 94955, 
lxsession/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 13:37:08 UTC (rev 94956)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxsession
+pkgver=0.4.9.2
+pkgrel=2
+pkgdesc='Lightweight X11 session manager'
+arch=('i686' 'x86_64')
+url=http://lxde.org/;
+license=('GPL2')
+groups=('lxde')
+depends=('gtk2' 'dbus' 'libgee06' 'dbus-glib' 'polkit' 'lsb-release')
+makedepends=('pkgconfig' 'intltool' 'vala')
+replaces=('lxde-settings-daemon' 'lxsession-lite')
+conflicts=('lxsession-lite' 'lxde-settings-daemon')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
+md5sums=('bc3eb71936dbdf813e9ac2f00ab948f0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-01 13:35:40 UTC (rev 94955)
+++ community-x86_64/PKGBUILD   2013-08-01 13:37:08 UTC (rev 94956)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=lxsession
-pkgver=0.4.9.2
-pkgrel=1
-pkgdesc='Lightweight X11 session manager'
-arch=('i686' 'x86_64')
-url=http://lxde.org/;
-license=('GPL2')
-groups=('lxde')
-depends=('gtk2' 'dbus' 'libgee06' 'dbus-glib' 'polkit')
-makedepends=('pkgconfig' 'intltool' 'vala')
-replaces=('lxde-settings-daemon' 'lxsession-lite')
-conflicts=('lxsession-lite' 'lxde-settings-daemon')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('bc3eb71936dbdf813e9ac2f00ab948f0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-}

Copied: lxsession/repos/community-x86_64/PKGBUILD (from rev 94955, 
lxsession/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-01 13:37:08 UTC (rev 94956)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxsession
+pkgver=0.4.9.2
+pkgrel=2
+pkgdesc='Lightweight X11 session manager'
+arch=('i686' 'x86_64')
+url=http://lxde.org/;
+license=('GPL2')
+groups=('lxde')
+depends=('gtk2' 'dbus' 'libgee06' 'dbus-glib' 'polkit' 'lsb-release')
+makedepends=('pkgconfig' 'intltool' 'vala')
+replaces=('lxde-settings-daemon' 'lxsession-lite')
+conflicts=('lxsession-lite' 'lxde-settings-daemon')

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

2013-08-01 Thread Andreas Radke
Date: Thursday, August 1, 2013 @ 15:52:54
  Author: andyrtr
Revision: 191943

upgpkg: man-pages 3.53-1

upstream update 3.53

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 13:10:15 UTC (rev 191942)
+++ PKGBUILD2013-08-01 13:52:54 UTC (rev 191943)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.52
+pkgver=3.53
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('dbf00e3a6fd1e23e27a4552bf4d16fed'
+md5sums=('c3ab5df043bc95de69f73cb71a3c7bb6'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2013-08-01 Thread Andreas Radke
Date: Thursday, August 1, 2013 @ 15:53:09
  Author: andyrtr
Revision: 191944

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 191943, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 191943, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-08-01 13:53:09 UTC (rev 191944)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.53
+_posixver=2003-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('c3ab5df043bc95de69f73cb71a3c7bb6'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



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

2013-08-01 Thread Timothy Redaelli
Date: Thursday, August 1, 2013 @ 16:04:59
  Author: tredaelli
Revision: 94958

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

Added:
  dispcalgui/repos/community-i686/
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 94957, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 94957, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 94957, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 94957, dispcalgui/trunk/dispcalgui.install)

-+
 community-i686/PKGBUILD |   33 +
 community-i686/dispcalgui.install   |   19 +++
 community-x86_64/PKGBUILD   |   33 +
 community-x86_64/dispcalgui.install |   19 +++
 4 files changed, 104 insertions(+)

Copied: dispcalgui/repos/community-i686/PKGBUILD (from rev 94957, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 14:04:59 UTC (rev 94958)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=1.2.7.0
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'setuptools' 
'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+
+md5sums=('a0ff80ee5e560fbe208c12189e00c470')
+
+package() {
+  cd ${srcdir}/dispcalGUI-${pkgver}
+
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  #udev rules are shipped with argyllcms
+  rm -rf ${pkgdir}/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 94957, 
dispcalgui/trunk/dispcalgui.install)
===
--- community-i686/dispcalgui.install   (rev 0)
+++ community-i686/dispcalgui.install   2013-08-01 14:04:59 UTC (rev 94958)
@@ -0,0 +1,19 @@
+# arg 1:  the new package version
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade(){
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+
+# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-x86_64/PKGBUILD (from rev 94957, 
dispcalgui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-01 14:04:59 UTC (rev 94958)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=1.2.7.0
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'setuptools' 
'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+
+md5sums=('a0ff80ee5e560fbe208c12189e00c470')
+
+package() {
+  cd ${srcdir}/dispcalGUI-${pkgver}
+
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  #udev rules are shipped with argyllcms
+  rm -rf ${pkgdir}/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-x86_64/dispcalgui.install (from rev 94957, 
dispcalgui/trunk/dispcalgui.install)
===
--- community-x86_64/dispcalgui.install (rev 0)
+++ community-x86_64/dispcalgui.install 2013-08-01 14:04:59 UTC (rev 94958)
@@ -0,0 +1,19 @@
+# arg 1:  the 

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

2013-08-01 Thread Timothy Redaelli
Date: Thursday, August 1, 2013 @ 16:04:33
  Author: tredaelli
Revision: 94957

upgpkg: dispcalgui 1.2.7.0-1

Modified:
  dispcalgui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 13:37:08 UTC (rev 94956)
+++ PKGBUILD2013-08-01 14:04:33 UTC (rev 94957)
@@ -11,9 +11,8 @@
 url=http://hoech.net/dispcalGUI/;
 license=('GPL3')
 makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'setuptools' 
'xdg-utils')
-depends=('argyllcms=1.3.0' 'python2=2.5' 'wxpython=2.8.6' 
'hicolor-icon-theme' 'desktop-file-utils' 'python2-numpy')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
 optdepends=('gksu: For running as root')
-groups=('painters-studio-tools' 'painters-studio-extras' 
'painters-studio-complete')
 install=${pkgname}.install
 
 
source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)



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

2013-08-01 Thread Felix Yan
Date: Thursday, August 1, 2013 @ 17:22:07
  Author: fyan
Revision: 94959

upgpkg: pidgin-lwqq 0.2a.20130801-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 14:04:59 UTC (rev 94958)
+++ PKGBUILD2013-08-01 15:22:07 UTC (rev 94959)
@@ -2,8 +2,9 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=pidgin-lwqq
-pkgver=0.2a
-#_commit=ba985662bffa0fe5ec36f276f13fc3d870b11ecf
+pkgver=0.2a.20130801
+_branch=dev
+_commit=3f1b9ecb6f38b8c8a58f2bea33684f40526b7e66
 pkgrel=1
 pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
 arch=('i686' 'x86_64')
@@ -14,12 +15,13 @@
'telepathy-haze: Empathy plugin support')
 makedepends=('git' 'cmake')
 install=$pkgname.install
-#source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
-source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
+source=(git://github.com/xiehuc/pidgin-lwqq.git#branch=$_branch
+#source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
 git://github.com/xiehuc/lwqq.git)
 
 prepare() {
   cd $srcdir/$pkgname
+  git checkout $_commit
   git submodule init
   git config submodule.liblwqq.url $srcdir/lwqq
   git submodule update



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

2013-08-01 Thread Felix Yan
Date: Thursday, August 1, 2013 @ 17:24:00
  Author: fyan
Revision: 94960

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 94959, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 94959, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 94959, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 94959, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   86 +
 /pidgin-lwqq.install |   22 
 community-i686/PKGBUILD  |   41 ---
 community-i686/pidgin-lwqq.install   |   11 
 community-x86_64/PKGBUILD|   41 ---
 community-x86_64/pidgin-lwqq.install |   11 
 6 files changed, 108 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-01 15:22:07 UTC (rev 94959)
+++ community-i686/PKGBUILD 2013-08-01 15:24:00 UTC (rev 94960)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.2a
-#_commit=ba985662bffa0fe5ec36f276f13fc3d870b11ecf
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/pidgin-lwqq;
-license=('GPL3')
-depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-   'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-#source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
-source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
-git://github.com/xiehuc/lwqq.git)
-
-prepare() {
-  cd $srcdir/$pkgname
-  git submodule init
-  git config submodule.liblwqq.url $srcdir/lwqq
-  git submodule update
-}
-
-build() {
-  cd ${srcdir}/$pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP'
-'SKIP')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 94959, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 15:24:00 UTC (rev 94960)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=pidgin-lwqq
+pkgver=0.2a.20130801
+_branch=dev
+_commit=3f1b9ecb6f38b8c8a58f2bea33684f40526b7e66
+pkgrel=1
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 
'libev')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=(git://github.com/xiehuc/pidgin-lwqq.git#branch=$_branch
+#source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
+git://github.com/xiehuc/lwqq.git)
+
+prepare() {
+  cd $srcdir/$pkgname
+  git checkout $_commit
+  git submodule init
+  git config submodule.liblwqq.url $srcdir/lwqq
+  git submodule update
+}
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP'
+'SKIP')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2013-08-01 15:22:07 UTC (rev 94959)
+++ community-i686/pidgin-lwqq.install  2013-08-01 15:24:00 UTC (rev 94960)
@@ -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: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 94959, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2013-08-01 15:24:00 UTC (rev 94960)
@@ -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

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

2013-08-01 Thread Jan Steffens
Date: Thursday, August 1, 2013 @ 17:57:14
  Author: heftig
Revision: 191945

0.16.2

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 13:53:09 UTC (rev 191944)
+++ PKGBUILD2013-08-01 15:57:14 UTC (rev 191945)
@@ -5,9 +5,9 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=0.16.1
+pkgver=0.16.2
 _tver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc=All-in-one indexer, search tool and metadata database
 arch=(i686 x86_64)
 license=(GPL)
@@ -19,7 +19,7 @@
 url=http://www.gnome.org;
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('fbb94144826b00da0b427dc6f37d2679bd8dfec1dc992e857a47a0b453f0b771')
+sha256sums=('033394636835628e01eb90efb55883fd88ec581910915b5948081f8f41df7409')
 
 build() {
   cd $pkgbase-$pkgver



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

2013-08-01 Thread Jan Steffens
Date: Thursday, August 1, 2013 @ 18:10:52
  Author: heftig
Revision: 191946

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

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

--+
 /PKGBUILD|  168 +
 /tracker.install |   26 ++
 extra-i686/PKGBUILD  |   84 
 extra-i686/tracker.install   |   13 ---
 extra-x86_64/PKGBUILD|   84 
 extra-x86_64/tracker.install |   13 ---
 6 files changed, 194 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-01 15:57:14 UTC (rev 191945)
+++ extra-i686/PKGBUILD 2013-08-01 16:10:52 UTC (rev 191946)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=0.16.1
-_tver=${pkgver%.*}
-pkgrel=2
-pkgdesc=All-in-one indexer, search tool and metadata database
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgee libsecret upower libexif exempi
- poppler-glib libgsf icu enca networkmanager gtk3
- desktop-file-utils hicolor-icon-theme gobject-introspection
- intltool giflib gst-plugins-base-libs totem-plparser
- taglib libvorbis flac vala libgxps libnautilus-extension)
-url=http://www.gnome.org;
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('fbb94144826b00da0b427dc6f37d2679bd8dfec1dc992e857a47a0b453f0b771')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---enable-libflac \
---enable-libvorbis
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_tracker() {
-  depends=(libtracker-sparql=$pkgver-$pkgrel libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca
-   networkmanager gtk3 desktop-file-utils hicolor-icon-theme)
-  optdepends=('giflib: extractor for GIF data'
-  'gst-plugins-base-libs: video extractor'
-  'totem-plparser: playlist support'
-  'libvorbis: Vorbis metadata extractor'
-  'flac: FLAC metadata extractor'
-  'taglib: writeback for audio files'
-  nautilus: edit files' tracker tags
-  'libgxps: XPS extractor')
-  groups=('gnome')
-  install=tracker.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-### Split libtracker-sparql
-
-  mkdir -p $srcdir/sparql/usr/{include,lib}/tracker-$_tver
-  mkdir -p $srcdir/sparql/usr/lib/{girepository-1.0,pkgconfig}
-  mkdir -p $srcdir/sparql/usr/share/{gir-1.0,vala/vapi}
-
-  mv $pkgdir/usr/lib/libtracker-sparql-* $srcdir/sparql/usr/lib
-
-  mv $pkgdir/usr/lib/tracker-$_tver/*.so* \
-$srcdir/sparql/usr/lib/tracker-$_tver
-
-  mv $pkgdir/usr/share/vala/vapi/tracker-sparql-* \
-$srcdir/sparql/usr/share/vala/vapi
-
-  mv {$pkgdir,$srcdir/sparql}/usr/include/tracker-$_tver/libtracker-sparql
-  mv 
{$pkgdir,$srcdir/sparql}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
-  mv {$pkgdir,$srcdir/sparql}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
-  mv {$pkgdir,$srcdir/sparql}/usr/share/gir-1.0/Tracker-$_tver.gir
-}
-
-package_libtracker-sparql() {
-  pkgdesc=$pkgdesc (SPARQL library)
-  depends=(sqlite icu glib2 libffi pcre util-linux)
-
-  mv $srcdir/sparql/* $pkgdir
-}

Copied: tracker/repos/extra-i686/PKGBUILD (from rev 191945, 
tracker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-01 16:10:52 UTC (rev 191946)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.16.2
+_tver=${pkgver%.*}

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

2013-08-01 Thread Felix Yan
Date: Thursday, August 1, 2013 @ 18:16:02
  Author: fyan
Revision: 94961

clean-up for git vcs source

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 15:24:00 UTC (rev 94960)
+++ PKGBUILD2013-08-01 16:16:02 UTC (rev 94961)
@@ -3,7 +3,6 @@
 
 pkgname=pidgin-lwqq
 pkgver=0.2a.20130801
-_branch=dev
 _commit=3f1b9ecb6f38b8c8a58f2bea33684f40526b7e66
 pkgrel=1
 pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
@@ -15,13 +14,12 @@
'telepathy-haze: Empathy plugin support')
 makedepends=('git' 'cmake')
 install=$pkgname.install
-source=(git://github.com/xiehuc/pidgin-lwqq.git#branch=$_branch
+source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
 #source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
 git://github.com/xiehuc/lwqq.git)
 
 prepare() {
   cd $srcdir/$pkgname
-  git checkout $_commit
   git submodule init
   git config submodule.liblwqq.url $srcdir/lwqq
   git submodule update



[arch-commits] Commit in cups-filters/trunk (PKGBUILD poppler_buildfix.diff)

2013-08-01 Thread Andreas Radke
Date: Thursday, August 1, 2013 @ 18:53:33
  Author: andyrtr
Revision: 191947

upgpkg: cups-filters 1.0.35-3

poppler rebuild

Added:
  cups-filters/trunk/poppler_buildfix.diff
Modified:
  cups-filters/trunk/PKGBUILD

---+
 PKGBUILD  |   17 ++-
 poppler_buildfix.diff |  228 
 2 files changed, 240 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 16:10:52 UTC (rev 191946)
+++ PKGBUILD2013-08-01 16:53:33 UTC (rev 191947)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.0.35
-pkgrel=2
+pkgrel=3
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
@@ -18,12 +18,18 @@
 etc/cups/cups-browsed.conf)
 options=(!libtool)
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+poppler_buildfix.diff
 cups-browsed.service)
 md5sums=('26f150f1e9ce1f7b0f38ae4ebb01e23d'
+ 'e915bb175a5a5c73c16c85dc298a896b'
  '9ef68d7c2a84713fd421f4e87dec0a6e')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
+  
+  # fix build with poppler 0.24.0
+  patch -Np0 -i ${srcdir}/poppler_buildfix.diff
+  
   ./configure --prefix=/usr  \
 --sysconfdir=/etc \
 --sbindir=/usr/bin \
@@ -35,12 +41,13 @@
 }
 
 check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -j1 -k check
+  cd $pkgname-$pkgver
+  #make -j1 -k check
+  make check
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
   # drop static lib
   rm -f ${pkgdir}/usr/lib/*.a

Added: poppler_buildfix.diff
===
--- poppler_buildfix.diff   (rev 0)
+++ poppler_buildfix.diff   2013-08-01 16:53:33 UTC (rev 191947)
@@ -0,0 +1,228 @@
+=== modified file 'filter/pdf.cxx'
+--- filter/pdf.cxx 2012-08-19 22:31:27 +
 filter/pdf.cxx 2013-08-01 15:48:06 +
+@@ -17,6 +17,10 @@
+ #include pdf.h
+ 
+ #include PDFDoc.h
++#include config.h
++#ifdef HAVE_CPP_POPPLER_VERSION_H
++#include cpp/poppler-version.h
++#endif
+ 
+ 
+ extern C pdf_t * pdf_load_template(const char *filename)
+@@ -343,7 +347,11 @@
+ {
+ }
+ 
++#if POPPLER_VERSION_MAJOR  0 || POPPLER_VERSION_MINOR = 23
++Goffset getPos()
++#else
+ int getPos()
++#endif
+ {
+ return this-pos;
+ }
+
+=== modified file 'filter/pdftoijs.cxx'
+--- filter/pdftoijs.cxx2012-09-20 22:53:10 +
 filter/pdftoijs.cxx2013-08-01 15:48:06 +
+@@ -70,8 +70,13 @@
+ }
+ 
+ #if POPPLER_VERSION_MAJOR  0 || POPPLER_VERSION_MINOR = 19
++#if POPPLER_VERSION_MAJOR  0 || POPPLER_VERSION_MINOR = 23
++void CDECL myErrorFun(void *data, ErrorCategory category,
++Goffset pos, char *msg)
++#else
+ void CDECL myErrorFun(void *data, ErrorCategory category,
+ int pos, char *msg)
++#endif
+ {
+   if (pos = 0) {
+ fprintf(stderr, ERROR (%d): , pos);
+@@ -297,19 +302,15 @@
+   if (argc == 6) {
+ /* stdin */
+ int fd;
+-Object obj;
+-BaseStream *str;
+-FILE *fp;
++char name[BUFSIZ];
+ char buf[BUFSIZ];
+ int n;
+ 
+-fd = cupsTempFd(buf,sizeof(buf));
++fd = cupsTempFd(name,sizeof(name));
+ if (fd  0) {
+   pdfError(-1,Can't create temporary file);
+   exit(1);
+ }
+-/* remove name */
+-unlink(buf);
+ 
+ /* copy stdin to the tmp file */
+ while ((n = read(0,buf,BUFSIZ))  0) {
+@@ -319,23 +320,10 @@
+   exit(1);
+   }
+ }
+-if (lseek(fd,0,SEEK_SET)  0) {
+-pdfError(-1,Can't rewind temporary file);
+-close(fd);
+-  exit(1);
+-}
+-
+-if ((fp = fdopen(fd,rb)) == 0) {
+-pdfError(-1,Can't fdopen temporary file);
+-close(fd);
+-  exit(1);
+-}
+-
+-obj.initNull();
+-//parsePDFTOPDFComment(fp); // TODO?
+-rewind(fp);
+-str = new FileStream(fp,0,gFalse,0,obj);
+-doc = new PDFDoc(str);
++close(fd);
++doc = new PDFDoc(new GooString(name));
++/* remove name */
++unlink(name);
+   } else {
+ GooString *fileName = new GooString(argv[6]);
+ /* argc == 7 filenmae is specified */
+
+=== modified file 'filter/pdftoopvp/pdftoopvp.cxx'
+--- filter/pdftoopvp/pdftoopvp.cxx 2012-07-20 08:32:55 +
 filter/pdftoopvp/pdftoopvp.cxx 2013-08-01 15:48:06 +
+@@ -112,8 +112,13 @@
+ #define MAX_OPVP_OPTIONS 20
+ 
+ #if POPPLER_VERSION_MAJOR  0 || POPPLER_VERSION_MINOR = 19
++#if POPPLER_VERSION_MAJOR  0 || POPPLER_VERSION_MINOR = 23
++void CDECL myErrorFun(void *data, ErrorCategory category,
++Goffset pos, char *msg)
++#else
+ void CDECL myErrorFun(void *data, ErrorCategory category,
+ int pos, char *msg)
++#endif
+ {
+   if (pos = 0) {
+ fprintf(stderr, ERROR (%d): , pos);
+@@ -619,9 +624,6 @@
+ char *s;
+ GooString name;
+ int 

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

2013-08-01 Thread Andreas Radke
Date: Thursday, August 1, 2013 @ 18:53:54
  Author: andyrtr
Revision: 191948

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

Added:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 191947, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-i686/cups-browsed.service
(from rev 191947, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/staging-i686/poppler_buildfix.diff
(from rev 191947, cups-filters/trunk/poppler_buildfix.diff)
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 191947, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/cups-browsed.service
(from rev 191947, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/staging-x86_64/poppler_buildfix.diff
(from rev 191947, cups-filters/trunk/poppler_buildfix.diff)

--+
 staging-i686/PKGBUILD|   57 
 staging-i686/cups-browsed.service|   10 +
 staging-i686/poppler_buildfix.diff   |  228 +
 staging-x86_64/PKGBUILD  |   57 
 staging-x86_64/cups-browsed.service  |   10 +
 staging-x86_64/poppler_buildfix.diff |  228 +
 6 files changed, 590 insertions(+)

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 191947, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-01 16:53:54 UTC (rev 191948)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.35
+pkgrel=3
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.5' 'qpdf=5.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+poppler_buildfix.diff
+cups-browsed.service)
+md5sums=('26f150f1e9ce1f7b0f38ae4ebb01e23d'
+ 'e915bb175a5a5c73c16c85dc298a896b'
+ '9ef68d7c2a84713fd421f4e87dec0a6e')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  # fix build with poppler 0.24.0
+  patch -Np0 -i ${srcdir}/poppler_buildfix.diff
+  
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make -j1 -k check
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add missing systemd support
+  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Copied: cups-filters/repos/staging-i686/cups-browsed.service (from rev 191947, 
cups-filters/trunk/cups-browsed.service)
===
--- staging-i686/cups-browsed.service   (rev 0)
+++ staging-i686/cups-browsed.service   2013-08-01 16:53:54 UTC (rev 191948)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
+
+[Service]
+ExecStart=/usr/bin/cups-browsed
+
+[Install]
+WantedBy=multi-user.target

Copied: cups-filters/repos/staging-i686/poppler_buildfix.diff (from rev 191947, 
cups-filters/trunk/poppler_buildfix.diff)
===
--- staging-i686/poppler_buildfix.diff  (rev 0)
+++ staging-i686/poppler_buildfix.diff  2013-08-01 16:53:54 UTC (rev 191948)
@@ -0,0 +1,228 @@
+=== modified file 'filter/pdf.cxx'
+--- filter/pdf.cxx 2012-08-19 22:31:27 +
 filter/pdf.cxx 2013-08-01 15:48:06 +
+@@ -17,6 +17,10 @@
+ #include pdf.h
+ 
+ #include PDFDoc.h
++#include config.h
++#ifdef HAVE_CPP_POPPLER_VERSION_H
++#include cpp/poppler-version.h
++#endif
+ 
+ 
+ extern C pdf_t * pdf_load_template(const char *filename)
+@@ -343,7 +347,11 @@
+ {
+ }
+ 
++#if POPPLER_VERSION_MAJOR  0 || POPPLER_VERSION_MINOR = 23
++Goffset getPos()
++#else

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

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 21:50:20
  Author: arodseth
Revision: 94962

upgpkg: midori 0.5.4-3

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 16:16:02 UTC (rev 94961)
+++ PKGBUILD2013-08-01 19:50:20 UTC (rev 94962)
@@ -6,19 +6,26 @@
 # Contributor: Johannes Krampf wuischke.at.amule.dot.org
 # Contributor: Bartłomiej Piotrowski barthal...@gmail.com
 
+#
+# Note:
+#
+# * Depending on and compiling with 'granite' didn't work last time I tried.
+# * To compile with gtk3 instead of gtk2, depend on 'webkitgtk' and 'gtk3' 
then --enable-gtk3.
+# * If steadyflow is moved to [community] or [extra], it can be added as an 
optdepends.
+#
+
 pkgname=midori
 pkgver=0.5.4
-pkgrel=2
-pkgdesc='Lightweight web browser based on Gtk WebKit'
+pkgrel=3
+pkgdesc='Lightweight web browser (GTK2)'
 arch=('x86_64' 'i686')
 url='http://www.midori-browser.org/'
 license=('LGPL2.1')
 install='midori.install'
-depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr') # 'granite'
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk2' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
 optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
 'aria2: download utility')
-#'steadyflow: download manager')
 options=('!emptydirs')
 
source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
 sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
@@ -26,11 +33,7 @@
 build() {
   cd $srcdir/${pkgname}_${pkgver}_all_
 
-  python2 ./waf configure \
---prefix=/usr \
---enable-gtk3 \
---disable-granite
-#--enable-webkit2
+  python2 ./waf configure --prefix=/usr
   python2 ./waf build 
 }
 



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

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 21:50:34
  Author: arodseth
Revision: 94963

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-01 19:50:20 UTC (rev 94962)
+++ community-i686/PKGBUILD 2013-08-01 19:50:34 UTC (rev 94963)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Alexander Rødseth rods...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: rabyte rabyte.at.gmail.dot.com
-# Contributor: Johannes Krampf wuischke.at.amule.dot.org
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-
-pkgname=midori
-pkgver=0.5.4
-pkgrel=2
-pkgdesc='Lightweight web browser based on Gtk WebKit'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr') # 'granite'
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
-'aria2: download utility')
-#'steadyflow: download manager')
-options=('!emptydirs')
-source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
-
-build() {
-  cd $srcdir/${pkgname}_${pkgver}_all_
-
-  python2 ./waf configure \
---prefix=/usr \
---enable-gtk3 \
---disable-granite
-#--enable-webkit2
-  python2 ./waf build 
-}
-
-package() {
-  cd $srcdir/${pkgname}_${pkgver}_all_
-
-  DESTDIR=$pkgdir python2 ./waf install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 94962, 
midori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 19:50:34 UTC (rev 94963)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:  Alexander Rødseth rods...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+
+#
+# Note:
+#
+# * Depending on and compiling with 'granite' didn't work last time I tried.
+# * To compile with gtk3 instead of gtk2, depend on 'webkitgtk' and 'gtk3' 
then --enable-gtk3.
+# * If steadyflow is moved to [community] or [extra], it can be added as an 
optdepends.
+#
+
+pkgname=midori
+pkgver=0.5.4
+pkgrel=3
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk2' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
+
+build() {
+  cd $srcdir/${pkgname}_${pkgver}_all_
+
+  python2 ./waf configure --prefix=/usr
+  python2 ./waf build 
+}
+
+package() {
+  cd $srcdir/${pkgname}_${pkgver}_all_
+
+  DESTDIR=$pkgdir python2 ./waf install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2013-08-01 19:50:20 UTC (rev 94962)
+++ community-i686/midori.install   2013-08-01 19:50:34 UTC (rev 

[arch-commits] Commit in (7 files)

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 21:55:14
  Author: arodseth
Revision: 94964

Added midori-gtk3 (and made midori use gtk2). Fixes FS#36342

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

+
 PKGBUILD   |   49 +
 midori.install |   14 ++
 2 files changed, 63 insertions(+)

Added: midori-gtk3/trunk/PKGBUILD
===
--- midori-gtk3/trunk/PKGBUILD  (rev 0)
+++ midori-gtk3/trunk/PKGBUILD  2013-08-01 19:55:14 UTC (rev 94964)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:  Alexander Rødseth rods...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+
+#
+# Note:
+#
+# * Depending on and compiling with 'granite' didn't work last time I tried.
+# * If steadyflow is moved to [community] or [extra], it can be added as an 
optdepends.
+#
+
+pkgname=midori-gtk3
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
+
+build() {
+  cd $srcdir/midori_${pkgver}_all_
+
+  python2 ./waf configure \
+--prefix=/usr \
+--enable-gtk3 \
+--disable-granite \
+--enable-webkit2
+  python2 ./waf build 
+}
+
+package() {
+  cd $srcdir/midori_${pkgver}_all_
+
+  DESTDIR=$pkgdir python2 ./waf install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: midori-gtk3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: midori-gtk3/trunk/midori.install
===
--- midori-gtk3/trunk/midori.install(rev 0)
+++ midori-gtk3/trunk/midori.install2013-08-01 19:55:14 UTC (rev 94964)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 22:26:43
  Author: arodseth
Revision: 94966

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

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

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

Copied: midori-gtk3/repos/community-i686/PKGBUILD (from rev 94965, 
midori-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 20:26:43 UTC (rev 94966)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Alexander Rødseth rods...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+
+#
+# Note:
+#
+# * Depending on and compiling with 'granite' didn't work last time I tried.
+# * If steadyflow is moved to [community] or [extra], it can be added as an 
optdepends.
+#
+
+pkgname=midori-gtk3
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori')
+replaces=('midori')
+provides=('midori')
+depends=('libzeitgeist' 'webkitgtk' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=(http://www.midori-browser.org/downloads/midori_${pkgver}_all_.tar.bz2;)
+sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
+
+build() {
+  cd $srcdir/midori_${pkgver}_all_
+
+  python2 ./waf configure \
+--prefix=/usr \
+--enable-gtk3 \
+--disable-granite \
+--enable-webkit2
+  python2 ./waf build 
+}
+
+package() {
+  cd $srcdir/midori_${pkgver}_all_
+
+  DESTDIR=$pkgdir python2 ./waf install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-i686/midori.install (from rev 94965, 
midori-gtk3/trunk/midori.install)
===
--- community-i686/midori.install   (rev 0)
+++ community-i686/midori.install   2013-08-01 20:26:43 UTC (rev 94966)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-x86_64/PKGBUILD (from rev 94965, 
midori-gtk3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-01 20:26:43 UTC (rev 94966)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Alexander Rødseth rods...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+
+#
+# Note:
+#
+# * Depending on and compiling with 'granite' didn't work last time I tried.
+# * If steadyflow is moved to [community] or [extra], it can be added as an 
optdepends.
+#
+
+pkgname=midori-gtk3
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori')
+replaces=('midori')
+provides=('midori')
+depends=('libzeitgeist' 'webkitgtk' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=(http://www.midori-browser.org/downloads/midori_${pkgver}_all_.tar.bz2;)

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

2013-08-01 Thread Alexander Rødseth
Date: Thursday, August 1, 2013 @ 22:26:32
  Author: arodseth
Revision: 94965

upgpkg: midori-gtk3 0.5.4-1

Modified:
  midori-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 19:55:14 UTC (rev 94964)
+++ PKGBUILD2013-08-01 20:26:32 UTC (rev 94965)
@@ -21,12 +21,15 @@
 url='http://www.midori-browser.org/'
 license=('LGPL2.1')
 install='midori.install'
+conflicts=('midori')
+replaces=('midori')
+provides=('midori')
 depends=('libzeitgeist' 'webkitgtk' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr')
 makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
 optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
 'aria2: download utility')
 options=('!emptydirs')
-source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+source=(http://www.midori-browser.org/downloads/midori_${pkgver}_all_.tar.bz2;)
 sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
 
 build() {



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

2013-08-01 Thread Bartłomiej Piotrowski
Date: Thursday, August 1, 2013 @ 22:44:26
  Author: bpiotrowski
Revision: 94967

upgpkg: ffmpeg-compat 1:0.10.8-3

- make sure that /usr/lib/ffmpeg-compat/ doesn't take precedence over /usr/lib 
(FS#36357)

Modified:
  ffmpeg-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 20:26:43 UTC (rev 94966)
+++ PKGBUILD2013-08-01 20:44:26 UTC (rev 94967)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg-compat
 pkgver=0.10.8
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix'
 arch=('i686' 'x86_64')
@@ -71,7 +71,7 @@
   rm -rf $pkgdir/usr/{bin,share}
 
   install -dm755 $pkgdir/etc/ld.so.conf.d/
-  echo '/usr/lib/ffmpeg-compat/'  $pkgdir/etc/ld.so.conf.d/$pkgname.conf
+  echo '/usr/lib/\n/usr/lib/ffmpeg-compat/'  
$pkgdir/etc/ld.so.conf.d/$pkgname.conf
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-01 Thread Bartłomiej Piotrowski
Date: Thursday, August 1, 2013 @ 22:45:02
  Author: bpiotrowski
Revision: 94968

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

Added:
  ffmpeg-compat/repos/community-i686/PKGBUILD
(from rev 94967, ffmpeg-compat/trunk/PKGBUILD)
  ffmpeg-compat/repos/community-i686/ffmpeg-compat.install
(from rev 94967, ffmpeg-compat/trunk/ffmpeg-compat.install)
  ffmpeg-compat/repos/community-x86_64/PKGBUILD
(from rev 94967, ffmpeg-compat/trunk/PKGBUILD)
  ffmpeg-compat/repos/community-x86_64/ffmpeg-compat.install
(from rev 94967, ffmpeg-compat/trunk/ffmpeg-compat.install)
Deleted:
  ffmpeg-compat/repos/community-i686/PKGBUILD
  ffmpeg-compat/repos/community-i686/ffmpeg-compat.install
  ffmpeg-compat/repos/community-x86_64/PKGBUILD
  ffmpeg-compat/repos/community-x86_64/ffmpeg-compat.install

+
 /PKGBUILD  |  154 +++
 /ffmpeg-compat.install |   22 
 community-i686/PKGBUILD|   77 ---
 community-i686/ffmpeg-compat.install   |   11 --
 community-x86_64/PKGBUILD  |   77 ---
 community-x86_64/ffmpeg-compat.install |   11 --
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-01 20:44:26 UTC (rev 94967)
+++ community-i686/PKGBUILD 2013-08-01 20:45:02 UTC (rev 94968)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg-compat
-pkgver=0.10.8
-pkgrel=2
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass'
-  'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
-  'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'x264' 'xvidcore' 'zlib'
-  )
-makedepends=('libvdpau' 'yasm')
-install=$pkgname.install
-source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2)
-sha256sums=('2e371088a71656be41b4ff70ae7e80a1d88c5149d6209013c9cce4b84278cbc8')
-
-build() {
-  cd ffmpeg-$pkgver
-
-  CFLAGS+= -I/usr/include/openjpeg-1.5 \
-  ./configure \
---prefix=/usr \
---incdir=/usr/include/ffmpeg-compat \
---libdir=/usr/lib/ffmpeg-compat \
---shlibdir=/usr/lib/ffmpeg-compat \
---disable-debug \
---disable-static \
---enable-gpl \
---enable-libass \
---enable-libfreetype \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libxvid \
---enable-postproc \
---enable-runtime-cpudetect \
---enable-shared \
---enable-vdpau \
---enable-version3 \
---enable-x11grab
- 
-
-  make
-}
-
-package() {
-  cd ffmpeg-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/{bin,share}
-
-  install -dm755 $pkgdir/etc/ld.so.conf.d/
-  echo '/usr/lib/ffmpeg-compat/'  $pkgdir/etc/ld.so.conf.d/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg-compat/repos/community-i686/PKGBUILD (from rev 94967, 
ffmpeg-compat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 20:45:02 UTC (rev 94968)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg-compat
+pkgver=0.10.8
+pkgrel=3
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass'
+  'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
+  'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+install=$pkgname.install
+source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2)
+sha256sums=('2e371088a71656be41b4ff70ae7e80a1d88c5149d6209013c9cce4b84278cbc8')
+
+build() {
+  cd ffmpeg-$pkgver
+
+  CFLAGS+= 

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

2013-08-01 Thread Bartłomiej Piotrowski
Date: Thursday, August 1, 2013 @ 22:51:22
  Author: bpiotrowski
Revision: 191950

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

Added:
  ffmpeg/repos/community-i686/
  ffmpeg/repos/community-i686/PKGBUILD
(from rev 191949, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/community-x86_64/
  ffmpeg/repos/community-x86_64/PKGBUILD
(from rev 191949, ffmpeg/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   75 
 community-x86_64/PKGBUILD |   75 
 2 files changed, 150 insertions(+)

Copied: ffmpeg/repos/community-i686/PKGBUILD (from rev 191949, 
ffmpeg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 20:51:22 UTC (rev 191950)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.0
+pkgrel=2
+epoch=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('940e1bc4f3e185364099b4ba60d4b952615a4232c5641baa3e9f45d4d748130c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-pic \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-swresample \
+--enable-vdpau \
+--enable-version3 \
+--enable-x11grab
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/community-x86_64/PKGBUILD (from rev 191949, 
ffmpeg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-01 20:51:22 UTC (rev 191950)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.0
+pkgrel=2
+epoch=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('940e1bc4f3e185364099b4ba60d4b952615a4232c5641baa3e9f45d4d748130c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-pic \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-swresample \
+--enable-vdpau \
+--enable-version3 \
+   

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

2013-08-01 Thread Bartłomiej Piotrowski
Date: Thursday, August 1, 2013 @ 22:51:13
  Author: bpiotrowski
Revision: 191949

upgpkg: ffmpeg 1:2.0-2

- make sure that swresample is enabled
- re-enable assembler optimizations (FS#36357)

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 16:53:54 UTC (rev 191948)
+++ PKGBUILD2013-08-01 20:51:13 UTC (rev 191949)
@@ -5,7 +5,7 @@
 
 pkgname=ffmpeg
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
 arch=('i686' 'x86_64')
@@ -21,14 +21,11 @@
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
 sha256sums=('940e1bc4f3e185364099b4ba60d4b952615a4232c5641baa3e9f45d4d748130c')
 
-[[ $CARCH == i686 ]]  _asm='--disable-asm'
-
 build() {
   cd $pkgname-$pkgver
 
   ./configure \
 --prefix=/usr \
-$_asm \
 --disable-debug \
 --disable-static \
 --enable-avresample \
@@ -59,6 +56,7 @@
 --enable-postproc \
 --enable-runtime-cpudetect \
 --enable-shared \
+--enable-swresample \
 --enable-vdpau \
 --enable-version3 \
 --enable-x11grab



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

2013-08-01 Thread Bartłomiej Piotrowski
Date: Thursday, August 1, 2013 @ 22:53:41
  Author: bpiotrowski
Revision: 191951

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

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

---+
 /PKGBUILD |  150 
 extra-i686/PKGBUILD   |   77 
 extra-x86_64/PKGBUILD |   77 
 3 files changed, 150 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-01 20:51:22 UTC (rev 191950)
+++ extra-i686/PKGBUILD 2013-08-01 20:53:41 UTC (rev 191951)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.0
-pkgrel=1
-epoch=1
-pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
-arch=('i686' 'x86_64')
-url=http://ffmpeg.org/;
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'x264' 'xvidcore' 'zlib'
-  )
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-sha256sums=('940e1bc4f3e185364099b4ba60d4b952615a4232c5641baa3e9f45d4d748130c')
-
-[[ $CARCH == i686 ]]  _asm='--disable-asm'
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
-$_asm \
---disable-debug \
---disable-static \
---enable-avresample \
---enable-dxva2 \
---enable-fontconfig \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libxvid \
---enable-pic \
---enable-postproc \
---enable-runtime-cpudetect \
---enable-shared \
---enable-vdpau \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 191950, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-01 20:53:41 UTC (rev 191951)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.0
+pkgrel=2
+epoch=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('940e1bc4f3e185364099b4ba60d4b952615a4232c5641baa3e9f45d4d748130c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-pic \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-swresample \
+--enable-vdpau \
+--enable-version3 \
+

[arch-commits] Commit in ffmpeg/repos (community-i686 community-x86_64)

2013-08-01 Thread Bartłomiej Piotrowski
Date: Thursday, August 1, 2013 @ 22:54:09
  Author: bpiotrowski
Revision: 191952

I have no idea what I'm doing.

Deleted:
  ffmpeg/repos/community-i686/
  ffmpeg/repos/community-x86_64/



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

2013-08-01 Thread Ángel Velásquez
Date: Thursday, August 1, 2013 @ 23:52:44
  Author: angvp
Revision: 191953

upgpkg: subversion 1.8.1-1

Version bump and fixes several bugs FS#36157 FS#36073

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 20:54:09 UTC (rev 191952)
+++ PKGBUILD2013-08-01 21:52:44 UTC (rev 191953)
@@ -5,76 +5,80 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
+url=http://subversion.apache.org/;
 license=('APACHE')
-depends=('apr-util' 'sqlite' 'file' 'serf' 'systemd')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+depends=('sqlite' 'file' 'serf' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-runtime' 'java-environment'
+ 'libgnome-keyring' 'kdelibs' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kdeutils-kwallet: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python2: for some hook scripts'
+   'java-environment: for Java support'
+   'ruby: for some hook scripts')
+provides=('svn')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.apache.org/;
-provides=('svn')
 options=('!makeflags' '!libtool' '!emptydirs')
 install=${pkgname}.install
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
+source=(http://www.apache.org/dist/subversion/subversion-1.8.1.tar.bz2{,.asc}
 svn
 svnserve.conf
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('f053a9948dfe5c70eff5c00509723214'
+md5sums=('f2ee0471b8a560f5efa0f2349d9c9ab9'
+ 'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'
  'bb2857eceafcfac35dde39dcffad2314'
  'e8020c7a1d1a0c47091b5fdd034f81c5'
  '6b4340ba9d8845cd8497e013ae01be3f')
 
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+}
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
export PYTHON=/usr/bin/python2
-
-   #patch -Np0 -i ../subversion.rpath.fix.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
-
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
-   --with-zlib=/usr --without-neon --with-serf=/usr --with-apxs \
+   --with-zlib=/usr --with-serf=/usr --with-apxs \
--with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
--enable-javahl --with-gnome-keyring --with-kwallet \
+   --with-apache-libexecdir=/usr/lib/httpd/modules \
+   --with-ruby-sitedir=/usr/lib/ruby/vendor_ruby \
--disable-static
 
-   #make external-all
-   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
+   make LT_LDFLAGS=-L$Fdestdir/usr/lib
make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl #swig-rb
+ swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb
 }
 
-#check() {
-#   cd ${srcdir}/${pkgname}-${pkgver}
-#   export LANG=C LC_ALL=C
-#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
-#}
+check() {
+   cd ${pkgname}-${pkgver}
+   export LANG=C LC_ALL=C
+   make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes # 
check-javahl
+}
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
 
export LD_LIBRARY_PATH=${pkgdir}/usr/lib:${LD_LIBRARY_PATH}
make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
  swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
  swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
- install install-swig-py install-swig-pl install-javahl #install-swig-rb
+ install install-swig-py install-swig-pl install-javahl install-swig-rb
 
install -dm755 ${pkgdir}/usr/share/subversion
cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
rm ${pkgdir}/usr/share/subversion/hook-scripts/*.in
 
-   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
-   rm -r ${pkgdir}/usr/lib/perl5/core_perl
-
## svnserve 

[arch-commits] Commit in subversion/repos/extra-x86_64 (14 files)

2013-08-01 Thread Ángel Velásquez
Date: Thursday, August 1, 2013 @ 23:53:49
  Author: angvp
Revision: 191954

archrelease: copy trunk to extra-x86_64

Added:
  subversion/repos/extra-x86_64/PKGBUILD
(from rev 191953, subversion/trunk/PKGBUILD)
  subversion/repos/extra-x86_64/subversion.install
(from rev 191953, subversion/trunk/subversion.install)
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
(from rev 191953, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/extra-x86_64/svn
(from rev 191953, subversion/trunk/svn)
  subversion/repos/extra-x86_64/svnserve.conf
(from rev 191953, subversion/trunk/svnserve.conf)
  subversion/repos/extra-x86_64/svnserve.service
(from rev 191953, subversion/trunk/svnserve.service)
  subversion/repos/extra-x86_64/svnserve.tmpfiles
(from rev 191953, subversion/trunk/svnserve.tmpfiles)
Deleted:
  subversion/repos/extra-x86_64/PKGBUILD
  subversion/repos/extra-x86_64/subversion.install
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
  subversion/repos/extra-x86_64/svn
  subversion/repos/extra-x86_64/svnserve.conf
  subversion/repos/extra-x86_64/svnserve.service
  subversion/repos/extra-x86_64/svnserve.tmpfiles

+
 PKGBUILD   |  194 +--
 subversion.install |   14 +--
 subversion.rpath.fix.patch |   20 ++--
 svn|   22 ++--
 svnserve.conf  |   14 +--
 svnserve.service   |   22 ++--
 svnserve.tmpfiles  |2 
 7 files changed, 146 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-01 21:52:44 UTC (rev 191953)
+++ PKGBUILD2013-08-01 21:53:49 UTC (rev 191954)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=subversion
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=A Modern Concurrent Version Control System
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf' 'systemd')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.apache.org/;
-provides=('svn')
-options=('!makeflags' '!libtool' '!emptydirs')
-install=${pkgname}.install
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
-svn
-svnserve.conf
-svnserve.tmpfiles
-svnserve.service
-subversion.rpath.fix.patch)
-md5sums=('f053a9948dfe5c70eff5c00509723214'
- 'a0db6dd43af33952739b6ec089852630'
- 'c459e299192552f61578f3438abf0664'
- 'bb2857eceafcfac35dde39dcffad2314'
- 'e8020c7a1d1a0c47091b5fdd034f81c5'
- '6b4340ba9d8845cd8497e013ae01be3f')
-
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=/usr/bin/python2
-
-   #patch -Np0 -i ../subversion.rpath.fix.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
-
-   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
-   --with-zlib=/usr --with-neon=/usr --with-serf=/usr --with-apxs \
-   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
-   --enable-javahl --with-gnome-keyring --with-kwallet \
-   --disable-static
-
-   #make external-all
-   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
-   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl #swig-rb
-}
-
-#check() {
-#   cd ${srcdir}/${pkgname}-${pkgver}
-#   export LANG=C LC_ALL=C
-#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
-#}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   export LD_LIBRARY_PATH=${pkgdir}/usr/lib:${LD_LIBRARY_PATH}
-   make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
- swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
- install install-swig-py install-swig-pl install-javahl #install-swig-rb
-
-   install -dm755 ${pkgdir}/usr/share/subversion
-   cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
-   rm ${pkgdir}/usr/share/subversion/hook-scripts/*.in
-
-   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
-   rm -r ${pkgdir}/usr/lib/perl5/core_perl
-
-   ## svnserve ...
-
-   # xinetd
-   install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
-
-   # ... systemd
-   

[arch-commits] Commit in jenkins-ci/repos/community-any (12 files)

2013-08-01 Thread Alexander Rødseth
Date: Friday, August 2, 2013 @ 00:29:31
  Author: arodseth
Revision: 94970

archrelease: copy trunk to community-any

Added:
  jenkins-ci/repos/community-any/LICENSE
(from rev 94969, jenkins-ci/trunk/LICENSE)
  jenkins-ci/repos/community-any/PKGBUILD
(from rev 94969, jenkins-ci/trunk/PKGBUILD)
  jenkins-ci/repos/community-any/jenkins-ci.install
(from rev 94969, jenkins-ci/trunk/jenkins-ci.install)
  jenkins-ci/repos/community-any/jenkins.conf
(from rev 94969, jenkins-ci/trunk/jenkins.conf)
  jenkins-ci/repos/community-any/jenkins.service
(from rev 94969, jenkins-ci/trunk/jenkins.service)
  jenkins-ci/repos/community-any/jenkins.tmpfiles.d
(from rev 94969, jenkins-ci/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins-ci/repos/community-any/LICENSE
  jenkins-ci/repos/community-any/PKGBUILD
  jenkins-ci/repos/community-any/jenkins-ci.install
  jenkins-ci/repos/community-any/jenkins.conf
  jenkins-ci/repos/community-any/jenkins.service
  jenkins-ci/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 +++
 PKGBUILD   |   84 +-
 jenkins-ci.install |  102 +--
 jenkins.conf   |   26 ++---
 jenkins.service|   48 
 jenkins.tmpfiles.d |4 +-
 6 files changed, 155 insertions(+), 155 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-08-01 22:29:20 UTC (rev 94969)
+++ LICENSE 2013-08-01 22:29:31 UTC (rev 94970)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins-ci/repos/community-any/LICENSE (from rev 94969, 
jenkins-ci/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-08-01 22:29:31 UTC (rev 94970)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-01 22:29:20 UTC (rev 94969)
+++ PKGBUILD2013-08-01 22:29:31 UTC (rev 94970)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins-ci
-pkgver=1.525
-pkgrel=1
-pkgdesc='Extendable continuous integration server'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins')
-conflicts=('jenkins')
-replaces=('jenkins')
-backup=('etc/conf.d/jenkins')

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

2013-08-01 Thread Alexander Rødseth
Date: Friday, August 2, 2013 @ 00:29:20
  Author: arodseth
Revision: 94969

upgpkg: jenkins-ci 1.525-2

Modified:
  jenkins-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 20:45:02 UTC (rev 94968)
+++ PKGBUILD2013-08-01 22:29:20 UTC (rev 94969)
@@ -5,7 +5,7 @@
 
 pkgname=jenkins-ci
 pkgver=1.525
-pkgrel=1
+pkgrel=2
 pkgdesc='Extendable continuous integration server'
 arch=('any')
 url='http://jenkins-ci.org/'
@@ -22,7 +22,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha256sums=('766255f08f81237098c7ae96d58b861c3cb3700fd1569adc0735b48683e8c48e'
+sha256sums=('675d660cfbf4e1786d4c9e7567e9812c69d4d2c0af92097c2a48334cbbdb3325'
 '13b6e06de1dedff96bdb8e43f6830bbd954dc58df9d4ed5583693d2a6f8427f4'
 '23b748ae4c418bd1b98e33dd6bb55ad0d578803aecd26176998b759689b82e73'
 '0ccff16308b01b02f2699ea64a73b8dce1e1990ee1c656aa8d6119dee510262e'



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

2013-08-01 Thread Maxime Gauduin
Date: Friday, August 2, 2013 @ 00:32:03
  Author: alucryd
Revision: 94972

archrelease: copy trunk to community-x86_64

Added:
  clementine/repos/community-x86_64/PKGBUILD
(from rev 94971, clementine/trunk/PKGBUILD)
  clementine/repos/community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch
(from rev 94971, 
clementine/trunk/clementine-1.1.1-libimobiledevice-fix.patch)
  clementine/repos/community-x86_64/clementine.install
(from rev 94971, clementine/trunk/clementine.install)
Deleted:
  clementine/repos/community-x86_64/PKGBUILD
  clementine/repos/community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch
  clementine/repos/community-x86_64/clementine.install

-+
 PKGBUILD|   90 ++
 clementine-1.1.1-libimobiledevice-fix.patch |   24 +++---
 clementine.install  |   28 
 3 files changed, 78 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-01 22:31:55 UTC (rev 94971)
+++ PKGBUILD2013-08-01 22:32:03 UTC (rev 94972)
@@ -1,39 +0,0 @@
-# $Id$
-#Maintainer: Stéphane Gaudreault steph...@archlinux.org
-#Contributor: BlackEagle ike.devol...@gmail.com
-#Contributor: Dany Martineau dany.luc.martin...@gmail.com
-
-pkgname=clementine
-pkgver=1.1.1
-pkgrel=8
-pkgdesc=A music player and library organizer
-url=http://www.clementine-player.org/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
- 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice' 
'chromaprint'
- 'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 
'gvfs')
-makedepends=('cmake' 'boost' 'mesa')
-optdepends=('gstreamer0.10-base-plugins: for more open formats'
-'gstreamer0.10-good-plugins: for use with Good plugin libraries'
-'gstreamer0.10-bad-plugins: for use with Bad plugin libraries'
-'gstreamer0.10-ugly-plugins: for use with Ugly plugin libraries')
-source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-'clementine-1.1.1-libimobiledevice-fix.patch')
-install=clementine.install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -Np1  $srcdir/clementine-1.1.1-libimobiledevice-fix.patch
-
-   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DUSE_SYSTEM_PROJECTM=1 -DBUILD_WERROR=0
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}
-md5sums=('28e4afb822388bd337a761db8f86febf'
- '736df6cd828a3172701f63c8dc978cb9')

Copied: clementine/repos/community-x86_64/PKGBUILD (from rev 94971, 
clementine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-01 22:32:03 UTC (rev 94972)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=9
+pkgdesc=A music player and library organizer
+url=http://www.clementine-player.org/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 
'libmtp' 'projectm' 'protobuf' 'qca-ossl' 'qjson' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various devices support')
+install=clementine.install
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;
+'clementine-1.1.1-libimobiledevice-fix.patch')
+md5sums=('28e4afb822388bd337a761db8f86febf'
+ '736df6cd828a3172701f63c8dc978cb9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 -i ../clementine-1.1.1-libimobiledevice-fix.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DUSE_SYSTEM_PROJECTM=1 -DBUILD_WERROR=0
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: clementine-1.1.1-libimobiledevice-fix.patch
===
--- clementine-1.1.1-libimobiledevice-fix.patch 2013-08-01 22:31:55 UTC (rev 
94971)
+++ clementine-1.1.1-libimobiledevice-fix.patch 2013-08-01 22:32:03 UTC (rev 
94972)
@@ -1,12 +0,0 @@
-diff -up 

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

2013-08-01 Thread Maxime Gauduin
Date: Friday, August 2, 2013 @ 00:31:55
  Author: alucryd
Revision: 94971

FS#36369: clementine 1.1.1-9

Modified:
  clementine/trunk/PKGBUILD
  clementine/trunk/clementine.install

+
 PKGBUILD   |   56 ++-
 clementine.install |8 ---
 2 files changed, 39 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 22:29:31 UTC (rev 94970)
+++ PKGBUILD2013-08-01 22:31:55 UTC (rev 94971)
@@ -1,39 +1,51 @@
 # $Id$
-#Maintainer: Stéphane Gaudreault steph...@archlinux.org
-#Contributor: BlackEagle ike.devol...@gmail.com
-#Contributor: Dany Martineau dany.luc.martin...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
 
 pkgname=clementine
 pkgver=1.1.1
-pkgrel=8
+pkgrel=9
 pkgdesc=A music player and library organizer
 url=http://www.clementine-player.org/;
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
- 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice' 
'chromaprint'
- 'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 
'gvfs')
-makedepends=('cmake' 'boost' 'mesa')
-optdepends=('gstreamer0.10-base-plugins: for more open formats'
-'gstreamer0.10-good-plugins: for use with Good plugin libraries'
-'gstreamer0.10-bad-plugins: for use with Bad plugin libraries'
-'gstreamer0.10-ugly-plugins: for use with Ugly plugin libraries')
-source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+depends=('chromaprint' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 
'libmtp' 'projectm' 'protobuf' 'qca-ossl' 'qjson' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various devices support')
+install=clementine.install
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;
 'clementine-1.1.1-libimobiledevice-fix.patch')
-install=clementine.install
+md5sums=('28e4afb822388bd337a761db8f86febf'
+ '736df6cd828a3172701f63c8dc978cb9')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 -i ../clementine-1.1.1-libimobiledevice-fix.patch
+}
+
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-   patch -Np1  $srcdir/clementine-1.1.1-libimobiledevice-fix.patch
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
 
-   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DUSE_SYSTEM_PROJECTM=1 -DBUILD_WERROR=0
-   make
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DUSE_SYSTEM_PROJECTM=1 -DBUILD_WERROR=0
+  make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
 }
-md5sums=('28e4afb822388bd337a761db8f86febf'
- '736df6cd828a3172701f63c8dc978cb9')
+
+# vim: ts=2 sw=2 et:

Modified: clementine.install
===
--- clementine.install  2013-08-01 22:29:31 UTC (rev 94970)
+++ clementine.install  2013-08-01 22:31:55 UTC (rev 94971)
@@ -1,13 +1,15 @@
 post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
   update-desktop-database -q
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 
 post_remove() {
-  post_install $1
+  post_install
 }
+
+# vim: ts=2 sw=2 et:



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

2013-08-01 Thread Maxime Gauduin
Date: Friday, August 2, 2013 @ 00:38:12
  Author: alucryd
Revision: 94973

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

Added:
  clementine/repos/community-i686/PKGBUILD
(from rev 94972, clementine/trunk/PKGBUILD)
  clementine/repos/community-i686/clementine-1.1.1-libimobiledevice-fix.patch
(from rev 94972, 
clementine/trunk/clementine-1.1.1-libimobiledevice-fix.patch)
  clementine/repos/community-i686/clementine.install
(from rev 94972, clementine/trunk/clementine.install)
  clementine/repos/community-x86_64/PKGBUILD
(from rev 94972, clementine/trunk/PKGBUILD)
  clementine/repos/community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch
(from rev 94972, 
clementine/trunk/clementine-1.1.1-libimobiledevice-fix.patch)
  clementine/repos/community-x86_64/clementine.install
(from rev 94972, clementine/trunk/clementine.install)
Deleted:
  clementine/repos/community-i686/PKGBUILD
  clementine/repos/community-i686/clementine-1.1.1-libimobiledevice-fix.patch
  clementine/repos/community-i686/clementine.install
  clementine/repos/community-x86_64/PKGBUILD
  clementine/repos/community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch
  clementine/repos/community-x86_64/clementine.install

--+
 /PKGBUILD|  102 ++
 /clementine-1.1.1-libimobiledevice-fix.patch |   24 ++
 /clementine.install  |   30 ++
 community-i686/PKGBUILD  |   39 ---
 community-i686/clementine-1.1.1-libimobiledevice-fix.patch   |   12 -
 community-i686/clementine.install|   13 -
 community-x86_64/PKGBUILD|   51 -
 community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch |   12 -
 community-x86_64/clementine.install  |   15 -
 9 files changed, 156 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-01 22:32:03 UTC (rev 94972)
+++ community-i686/PKGBUILD 2013-08-01 22:38:12 UTC (rev 94973)
@@ -1,39 +0,0 @@
-# $Id$
-#Maintainer: Stéphane Gaudreault steph...@archlinux.org
-#Contributor: BlackEagle ike.devol...@gmail.com
-#Contributor: Dany Martineau dany.luc.martin...@gmail.com
-
-pkgname=clementine
-pkgver=1.1.1
-pkgrel=8
-pkgdesc=A music player and library organizer
-url=http://www.clementine-player.org/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
- 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice' 
'chromaprint'
- 'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 
'gvfs')
-makedepends=('cmake' 'boost' 'mesa')
-optdepends=('gstreamer0.10-base-plugins: for more open formats'
-'gstreamer0.10-good-plugins: for use with Good plugin libraries'
-'gstreamer0.10-bad-plugins: for use with Bad plugin libraries'
-'gstreamer0.10-ugly-plugins: for use with Ugly plugin libraries')
-source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-'clementine-1.1.1-libimobiledevice-fix.patch')
-install=clementine.install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -Np1  $srcdir/clementine-1.1.1-libimobiledevice-fix.patch
-
-   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DUSE_SYSTEM_PROJECTM=1 -DBUILD_WERROR=0
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}
-md5sums=('28e4afb822388bd337a761db8f86febf'
- '736df6cd828a3172701f63c8dc978cb9')

Copied: clementine/repos/community-i686/PKGBUILD (from rev 94972, 
clementine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-01 22:38:12 UTC (rev 94973)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=9
+pkgdesc=A music player and library organizer
+url=http://www.clementine-player.org/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 
'libmtp' 'projectm' 'protobuf' 'qca-ossl' 'qjson' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various 

[arch-commits] Commit in subversion/repos/extra-i686 (14 files)

2013-08-01 Thread Ángel Velásquez
Date: Friday, August 2, 2013 @ 00:48:16
  Author: angvp
Revision: 191955

archrelease: copy trunk to extra-i686

Added:
  subversion/repos/extra-i686/PKGBUILD
(from rev 191954, subversion/trunk/PKGBUILD)
  subversion/repos/extra-i686/subversion.install
(from rev 191954, subversion/trunk/subversion.install)
  subversion/repos/extra-i686/subversion.rpath.fix.patch
(from rev 191954, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/extra-i686/svn
(from rev 191954, subversion/trunk/svn)
  subversion/repos/extra-i686/svnserve.conf
(from rev 191954, subversion/trunk/svnserve.conf)
  subversion/repos/extra-i686/svnserve.service
(from rev 191954, subversion/trunk/svnserve.service)
  subversion/repos/extra-i686/svnserve.tmpfiles
(from rev 191954, subversion/trunk/svnserve.tmpfiles)
Deleted:
  subversion/repos/extra-i686/PKGBUILD
  subversion/repos/extra-i686/subversion.install
  subversion/repos/extra-i686/subversion.rpath.fix.patch
  subversion/repos/extra-i686/svn
  subversion/repos/extra-i686/svnserve.conf
  subversion/repos/extra-i686/svnserve.service
  subversion/repos/extra-i686/svnserve.tmpfiles

+
 PKGBUILD   |  194 +--
 subversion.install |   14 +--
 subversion.rpath.fix.patch |   20 ++--
 svn|   22 ++--
 svnserve.conf  |   14 +--
 svnserve.service   |   22 ++--
 svnserve.tmpfiles  |2 
 7 files changed, 146 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-01 21:53:49 UTC (rev 191954)
+++ PKGBUILD2013-08-01 22:48:16 UTC (rev 191955)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=subversion
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=A Modern Concurrent Version Control System
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf' 'systemd')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.apache.org/;
-provides=('svn')
-options=('!makeflags' '!libtool' '!emptydirs')
-install=${pkgname}.install
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
-svn
-svnserve.conf
-svnserve.tmpfiles
-svnserve.service
-subversion.rpath.fix.patch)
-md5sums=('f053a9948dfe5c70eff5c00509723214'
- 'a0db6dd43af33952739b6ec089852630'
- 'c459e299192552f61578f3438abf0664'
- 'bb2857eceafcfac35dde39dcffad2314'
- 'e8020c7a1d1a0c47091b5fdd034f81c5'
- '6b4340ba9d8845cd8497e013ae01be3f')
-
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=/usr/bin/python2
-
-   #patch -Np0 -i ../subversion.rpath.fix.patch
-   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
-
-   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
-   --with-zlib=/usr --with-neon=/usr --with-serf=/usr --with-apxs \
-   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
-   --enable-javahl --with-gnome-keyring --with-kwallet \
-   --disable-static
-
-   #make external-all
-   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
-   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl #swig-rb
-}
-
-#check() {
-#   cd ${srcdir}/${pkgname}-${pkgver}
-#   export LANG=C LC_ALL=C
-#   make check check-swig-pl check-swig-py check-javahl CLEANUP=yes # 
check-swig-rb
-#}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   export LD_LIBRARY_PATH=${pkgdir}/usr/lib:${LD_LIBRARY_PATH}
-   make DESTDIR=${pkgdir} INSTALLDIRS=vendor \
- swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
- swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
- install install-swig-py install-swig-pl install-javahl #install-swig-rb
-
-   install -dm755 ${pkgdir}/usr/share/subversion
-   cp -a tools/hook-scripts ${pkgdir}/usr/share/subversion/
-   rm ${pkgdir}/usr/share/subversion/hook-scripts/*.in
-
-   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
-   rm -r ${pkgdir}/usr/lib/perl5/core_perl
-
-   ## svnserve ...
-
-   # xinetd
-   install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
-
-   # ... systemd
-   install -D -m 644 

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

2013-08-01 Thread Laurent Carlier
Date: Friday, August 2, 2013 @ 01:14:49
  Author: lcarlier
Revision: 191956

upgpkg: mesa 9.1.6-1

upstream release 9.1.6

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 22:48:16 UTC (rev 191955)
+++ PKGBUILD2013-08-01 23:14:49 UTC (rev 191956)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
-pkgver=9.1.5
+pkgver=9.1.6
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'libxxf86vm' 'libxdamage'
@@ -14,7 +14,7 @@
 options=('!libtool')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
 LICENSE)
-md5sums=('4ed2af5943141a85a21869053a2fc2eb'
+md5sums=('443a2a352667294b53d56cb1a74114e9'
  '5c65a0fe315dd347e09b1f2826a1df5a')
 
 build() {



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

2013-08-01 Thread Laurent Carlier
Date: Friday, August 2, 2013 @ 01:15:05
  Author: lcarlier
Revision: 191957

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 191956, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 191956, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 191956, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 191956, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +
 /PKGBUILD |  304 
 extra-i686/LICENSE|   82 
 extra-i686/PKGBUILD   |  152 
 extra-x86_64/LICENSE  |   82 
 extra-x86_64/PKGBUILD |  152 
 6 files changed, 468 insertions(+), 468 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-08-01 23:14:49 UTC (rev 191956)
+++ extra-i686/LICENSE  2013-08-01 23:15:05 UTC (rev 191957)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: mesa/repos/extra-i686/LICENSE (from rev 191956, mesa/trunk/LICENSE)
===
--- 

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

2013-08-01 Thread Laurent Carlier
Date: Friday, August 2, 2013 @ 01:16:05
  Author: lcarlier
Revision: 94975

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  256 ++---
 1 file changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-01 23:15:57 UTC (rev 94974)
+++ PKGBUILD2013-08-01 23:16:05 UTC (rev 94975)
@@ -1,128 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=9.1.5
-pkgrel=1
-arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage'
- 'gcc-multilib' 'lib32-llvm-amdgpu-snapshot' 'lib32-systemd')
-url=http://mesa3d.sourceforge.net;
-license=('custom')
-options=('!libtool')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-md5sums=('4ed2af5943141a85a21869053a2fc2eb')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export LLVM_CONFIG=/usr/bin/llvm-config32
-
-  cd ${srcdir}/?esa-*
-
-  # our automake is far too new for their build system :)
-  autoreconf -vfi
-
-  ./configure --enable-32-bit \
---libdir=/usr/lib32 \
---prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---with-llvm-shared-libs \
---enable-gallium-llvm \
---enable-egl \
---enable-gallium-egl \
---with-egl-platforms=x11,drm \
---enable-shared-glapi \
---enable-gbm \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float
-  make
-
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_lib32-ati-dri() {
-  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'ati-dri')
-  conflicts=('xf86-video-ati6.9.0-6')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses/ati-dri
-  ln -s ati-dri $pkgdir/usr/share/licenses/ati-dri/lib32-ati-dri
-}
-
-package_lib32-intel-dri() {
-  pkgdesc=Mesa DRI drivers for Intel (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'intel-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/intel-dri
-  ln -s intel-dri $pkgdir/usr/share/licenses/intel-dri/lib32-intel-dri
-}
-
-package_lib32-nouveau-dri() {
-  pkgdesc=Mesa drivers for Nouveau (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'nouveau-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/nouveau-dri
-  ln -s nouveau-dri $pkgdir/usr/share/licenses/nouveau-dri/lib32-nouveau-dri
-}
-
-package_lib32-mesa() {
-  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-systemd' 'lib32-llvm-amdgpu-lib-snapshot' 'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-
-  mv -v ${srcdir}/fakeinstall/* ${pkgdir}
-  mv ${pkgdir}/usr/lib32/libGL.so.1.2.0 ${pkgdir}/usr/lib32/mesa-libGL.so.1.2.0
-  rm ${pkgdir}/usr/lib32/libGL.so{,.1}
-  rm -r ${pkgdir}/etc
-  rm -r ${pkgdir}/usr/include
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses/mesa
-  ln -s mesa 

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

2013-08-01 Thread Laurent Carlier
Date: Friday, August 2, 2013 @ 01:15:57
  Author: lcarlier
Revision: 94974

upgpkg: lib32-mesa 9.1.6-1

sync with extra

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 22:38:12 UTC (rev 94973)
+++ PKGBUILD2013-08-01 23:15:57 UTC (rev 94974)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=9.1.5
+pkgver=9.1.6
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage'
@@ -13,7 +13,7 @@
 license=('custom')
 options=('!libtool')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-md5sums=('4ed2af5943141a85a21869053a2fc2eb')
+md5sums=('443a2a352667294b53d56cb1a74114e9')
 
 build() {
   export CC=gcc -m32



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

2013-08-01 Thread Gaetan Bisson
Date: Friday, August 2, 2013 @ 02:35:47
  Author: bisson
Revision: 191958

implement FS#36370

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 23:15:05 UTC (rev 191957)
+++ PKGBUILD2013-08-02 00:35:47 UTC (rev 191958)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.17.4
-pkgrel=4
+pkgrel=5
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -37,6 +37,7 @@
--enable-jack \
--enable-lastfm \
--enable-soundcloud \
+   --enable-pipe-output \
--enable-pulse \
--disable-sidplay \
--with-systemdsystemunitdir=/usr/lib/systemd/system



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

2013-08-01 Thread Gaetan Bisson
Date: Friday, August 2, 2013 @ 02:36:31
  Author: bisson
Revision: 191959

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 191958, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 191958, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 191958, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 191958, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 191958, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 191958, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  124 ++
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   61 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   61 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 9 files changed, 148 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-02 00:35:47 UTC (rev 191958)
+++ extra-i686/PKGBUILD 2013-08-02 00:36:31 UTC (rev 191959)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.17.4
-pkgrel=4
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'tmpfiles.d')
-sha1sums=('f60b54e368fe74fde2fd4571227b0428fe0ae3cb'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/cdio_paranoia_input_plugin.c
-   sed 's:AVCODEC_MAX_AUDIO_FRAME_SIZE:192000:g' -i 
src/decoder/ffmpeg_decoder_plugin.c
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-lastfm \
-   --enable-soundcloud \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/usr/lib/systemd/user
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   ln -s ../system/mpd.service ${pkgdir}/usr/lib/systemd/user/mpd.service
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i ${pkgdir}/etc/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 191958, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-02 00:36:31 UTC (rev 191959)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.4
+pkgrel=5
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'tmpfiles.d')
+sha1sums=('f60b54e368fe74fde2fd4571227b0428fe0ae3cb'
+  

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

2013-08-01 Thread Gaetan Bisson
Date: Friday, August 2, 2013 @ 05:24:15
  Author: bisson
Revision: 191962

db-move: moved ntp from [testing] to [extra] (i686, x86_64)

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 191961, ntp/repos/testing-i686/PKGBUILD)
  ntp/repos/extra-i686/install
(from rev 191961, ntp/repos/testing-i686/install)
  ntp/repos/extra-i686/ntp.conf
(from rev 191961, ntp/repos/testing-i686/ntp.conf)
  ntp/repos/extra-i686/ntpd.service
(from rev 191961, ntp/repos/testing-i686/ntpd.service)
  ntp/repos/extra-i686/ntpdate.service
(from rev 191961, ntp/repos/testing-i686/ntpdate.service)
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 191961, ntp/repos/testing-x86_64/PKGBUILD)
  ntp/repos/extra-x86_64/install
(from rev 191961, ntp/repos/testing-x86_64/install)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 191961, ntp/repos/testing-x86_64/ntp.conf)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 191961, ntp/repos/testing-x86_64/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 191961, ntp/repos/testing-x86_64/ntpdate.service)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/install
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntpd.service
  ntp/repos/extra-i686/ntpdate
  ntp/repos/extra-i686/ntpdate.service
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/install
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate
  ntp/repos/extra-x86_64/ntpdate.service
  ntp/repos/testing-i686/
  ntp/repos/testing-x86_64/

--+
 /PKGBUILD|  120 +
 /install |   74 +
 /ntp.conf|   38 
 /ntpd.service|   24 
 /ntpdate.service |   22 +++
 extra-i686/PKGBUILD  |   60 
 extra-i686/install   |   37 
 extra-i686/ntp.conf  |   19 --
 extra-i686/ntpd.service  |   13 
 extra-i686/ntpdate   |   29 -
 extra-i686/ntpdate.service   |   12 
 extra-x86_64/PKGBUILD|   60 
 extra-x86_64/install |   37 
 extra-x86_64/ntp.conf|   19 --
 extra-x86_64/ntpd.service|   13 
 extra-x86_64/ntpdate |   29 -
 extra-x86_64/ntpdate.service |   12 
 17 files changed, 278 insertions(+), 340 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-02 00:55:05 UTC (rev 191961)
+++ extra-i686/PKGBUILD 2013-08-02 03:24:15 UTC (rev 191962)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-
-pkgname=ntp
-pkgver=4.2.6.p5
-_realver=4.2.6p5
-pkgrel=15
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-makedepends=('perl-html-parser')
-depends=('openssl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz;
-'ntp.conf'
-'ntpd.service'
-'ntpdate.service')
-sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
-  'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
-  'ffbabfaab90f1ba4dc769c84fbbfe89c5c01ee95'
-  '0cb9dbd285e2e8ac51ff47dee08af69e12a09855'
-)
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${_realver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-linuxcaps \
-   --enable-ntp-signd \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${_realver}
-
-   make DESTDIR=${pkgdir} install
-
-   rmdir ${pkgdir}/usr/{lib,sbin}
-   install -d -o 87 ${pkgdir}/var/lib/ntp
-   install -Dm644 ../ntp.conf ${pkgdir}/etc/ntp.conf
-   install -Dm644 ../ntpd.service 
${pkgdir}/usr/lib/systemd/system/ntpd.service
-   install -Dm644 ../ntpdate.service 
${pkgdir}/usr/lib/systemd/system/ntpdate.service
-   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   
-   cd html
-   ../scripts/html2man
-   install -d ${pkgdir}/usr/share/man
-   mv man/man* ${pkgdir}/usr/share/man
-   mv ${pkgdir}/usr/share/man/man8/ntpd.8 
${pkgdir}/usr/share/man/man8/ntp-ntpd.8 # we should ditch openntpd
-
-   install -dm755 ${pkgdir}/usr/lib/systemd/ntp-units.d
-   echo 'ntpd.service'  
${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list
-}

Copied: ntp/repos/extra-i686/PKGBUILD (from rev 191961, 
ntp/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-02 03:24:15 UTC (rev 191962)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 

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

2013-08-01 Thread Ángel Velásquez
Date: Friday, August 2, 2013 @ 07:35:03
  Author: angvp
Revision: 94976

upgpkg: python-paramiko 1.11.0-1

Version bump

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 23:16:05 UTC (rev 94975)
+++ PKGBUILD2013-08-02 05:35:03 UTC (rev 94976)
@@ -5,16 +5,21 @@
 
 pkgbase=python-paramiko
 pkgname=python2-paramiko
-pkgver=1.10.1
+pkgver=1.11.0
 pkgrel=1
 pkgdesc=Python module that implements the SSH2 protocol
 url=https://github.com/paramiko/paramiko/;
 license=('LGPL')
 arch=('any')
 depends=('python2-crypto')
-source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz)
-md5sums=('4ba105e2d8535496fd633889396b20b7')
+source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
+md5sums=('a2c55dc04904bd08d984533703177084')
 
+check() {
+cd $srcdir/paramiko-$pkgver
+python2 test.py
+}
+
 package_python2-paramiko() {
   cd $srcdir/paramiko-$pkgver
 



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

2013-08-01 Thread Ángel Velásquez
Date: Friday, August 2, 2013 @ 07:35:42
  Author: angvp
Revision: 94977

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-02 05:35:03 UTC (rev 94976)
+++ PKGBUILD2013-08-02 05:35:42 UTC (rev 94977)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Mario Danic mario.da...@gmail.com
-
-pkgbase=python-paramiko
-pkgname=python2-paramiko
-pkgver=1.10.1
-pkgrel=1
-pkgdesc=Python module that implements the SSH2 protocol
-url=https://github.com/paramiko/paramiko/;
-license=('LGPL')
-arch=('any')
-depends=('python2-crypto')
-source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz)
-md5sums=('4ba105e2d8535496fd633889396b20b7')
-
-package_python2-paramiko() {
-  cd $srcdir/paramiko-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
-  install -dm755 $pkgdir/usr/share/doc/$pkgname/demos
-  install -m644 demos/* $pkgdir/usr/share/doc/$pkgname/demos
-  chmod 755 $pkgdir/usr/share/doc/$pkgname/demos/*.py
-
-  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,'
-}

Copied: python-paramiko/repos/community-any/PKGBUILD (from rev 94976, 
python-paramiko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-02 05:35:42 UTC (rev 94977)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Mario Danic mario.da...@gmail.com
+
+pkgbase=python-paramiko
+pkgname=python2-paramiko
+pkgver=1.11.0
+pkgrel=1
+pkgdesc=Python module that implements the SSH2 protocol
+url=https://github.com/paramiko/paramiko/;
+license=('LGPL')
+arch=('any')
+depends=('python2-crypto')
+source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
+md5sums=('a2c55dc04904bd08d984533703177084')
+
+check() {
+cd $srcdir/paramiko-$pkgver
+python2 test.py
+}
+
+package_python2-paramiko() {
+  cd $srcdir/paramiko-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/demos
+  install -m644 demos/* $pkgdir/usr/share/doc/$pkgname/demos
+  chmod 755 $pkgdir/usr/share/doc/$pkgname/demos/*.py
+
+  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,'
+}