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

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 20:42:13
  Author: arojas
Revision: 235540

Add missing docs (FS#44476)

Modified:
  kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 09:14:19 UTC (rev 235539)
+++ PKGBUILD2015-04-06 18:42:13 UTC (rev 235540)
@@ -6,7 +6,7 @@
 pkgname=('kwrite'
  'kate')
 pkgver=14.12.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels')
@@ -66,9 +66,12 @@
   cd build/kate
   make DESTDIR=${pkgdir} install
 
-  cd ../../build/doc/kate
+  cd $srcdir/build/addons
   make DESTDIR=${pkgdir} install
 
-  cd ../../../build/addons
+  cd $srcdir/build/doc/kate
   make DESTDIR=${pkgdir} install
+
+  cd $srcdir/build/doc/katepart
+  make DESTDIR=${pkgdir} install
 }


[arch-commits] Commit in libkscreen4 (5 files)

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 21:10:59
  Author: arojas
Revision: 235544

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

Added:
  libkscreen4/repos/
  libkscreen4/repos/extra-i686/
  libkscreen4/repos/extra-i686/PKGBUILD
(from rev 235543, libkscreen4/trunk/PKGBUILD)
  libkscreen4/repos/extra-x86_64/
  libkscreen4/repos/extra-x86_64/PKGBUILD
(from rev 235543, libkscreen4/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: libkscreen4/repos/extra-i686/PKGBUILD (from rev 235543, 
libkscreen4/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2015-04-06 19:10:59 UTC (rev 235544)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 232534 2015-03-04 08:30:10Z fyan $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=libkscreen4
+_pkgname=libkscreen
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=KDE's screen management library
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/libkscreen'
+license=('GPL')
+depends=('kdelibs' 'qjson')
+makedepends=('cmake' 'automoc4')
+conflicts=('libkscreen5')
+replaces=('libkscreen5')
+source=(http://download.kde.org/stable/${_pkgname}/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+md5sums=('b1cc2805cd5ff468d534d75cbab69426')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkscreen4/repos/extra-x86_64/PKGBUILD (from rev 235543, 
libkscreen4/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-04-06 19:10:59 UTC (rev 235544)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 232534 2015-03-04 08:30:10Z fyan $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=libkscreen4
+_pkgname=libkscreen
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=KDE's screen management library
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/libkscreen'
+license=('GPL')
+depends=('kdelibs' 'qjson')
+makedepends=('cmake' 'automoc4')
+conflicts=('libkscreen5')
+replaces=('libkscreen5')
+source=(http://download.kde.org/stable/${_pkgname}/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+md5sums=('b1cc2805cd5ff468d534d75cbab69426')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in kscreen4 (7 files)

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 21:25:09
  Author: arojas
Revision: 130846

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

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

---+
 community-i686/PKGBUILD   |   37 
 community-i686/kscreen4.install   |   16 +++
 community-x86_64/PKGBUILD |   37 
 community-x86_64/kscreen4.install |   16 +++
 4 files changed, 106 insertions(+)

Copied: kscreen4/repos/community-i686/PKGBUILD (from rev 130845, 
kscreen4/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-04-06 19:25:09 UTC (rev 130846)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 126643 2015-01-27 14:06:03Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=kscreen4
+_pkgname=kscreen
+pkgver=1.0.2.1
+pkgrel=1
+pkgdesc=KDE's screen management software
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/kscreen'
+license=('GPL' 'LGPL')
+depends=('kdebase-runtime' 'libkscreen4')
+conflicts=('kscreen' 'kscreen-frameworks')
+replaces=('kscreen5')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://download.kde.org/stable/${_pkgname}/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+md5sums=('cd3d6ffdb0e44c418c2804fc72b8391b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kscreen4/repos/community-i686/kscreen4.install (from rev 130845, 
kscreen4/trunk/kscreen4.install)
===
--- repos/community-i686/kscreen4.install   (rev 0)
+++ repos/community-i686/kscreen4.install   2015-04-06 19:25:09 UTC (rev 
130846)
@@ -0,0 +1,16 @@
+post_install() {
+printf == To enable KSceen, run in a terminal:\n
+printf qdbus-qt4 org.kde.kded /kded org.kde.kded.unloadModule 
randrmonitor\n
+printf qdbus-qt4 org.kde.kded /kded org.kde.kded.setModuleAutoloading 
randrmonitor false\n
+printf qdbus-qt4 org.kde.kded /kded org.kde.kded.loadModule kscreen\n
+
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_remove() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}

Copied: kscreen4/repos/community-x86_64/PKGBUILD (from rev 130845, 
kscreen4/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-04-06 19:25:09 UTC (rev 130846)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 126643 2015-01-27 14:06:03Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=kscreen4
+_pkgname=kscreen
+pkgver=1.0.2.1
+pkgrel=1
+pkgdesc=KDE's screen management software
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/kscreen'
+license=('GPL' 'LGPL')
+depends=('kdebase-runtime' 'libkscreen4')
+conflicts=('kscreen' 'kscreen-frameworks')
+replaces=('kscreen5')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://download.kde.org/stable/${_pkgname}/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+md5sums=('cd3d6ffdb0e44c418c2804fc72b8391b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kscreen4/repos/community-x86_64/kscreen4.install (from rev 130845, 
kscreen4/trunk/kscreen4.install)
===
--- repos/community-x86_64/kscreen4.install (rev 0)
+++ repos/community-x86_64/kscreen4.install 2015-04-06 19:25:09 UTC (rev 
130846)
@@ -0,0 +1,16 @@
+post_install() {
+printf == To enable KSceen, run in a terminal:\n
+printf qdbus-qt4 org.kde.kded /kded org.kde.kded.unloadModule 
randrmonitor\n
+printf qdbus-qt4 org.kde.kded /kded 

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

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 21:17:21
  Author: arojas
Revision: 235545

Depend on libkscreen4

Modified:
  kdegraphics-okular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 19:10:59 UTC (rev 235544)
+++ PKGBUILD2015-04-06 19:17:21 UTC (rev 235545)
@@ -4,7 +4,7 @@
 
 pkgname=kdegraphics-okular
 pkgver=14.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
 url=http://kde.org/applications/graphics/okular/;
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegraphics')
 depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
- 'libkexiv2' 'poppler-qt4' 'libkscreen')
+ 'libkexiv2' 'poppler-qt4' 'libkscreen4')
 makedepends=('cmake' 'automoc4' 'ebook-tools')
 optdepends=('ebook-tools: mobi and epub support'
 'kdegraphics-mobipocket: mobi support')


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

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 21:09:18
  Author: arojas
Revision: 235543

Add missing docs (FS#44476)

Modified:
  kate/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 19:07:58 UTC (rev 235542)
+++ PKGBUILD2015-04-06 19:09:18 UTC (rev 235543)
@@ -60,9 +60,12 @@
   cd build/kate
   make DESTDIR=${pkgdir} install
 
-  cd ../../build/doc/kate
+  cd $srcdir/build/addons
   make DESTDIR=${pkgdir} install
 
-  cd ../../../build/addons
+  cd $srcdir/build/doc/kate
   make DESTDIR=${pkgdir} install
+
+  cd $srcdir/build/doc/katepart
+  make DESTDIR=${pkgdir} install
 }


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

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 21:17:50
  Author: arojas
Revision: 235546

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

Added:
  kdegraphics-okular/repos/extra-i686/PKGBUILD
(from rev 235545, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install
(from rev 235545, kdegraphics-okular/trunk/kdegraphics-okular.install)
  kdegraphics-okular/repos/extra-x86_64/PKGBUILD
(from rev 235545, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/extra-x86_64/kdegraphics-okular.install
(from rev 235545, kdegraphics-okular/trunk/kdegraphics-okular.install)
Deleted:
  kdegraphics-okular/repos/extra-i686/PKGBUILD
  kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install
  kdegraphics-okular/repos/extra-x86_64/PKGBUILD
  kdegraphics-okular/repos/extra-x86_64/kdegraphics-okular.install

-+
 /PKGBUILD   |   78 ++
 /kdegraphics-okular.install |   24 +
 extra-i686/PKGBUILD |   39 ---
 extra-i686/kdegraphics-okular.install   |   12 
 extra-x86_64/PKGBUILD   |   39 ---
 extra-x86_64/kdegraphics-okular.install |   12 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-06 19:17:21 UTC (rev 235545)
+++ extra-i686/PKGBUILD 2015-04-06 19:17:50 UTC (rev 235546)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-okular
-pkgver=14.12.3
-pkgrel=1
-pkgdesc='Document Viewer'
-arch=('i686' 'x86_64')
-url=http://kde.org/applications/graphics/okular/;
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
- 'libkexiv2' 'poppler-qt4' 'libkscreen')
-makedepends=('cmake' 'automoc4' 'ebook-tools')
-optdepends=('ebook-tools: mobi and epub support'
-'kdegraphics-mobipocket: mobi support')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('402238357773d421fb7404c3a09bbaba73722592')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../okular-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_ActiveApp=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-okular/repos/extra-i686/PKGBUILD (from rev 235545, 
kdegraphics-okular/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-06 19:17:50 UTC (rev 235546)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=14.12.3
+pkgrel=2
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2' 'poppler-qt4' 'libkscreen4')
+makedepends=('cmake' 'automoc4' 'ebook-tools')
+optdepends=('ebook-tools: mobi and epub support'
+'kdegraphics-mobipocket: mobi support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('402238357773d421fb7404c3a09bbaba73722592')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdegraphics-okular.install
===
--- extra-i686/kdegraphics-okular.install   2015-04-06 19:17:21 UTC (rev 
235545)
+++ extra-i686/kdegraphics-okular.install   2015-04-06 19:17:50 UTC (rev 
235546)
@@ -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
-}

Copied: kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install (from 
rev 235545, kdegraphics-okular/trunk/kdegraphics-okular.install)
===
--- extra-i686/kdegraphics-okular.install   (rev 0)
+++ extra-i686/kdegraphics-okular.install   2015-04-06 19:17:50 UTC (rev 
235546)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme 

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

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 21:33:48
  Author: arojas
Revision: 235547

Depend on libkscreen4

Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 19:17:50 UTC (rev 235546)
+++ PKGBUILD2015-04-06 19:33:48 UTC (rev 235547)
@@ -4,7 +4,7 @@
 
 pkgname=kdegraphics-okular
 pkgver=15.03.97
-pkgrel=1
+pkgrel=2
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
 url=http://kde.org/applications/graphics/okular/;
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegraphics')
 depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
- 'libkexiv2' 'poppler-qt4' 'libkscreen')
+ 'libkexiv2' 'poppler-qt4' 'libkscreen4')
 makedepends=('cmake' 'automoc4' 'ebook-tools' 'kdegraphics-mobipocket')
 optdepends=('ebook-tools: mobi and epub support'
 'kdegraphics-mobipocket: mobi support')


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

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 20:43:16
  Author: arojas
Revision: 235541

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

Added:
  kate/repos/extra-i686/PKGBUILD
(from rev 235540, kate/trunk/PKGBUILD)
  kate/repos/extra-i686/fix-dolphin-hang.patch
(from rev 235540, kate/trunk/fix-dolphin-hang.patch)
  kate/repos/extra-i686/kate.install
(from rev 235540, kate/trunk/kate.install)
  kate/repos/extra-i686/kwrite.install
(from rev 235540, kate/trunk/kwrite.install)
  kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 235540, kate/trunk/pkgbuild-syntax-highlight.patch)
  kate/repos/extra-x86_64/PKGBUILD
(from rev 235540, kate/trunk/PKGBUILD)
  kate/repos/extra-x86_64/fix-dolphin-hang.patch
(from rev 235540, kate/trunk/fix-dolphin-hang.patch)
  kate/repos/extra-x86_64/kate.install
(from rev 235540, kate/trunk/kate.install)
  kate/repos/extra-x86_64/kwrite.install
(from rev 235540, kate/trunk/kwrite.install)
  kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 235540, kate/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  kate/repos/extra-i686/PKGBUILD
  kate/repos/extra-i686/fix-dolphin-hang.patch
  kate/repos/extra-i686/kate.install
  kate/repos/extra-i686/kwrite.install
  kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
  kate/repos/extra-x86_64/PKGBUILD
  kate/repos/extra-x86_64/fix-dolphin-hang.patch
  kate/repos/extra-x86_64/kate.install
  kate/repos/extra-x86_64/kwrite.install
  kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

--+
 /PKGBUILD|  154 +
 /fix-dolphin-hang.patch  |  152 
 /kate.install|   26 
 /kwrite.install  |   24 +++
 /pkgbuild-syntax-highlight.patch |   22 +++
 extra-i686/PKGBUILD  |   74 
 extra-i686/fix-dolphin-hang.patch|   76 
 extra-i686/kate.install  |   13 --
 extra-i686/kwrite.install|   12 -
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 -
 extra-x86_64/PKGBUILD|   74 
 extra-x86_64/fix-dolphin-hang.patch  |   76 
 extra-x86_64/kate.install|   13 --
 extra-x86_64/kwrite.install  |   12 -
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 -
 15 files changed, 378 insertions(+), 372 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-06 18:42:13 UTC (rev 235540)
+++ extra-i686/PKGBUILD 2015-04-06 18:43:16 UTC (rev 235541)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=14.12.3
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-fix-dolphin-hang.patch)
-sha1sums=('57a34ad4dfb8e1a8c8f76244cf571cb1ce8f5c28'
-  '4b15188df9d6cce22f6f7969bf00ebe702af')
-
-prepare() {
-  mkdir build
-
-  # FS#43513 / https://bugs.kde.org/show_bug.cgi?id=339094
-  cd ${pkgbase}-${pkgver}
-  patch -p1 -i ../fix-dolphin-hang.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc=Text Editor
-  groups=('kde' 'kdebase')
-  url=http://www.kde.org/applications/utilities/kwrite/;
-  install='kwrite.install'
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR=${pkgdir} install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR=${pkgdir} install
-}
-
-package_kate() {
-  pkgdesc=Advanced Text Editor
-  groups=('kde' 'kdesdk')
-  url=http://www.kde.org/applications/utilities/kate/;
-  install='kate.install'
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR=${pkgdir} install
-
-  cd ../../build/doc/kate
-  make DESTDIR=${pkgdir} install
-
-  cd ../../../build/addons
-  make DESTDIR=${pkgdir} install
-}

Copied: kate/repos/extra-i686/PKGBUILD (from rev 235540, kate/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD   

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

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 21:07:58
  Author: arojas
Revision: 235542

Rename KDE4 libkscreen to libkscreen4

Added:
  libkscreen4/
  libkscreen4/trunk/
  libkscreen4/trunk/PKGBUILD

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

Added: libkscreen4/trunk/PKGBUILD
===
--- libkscreen4/trunk/PKGBUILD  (rev 0)
+++ libkscreen4/trunk/PKGBUILD  2015-04-06 19:07:58 UTC (rev 235542)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 232534 2015-03-04 08:30:10Z fyan $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=libkscreen4
+_pkgname=libkscreen
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=KDE's screen management library
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/libkscreen'
+license=('GPL')
+depends=('kdelibs' 'qjson')
+makedepends=('cmake' 'automoc4')
+conflicts=('libkscreen5')
+replaces=('libkscreen5')
+source=(http://download.kde.org/stable/${_pkgname}/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+md5sums=('b1cc2805cd5ff468d534d75cbab69426')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in (4 files)

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 21:23:47
  Author: arojas
Revision: 130845

Rename KDE4 version of kscreen to kscreen4

Added:
  kscreen4/
  kscreen4/trunk/
  kscreen4/trunk/PKGBUILD
  kscreen4/trunk/kscreen4.install

--+
 PKGBUILD |   37 +
 kscreen4.install |   16 
 2 files changed, 53 insertions(+)

Added: kscreen4/trunk/PKGBUILD
===
--- kscreen4/trunk/PKGBUILD (rev 0)
+++ kscreen4/trunk/PKGBUILD 2015-04-06 19:23:47 UTC (rev 130845)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 126643 2015-01-27 14:06:03Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=kscreen4
+_pkgname=kscreen
+pkgver=1.0.2.1
+pkgrel=1
+pkgdesc=KDE's screen management software
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/kscreen'
+license=('GPL' 'LGPL')
+depends=('kdebase-runtime' 'libkscreen4')
+conflicts=('kscreen' 'kscreen-frameworks')
+replaces=('kscreen5')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://download.kde.org/stable/${_pkgname}/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+md5sums=('cd3d6ffdb0e44c418c2804fc72b8391b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Added: kscreen4/trunk/kscreen4.install
===
--- kscreen4/trunk/kscreen4.install (rev 0)
+++ kscreen4/trunk/kscreen4.install 2015-04-06 19:23:47 UTC (rev 130845)
@@ -0,0 +1,16 @@
+post_install() {
+printf == To enable KSceen, run in a terminal:\n
+printf qdbus-qt4 org.kde.kded /kded org.kde.kded.unloadModule 
randrmonitor\n
+printf qdbus-qt4 org.kde.kded /kded org.kde.kded.setModuleAutoloading 
randrmonitor false\n
+printf qdbus-qt4 org.kde.kded /kded org.kde.kded.loadModule kscreen\n
+
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_remove() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}


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

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 21:34:13
  Author: arojas
Revision: 235548

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

Added:
  kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD
(from rev 235547, kdegraphics-okular/kde-unstable/PKGBUILD)
  kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install
(from rev 235547, 
kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
  kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235547, kdegraphics-okular/kde-unstable/PKGBUILD)
  kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install
(from rev 235547, 
kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
Deleted:
  kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install
  kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install

+
 /PKGBUILD  |   78 +++
 /kdegraphics-okular.install|   24 +++
 kde-unstable-i686/PKGBUILD |   39 ---
 kde-unstable-i686/kdegraphics-okular.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   39 ---
 kde-unstable-x86_64/kdegraphics-okular.install |   12 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-04-06 19:33:48 UTC (rev 235547)
+++ kde-unstable-i686/PKGBUILD  2015-04-06 19:34:13 UTC (rev 235548)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-okular
-pkgver=15.03.97
-pkgrel=1
-pkgdesc='Document Viewer'
-arch=('i686' 'x86_64')
-url=http://kde.org/applications/graphics/okular/;
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
- 'libkexiv2' 'poppler-qt4' 'libkscreen')
-makedepends=('cmake' 'automoc4' 'ebook-tools' 'kdegraphics-mobipocket')
-optdepends=('ebook-tools: mobi and epub support'
-'kdegraphics-mobipocket: mobi support')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('627d957e6a2dc60e6b697a27da11e951b6a804ee')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../okular-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_ActiveApp=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD (from rev 235547, 
kdegraphics-okular/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-04-06 19:34:13 UTC (rev 235548)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=15.03.97
+pkgrel=2
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2' 'poppler-qt4' 'libkscreen4')
+makedepends=('cmake' 'automoc4' 'ebook-tools' 'kdegraphics-mobipocket')
+optdepends=('ebook-tools: mobi and epub support'
+'kdegraphics-mobipocket: mobi support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('627d957e6a2dc60e6b697a27da11e951b6a804ee')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegraphics-okular.install
===
--- kde-unstable-i686/kdegraphics-okular.install2015-04-06 19:33:48 UTC 
(rev 235547)
+++ kde-unstable-i686/kdegraphics-okular.install2015-04-06 19:34:13 UTC 
(rev 235548)
@@ -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
-}

Copied: kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install 
(from rev 235547, kdegraphics-okular/kde-unstable/kdegraphics-okular.install)

[arch-commits] Commit in camlp4/repos (extra-i686)

2015-04-06 Thread Florian Pritz
Date: Tuesday, April 7, 2015 @ 00:16:53
  Author: bluewind
Revision: 130854

remove wrong repos

Deleted:
  camlp4/repos/extra-i686/


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

2015-04-06 Thread Sébastien Luttringer
Date: Tuesday, April 7, 2015 @ 03:14:43
  Author: seblu
Revision: 130856

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

Added:
  lldpd/repos/community-i686/LICENSE
(from rev 130855, lldpd/trunk/LICENSE)
  lldpd/repos/community-i686/PKGBUILD
(from rev 130855, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-i686/lldpd.install
(from rev 130855, lldpd/trunk/lldpd.install)
  lldpd/repos/community-i686/lldpd.service
(from rev 130855, lldpd/trunk/lldpd.service)
  lldpd/repos/community-x86_64/LICENSE
(from rev 130855, lldpd/trunk/LICENSE)
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 130855, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-x86_64/lldpd.install
(from rev 130855, lldpd/trunk/lldpd.install)
  lldpd/repos/community-x86_64/lldpd.service
(from rev 130855, lldpd/trunk/lldpd.service)
Deleted:
  lldpd/repos/community-i686/LICENSE
  lldpd/repos/community-i686/PKGBUILD
  lldpd/repos/community-i686/lldpd.install
  lldpd/repos/community-i686/lldpd.service
  lldpd/repos/community-x86_64/LICENSE
  lldpd/repos/community-x86_64/PKGBUILD
  lldpd/repos/community-x86_64/lldpd.install
  lldpd/repos/community-x86_64/lldpd.service

+
 /LICENSE   |   22 +++
 /PKGBUILD  |  122 +++
 /lldpd.install |   38 
 /lldpd.service |   24 +++
 community-i686/LICENSE |   11 ---
 community-i686/PKGBUILD|   61 ---
 community-i686/lldpd.install   |   19 --
 community-i686/lldpd.service   |   12 ---
 community-x86_64/LICENSE   |   11 ---
 community-x86_64/PKGBUILD  |   61 ---
 community-x86_64/lldpd.install |   19 --
 community-x86_64/lldpd.service |   12 ---
 12 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-04-07 01:14:12 UTC (rev 130855)
+++ community-i686/LICENSE  2015-04-07 01:14:43 UTC (rev 130856)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: lldpd/repos/community-i686/LICENSE (from rev 130855, 
lldpd/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-04-07 01:14:43 UTC (rev 130856)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 01:14:12 UTC (rev 130855)
+++ community-i686/PKGBUILD 2015-04-07 01:14:43 UTC (rev 130856)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-# Contributor: Brian Bidulock bidul...@openss7.org
-
-pkgname=lldpd
-pkgver=0.7.13
-pkgrel=1
-pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
-arch=('i686' 'x86_64')
-url='http://vincentbernat.github.io/lldpd/'
-license=('custom:ISC' 'GPL')
-depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
- 'libxml2' 'net-snmp' 'jansson')
-backup=('etc/lldpd.conf')
-install=$pkgname.install
-source=(http://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz;
-'LICENSE'
-'lldpd.service')
-md5sums=('13e8be761753eac9a8e12128acba40b4'
- '8ae98663bac55afe5d989919d296f28a'
- 'a650af7390db0632480184f9f2e7ee4a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-snmp \
---with-xml \

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

2015-04-06 Thread Sébastien Luttringer
Date: Tuesday, April 7, 2015 @ 03:14:12
  Author: seblu
Revision: 130855

upgpkg: lldpd 0.7.14-1

Modified:
  lldpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 22:16:53 UTC (rev 130854)
+++ PKGBUILD2015-04-07 01:14:12 UTC (rev 130855)
@@ -3,7 +3,7 @@
 # Contributor: Brian Bidulock bidul...@openss7.org
 
 pkgname=lldpd
-pkgver=0.7.13
+pkgver=0.7.14
 pkgrel=1
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=(http://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz;
 'LICENSE'
 'lldpd.service')
-md5sums=('13e8be761753eac9a8e12128acba40b4'
+md5sums=('66462f85e56895256fa77ea1ab53bfbc'
  '8ae98663bac55afe5d989919d296f28a'
  'a650af7390db0632480184f9f2e7ee4a')
 


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

2015-04-06 Thread Lukas Fleischer
Date: Tuesday, April 7, 2015 @ 07:22:49
  Author: lfleischer
Revision: 130857

upgpkg: tor 0.2.5.12-1

* Upstream update.
* Do not remove tor user when removing the package.

Modified:
  tor/trunk/PKGBUILD
  tor/trunk/tor.install

-+
 PKGBUILD|9 -
 tor.install |   13 -
 2 files changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 01:14:43 UTC (rev 130856)
+++ PKGBUILD2015-04-07 05:22:49 UTC (rev 130857)
@@ -5,7 +5,7 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.2.5.11
+pkgver=0.2.5.12
 pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 source=(https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc}
 'torrc'
 'tor.service')
-md5sums=('9ca64f76996cb8a750e50c792e2c4c52'
+md5sums=('89745069a7efb7aafd01ae263bd0fe5c'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74')
@@ -38,12 +38,11 @@
 
   make DESTDIR=${pkgdir} install
 
-  install -dm0700 ${pkgdir}/var/lib/tor
+  install -dm0700 -o 43 -g 43 ${pkgdir}/var/lib/tor
 
   mv ${pkgdir}/etc/tor/torrc.sample ${pkgdir}/etc/tor/torrc-dist
   install -Dm0644 ${srcdir}/torrc ${pkgdir}/etc/tor/torrc
+  install -Dm0644 ${srcdir}/tor.service 
${pkgdir}/usr/lib/systemd/system/tor.service
 
   install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  install -Dm0644 ${srcdir}/tor.service 
${pkgdir}/usr/lib/systemd/system/tor.service
 }

Modified: tor.install
===
--- tor.install 2015-04-07 01:14:43 UTC (rev 130856)
+++ tor.install 2015-04-07 05:22:49 UTC (rev 130857)
@@ -1,17 +1,4 @@
 post_install() {
   groupadd -g 43 tor /dev/null
   useradd -u 43 -g tor -d /var/lib/tor -s /bin/false tor  /dev/null
-  chown tor:tor var/lib/tor  /dev/null
-  chmod 700 var/lib/tor  /dev/null
 }
-
-post_upgrade() {
-  getent group tor /dev/null || groupadd -g 43 tor /dev/null
-  getent passwd tor /dev/null || useradd -u 43 -g tor -d /var/lib/tor -s 
/bin/false tor  /dev/null
-  chown tor:tor var/lib/tor  /dev/null
-}
-
-pre_remove() {
-  getent passwd tor /dev/null  userdel tor  /dev/null
-  getent group tor /dev/null  groupdel tor  /dev/null
-}


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

2015-04-06 Thread Lukas Fleischer
Date: Tuesday, April 7, 2015 @ 07:23:06
  Author: lfleischer
Revision: 130858

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 130857, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 130857, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 130857, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 130857, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 130857, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 130857, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 130857, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 130857, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   96 ++
 /tor.install |8 
 /tor.service |   30 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   49 -
 community-i686/tor.install   |   17 -
 community-i686/tor.service   |   15 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   49 -
 community-x86_64/tor.install |   17 -
 community-x86_64/tor.service |   15 -
 community-x86_64/torrc   |  189 
 12 files changed, 512 insertions(+), 540 deletions(-)

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


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

2015-04-06 Thread Pierre Schmitz
Date: Tuesday, April 7, 2015 @ 07:28:28
  Author: pierre
Revision: 235551

icu 55.1 rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 19:43:55 UTC (rev 235550)
+++ PKGBUILD2015-04-07 05:28:28 UTC (rev 235551)
@@ -23,7 +23,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.6.7
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'


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

2015-04-06 Thread Pierre Schmitz
Date: Tuesday, April 7, 2015 @ 07:29:04
  Author: pierre
Revision: 235552

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

Added:
  php/repos/staging-i686/
  php/repos/staging-i686/PKGBUILD
(from rev 235551, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 235551, php/trunk/apache.conf)
  php/repos/staging-i686/logrotate.d.php-fpm
(from rev 235551, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-i686/php-fpm.conf.in.patch
(from rev 235551, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-i686/php-fpm.install
(from rev 235551, php/trunk/php-fpm.install)
  php/repos/staging-i686/php-fpm.service
(from rev 235551, php/trunk/php-fpm.service)
  php/repos/staging-i686/php-fpm.tmpfiles
(from rev 235551, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-i686/php.ini.patch
(from rev 235551, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 235551, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 235551, php/trunk/apache.conf)
  php/repos/staging-x86_64/logrotate.d.php-fpm
(from rev 235551, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-x86_64/php-fpm.conf.in.patch
(from rev 235551, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-x86_64/php-fpm.install
(from rev 235551, php/trunk/php-fpm.install)
  php/repos/staging-x86_64/php-fpm.service
(from rev 235551, php/trunk/php-fpm.service)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 235551, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 235551, php/trunk/php.ini.patch)

--+
 staging-i686/PKGBUILD|  395 +
 staging-i686/apache.conf |   13 +
 staging-i686/logrotate.d.php-fpm |8 
 staging-i686/php-fpm.conf.in.patch   |   52 
 staging-i686/php-fpm.install |9 
 staging-i686/php-fpm.service |   13 +
 staging-i686/php-fpm.tmpfiles|1 
 staging-i686/php.ini.patch   |  121 ++
 staging-x86_64/PKGBUILD  |  395 +
 staging-x86_64/apache.conf   |   13 +
 staging-x86_64/logrotate.d.php-fpm   |8 
 staging-x86_64/php-fpm.conf.in.patch |   52 
 staging-x86_64/php-fpm.install   |9 
 staging-x86_64/php-fpm.service   |   13 +
 staging-x86_64/php-fpm.tmpfiles  |1 
 staging-x86_64/php.ini.patch |  121 ++
 16 files changed, 1224 insertions(+)

Copied: php/repos/staging-i686/PKGBUILD (from rev 235551, php/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-07 05:29:04 UTC (rev 235552)
@@ -0,0 +1,395 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-phpdbg'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.6.7
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'gd' 'icu'
+ 'curl' 'libxslt' 'openssl' 'db' 'gmp' 'systemd')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz;
+# http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('4e04eb021de009981ed963f993a171c1'
+#  'SKIP'
+ '942f9d8af9bcab2487ca710ef42ef1de'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '16b5e2e4da59f15bea4c2db78a7bc8dc'
+ '25bc67ad828e8147a817410b68d8016c'
+ 'cc2940f5312ba42e7aa1ddfab74b84c4'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+validpgpkeys=('6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3'
+  '0BD78B5F97500D450838F95DFE857D9A90D90EC1')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+   # Just because our Apache 2.4 is configured with a threaded MPM by 
default does not mean we want to build a ZTS PHP.
+   # Let's supress this behaviour and build a SAPI that works fine with 
the prefork MPM.
+   sed '/APACHE_THREADED_MPM=/d' -i sapi/apache2handler/config.m4 -i 
configure
+}
+
+build() {
+   local _phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+ 

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

2015-04-06 Thread Andreas Radke
Date: Monday, April 6, 2015 @ 09:29:31
  Author: andyrtr
Revision: 235536

upgpkg: libreoffice-fresh 4.4.2-1

upstream update 4.4.2 + rebuild for icu 55.1

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 07:28:13 UTC (rev 235535)
+++ PKGBUILD2015-04-06 07:29:31 UTC (rev 235536)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=4.4.1.2
-pkgver=4.4.1
-pkgrel=2
+_LOver=4.4.2.2
+pkgver=4.4.2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -98,11 +98,11 @@
libfreehand-0.1.0.tar.bz2
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
-md5sums=('4c7b5a8a37cb883382778a95604180cf'
+md5sums=('5971b3feefec99f819d8b6c6260eb845'
  'SKIP'
- 'c59c5680716e147ade109e3544f892f4'
+ 'a6cf287374c39a488dc8e77e062aa7b7'
  'SKIP'
- '85c9224cc524b8882e98568e4e7acf3a'
+ '538f8b3b9514cdc4ffb3d671f2f79609'
  'SKIP'
  'd6eef4b4cacb2183f2bf265a5a03a354'
  '1f24ab1d39f4a51faf22244c94a6203f'


[arch-commits] Commit in kdeplasma4-addons (9 files)

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 09:28:13
  Author: arojas
Revision: 235535

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

Added:
  kdeplasma4-addons/repos/
  kdeplasma4-addons/repos/extra-i686/
  kdeplasma4-addons/repos/extra-i686/PKGBUILD
(from rev 235534, kdeplasma4-addons/trunk/PKGBUILD)
  kdeplasma4-addons/repos/extra-i686/kdeplasma-addons-applets-lancelot.install
(from rev 235534, 
kdeplasma4-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma4-addons/repos/extra-i686/kdeplasma4-addons.install
(from rev 235534, kdeplasma4-addons/trunk/kdeplasma4-addons.install)
  kdeplasma4-addons/repos/extra-x86_64/
  kdeplasma4-addons/repos/extra-x86_64/PKGBUILD
(from rev 235534, kdeplasma4-addons/trunk/PKGBUILD)
  kdeplasma4-addons/repos/extra-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 235534, 
kdeplasma4-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma4-addons/repos/extra-x86_64/kdeplasma4-addons.install
(from rev 235534, kdeplasma4-addons/trunk/kdeplasma4-addons.install)

+
 extra-i686/PKGBUILD|  649 +++
 extra-i686/kdeplasma-addons-applets-lancelot.install   |   12 
 extra-i686/kdeplasma4-addons.install   |   11 
 extra-x86_64/PKGBUILD  |  649 +++
 extra-x86_64/kdeplasma-addons-applets-lancelot.install |   12 
 extra-x86_64/kdeplasma4-addons.install |   11 
 6 files changed, 1344 insertions(+)

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


[arch-commits] Commit in libreoffice-fresh-i18n/repos (2 files)

2015-04-06 Thread Andreas Radke
Date: Monday, April 6, 2015 @ 11:14:19
  Author: andyrtr
Revision: 235539

archrelease: copy trunk to staging-any

Added:
  libreoffice-fresh-i18n/repos/staging-any/
  libreoffice-fresh-i18n/repos/staging-any/PKGBUILD
(from rev 235538, libreoffice-fresh-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-fresh-i18n/repos/staging-any/PKGBUILD (from rev 235538, 
libreoffice-fresh-i18n/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-04-06 09:14:19 UTC (rev 235539)
@@ -0,0 +1,354 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgbase=libreoffice-fresh-i18n
+
+pkgver=4.4.2
+pkgrel=1
+_rcver=${pkgver}.2
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url=http://www.documentfoundation.org;
+license=('LGPL')
+makedepends=('rpmextract')
+
+#http://download.documentfoundation.org/mirrors/all.html
+_url=http://download.documentfoundation.org/libreoffice/stable;
+#_url=http://download.documentfoundation.org/libreoffice/testing;
+#_url=http://dev-builds.libreoffice.org/pre-releases;
+#_url=http://www.libreoffice.org/download/pre-releases;
+
+#_url+=/${pkgver}-rc2/rpm/x86
+_url+=/${pkgver}/rpm/x86
+#_url+=/rpm/x86
+
+_languages=(
+  'afAfrikaans'
+  'amAmharic'
+  'arArabic'
+  'asAssamese (India)'
+  'ast   Asturianu'
+  'beBelarusian'
+  'bgBulgarian'
+  'bnBengali'
+  'bn-IN Bengali (India)'
+  'boTibetan'
+  'brBreton'
+  'brx   Bodo'
+  'bsBosnian'
+  'caCatalan'
+  'ca-valencia   Catalan (Valencia)'
+  'csCzech'
+  'cyWelsh'
+  'daDanish'
+  'deGerman'
+  'dgo   Dogri'
+  'dzDzongkha'
+  'elGreek'
+  'en-GB English (GB)'
+  'en-ZA English (ZA)'
+  'eoEsperanto'
+  'esSpanish'
+  'etEstonian'
+  'euBasque'
+  'faPersian'
+  'fiFinnish'
+  'frFrench'
+  'gaIrish'
+  'gdGaelic (Scottish)'
+  'glGalician'
+  'guGujarati'
+  'heHebrew'
+  'hiHindi'
+  'hrCroatian'
+  'huHungarian'
+  'idIndonesian'
+  'isIcelandic'
+  'itItalian'
+  'jaJapanese'
+  'kaGeorgian'
+  'kkKazakh'
+  'kmKhmer (Cambodia)'
+  'kmr-Latn  Kurdish'
+  'knKannada'
+  'koKorean'
+  'kok   Konkani'
+  'ksKashmiri'
+  'lbLuxembourgish'
+  'loLao'
+  'ltLithuanian'
+  'lvLatvian'
+  'mai   Maithili'
+  'mkMacedonian'
+  'mlMalayalam'
+  'mnMongolian'
+  'mni   Manipuri'
+  'mrMarathi'
+  'myBurmese'
+  'nbNorwegian Bokmal'
+  'neNepali'
+  'nlDutch'
+  'nnNorwegian Nynorsk'
+  'nrNdebele (South)'
+  'nso   Northern Sotho'
+  'ocOccitan'
+  'omOromo'
+  'orOriya'
+  'pa-IN Punjabi (India)'
+  'plPolish'
+  'ptPortuguese'
+  'pt-BR Portuguese (Brasil)'
+  'roRomanian'
+  'ruRussian'
+  'rwKinyarwanda'
+  'sa-IN Sanskrit (India)'
+  'sat   Santali'
+  'sdSindhi'
+  'siSinghalese'
+  'sid   Sidama'
+  'skSlovak'
+  'slSlovenian'
+  'sqAlbanien'
+  'srSerbian'
+  'sr-Latn   Serbian (Latin)'
+  'ssSwati'
+  'stSouthern Sotho'
+  'svSwedish'
+  'sw-TZ Swahili (Tanzania)'
+  'taTamil'
+  'teTelugu'
+  'tgTajik'
+  'thThai'
+  'tnTswana'
+  'trTurkish'
+  'tsTsonga'
+  'ttTatar'
+  'ugUighur'
+  'ukUkrainian'
+  'uzUzbek'
+  'veVenda'
+  'viVietnamese'
+  'xhXhosa'
+  'zh-CN Chinese (simplified)'
+  'zh-TW Chinese (traditional)'
+  'zuZulu'
+)
+md5sums=('909e28a83783e475a6ce7f36b32ecfd7'
+ 'a5402fd3f7c0c95adf3d8b2188074599'
+ '9afcdb104121e953faaf2dba74f60f47'
+ '293b6f360e9e93a15ee367e113eb09c6'
+ '53ab8db0aecf6a52f19ba7adc3938b10'
+ 'b33b38bc1ae829fc4714d648df17dff7'
+ 'bddfd435fdbb92c0e9ff87319db4a037'
+ 'b467269b3967439a9e48a291b01ef3e9'
+ 

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

2015-04-06 Thread Andreas Radke
Date: Monday, April 6, 2015 @ 09:30:21
  Author: andyrtr
Revision: 235537

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

Added:
  libreoffice-fresh/repos/staging-i686/
  libreoffice-fresh/repos/staging-i686/PKGBUILD
(from rev 235536, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh
(from rev 235536, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.install
(from rev 235536, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh
(from rev 235536, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 235536, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 235536, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 235536, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.install
(from rev 235536, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 235536, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 235536, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  390 
++
 staging-i686/libreoffice-fresh.csh  |6 
 staging-i686/libreoffice-fresh.install  |   13 
 staging-i686/libreoffice-fresh.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 staging-x86_64/PKGBUILD |  390 
++
 staging-x86_64/libreoffice-fresh.csh|6 
 staging-x86_64/libreoffice-fresh.install|   13 
 staging-x86_64/libreoffice-fresh.sh |6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 10 files changed, 918 insertions(+)

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


[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2015-04-06 Thread Andreas Radke
Date: Monday, April 6, 2015 @ 11:10:58
  Author: andyrtr
Revision: 235538

upgpkg: libreoffice-fresh-i18n 4.4.2-1

upstream update 4.4.2

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  334 ++---
 1 file changed, 167 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 07:30:21 UTC (rev 235537)
+++ PKGBUILD2015-04-06 09:10:58 UTC (rev 235538)
@@ -4,7 +4,7 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -136,172 +136,172 @@
   'zh-TW Chinese (traditional)'
   'zuZulu'
 )
-md5sums=('b938c4ab582c01bd0424943cf030ab33'
- '61b2205c655b1c07f59924dc532008e6'
- '900a5747d0ee29c0f75c8de7fab091af'
- 'aaf562d1193b90f68e879f313bfbe9b8'
- 'a5c700f719e27cd850ea676f43259a27'
- '718702bcbf34ab6b1cb9014fd6056f57'
- '023440406807a2e41b46bc3d202491dd'
- '6ec62e43397ed4dfc8d98d4de831d21e'
- 'bf90f97a806b82655e2f73e3d7be2df3'
- 'bbc875a7ac7dad2032b7869d7d382caf'
- 'c633d9f9e7dd77a90a4de4df7355acb2'
- '54db04f6338ee1c4dafd9bba2bdef848'
- 'e6715f388aee103d69ae1b680f29b9c1'
- '214e3e6eb6587c4f8882ab27492e98f8'
- '5b705146f6b8d8c58a6aa719fbe9eb5e'
- 'f42c2650f8f7e4e1bb2cbbc0ef8226f8'
- '39537551aa9e64f99613498be741f402'
- 'e7b81813ee34df6b8835eabe39175bca'
- 'e097bc29d1e50203713c4de5f96863ac'
- 'e6c756d47e2561703099d609780c2b16'
- 'aa48da3c5932526760012267ad87848a'
- '76ca95ac960c8cbb6f89bfbdda8c7705'
- '332186f4d99b09b9d688b25e3328b070'
- '0750c4a75e10326c480930999d98c121'
- '29b2e40977f596919ce595e5a2ad7424'
- 'd4835dffa0791e7c5566a946f58730b5'
- '6067ef181da90bc6bff5d457f6e648d2'
- 'fb2f0fa84318f6c86eccdc4147e79894'
- '1c75ab08f038b5bc59ebb269d6e4110f'
- '49ac06f35b0552e0579779bc13c61a80'
- '3cf11745472fcbf3948fee269f3f8ef3'
- '8b5860dec93cb5b4773876929d8bf955'
- 'da1c5d565278c935aede4ee7e2a8401a'
- '6a6855c437e2483605970871a07ef073'
- 'a005866591eeb8bcc5240a897e436e7e'
- 'e7e61d7c91ce69ee14b4efbdc9da28dc'
- '6f262f5e6b59130431cfe2e755503749'
- '267e393ea3d35f5d93cd169e716495cf'
- '5c5471604b691d24cc2b789722c47928'
- '4bd81219eb86714b7c2908a9be19b0d3'
- 'a73c526bb5320888a72d670702034ca0'
- '1bc9c59f683a12d790612d3343992cac'
- '58475c36492c7688ecf73afbaf939657'
- '27d11dc80b2f6d151cb8079ecb9d35ef'
- 'a64bf8c524bcc0abe6ba856efa87fdc0'
- '3167ca321e4dcdb0f863acabca5e3f4f'
- '18429bb4eb58b8c552b01c68db5381ba'
- 'da1262c9e89d5598e5d950c556b9f33f'
- 'eec6b005af9bf4667a28aedddaf2'
- '19f78655db24213bfdc4e9550c7bd844'
- 'c21bb59766d4c1f3053fe207edf7f539'
- '1bc67585b63310a11a8c6328dbdba8c7'
- '70a0b4f5df554546ccbf445f96ecd8f1'
- '963eda033848573550311ba57b29a41e'
- '8215d6dd19a6b74e357a6461e81a197a'
- 'db79baca5222c324231d99e538efb59e'
- '815a9ad4ed2a792e6496cc83a098e417'
- 'e83c4a5c0b4aef4edd85448d70c90602'
- 'a6f6f8d6fe871b74f97dda9f71f037db'
- '3c9d9287a6a8cd74f7657cea65ad9ce8'
- '4f8ac45b65d169d37bb703167a7d'
- 'aa8af760c8751ff666143c002b43f0aa'
- '58d71c13464f79ddbca2fe15f93f63c0'
- '433583fec22d273e82ea815861e7bee7'
- 'e5291322b3bb14b84ee335a90dbbe4fd'
- 'da099e059af2f05bc0300fb0013926b5'
- 'eeb77cc977383325c1a8f8f8dda8d49c'
- '3ee07f504428e0a8716d9d373b45a87b'
- 'b4d0257bffaaad6edd7dedd27d406ad6'
- '85f393e86d181fae71276c35605b8585'
- 'e37323476f74c989c866d11cfd25b4fd'
- 'ecbfc300b29eeb5c2d206cf9c6bd5cf9'
- 'a0d3a39560c2bc484973668334622089'
- '360723d1b93ae2e111eaf9be16a43b11'
- '458a358397eccaa9b0903092f0663626'
- '020b0045ab408feebc47b6cb5e11c9ce'
- 'bb39eb44e68a41dbadfdc01297dd24fc'
- '18ffd32133e5a1f15a01288b52fd49ce'
- 'c750cd4c11e4b7ae07dfb075535981d1'
- '92667bf397066a799538e8a327eb7812'
- '7c44fe24669d9687be74e07eb85176ed'
- 'e7f0e51f93bb2a6a6b259a5df90eefaa'
- '04da2acf0979b1417d80fb8b8dd4d26e'
- 'e740b3f6a9384f41790ef951f10b247e'
- 'c0c2f6d4eb49ccac10965455b1a71c99'
- '7fd509e901de0c84e4e8b18c0a1e5d7b'
- 'b75cbafba4d57956a46e69da358d8e3d'
- '0946382ae753274352b0efeafd3eeb21'
- '53ada671e4d8f32ca2ef2d341003a5c8'
- 'e3db335993bd2d217a36a5d72004a97a'
- '8a057b8e4744ee61620c1291f1a61125'
- '4761b4d7be673d857c1d703522a7a851'
- '715764f0dd20a0b002f978abe76a1b45'
- 'b27ca35d8402796626442e99651137a9'
-  

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

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 12:08:07
  Author: spupykin
Revision: 130814

upgpkg: ortp 0.24.1-1

upd

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 10:08:03 UTC (rev 130813)
+++ PKGBUILD2015-04-06 10:08:07 UTC (rev 130814)
@@ -5,8 +5,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=ortp
-pkgver=0.24.0
-pkgrel=2
+pkgver=0.24.1
+pkgrel=1
 pkgdesc=A Real-time Transport Protocol (RTP) library
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/index.php/eng/code_review/ortp;
@@ -16,6 +16,8 @@
 sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
   'SKIP')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
+  'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 12:08:03
  Author: spupykin
Revision: 130813

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-06 10:07:49 UTC (rev 130812)
+++ community-i686/PKGBUILD 2015-04-06 10:08:03 UTC (rev 130813)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Adrià Arrufat swiftscy...@gmail.com
-# Contributor: Mark Lee m...@markelee.com
-
-pkgname=mediastreamer
-pkgver=2.11.0
-pkgrel=2
-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' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
- 'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mediastreamer/repos/community-i686/PKGBUILD (from rev 130812, 
mediastreamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-06 10:08:03 UTC (rev 130813)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+# Contributor: Mark Lee m...@markelee.com
+
+pkgname=mediastreamer
+pkgver=2.11.1
+pkgrel=1
+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' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('b406b445c9e8a5c50d4f92455913bc17'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-06 10:07:49 UTC (rev 130812)
+++ community-x86_64/PKGBUILD   2015-04-06 10:08:03 UTC (rev 130813)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Adrià Arrufat swiftscy...@gmail.com
-# Contributor: Mark Lee m...@markelee.com
-
-pkgname=mediastreamer
-pkgver=2.11.0
-pkgrel=2
-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' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
- 'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 130812, 
mediastreamer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-06 10:08:03 UTC (rev 130813)
@@ -0,0 +1,33 @@
+# $Id$
+# 

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

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 12:07:43
  Author: spupykin
Revision: 130811

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

Added:
  linphone/repos/community-i686/ChangeLog
(from rev 130810, linphone/trunk/ChangeLog)
  linphone/repos/community-i686/PKGBUILD
(from rev 130810, linphone/trunk/PKGBUILD)
  linphone/repos/community-x86_64/ChangeLog
(from rev 130810, linphone/trunk/ChangeLog)
  linphone/repos/community-x86_64/PKGBUILD
(from rev 130810, linphone/trunk/PKGBUILD)
Deleted:
  linphone/repos/community-i686/ChangeLog
  linphone/repos/community-i686/PKGBUILD
  linphone/repos/community-x86_64/ChangeLog
  linphone/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   66 +
 /PKGBUILD  |   76 +++
 community-i686/ChangeLog   |   33 --
 community-i686/PKGBUILD|   38 -
 community-x86_64/ChangeLog |   33 --
 community-x86_64/PKGBUILD  |   38 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-04-06 10:07:26 UTC (rev 130810)
+++ community-i686/ChangeLog2015-04-06 10:07:43 UTC (rev 130811)
@@ -1,33 +0,0 @@
-2008-10-16  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-* v3.0.0 build for x86_64
-
-2008-08-23  Darwin Bautista  djclue...@gmail.com
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24  Darwin Bautista  djclue...@gmail.com
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02  Darwin Bautista  djclue...@gmail.com
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* linphone 2.0.0-1
-* New upstream release
-* depends=(): added 'libexosip2', remove 'libosip2'
-* Bumped minimum required version of dependencies
-
-2007-11-16  Darwin Bautista  djclue...@gmail.com
-* linphone 1.7.1-1
-* New upstream release
-* Revamped PKGBUILD
-* Fixed dependencies
-* Use external ortp

Copied: linphone/repos/community-i686/ChangeLog (from rev 130810, 
linphone/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-04-06 10:07:43 UTC (rev 130811)
@@ -0,0 +1,33 @@
+2008-10-16  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  djclue...@gmail.com
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  djclue...@gmail.com
+* linphone 1.7.1-1
+* New upstream release
+* Revamped PKGBUILD
+* Fixed dependencies
+* Use external ortp

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-06 10:07:26 UTC (rev 130810)
+++ community-i686/PKGBUILD 2015-04-06 10:07:43 UTC (rev 130811)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-# Contributor: Mark Lee m...@markelee.com
-
-pkgname=linphone
-pkgver=3.8.0
-pkgrel=4
-pkgdesc=A Voice-over-IP phone
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng;
-license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 
'v4l-utils'
-'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
-'belle-sip')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')
-optdepends=('pulseaudio')
-options=('!emptydirs')
-source=(http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.8.x/sources/${pkgname}-$pkgver.tar.gz;)
-md5sums=('086b4100d4817497223fe4b6c37a0acd')
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG=/usr/bin/pkg-config
-  unset SGML_CATALOG_FILES
-  ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \
-   --enable-alsa --enable-pulseaudio --disable-artsc --disable-strict \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-external-mediastreamer \
-   --enable-external-ortp \
-   --enable-zrtp
-  make
-}
-
-package() {
-  cd 

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

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 12:07:49
  Author: spupykin
Revision: 130812

upgpkg: mediastreamer 2.11.1-1

upd

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 10:07:43 UTC (rev 130811)
+++ PKGBUILD2015-04-06 10:07:49 UTC (rev 130812)
@@ -6,8 +6,8 @@
 # Contributor: Mark Lee m...@markelee.com
 
 pkgname=mediastreamer
-pkgver=2.11.0
-pkgrel=2
+pkgver=2.11.1
+pkgrel=1
 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/;
@@ -16,9 +16,9 @@
 # xxd from Vim is needed to build
 makedepends=('intltool' 'vim')
 
source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('b406b445c9e8a5c50d4f92455913bc17'
  'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 12:07:26
  Author: spupykin
Revision: 130810

upgpkg: linphone 3.8.1-1

upd

Modified:
  linphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 06:41:39 UTC (rev 130809)
+++ PKGBUILD2015-04-06 10:07:26 UTC (rev 130810)
@@ -4,8 +4,8 @@
 # Contributor: Mark Lee m...@markelee.com
 
 pkgname=linphone
-pkgver=3.8.0
-pkgrel=4
+pkgver=3.8.1
+pkgrel=1
 pkgdesc=A Voice-over-IP phone
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/index.php/eng;
@@ -17,7 +17,7 @@
 optdepends=('pulseaudio')
 options=('!emptydirs')
 
source=(http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.8.x/sources/${pkgname}-$pkgver.tar.gz;)
-md5sums=('086b4100d4817497223fe4b6c37a0acd')
+md5sums=('9f2a8e27c4f33169e1673f85b6591f8b')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 12:08:20
  Author: spupykin
Revision: 130815

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-06 10:08:07 UTC (rev 130814)
+++ community-i686/PKGBUILD 2015-04-06 10:08:20 UTC (rev 130815)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=ortp
-pkgver=0.24.0
-pkgrel=2
-pkgdesc=A Real-time Transport Protocol (RTP) library
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng/code_review/ortp;
-license=('GPL3')
-depends=('glibc')
-source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
-sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
-  'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ortp/repos/community-i686/PKGBUILD (from rev 130814, 
ortp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-06 10:08:20 UTC (rev 130815)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.24.1
+pkgrel=1
+pkgdesc=A Real-time Transport Protocol (RTP) library
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
+  'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+sha1sums=('63db811bb841e6b8e74063a4c2b79ce6cfa8988b'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-06 10:08:07 UTC (rev 130814)
+++ community-x86_64/PKGBUILD   2015-04-06 10:08:20 UTC (rev 130815)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=ortp
-pkgver=0.24.0
-pkgrel=2
-pkgdesc=A Real-time Transport Protocol (RTP) library
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng/code_review/ortp;
-license=('GPL3')
-depends=('glibc')
-source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
-sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
-  'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 130814, 
ortp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-06 10:08:20 UTC (rev 130815)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.24.1
+pkgrel=1
+pkgdesc=A Real-time Transport Protocol (RTP) library
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('bf2954d29b95ea53c06af6a73f57b73662faa3b7'
+  'SKIP')

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

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 12:16:23
  Author: spupykin
Revision: 130816

upgpkg: haskell-pango 0.13.1.0-1

upd

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 10:08:20 UTC (rev 130815)
+++ PKGBUILD2015-04-06 10:16:23 UTC (rev 130816)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-pango
-pkgver=0.13.0.5
-pkgrel=3
+pkgver=0.13.1.0
+pkgrel=1
 pkgdesc=Binding to the pango library for Gtk2Hs.
 url=http://hackage.haskell.org/package/pango;
 license=('LGPL2.1')
@@ -17,13 +17,8 @@
 options=('strip' 'staticlibs')
 install=gtk2hs-pango.install
 
source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('603f56b967ea25cd904aa2b5588ba68a')
+md5sums=('14ef94d811e8b32ce9626c5b289bd438')
 
-prepare() {
-  cd ${srcdir}/pango-${pkgver}
-  sed -i 's|die |System.Exit.die |' SetupWrapper.hs
-}
-
 build() {
   cd ${srcdir}/pango-${pkgver}
   runhaskell Setup configure -O -p --enable-split-objs --enable-shared \


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

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 12:16:36
  Author: spupykin
Revision: 130817

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

Added:
  haskell-pango/repos/community-i686/PKGBUILD
(from rev 130816, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-i686/gtk2hs-pango.install
(from rev 130816, haskell-pango/trunk/gtk2hs-pango.install)
  haskell-pango/repos/community-x86_64/PKGBUILD
(from rev 130816, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install
(from rev 130816, haskell-pango/trunk/gtk2hs-pango.install)
Deleted:
  haskell-pango/repos/community-i686/PKGBUILD
  haskell-pango/repos/community-i686/gtk2hs-pango.install
  haskell-pango/repos/community-x86_64/PKGBUILD
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install

---+
 /PKGBUILD |  110 
 /gtk2hs-pango.install |   36 ++
 community-i686/PKGBUILD   |   60 -
 community-i686/gtk2hs-pango.install   |   18 -
 community-x86_64/PKGBUILD |   60 -
 community-x86_64/gtk2hs-pango.install |   18 -
 6 files changed, 146 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-06 10:16:23 UTC (rev 130816)
+++ community-i686/PKGBUILD 2015-04-06 10:16:36 UTC (rev 130817)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-pango
-pkgver=0.13.0.5
-pkgrel=3
-pkgdesc=Binding to the pango library for Gtk2Hs.
-url=http://hackage.haskell.org/package/pango;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
-makedepends=(gtk2hs-buildtools)
-provides=('gtk2hs-pango')
-replaces=('gtk2hs-pango')
-conflicts=('gtk2hs-pango')
-options=('strip' 'staticlibs')
-install=gtk2hs-pango.install
-source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('603f56b967ea25cd904aa2b5588ba68a')
-
-prepare() {
-  cd ${srcdir}/pango-${pkgver}
-  sed -i 's|die |System.Exit.die |' SetupWrapper.hs
-}
-
-build() {
-  cd ${srcdir}/pango-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-pango \
---libsubdir=\$compiler/site-local/\$pkgid
-  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]=$1=${_ver}
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-  _update_deps haskell-glib
-  _update_deps haskell-cairo
-
-  cd ${srcdir}/pango-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-pango/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-pango/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-pango/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/pango
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-pango/repos/community-i686/PKGBUILD (from rev 130816, 
haskell-pango/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-06 10:16:36 UTC (rev 130817)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-pango
+pkgver=0.13.1.0
+pkgrel=1
+pkgdesc=Binding to the pango library for Gtk2Hs.
+url=http://hackage.haskell.org/package/pango;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
+makedepends=(gtk2hs-buildtools)
+provides=('gtk2hs-pango')
+replaces=('gtk2hs-pango')
+conflicts=('gtk2hs-pango')
+options=('strip' 'staticlibs')
+install=gtk2hs-pango.install
+source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
+md5sums=('14ef94d811e8b32ce9626c5b289bd438')
+
+build() {
+  cd ${srcdir}/pango-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-pango \
+--libsubdir=\$compiler/site-local/\$pkgid
+  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
+  

[arch-commits] Commit in (5 files)

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 09:24:01
  Author: arojas
Revision: 235534

Rename kdeplasma-addons pkgbase and groups to kdeplasma4-addons

Added:
  kdeplasma4-addons/
  kdeplasma4-addons/trunk/
  kdeplasma4-addons/trunk/PKGBUILD
  kdeplasma4-addons/trunk/kdeplasma-addons-applets-lancelot.install
  kdeplasma4-addons/trunk/kdeplasma4-addons.install

---+
 PKGBUILD  |  649 
 kdeplasma-addons-applets-lancelot.install |   12 
 kdeplasma4-addons.install |   11 
 3 files changed, 672 insertions(+)

Added: kdeplasma4-addons/trunk/PKGBUILD
===
--- kdeplasma4-addons/trunk/PKGBUILD(rev 0)
+++ kdeplasma4-addons/trunk/PKGBUILD2015-04-06 07:24:01 UTC (rev 235534)
@@ -0,0 +1,649 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeplasma4-addons
+_pkgbase=kdeplasma-addons
+pkgname=('kdeplasma-addons-applets-bball'
+ 'kdeplasma-addons-applets-binary-clock'
+ 'kdeplasma-addons-applets-blackboard'
+ 'kdeplasma-addons-applets-bookmarks'
+ 'kdeplasma-addons-applets-bubblemon'
+ 'kdeplasma-addons-applets-calculator'
+ 'kdeplasma-addons-applets-charselect'
+ 'kdeplasma-addons-applets-comic'
+ 'kdeplasma-addons-applets-community'
+ 'kdeplasma-addons-applets-dict'
+ 'kdeplasma-addons-applets-eyes'
+ 'kdeplasma-addons-applets-fifteenpuzzle'
+ 'kdeplasma-addons-applets-filewatcher'
+ 'kdeplasma-addons-applets-frame'
+ 'kdeplasma-addons-applets-fuzzy-clock'
+ 'kdeplasma-addons-applets-icontasks'
+ 'kdeplasma-addons-applets-incomingmsg'
+ 'kdeplasma-addons-applets-kimpanel'
+ 'kdeplasma-addons-applets-knowledgebase'
+ 'kdeplasma-addons-applets-kolourpicker'
+ 'kdeplasma-addons-applets-konqprofiles'
+ 'kdeplasma-addons-applets-konsoleprofiles'
+ 'kdeplasma-addons-applets-lancelot'
+ 'kdeplasma-addons-applets-leavenote'
+ 'kdeplasma-addons-applets-life'
+ 'kdeplasma-addons-applets-luna'
+ 'kdeplasma-addons-applets-magnifique'
+ 'kdeplasma-addons-applets-mediaplayer'
+ 'kdeplasma-addons-applets-microblog'
+ 'kdeplasma-addons-applets-news'
+ 'kdeplasma-addons-applets-notes'
+ 'kdeplasma-addons-applets-nowplaying'
+ 'kdeplasma-addons-applets-paste'
+ 'kdeplasma-addons-applets-pastebin'
+ 'kdeplasma-addons-applets-plasmaboard'
+ 'kdeplasma-addons-applets-previewer'
+ 'kdeplasma-addons-applets-qalculate'
+ 'kdeplasma-addons-applets-rememberthemilk'
+ 'kdeplasma-addons-applets-rssnow'
+ 'kdeplasma-addons-applets-showdashboard'
+ 'kdeplasma-addons-applets-showdesktop'
+ 'kdeplasma-addons-applets-social-news'
+ 'kdeplasma-addons-applets-spellcheck'
+ 'kdeplasma-addons-applets-systemloadviewer'
+ 'kdeplasma-addons-applets-timer'
+ 'kdeplasma-addons-applets-unitconverter'
+ 'kdeplasma-addons-applets-weather'
+ 'kdeplasma-addons-applets-weatherstation'
+ 'kdeplasma-addons-applets-webslice'
+ 'kdeplasma-addons-containments'
+ 'kdeplasma-addons-libs'
+ 'kdeplasma-addons-runners-audioplayercontrol'
+ 'kdeplasma-addons-runners-browserhistory'
+ 'kdeplasma-addons-runners-characters'
+ 'kdeplasma-addons-runners-contacts'
+ 'kdeplasma-addons-runners-converter'
+ 'kdeplasma-addons-runners-datetime'
+ 'kdeplasma-addons-runners-dictionary'
+ 'kdeplasma-addons-runners-events'
+ 'kdeplasma-addons-runners-katesessions'
+ 'kdeplasma-addons-runners-konquerorsessions'
+ 'kdeplasma-addons-runners-konsolesessions'
+ 'kdeplasma-addons-runners-kopete'
+ 'kdeplasma-addons-runners-mediawiki'
+ 'kdeplasma-addons-runners-spellchecker'
+ 'kdeplasma-addons-runners-translator'
+ 'kdeplasma-addons-runners-youtube'
+ 'kdeplasma-addons-wallpapers-mandelbrot'
+ 'kdeplasma-addons-wallpapers-marble'
+ 'kdeplasma-addons-wallpapers-pattern'
+ 'kdeplasma-addons-wallpapers-potd'
+ 'kdeplasma-addons-wallpapers-qmlwallpapers'
+ 'kdeplasma-addons-wallpapers-virus'
+ 'kdeplasma-addons-wallpapers-weather')
+pkgver=4.14.3
+pkgrel=4
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('GPL' 'LGPL')
+groups=('kdeplasma4-addons')
+makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen2'
+ 'scim' 'qwt' 'boost' 'libkexiv2' 'libibus' 'qoauth' 'mesa')
+source=(http://download.kde.org/stable/${pkgver}/src/${_pkgbase}-${pkgver}.tar.xz;)

[arch-commits] Commit in haskell-gtk/repos/community-i686 (4 files)

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 12:53:33
  Author: spupykin
Revision: 130819

archrelease: copy trunk to community-i686

Added:
  haskell-gtk/repos/community-i686/PKGBUILD
(from rev 130818, haskell-gtk/trunk/PKGBUILD)
  haskell-gtk/repos/community-i686/gtk2hs-gtk.install
(from rev 130818, haskell-gtk/trunk/gtk2hs-gtk.install)
Deleted:
  haskell-gtk/repos/community-i686/PKGBUILD
  haskell-gtk/repos/community-i686/gtk2hs-gtk.install

+
 PKGBUILD   |  106 +--
 gtk2hs-gtk.install |   36 -
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-06 10:53:16 UTC (rev 130818)
+++ PKGBUILD2015-04-06 10:53:33 UTC (rev 130819)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-gtk
-pkgver=0.13.6
-pkgrel=1
-pkgdesc=Binding to the gtk library for Gtk2Hs.
-url=http://hackage.haskell.org/package/gtk;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl' 'haskell-text')
-makedepends=('gtk2hs-buildtools' 'haddock')
-provides=('gtk2hs-gtk')
-replaces=('gtk2hs-gtk')
-conflicts=('gtk2hs-gtk')
-options=('strip' 'staticlibs')
-install=gtk2hs-gtk.install
-source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
-md5sums=('766981a984bd33ec3ac058cde4054ddf')
-
-build() {
-  cd ${srcdir}/gtk-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
---libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock --hoogle --html
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-_update_deps() {
-_ver=$(pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-)
-for i in $(seq 0 $(expr ${#depends[@]} - 1)); do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]=$1=${_ver}
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-  _update_deps haskell-mtl
-  _update_deps haskell-pango
-
-  cd ${srcdir}/gtk-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-gtk/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-gtk/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-gtk/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/gtk2hs-gtk
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-gtk/repos/community-i686/PKGBUILD (from rev 130818, 
haskell-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-06 10:53:33 UTC (rev 130819)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-gtk
+pkgver=0.13.6
+pkgrel=2
+pkgdesc=Binding to the gtk library for Gtk2Hs.
+url=http://hackage.haskell.org/package/gtk;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl' 'haskell-text')
+makedepends=('gtk2hs-buildtools' 'haddock')
+provides=('gtk2hs-gtk')
+replaces=('gtk2hs-gtk')
+conflicts=('gtk2hs-gtk')
+options=('strip' 'staticlibs')
+install=gtk2hs-gtk.install
+source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
+md5sums=('766981a984bd33ec3ac058cde4054ddf')
+
+build() {
+  cd ${srcdir}/gtk-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock --hoogle --html
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+_update_deps() {
+_ver=$(pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-)
+for i in $(seq 0 $(expr ${#depends[@]} - 1)); do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
+package() {
+  _update_deps ghc
+  _update_deps haskell-mtl
+  _update_deps haskell-pango
+
+  cd ${srcdir}/gtk-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-gtk/register.sh
+  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-gtk/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/haskell-gtk/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/gtk2hs-gtk
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Deleted: gtk2hs-gtk.install
===
--- gtk2hs-gtk.install  2015-04-06 10:53:16 UTC (rev 130818)
+++ gtk2hs-gtk.install  2015-04-06 10:53:33 UTC (rev 130819)
@@ -1,18 

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

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 12:53:16
  Author: spupykin
Revision: 130818

upgpkg: haskell-gtk 0.13.6-2

upd

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 10:16:36 UTC (rev 130817)
+++ PKGBUILD2015-04-06 10:53:16 UTC (rev 130818)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-gtk
 pkgver=0.13.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Binding to the gtk library for Gtk2Hs.
 url=http://hackage.haskell.org/package/gtk;
 license=('LGPL2.1')


[arch-commits] Commit in (xcb-util-cursor)

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 08:41:39
  Author: arojas
Revision: 130809

community2extra: Moving xcb-util-cursor from community to extra

Deleted:
  xcb-util-cursor/


[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 08:41:18
  Author: arojas
Revision: 235533

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

Added:
  xcb-util-cursor/repos/extra-i686/
  xcb-util-cursor/repos/extra-i686/PKGBUILD
(from rev 235532, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/extra-x86_64/
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD
(from rev 235532, xcb-util-cursor/trunk/PKGBUILD)

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

Copied: xcb-util-cursor/repos/extra-i686/PKGBUILD (from rev 235532, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-06 06:41:18 UTC (rev 235533)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: xcb-util-cursor/repos/extra-x86_64/PKGBUILD (from rev 235532, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-06 06:41:18 UTC (rev 235533)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in (4 files)

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 08:41:12
  Author: arojas
Revision: 235532

community2extra: Moving xcb-util-cursor from community to extra

Added:
  xcb-util-cursor/
  xcb-util-cursor/repos/
  xcb-util-cursor/trunk/
  xcb-util-cursor/trunk/PKGBUILD

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

Added: xcb-util-cursor/trunk/PKGBUILD
===
--- xcb-util-cursor/trunk/PKGBUILD  (rev 0)
+++ xcb-util-cursor/trunk/PKGBUILD  2015-04-06 06:41:12 UTC (rev 235532)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


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


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

2015-04-06 Thread Fabio Castelli
Date: Monday, April 6, 2015 @ 13:36:23
  Author: muflone
Revision: 130821

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-06 11:35:57 UTC (rev 130820)
+++ community-i686/PKGBUILD 2015-04-06 11:36:23 UTC (rev 130821)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: lp76 l.ped...@gmail.com
-
-pkgname=netactview
-pkgver=0.6.3
-pkgrel=1
-pkgdesc=A graphical network connections viewer similar in functionality to 
netstat
-arch=('i686' 'x86_64')
-url=http://netactview.sourceforge.net/index.html;
-license=('GPL')
-depends=('libgnome' 'libglade' 'gksu')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('6418b338ab10a76379af826a720eba6dd9a3401bf6c9aac206438f88eaee5d39')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: netactview/repos/community-i686/PKGBUILD (from rev 130820, 
netactview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-06 11:36:23 UTC (rev 130821)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=netactview
+pkgver=0.6.4
+pkgrel=1
+pkgdesc=A graphical network connections viewer similar in functionality to 
netstat
+arch=('i686' 'x86_64')
+url=http://netactview.sourceforge.net/index.html;
+license=('GPL')
+depends=('libgnome' 'libglade' 'gksu')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('0cfe68e90862b10a19ab2cc4977a079887eeda00e4069a819c13ece90843fb4a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-06 11:35:57 UTC (rev 130820)
+++ community-x86_64/PKGBUILD   2015-04-06 11:36:23 UTC (rev 130821)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: lp76 l.ped...@gmail.com
-
-pkgname=netactview
-pkgver=0.6.3
-pkgrel=1
-pkgdesc=A graphical network connections viewer similar in functionality to 
netstat
-arch=('i686' 'x86_64')
-url=http://netactview.sourceforge.net/index.html;
-license=('GPL')
-depends=('libgnome' 'libglade' 'gksu')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('6418b338ab10a76379af826a720eba6dd9a3401bf6c9aac206438f88eaee5d39')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: netactview/repos/community-x86_64/PKGBUILD (from rev 130820, 
netactview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-06 11:36:23 UTC (rev 130821)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=netactview
+pkgver=0.6.4
+pkgrel=1
+pkgdesc=A graphical network connections viewer similar in functionality to 
netstat
+arch=('i686' 'x86_64')
+url=http://netactview.sourceforge.net/index.html;
+license=('GPL')
+depends=('libgnome' 'libglade' 'gksu')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('0cfe68e90862b10a19ab2cc4977a079887eeda00e4069a819c13ece90843fb4a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2015-04-06 Thread Fabio Castelli
Date: Monday, April 6, 2015 @ 13:35:57
  Author: muflone
Revision: 130820

upgpkg: netactview 0.6.4-1

Modified:
  netactview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 10:53:33 UTC (rev 130819)
+++ PKGBUILD2015-04-06 11:35:57 UTC (rev 130820)
@@ -3,7 +3,7 @@
 # Contributor: lp76 l.ped...@gmail.com
 
 pkgname=netactview
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc=A graphical network connections viewer similar in functionality to 
netstat
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libgnome' 'libglade' 'gksu')
 makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('6418b338ab10a76379af826a720eba6dd9a3401bf6c9aac206438f88eaee5d39')
+sha256sums=('0cfe68e90862b10a19ab2cc4977a079887eeda00e4069a819c13ece90843fb4a')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in haskell-gtk/repos/community-x86_64 (4 files)

2015-04-06 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 13:37:25
  Author: spupykin
Revision: 130822

archrelease: copy trunk to community-x86_64

Added:
  haskell-gtk/repos/community-x86_64/PKGBUILD
(from rev 130821, haskell-gtk/trunk/PKGBUILD)
  haskell-gtk/repos/community-x86_64/gtk2hs-gtk.install
(from rev 130821, haskell-gtk/trunk/gtk2hs-gtk.install)
Deleted:
  haskell-gtk/repos/community-x86_64/PKGBUILD
  haskell-gtk/repos/community-x86_64/gtk2hs-gtk.install

+
 PKGBUILD   |  106 +--
 gtk2hs-gtk.install |   36 -
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-06 11:36:23 UTC (rev 130821)
+++ PKGBUILD2015-04-06 11:37:25 UTC (rev 130822)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-gtk
-pkgver=0.13.6
-pkgrel=1
-pkgdesc=Binding to the gtk library for Gtk2Hs.
-url=http://hackage.haskell.org/package/gtk;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl' 'haskell-text')
-makedepends=('gtk2hs-buildtools' 'haddock')
-provides=('gtk2hs-gtk')
-replaces=('gtk2hs-gtk')
-conflicts=('gtk2hs-gtk')
-options=('strip' 'staticlibs')
-install=gtk2hs-gtk.install
-source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
-md5sums=('766981a984bd33ec3ac058cde4054ddf')
-
-build() {
-  cd ${srcdir}/gtk-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
---libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock --hoogle --html
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-_update_deps() {
-_ver=$(pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-)
-for i in $(seq 0 $(expr ${#depends[@]} - 1)); do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]=$1=${_ver}
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-  _update_deps haskell-mtl
-  _update_deps haskell-pango
-
-  cd ${srcdir}/gtk-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-gtk/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-gtk/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-gtk/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/gtk2hs-gtk
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-gtk/repos/community-x86_64/PKGBUILD (from rev 130821, 
haskell-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-06 11:37:25 UTC (rev 130822)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-gtk
+pkgver=0.13.6
+pkgrel=2
+pkgdesc=Binding to the gtk library for Gtk2Hs.
+url=http://hackage.haskell.org/package/gtk;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl' 'haskell-text')
+makedepends=('gtk2hs-buildtools' 'haddock')
+provides=('gtk2hs-gtk')
+replaces=('gtk2hs-gtk')
+conflicts=('gtk2hs-gtk')
+options=('strip' 'staticlibs')
+install=gtk2hs-gtk.install
+source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
+md5sums=('766981a984bd33ec3ac058cde4054ddf')
+
+build() {
+  cd ${srcdir}/gtk-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock --hoogle --html
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+_update_deps() {
+_ver=$(pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-)
+for i in $(seq 0 $(expr ${#depends[@]} - 1)); do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
+package() {
+  _update_deps ghc
+  _update_deps haskell-mtl
+  _update_deps haskell-pango
+
+  cd ${srcdir}/gtk-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-gtk/register.sh
+  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-gtk/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/haskell-gtk/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/gtk2hs-gtk
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Deleted: gtk2hs-gtk.install
===
--- gtk2hs-gtk.install  2015-04-06 11:36:23 UTC (rev 130821)
+++ gtk2hs-gtk.install  2015-04-06 11:37:25 UTC (rev 

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

2015-04-06 Thread Jelle van der Waa
Date: Monday, April 6, 2015 @ 17:19:37
  Author: jelle
Revision: 130833

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

Added:
  xmonad-contrib/repos/community-i686/PKGBUILD
(from rev 130832, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
(from rev 130832, 
xmonad-contrib/trunk/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
(from rev 130832, xmonad-contrib/trunk/xmonad-contrib.install)
  xmonad-contrib/repos/community-x86_64/PKGBUILD
(from rev 130832, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
(from rev 130832, 
xmonad-contrib/trunk/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install
(from rev 130832, xmonad-contrib/trunk/xmonad-contrib.install)
Deleted:
  xmonad-contrib/repos/community-i686/PKGBUILD
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
  xmonad-contrib/repos/community-x86_64/PKGBUILD
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install

--+
 /PKGBUILD|   72 +
 /xmonad-contrib-remove-getatomname.patch |   38 ++
 /xmonad-contrib.install  |   34 ++
 community-i686/PKGBUILD  |   36 --
 community-i686/xmonad-contrib-remove-getatomname.patch   |   19 ---
 community-i686/xmonad-contrib.install|   17 ---
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/xmonad-contrib-remove-getatomname.patch |   19 ---
 community-x86_64/xmonad-contrib.install  |   17 ---
 9 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-06 15:19:25 UTC (rev 130832)
+++ community-i686/PKGBUILD 2015-04-06 15:19:37 UTC (rev 130833)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: orbisvicis gmail.com
-
-pkgname=xmonad-contrib
-pkgver=0.11.4
-pkgrel=1
-pkgdesc=Add-ons for xmonad
-arch=('i686' 'x86_64')
-url=http://xmonad.org/;
-license=('BSD')
-depends=('ghc=7.10.1' 'xmonad=0.11.1' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=1' 'haskell-random=1.1')
-install='xmonad-contrib.install'
-options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('a41c886280a5414105c1cf241f0fd2f4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
-}

Copied: xmonad-contrib/repos/community-i686/PKGBUILD (from rev 130832, 
xmonad-contrib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-06 15:19:37 UTC (rev 130833)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: orbisvicis gmail.com
+
+pkgname=xmonad-contrib
+pkgver=0.11.4
+pkgrel=2
+pkgdesc=Add-ons for xmonad
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.10.1' 'xmonad=0.11.1' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=1' 'haskell-random=1.1' 
'haskell-old-time')
+install='xmonad-contrib.install'
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('a41c886280a5414105c1cf241f0fd2f4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e 

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

2015-04-06 Thread Jelle van der Waa
Date: Monday, April 6, 2015 @ 17:19:25
  Author: jelle
Revision: 130832

upgpkg: xmonad-contrib 0.11.4-2

fix missing dep haskell-old-time

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 15:16:53 UTC (rev 130831)
+++ PKGBUILD2015-04-06 15:19:25 UTC (rev 130832)
@@ -5,12 +5,12 @@
 
 pkgname=xmonad-contrib
 pkgver=0.11.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Add-ons for xmonad
 arch=('i686' 'x86_64')
 url=http://xmonad.org/;
 license=('BSD')
-depends=('ghc=7.10.1' 'xmonad=0.11.1' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=1' 'haskell-random=1.1')
+depends=('ghc=7.10.1' 'xmonad=0.11.1' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=1' 'haskell-random=1.1' 
'haskell-old-time')
 install='xmonad-contrib.install'
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)


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

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 17:56:32
  Author: bluewind
Revision: 130837

upgpkg: lib32-gdk-pixbuf2 2.31.3-2

use correct tiffconf.h; FS#44474

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 15:56:26 UTC (rev 130836)
+++ PKGBUILD2015-04-06 15:56:32 UTC (rev 130837)
@@ -3,7 +3,7 @@
 _pkgbasename=gdk-pixbuf2
 pkgname=lib32-$_pkgbasename
 pkgver=2.31.3
-pkgrel=1
+pkgrel=2
 pkgdesc=An image loading library (32-bit)
 arch=('x86_64')
 url=http://www.gtk.org/;
@@ -20,6 +20,7 @@
   export CC=gcc -m32
   export CXX=g++ -m32
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export CFLAGS=-I/usr/include/libtiff32 $CFLAGS
 
   cd ${srcdir}/gdk-pixbuf-${pkgver}
 


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

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 17:56:21
  Author: bluewind
Revision: 130835

upgpkg: lib32-libtiff 4.0.3-3

ship tiffconf.h; FS#44474

Modified:
  lib32-libtiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 15:21:17 UTC (rev 130834)
+++ PKGBUILD2015-04-06 15:56:21 UTC (rev 130835)
@@ -5,7 +5,7 @@
 _pkgbasename=libtiff
 pkgname=lib32-$_pkgbasename
 pkgver=4.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Library for manipulation of TIFF images (32-bit)
 arch=('x86_64')
 url=http://www.remotesensing.org/libtiff/;
@@ -14,18 +14,18 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz
-tiff-3.9.7-CVE-2012-4447.patch 

  
-tiff-3.9.7-CVE-2012-4564.patch 

  
-tiff-4.0.3-CVE-2013-1960.patch 

  
-tiff-4.0.3-CVE-2013-1961.patch 

  
-tiff-4.0.3-libjpeg-turbo.patch 

  
-tiff-4.0.3-tiff2pdf-colors.patch)  

  
-sha1sums=('652e97b78f1444237a82cbcfe014310e776eb6f0'   

  
-  '41be661638282dae0d07bd2788414cb6650f8981'   

  
-  '6cb3d480908132335c05c769b5a51f951413725d'   

  
-  '5903355afdd0bb27ea3746339e2196720f9fac9d'   

  
-  '29a91870cca5d4cd9ca1c464f8074088eddc3fb8'   

  
-  '02d57835df50d3f84587571ec52b36f5af838de2'   

  
+tiff-3.9.7-CVE-2012-4447.patch
+tiff-3.9.7-CVE-2012-4564.patch
+tiff-4.0.3-CVE-2013-1960.patch
+tiff-4.0.3-CVE-2013-1961.patch
+tiff-4.0.3-libjpeg-turbo.patch
+tiff-4.0.3-tiff2pdf-colors.patch)
+sha1sums=('652e97b78f1444237a82cbcfe014310e776eb6f0'
+  '41be661638282dae0d07bd2788414cb6650f8981'
+  '6cb3d480908132335c05c769b5a51f951413725d'
+  '5903355afdd0bb27ea3746339e2196720f9fac9d'
+  '29a91870cca5d4cd9ca1c464f8074088eddc3fb8'
+  '02d57835df50d3f84587571ec52b36f5af838de2'
   '23443ad0bc130d70860b6cc6d19b69584ae7a6cc')
 
 prepare() {
@@ -46,7 +46,7 @@
 
   cd ${srcdir}/tiff-${pkgver}
 
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib32
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib32 --includedir=/usr/include/libtiff32
   make
 }
 
@@ -59,7 +59,7 @@
   cd ${srcdir}/tiff-${pkgver}
   make DESTDIR=${pkgdir} install
   
-  rm -rf ${pkgdir}/usr/{include,share,bin}
+  rm -rf ${pkgdir}/usr/{share,bin}
   mkdir -p $pkgdir/usr/share/licenses
   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
 }


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

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 17:03:55
  Author: bluewind
Revision: 130824

upgpkg: lib32-p11-kit 0.23.1-1

upstream update

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 15:03:48 UTC (rev 130823)
+++ PKGBUILD2015-04-06 15:03:55 UTC (rev 130824)
@@ -4,8 +4,8 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.22.1
-pkgrel=3
+pkgver=0.23.1
+pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -14,7 +14,7 @@
 options=(!libtool)
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig})
 validpgpkeys=(C0F67099B808FB063E2C81117BFB1108D92765AF)
-md5sums=('4e9bea1106628ffb820bdad24a819fac'
+md5sums=('96f073270c489c9a594e1c9413f42db8'
  'SKIP')
 
 build() {


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

2015-04-06 Thread Jelle van der Waa
Date: Monday, April 6, 2015 @ 17:04:29
  Author: jelle
Revision: 130828

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

Added:
  xmonad/repos/community-i686/PKGBUILD
(from rev 130827, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-i686/utf8-string.patch
(from rev 130827, xmonad/trunk/utf8-string.patch)
  xmonad/repos/community-i686/xmonad.install
(from rev 130827, xmonad/trunk/xmonad.install)
  xmonad/repos/community-i686/xmonad.svg
(from rev 130827, xmonad/trunk/xmonad.svg)
  xmonad/repos/community-x86_64/PKGBUILD
(from rev 130827, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-x86_64/utf8-string.patch
(from rev 130827, xmonad/trunk/utf8-string.patch)
  xmonad/repos/community-x86_64/xmonad.install
(from rev 130827, xmonad/trunk/xmonad.install)
  xmonad/repos/community-x86_64/xmonad.svg
(from rev 130827, xmonad/trunk/xmonad.svg)
Deleted:
  xmonad/repos/community-i686/PKGBUILD
  xmonad/repos/community-i686/utf8-string.patch
  xmonad/repos/community-i686/xmonad.install
  xmonad/repos/community-i686/xmonad.svg
  xmonad/repos/community-x86_64/PKGBUILD
  xmonad/repos/community-x86_64/utf8-string.patch
  xmonad/repos/community-x86_64/xmonad.install
  xmonad/repos/community-x86_64/xmonad.svg

+
 /PKGBUILD  |  116 ++
 /utf8-string.patch |   24 +
 /xmonad.install|   38 
 /xmonad.svg|  154 +++
 community-i686/PKGBUILD|   58 -
 community-i686/utf8-string.patch   |   12 --
 community-i686/xmonad.install  |   19 
 community-i686/xmonad.svg  |   77 -
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/utf8-string.patch |   12 --
 community-x86_64/xmonad.install|   19 
 community-x86_64/xmonad.svg|   77 -
 12 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-06 15:04:15 UTC (rev 130827)
+++ community-i686/PKGBUILD 2015-04-06 15:04:29 UTC (rev 130828)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: shild shi...@gmail.com
-
-pkgname=xmonad
-pkgver=0.11.1
-pkgrel=1
-pkgdesc=Lightweight X11 tiled window manager written in Haskell
-arch=('i686' 'x86_64')
-url=http://xmonad.org/;
-license=('BSD')
-depends=('ghc=7.10.1' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1' 
'haskell-utf8-string=1') # 'haskell-extensible-exceptions=0.1.1.4')
-makedepends=('gendesk')
-optdepends=('xorg-xmessage: for displaying visual error messages')
-install='xmonad.install'
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-'xmonad.svg' 'utf8-string.patch' )
-options=('staticlibs')
-
-prepare() {
-  patch -Np0 -i $srcdir/utf8-string.patch
-}
-
-build() {
-  cd $srcdir
-  ghc-pkg list
-  gendesk --pkgname $pkgname --pkgdesc $pkgdesc
-
-  cd $srcdir/$pkgname-$pkgver
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-
-  #runhaskell util/GenerateManpage.hs
-
-  install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/xmonad/LICENSE
-
-  install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg
-
-  install -D -m644 $srcdir/xmonad.desktop 
$pkgdir/usr/share/xsessions/xmonad.desktop
-}
-md5sums=('20792f4e428db24e6c0dbecbd77f69e0'
- '72bfa5e62e4e44fe7fa59b6a7593d993'
- '74d7709d8d8b76d19bd0162a9fe0346c')

Copied: xmonad/repos/community-i686/PKGBUILD (from rev 130827, 
xmonad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-06 15:04:29 UTC (rev 130828)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: shild shi...@gmail.com
+
+pkgname=xmonad
+pkgver=0.11.1
+pkgrel=2
+pkgdesc=Lightweight X11 tiled window manager written in Haskell
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.10.1' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1' 

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

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 17:05:28
  Author: bluewind
Revision: 130829

upgpkg: lib32-harfbuzz 0.9.40-1

upstream update

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 15:04:29 UTC (rev 130828)
+++ PKGBUILD2015-04-06 15:05:28 UTC (rev 130829)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.38
+pkgver=0.9.40
 pkgrel=1
 pkgdesc=OpenType text shaping engine. (32-bit)
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('6736f383b4edfcaaeb6f3292302ca382d617d8c79948bb2dd2e8f86cdccfd514')
+sha256sums=('1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f')
 
 build() {
   export CC=gcc -m32


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

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 17:05:31
  Author: bluewind
Revision: 130830

archrelease: copy trunk to multilib-x86_64

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

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

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

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


[arch-commits] Commit in lib32-gdk-pixbuf2/repos (3 files)

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 17:56:34
  Author: bluewind
Revision: 130838

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-testing-x86_64/
  lib32-gdk-pixbuf2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 130837, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-testing-x86_64/gdk-pixbuf2.install
(from rev 130837, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)

-+
 PKGBUILD|   47 +++
 gdk-pixbuf2.install |   11 +++
 2 files changed, 58 insertions(+)

Copied: lib32-gdk-pixbuf2/repos/multilib-testing-x86_64/PKGBUILD (from rev 
130837, lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-04-06 15:56:34 UTC (rev 130838)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+_pkgbasename=gdk-pixbuf2
+pkgname=lib32-$_pkgbasename
+pkgver=2.31.3
+pkgrel=2
+pkgdesc=An image loading library (32-bit)
+arch=('x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
+ $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!docs')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
+sha256sums=('ddd861747bb7c580acce7cfa3ce38c3f52a9516e66a6477988fd100c8fb9eabc')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export CFLAGS=-I/usr/include/libtiff32 $CFLAGS
+
+  cd ${srcdir}/gdk-pixbuf-${pkgver}
+
+  ./configure --prefix=/usr  --libdir=/usr/lib32 \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd ${srcdir}/gdk-pixbuf-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/etc
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  cd ${pkgdir}/usr/bin
+  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
+  rm gdk-pixbuf-pixdata
+  rm gdk-pixbuf-csource
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-testing-x86_64/gdk-pixbuf2.install 
(from rev 130837, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- multilib-testing-x86_64/gdk-pixbuf2.install (rev 0)
+++ multilib-testing-x86_64/gdk-pixbuf2.install 2015-04-06 15:56:34 UTC (rev 
130838)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}


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

2015-04-06 Thread Jürgen Hötzel
Date: Monday, April 6, 2015 @ 17:16:53
  Author: juergen
Revision: 130831

archrelease: copy trunk to extra-i686

Added:
  camlp4/repos/extra-i686/
  camlp4/repos/extra-i686/PKGBUILD
(from rev 130830, camlp4/trunk/PKGBUILD)

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

Copied: camlp4/repos/extra-i686/PKGBUILD (from rev 130830, 
camlp4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-06 15:16:53 UTC (rev 130831)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=camlp4
+pkgver=4.02.1+3
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml')
+makedepends=('git')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=(git://github.com/ocaml/camlp4#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C $pkgname \
+BINDIR=$pkgdir/usr/bin \
+LIBDIR=$pkgdir/usr/lib/ocaml \
+PKGDIR=$pkgdir/usr/lib/ocaml \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 17:56:26
  Author: bluewind
Revision: 130836

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libtiff/repos/multilib-testing-x86_64/
  lib32-libtiff/repos/multilib-testing-x86_64/PKGBUILD
(from rev 130835, lib32-libtiff/trunk/PKGBUILD)
  lib32-libtiff/repos/multilib-testing-x86_64/tiff-3.9.7-CVE-2012-4447.patch
(from rev 130835, lib32-libtiff/trunk/tiff-3.9.7-CVE-2012-4447.patch)
  lib32-libtiff/repos/multilib-testing-x86_64/tiff-3.9.7-CVE-2012-4564.patch
(from rev 130835, lib32-libtiff/trunk/tiff-3.9.7-CVE-2012-4564.patch)
  lib32-libtiff/repos/multilib-testing-x86_64/tiff-4.0.3-CVE-2013-1960.patch
(from rev 130835, lib32-libtiff/trunk/tiff-4.0.3-CVE-2013-1960.patch)
  lib32-libtiff/repos/multilib-testing-x86_64/tiff-4.0.3-CVE-2013-1961.patch
(from rev 130835, lib32-libtiff/trunk/tiff-4.0.3-CVE-2013-1961.patch)
  lib32-libtiff/repos/multilib-testing-x86_64/tiff-4.0.3-libjpeg-turbo.patch
(from rev 130835, lib32-libtiff/trunk/tiff-4.0.3-libjpeg-turbo.patch)
  lib32-libtiff/repos/multilib-testing-x86_64/tiff-4.0.3-tiff2pdf-colors.patch
(from rev 130835, lib32-libtiff/trunk/tiff-4.0.3-tiff2pdf-colors.patch)

--+
 PKGBUILD |   65 +++
 tiff-3.9.7-CVE-2012-4447.patch   |   37 +
 tiff-3.9.7-CVE-2012-4564.patch   |   77 +++
 tiff-4.0.3-CVE-2013-1960.patch   |  145 +++
 tiff-4.0.3-CVE-2013-1961.patch   |  759 +
 tiff-4.0.3-libjpeg-turbo.patch   |  122 +
 tiff-4.0.3-tiff2pdf-colors.patch |   15 
 7 files changed, 1220 insertions(+)

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


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

2015-04-06 Thread Jürgen Hötzel
Date: Monday, April 6, 2015 @ 17:03:48
  Author: juergen
Revision: 130823

Add findlib META to package. Fixes FS#41907

Modified:
  camlp4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 11:37:25 UTC (rev 130822)
+++ PKGBUILD2015-04-06 15:03:48 UTC (rev 130823)
@@ -4,7 +4,7 @@
 
 pkgname=camlp4
 pkgver=4.02.1+3
-pkgrel=1
+pkgrel=2
 pkgdesc='Caml preprocessor and pretty-printer'
 arch=('x86_64' 'i686')
 license=('GPL2')
@@ -19,7 +19,7 @@
   cd $pkgname
 
   ./configure
-  make all
+  make all camlp4/META
 }
 
 package() {
@@ -26,7 +26,8 @@
   make -C $pkgname \
 BINDIR=$pkgdir/usr/bin \
 LIBDIR=$pkgdir/usr/lib/ocaml \
-install
+PKGDIR=$pkgdir/usr/lib/ocaml \
+install install-META
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-04-06 Thread Jelle van der Waa
Date: Monday, April 6, 2015 @ 17:04:15
  Author: jelle
Revision: 130827

upgpkg: xmonad 0.11.1-2

missing dep on extensible-exceptions

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 15:04:06 UTC (rev 130826)
+++ PKGBUILD2015-04-06 15:04:15 UTC (rev 130827)
@@ -5,12 +5,12 @@
 
 pkgname=xmonad
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Lightweight X11 tiled window manager written in Haskell
 arch=('i686' 'x86_64')
 url=http://xmonad.org/;
 license=('BSD')
-depends=('ghc=7.10.1' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1' 
'haskell-utf8-string=1') # 'haskell-extensible-exceptions=0.1.1.4')
+depends=('ghc=7.10.1' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1' 
'haskell-utf8-string=1' 'haskell-extensible-exceptions=0.1.1.4')
 makedepends=('gendesk')
 optdepends=('xorg-xmessage: for displaying visual error messages')
 install='xmonad.install'


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

2015-04-06 Thread Jürgen Hötzel
Date: Monday, April 6, 2015 @ 17:04:06
  Author: juergen
Revision: 130826

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 130825, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-06 15:03:58 UTC (rev 130825)
+++ PKGBUILD2015-04-06 15:04:06 UTC (rev 130826)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=camlp4
-pkgver=4.02.1+3
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=(git://github.com/ocaml/camlp4#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./configure
-  make all
-}
-
-package() {
-  make -C $pkgname \
-BINDIR=$pkgdir/usr/bin \
-LIBDIR=$pkgdir/usr/lib/ocaml \
-install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 130825, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-06 15:04:06 UTC (rev 130826)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=camlp4
+pkgver=4.02.1+3
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml')
+makedepends=('git')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=(git://github.com/ocaml/camlp4#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C $pkgname \
+BINDIR=$pkgdir/usr/bin \
+LIBDIR=$pkgdir/usr/lib/ocaml \
+PKGDIR=$pkgdir/usr/lib/ocaml \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 17:03:58
  Author: bluewind
Revision: 130825

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD
(from rev 130824, lib32-p11-kit/trunk/PKGBUILD)
Deleted:
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   93 ++---
 1 file changed, 47 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-06 15:03:55 UTC (rev 130824)
+++ PKGBUILD2015-04-06 15:03:58 UTC (rev 130825)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano m...@cvigano.de
-
-_pkgbasename=p11-kit
-pkgname=lib32-$_pkgbasename
-pkgver=0.22.1
-pkgrel=3
-pkgdesc=Library to work with PKCS#11 modules (32-bit)
-arch=(x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
-options=(!libtool)
-source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig})
-md5sums=('4e9bea1106628ffb820bdad24a819fac'
- 'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
---with-module-path=/usr/lib32/pkcs11 \
-
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
-  make
-}
-
-check() {
-  cd $srcdir/$_pkgbasename-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$_pkgbasename-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -rf ${pkgdir}/etc
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  ln -srf $pkgdir/usr/bin/update-ca-trust 
$pkgdir/usr/lib32/p11-kit/trust-extract-compat
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-p11-kit/repos/multilib-x86_64/PKGBUILD (from rev 130824, 
lib32-p11-kit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-06 15:03:58 UTC (rev 130825)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano m...@cvigano.de
+
+_pkgbasename=p11-kit
+pkgname=lib32-$_pkgbasename
+pkgver=0.23.1
+pkgrel=1
+pkgdesc=Library to work with PKCS#11 modules (32-bit)
+arch=(x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
+options=(!libtool)
+source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig})
+validpgpkeys=(C0F67099B808FB063E2C81117BFB1108D92765AF)
+md5sums=('96f073270c489c9a594e1c9413f42db8'
+ 'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  cd $srcdir/$_pkgbasename-$pkgver
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+--with-module-path=/usr/lib32/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+  make
+}
+
+check() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/etc
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  ln -srf $pkgdir/usr/bin/update-ca-trust 
$pkgdir/usr/lib32/p11-kit/trust-extract-compat
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-i686 (PKGBUILD PKGBUILD)

2015-04-06 Thread Jürgen Hötzel
Date: Monday, April 6, 2015 @ 17:21:17
  Author: juergen
Revision: 130834

archrelease: copy trunk to community-i686

Added:
  camlp4/repos/community-i686/PKGBUILD
(from rev 130833, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-06 15:19:37 UTC (rev 130833)
+++ PKGBUILD2015-04-06 15:21:17 UTC (rev 130834)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=camlp4
-pkgver=4.02.1+3
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=(git://github.com/ocaml/camlp4#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./configure
-  make all
-}
-
-package() {
-  make -C $pkgname \
-BINDIR=$pkgdir/usr/bin \
-LIBDIR=$pkgdir/usr/lib/ocaml \
-install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-i686/PKGBUILD (from rev 130833, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-06 15:21:17 UTC (rev 130834)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=camlp4
+pkgver=4.02.1+3
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml')
+makedepends=('git')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=(git://github.com/ocaml/camlp4#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C $pkgname \
+BINDIR=$pkgdir/usr/bin \
+LIBDIR=$pkgdir/usr/lib/ocaml \
+PKGDIR=$pkgdir/usr/lib/ocaml \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 18:16:26
  Author: bluewind
Revision: 130839

upgpkg: lib32-qt4 4.8.6-4

lib32-libtiff rebuild

Modified:
  lib32-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 15:56:34 UTC (rev 130838)
+++ PKGBUILD2015-04-06 16:16:26 UTC (rev 130839)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.6
-pkgrel=3
+pkgrel=4
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'


[arch-commits] Commit in lib32-qt4/repos (3 files)

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 18:16:29
  Author: bluewind
Revision: 130840

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-qt4/repos/multilib-testing-x86_64/
  lib32-qt4/repos/multilib-testing-x86_64/PKGBUILD
(from rev 130839, lib32-qt4/trunk/PKGBUILD)
  lib32-qt4/repos/multilib-testing-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 130839, lib32-qt4/trunk/kubuntu_14_systemtrayicon.diff)

+
 PKGBUILD   |  102 ++
 kubuntu_14_systemtrayicon.diff | 1466 +++
 2 files changed, 1568 insertions(+)

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


[arch-commits] Commit in lib32-wxgtk2.8/repos (3 files)

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 18:23:47
  Author: bluewind
Revision: 130842

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-wxgtk2.8/repos/multilib-testing-x86_64/
  lib32-wxgtk2.8/repos/multilib-testing-x86_64/PKGBUILD
(from rev 130841, lib32-wxgtk2.8/trunk/PKGBUILD)
  lib32-wxgtk2.8/repos/multilib-testing-x86_64/wxGTK-collision.patch
(from rev 130841, lib32-wxgtk2.8/trunk/wxGTK-collision.patch)

---+
 PKGBUILD  |   56 
 wxGTK-collision.patch |   25 +
 2 files changed, 81 insertions(+)

Copied: lib32-wxgtk2.8/repos/multilib-testing-x86_64/PKGBUILD (from rev 130841, 
lib32-wxgtk2.8/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-04-06 16:23:47 UTC (rev 130842)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+
+pkgname=lib32-wxgtk2.8
+pkgver=2.8.12.1
+pkgrel=5
+pkgdesc='GTK+ implementation of wxWidgets API for GUI'
+arch=('x86_64')
+url=http://wxwidgets.org/;
+license=('custom:wxWindows')
+depends=('lib32-gtk2' 'lib32-sdl' ${pkgname#*-})
+makedepends=('lib32-glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2;
+'wxGTK-collision.patch')
+sha256sums=('1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0'
+'582eaed73d94eba2cfe7390c59b5143daef7d1c61554c4543261fe444d46e7d8')
+
+prepare() {
+  cd wx*-${pkgver}
+
+  patch -Np1 -i ../wxGTK-collision.patch
+}
+
+build() {
+  cd wx*-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export CFLAGS=-I/usr/include/libtiff32 $CFLAGS
+  export CXXFLAGS=-I/usr/include/libtiff32 $CXXFLAGS
+
+  ./configure --prefix='/usr' --libdir='/usr/lib32' \
+  --enable-{graphics_ctx,mediactrl,unicode} \
+  --disable-{optimize,precomp-headers} \
+  --with-lib{jpeg,png,tiff,xpm}='sys' --with-regex='builtin' \
+  --with-gtk='2' --with-{opengl,sdl}
+  make
+  make -C locale allmo
+  make -C contrib/src
+}
+
+package() {
+
+  cd wx*-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  make -C contrib/src DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-wxgtk2.8/repos/multilib-testing-x86_64/wxGTK-collision.patch 
(from rev 130841, lib32-wxgtk2.8/trunk/wxGTK-collision.patch)
===
--- multilib-testing-x86_64/wxGTK-collision.patch   
(rev 0)
+++ multilib-testing-x86_64/wxGTK-collision.patch   2015-04-06 16:23:47 UTC 
(rev 130842)
@@ -0,0 +1,25 @@
+diff -rupN wxPython-src-2.8.12.1.orig/Makefile.in 
wxPython-src-2.8.12.1/Makefile.in
+--- wxPython-src-2.8.12.1.orig/Makefile.in 2014-01-06 09:52:42.577935546 
+0100
 wxPython-src-2.8.12.1/Makefile.in  2014-01-06 10:02:53.671582953 +0100
+@@ -12455,7 +12456,7 @@ install-wxconfig:
+   $(INSTALL_DIR) $(DESTDIR)$(bindir)
+   $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config
+   $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) 
$(DESTDIR)$(libdir)/wx/config
+-  (cd $(DESTDIR)$(bindir)  rm -f wx-config  $(LN_S) 
$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
++  (cd $(DESTDIR)$(bindir)  rm -f wx-config-$(WX_RELEASE)  $(LN_S) 
$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config32-$(WX_RELEASE))
+ 
+ locale_install: 
+   $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale
+diff -rupN wxPython-src-2.8.12.1.orig/utils/wxrc/Makefile.in 
wxPython-src-2.8.12.1/utils/wxrc/Makefile.in
+--- wxPython-src-2.8.12.1.orig/utils/wxrc/Makefile.in  2014-01-06 
09:52:42.437940198 +0100
 wxPython-src-2.8.12.1/utils/wxrc/Makefile.in   2014-01-06 
10:04:54.567685196 +0100
+@@ -119,8 +119,7 @@ distclean: clean
+ @COND_USE_XRC_1@  $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)
+ @COND_USE_XRC_1@  rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE)
+ @COND_USE_XRC_1@  $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)
+-@COND_USE_XRC_1@  mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE)
+-@COND_USE_XRC_1@  (cd $(DESTDIR)$(bindir)  $(LN_S) wxrc-$(WX_RELEASE) 
wxrc$(EXEEXT))
++@COND_USE_XRC_1@  mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc32-$(WX_RELEASE)
+ 
+ @COND_USE_XRC_1@uninstall_wxrc: 
+ @COND_USE_XRC_1@  rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT)


[arch-commits] Commit in lib32-wxgtk2.8/trunk (PKGBUILD)

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 18:23:44
  Author: bluewind
Revision: 130841

upgpkg: lib32-wxgtk2.8 2.8.12.1-5

use correct tiffconf.h; FS#44474

Modified:
  lib32-wxgtk2.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 16:16:29 UTC (rev 130840)
+++ PKGBUILD2015-04-06 16:23:44 UTC (rev 130841)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-wxgtk2.8
 pkgver=2.8.12.1
-pkgrel=4
+pkgrel=5
 pkgdesc='GTK+ implementation of wxWidgets API for GUI'
 arch=('x86_64')
 url=http://wxwidgets.org/;
@@ -28,6 +28,8 @@
   export CC='gcc -m32'
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export CFLAGS=-I/usr/include/libtiff32 $CFLAGS
+  export CXXFLAGS=-I/usr/include/libtiff32 $CXXFLAGS
 
   ./configure --prefix='/usr' --libdir='/usr/lib32' \
   --enable-{graphics_ctx,mediactrl,unicode} \


[arch-commits] Commit in lib32-wxgtk/repos (3 files)

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 18:27:30
  Author: bluewind
Revision: 130844

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-wxgtk/repos/multilib-testing-x86_64/
  lib32-wxgtk/repos/multilib-testing-x86_64/PKGBUILD
(from rev 130843, lib32-wxgtk/trunk/PKGBUILD)
  lib32-wxgtk/repos/multilib-testing-x86_64/wxGTK-collision.patch
(from rev 130843, lib32-wxgtk/trunk/wxGTK-collision.patch)

---+
 PKGBUILD  |   62 
 wxGTK-collision.patch |   27 
 2 files changed, 89 insertions(+)

Copied: lib32-wxgtk/repos/multilib-testing-x86_64/PKGBUILD (from rev 130843, 
lib32-wxgtk/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-04-06 16:27:30 UTC (rev 130844)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=lib32-wxgtk
+pkgver=3.0.2
+pkgrel=4
+pkgdesc='GTK+ implementation of wxWidgets API for GUI'
+arch=('x86_64')
+url='http://wxwidgets.org'
+license=('custom:wxWindows')
+depends=('lib32-gtk2' 'lib32-libsm' wxgtk=${pkgver})
+makedepends=('gcc-multilib' 'lib32-glu')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2;
+'wxGTK-collision.patch')
+sha256sums=('346879dc554f3ab8d6da2704f651ecb504a22e9d31c17ef5449b129ed711585d'
+'c73c51f4b65a779462a4e0923a7e3bc7fe28457258fc8bfb5d843d87df119364')
+
+prepare() {
+  cd wx*-${pkgver}
+
+  patch -Np1 -i ../wxGTK-collision.patch
+}
+
+
+build() {
+  cd wxWidgets-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export CFLAGS=-I/usr/include/libtiff32 $CFLAGS
+  export CXXFLAGS=-I/usr/include/libtiff32 $CXXFLAGS
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-graphics_ctx \
+--enable-unicode \
+--disable-{mediactrl,webview} \
+--disable-precomp-headers \
+--with-gtk='2' \
+--with-lib{jpeg,png,tiff,xpm}='sys' \
+--with-opengl \
+--with-regex='builtin' \
+--without-libnotify
+  make
+  make -C locale allmo
+}
+
+package() {
+  cd wxWidgets-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s wxgtk ${pkgdir}/usr/share/licenses/lib32-wxgtk
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-wxgtk/repos/multilib-testing-x86_64/wxGTK-collision.patch (from 
rev 130843, lib32-wxgtk/trunk/wxGTK-collision.patch)
===
--- multilib-testing-x86_64/wxGTK-collision.patch   
(rev 0)
+++ multilib-testing-x86_64/wxGTK-collision.patch   2015-04-06 16:27:30 UTC 
(rev 130844)
@@ -0,0 +1,27 @@
+diff -rupN wxWidgets-3.0.1.orig/Makefile.in wxWidgets-3.0.1/Makefile.in
+--- wxWidgets-3.0.1.orig/Makefile.in   2014-07-30 00:40:09.604520200 +0200
 wxWidgets-3.0.1/Makefile.in2014-07-30 00:43:08.131765800 +0200
+@@ -16140,7 +16140,8 @@ install-wxconfig:
+   $(INSTALL_DIR) $(DESTDIR)$(bindir)
+   $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config
+   $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) 
$(DESTDIR)$(libdir)/wx/config
+-  (cd $(DESTDIR)$(bindir)  rm -f wx-config  $(LN_S) 
$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config || cp -p 
$(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
++  (cd $(DESTDIR)$(bindir)  rm -f wx-config  $(LN_S) 
$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config32-$(WX_RELEASE) || cp -p 
$(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config32-$(WX_RELEASE))
++  (cd $(DESTDIR)$(bindir)  $(LN_S) wx-config32-$(WX_RELEASE) 
wx-config32$(EXEEXT))
+ 
+ locale_install: 
+   $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale
+diff -rupN wxWidgets-3.0.1.orig/utils/wxrc/Makefile.in 
wxWidgets-3.0.1/utils/wxrc/Makefile.in
+--- wxWidgets-3.0.1.orig/utils/wxrc/Makefile.in2014-07-30 
00:40:10.712676300 +0200
 wxWidgets-3.0.1/utils/wxrc/Makefile.in 2014-07-30 00:47:04.729183400 
+0200
+@@ -124,8 +124,8 @@ distclean: clean
+ @COND_USE_XRC_1@  $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)
+ @COND_USE_XRC_1@  rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE)
+ @COND_USE_XRC_1@  $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)
+-@COND_USE_XRC_1@  mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE)
+-@COND_USE_XRC_1@  (cd $(DESTDIR)$(bindir)  $(LN_S) wxrc-$(WX_RELEASE) 
wxrc$(EXEEXT))
++@COND_USE_XRC_1@  mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc32-$(WX_RELEASE)
++@COND_USE_XRC_1@  (cd $(DESTDIR)$(bindir)  $(LN_S) wxrc32-$(WX_RELEASE) 
wxrc32$(EXEEXT))
+ 
+ 

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

2015-04-06 Thread Florian Pritz
Date: Monday, April 6, 2015 @ 18:27:28
  Author: bluewind
Revision: 130843

upgpkg: lib32-wxgtk 3.0.2-4

use correct tiffconf.h; FS#44474

Modified:
  lib32-wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 16:23:47 UTC (rev 130842)
+++ PKGBUILD2015-04-06 16:27:28 UTC (rev 130843)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-wxgtk
 pkgver=3.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc='GTK+ implementation of wxWidgets API for GUI'
 arch=('x86_64')
 url='http://wxwidgets.org'
@@ -30,6 +30,8 @@
   export CC='gcc -m32'
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export CFLAGS=-I/usr/include/libtiff32 $CFLAGS
+  export CXXFLAGS=-I/usr/include/libtiff32 $CXXFLAGS
 
   ./configure \
 --prefix='/usr' \