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

2014-10-26 Thread Giovanni Scafora
Date: Sunday, October 26, 2014 @ 07:44:01
  Author: giovanni
Revision: 225357

upgpkg: mkvtoolnix 7.3.0-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 00:26:30 UTC (rev 225356)
+++ PKGBUILD2014-10-26 06:44:01 UTC (rev 225357)
@@ -4,7 +4,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=7.2.0
+pkgver=7.3.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,7 +12,7 @@
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
 
source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('ad13a7bd6620692aa53392ad0e297251')
+md5sums=('190ce613bde843def89a499330ca779b')
 
 prepare() {
   cd ${srcdir}/${pkgbase}-${pkgver}


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

2014-10-26 Thread Giovanni Scafora
Date: Sunday, October 26, 2014 @ 07:44:09
  Author: giovanni
Revision: 225358

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

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

-+
 /PKGBUILD   |  186 ++
 /mkvtoolnix.install |   30 ++
 extra-i686/PKGBUILD |   93 ---
 extra-i686/mkvtoolnix.install   |   15 ---
 extra-x86_64/PKGBUILD   |   93 ---
 extra-x86_64/mkvtoolnix.install |   15 ---
 6 files changed, 216 insertions(+), 216 deletions(-)

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

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 225357, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-26 06:44:09 UTC (rev 225358)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=7.3.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 

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

2014-10-26 Thread Laurent Carlier
Date: Sunday, October 26, 2014 @ 09:11:42
  Author: lcarlier
Revision: 225359

add missing libgl in xfvb

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 06:44:09 UTC (rev 225358)
+++ PKGBUILD2014-10-26 08:11:42 UTC (rev 225359)
@@ -153,7 +153,7 @@
 
 package_xorg-server-xvfb() {
   pkgdesc=Virtual framebuffer X server
-  depends=(libxfont libxdmcp libxau libgcrypt pixman xorg-server-common 
xorg-xauth)
+  depends=(libxfont libxdmcp libxau libgcrypt pixman xorg-server-common 
xorg-xauth libgl)
 
   cd ${pkgbase}-${pkgver}/hw/vfb
   make DESTDIR=${pkgdir} install


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

2014-10-26 Thread Andreas Radke
Date: Sunday, October 26, 2014 @ 09:46:57
  Author: andyrtr
Revision: 225360

upgpkg: libgphoto2 2.5.5.1-1

upstream update 2.5.5.1

Modified:
  libgphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 08:11:42 UTC (rev 225359)
+++ PKGBUILD2014-10-26 08:46:57 UTC (rev 225360)
@@ -5,7 +5,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=libgphoto2
-pkgver=2.5.4
+pkgver=2.5.5.1
 pkgrel=1
 pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 license=(LGPL)
 depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
 install=libgphoto2.install
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('4f549a8600228a27f547d47ca1a97f09'
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('d5952a74e355fb139dc97c405dcf1679f65cfe33'
  'SKIP')
 
 build() {
@@ -39,5 +39,5 @@
   ${pkgdir}/usr/lib/udev/hwdb.d/20-gphoto.hwdb
 
   # Remove recursive symlink
-  rm -f ${pkgdir}/usr/include/gphoto2/gphoto2
+  rm -fv ${pkgdir}/usr/include/gphoto2/gphoto2
 }


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

2014-10-26 Thread Andreas Radke
Date: Sunday, October 26, 2014 @ 09:47:14
  Author: andyrtr
Revision: 225361

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

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

---+
 testing-i686/PKGBUILD |   43 
 testing-i686/libgphoto2.install   |   14 +++
 testing-x86_64/PKGBUILD   |   43 
 testing-x86_64/libgphoto2.install |   14 +++
 4 files changed, 114 insertions(+)

Copied: libgphoto2/repos/testing-i686/PKGBUILD (from rev 225360, 
libgphoto2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-26 08:47:14 UTC (rev 225361)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libgphoto2
+pkgver=2.5.5.1
+pkgrel=1
+pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=(LGPL)
+depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
+install=libgphoto2.install
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('d5952a74e355fb139dc97c405dcf1679f65cfe33'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # Remove unused udev helper
+  rm -rf ${pkgdir}/usr/lib/udev
+
+  install -m755 -d ${pkgdir}/usr/lib/udev/hwdb.d
+  LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
+  CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
+  ${pkgdir}/usr/lib/libgphoto2/print-camera-list hwdb  \
+  ${pkgdir}/usr/lib/udev/hwdb.d/20-gphoto.hwdb
+
+  # Remove recursive symlink
+  rm -fv ${pkgdir}/usr/include/gphoto2/gphoto2
+}

Copied: libgphoto2/repos/testing-i686/libgphoto2.install (from rev 225360, 
libgphoto2/trunk/libgphoto2.install)
===
--- testing-i686/libgphoto2.install (rev 0)
+++ testing-i686/libgphoto2.install 2014-10-26 08:47:14 UTC (rev 225361)
@@ -0,0 +1,14 @@
+post_install() {
+  udevadm hwdb --update
+}
+post_upgrade() {
+  if [ $(vercmp $2 2.4.13) -lt 0 ]; then
+groupdel camera /dev/null
+echo Users no longer need to be in the 'camera' group to use camera 
devices
+  fi
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libgphoto2/repos/testing-x86_64/PKGBUILD (from rev 225360, 
libgphoto2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-26 08:47:14 UTC (rev 225361)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libgphoto2
+pkgver=2.5.5.1
+pkgrel=1
+pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=(LGPL)
+depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
+install=libgphoto2.install
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('d5952a74e355fb139dc97c405dcf1679f65cfe33'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # Remove unused udev helper
+  rm -rf ${pkgdir}/usr/lib/udev
+
+  install -m755 -d ${pkgdir}/usr/lib/udev/hwdb.d
+  LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
+  CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
+  ${pkgdir}/usr/lib/libgphoto2/print-camera-list hwdb  \
+  ${pkgdir}/usr/lib/udev/hwdb.d/20-gphoto.hwdb
+
+  # Remove recursive symlink
+  rm -fv ${pkgdir}/usr/include/gphoto2/gphoto2
+}

Copied: libgphoto2/repos/testing-x86_64/libgphoto2.install (from rev 225360, 
libgphoto2/trunk/libgphoto2.install)
===
--- 

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

2014-10-26 Thread Andreas Radke
Date: Sunday, October 26, 2014 @ 09:50:44
  Author: andyrtr
Revision: 225362

use bz2 compressed tarball

Modified:
  libgphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 08:47:14 UTC (rev 225361)
+++ PKGBUILD2014-10-26 08:50:44 UTC (rev 225362)
@@ -13,8 +13,8 @@
 license=(LGPL)
 depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
 install=libgphoto2.install
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('d5952a74e355fb139dc97c405dcf1679f65cfe33'
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('54852eadeb2334b827dd56b23b77c9c627606901'
  'SKIP')
 
 build() {


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

2014-10-26 Thread Jan Steffens
Date: Sunday, October 26, 2014 @ 09:53:10
  Author: heftig
Revision: 225363

2.4.7

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 08:50:44 UTC (rev 225362)
+++ PKGBUILD2014-10-26 08:53:10 UTC (rev 225363)
@@ -3,8 +3,8 @@
 
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.6
-pkgrel=3
+pkgver=2.4.7
+pkgrel=1
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
 url=http://webkitgtk.org/;
@@ -18,7 +18,7 @@
 options=(!emptydirs)
 source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
 fix-pretty-quotes.patch)
-sha256sums=('6fef4aa8d4a2668e03ea15472a71396ea7b776bbe56ad9459a4124b823c11457'
+sha256sums=('f5cf26e39abf1d6b2d25f1398348fef6bbe6c03fb4f99e11c569091c05197d38'
 '56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
 
 prepare() {


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

2014-10-26 Thread Andreas Radke
Date: Sunday, October 26, 2014 @ 09:55:03
  Author: andyrtr
Revision: 225364

upgpkg: gphoto2 2.5.5-1

upstream update 2.5.5

Modified:
  gphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 08:53:10 UTC (rev 225363)
+++ PKGBUILD2014-10-26 08:55:03 UTC (rev 225364)
@@ -2,8 +2,9 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Eduardo Romero edua...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
+
 pkgname=gphoto2
-pkgver=2.5.4
+pkgver=2.5.5
 pkgrel=1
 pkgdesc=A digital camera download and access program.
 arch=(i686 x86_64)
@@ -11,7 +12,7 @@
 license=('GPL' 'LGPL')
 depends=('libgphoto2' 'popt' 'readline')
 
source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('55e062dfb09a9589b4f9d6d545724c60'
+sha1sums=('6326f66c0782cee3366f8f958cd61a6d58e0033d'
  'SKIP')
 
 build() {


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

2014-10-26 Thread Andreas Radke
Date: Sunday, October 26, 2014 @ 09:55:15
  Author: andyrtr
Revision: 225365

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

Added:
  gphoto2/repos/testing-i686/
  gphoto2/repos/testing-i686/PKGBUILD
(from rev 225364, gphoto2/trunk/PKGBUILD)
  gphoto2/repos/testing-x86_64/
  gphoto2/repos/testing-x86_64/PKGBUILD
(from rev 225364, gphoto2/trunk/PKGBUILD)

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

Copied: gphoto2/repos/testing-i686/PKGBUILD (from rev 225364, 
gphoto2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-26 08:55:15 UTC (rev 225365)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=gphoto2
+pkgver=2.5.5
+pkgrel=1
+pkgdesc=A digital camera download and access program.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=('GPL' 'LGPL')
+depends=('libgphoto2' 'popt' 'readline')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('6326f66c0782cee3366f8f958cd61a6d58e0033d'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gphoto2/repos/testing-x86_64/PKGBUILD (from rev 225364, 
gphoto2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-26 08:55:15 UTC (rev 225365)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=gphoto2
+pkgver=2.5.5
+pkgrel=1
+pkgdesc=A digital camera download and access program.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=('GPL' 'LGPL')
+depends=('libgphoto2' 'popt' 'readline')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('6326f66c0782cee3366f8f958cd61a6d58e0033d'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}


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

2014-10-26 Thread Jan Steffens
Date: Sunday, October 26, 2014 @ 10:00:20
  Author: heftig
Revision: 225366

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

Added:
  webkitgtk/repos/extra-i686/PKGBUILD
(from rev 225365, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/extra-i686/fix-pretty-quotes.patch
(from rev 225365, webkitgtk/trunk/fix-pretty-quotes.patch)
  webkitgtk/repos/extra-x86_64/PKGBUILD
(from rev 225365, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/extra-x86_64/fix-pretty-quotes.patch
(from rev 225365, webkitgtk/trunk/fix-pretty-quotes.patch)
Deleted:
  webkitgtk/repos/extra-i686/PKGBUILD
  webkitgtk/repos/extra-i686/fix-pretty-quotes.patch
  webkitgtk/repos/extra-x86_64/PKGBUILD
  webkitgtk/repos/extra-x86_64/fix-pretty-quotes.patch

--+
 /PKGBUILD|  158 +
 /fix-pretty-quotes.patch |   52 ++
 extra-i686/PKGBUILD  |   79 
 extra-i686/fix-pretty-quotes.patch   |   26 -
 extra-x86_64/PKGBUILD|   79 
 extra-x86_64/fix-pretty-quotes.patch |   26 -
 6 files changed, 210 insertions(+), 210 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-26 08:55:15 UTC (rev 225365)
+++ extra-i686/PKGBUILD 2014-10-26 09:00:20 UTC (rev 225366)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=webkitgtk
-pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.6
-pkgrel=3
-pkgdesc=GTK+ Web content engine library
-arch=(i686 x86_64)
-url=http://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu)
-makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
-optdepends=('gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!emptydirs)
-source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
-fix-pretty-quotes.patch)
-sha256sums=('6fef4aa8d4a2668e03ea15472a71396ea7b776bbe56ad9459a4124b823c11457'
-'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
-
-prepare() {
-  mkdir build-gtk{,2} path
-
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase-$pkgver
-  patch -Np0 -i ../fix-pretty-quotes.patch
-}
-
-_build() (
-  _ver=$1; shift
-  cd build-${_ver}
-
-  ../$pkgbase-$pkgver/configure --prefix=/usr \
---libexecdir=/usr/lib/webkit${_ver} \
---enable-introspection \
---disable-webkit2 \
---disable-gtk-doc \
-$@
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-)
-
-build() {
-  PATH=$srcdir/path:$PATH
-
-  _build gtk
-  _build gtk2 --with-gtk=2.0
-}
-
-package_webkitgtk() {
-  depends+=(gtk3)
-  optdepends+=('gtk2: Netscape plugin support')
-  provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
-  conflicts=(webkitgtk3 libwebkit3)
-  replaces=(webkitgtk3 libwebkit3)
-
-  make -C build-gtk -j1 DESTDIR=$pkgdir install
-  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
-$pkgdir/usr/share/licenses/webkitgtk/LICENSE
-}
-
-package_webkitgtk2() {
-  pkgdesc+= for GTK2
-  depends+=(gtk2)
-  provides=(libwebkit=${pkgver})
-  conflicts=(libwebkit)
-  replaces=(libwebkit)
-
-  make -C build-gtk2 -j1 DESTDIR=$pkgdir install
-  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
-$pkgdir/usr/share/licenses/webkitgtk2/LICENSE
-}

Copied: webkitgtk/repos/extra-i686/PKGBUILD (from rev 225365, 
webkitgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-26 09:00:20 UTC (rev 225366)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.7
+pkgrel=1
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
+fix-pretty-quotes.patch)
+sha256sums=('f5cf26e39abf1d6b2d25f1398348fef6bbe6c03fb4f99e11c569091c05197d38'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
+
+prepare() {
+  mkdir build-gtk{,2} path
+
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  patch -Np0 -i ../fix-pretty-quotes.patch
+}
+
+_build() (
+  _ver=$1; shift
+  cd 

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

2014-10-26 Thread Михаил Страшун
Date: Sunday, October 26, 2014 @ 10:35:18
  Author: dicebot
Revision: 121421

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-26 09:35:06 UTC (rev 121420)
+++ community-i686/PKGBUILD 2014-10-26 09:35:18 UTC (rev 121421)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasunse pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Anders Bergh ande...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=('dmd' 'libphobos-devel' 'libphobos')
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.066.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.dlang.org;
-makedepends=('git' 'gcc' 'make')
-source=(git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
-
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP')
-
-[[ $CARCH == x86_64 ]]  _archbits=64
-[[ $CARCH == i686 ]]  _archbits=32
-
-build() {
-cd $srcdir/dmd/src
-make -f posix.mak MODEL=$_archbits RELEASE=1
-
-cd $srcdir/druntime
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-}
-
-package_dmd() {
-pkgdesc=The D programming language reference compiler
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos-devel')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'libphobos: standard D library, Phobos; shared library'
-)
-provides=(d-compiler=$pkgver)
-license=('custom')
-backup=('etc/dmd.conf')
-
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
-
-mkdir -p $pkgdir/etc
-echo -e [Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--export-dynamic  $pkgdir/etc/dmd.conf
-
-mkdir -p $pkgdir/usr/share/man/man1
-mkdir -p $pkgdir/usr/share/man/man5
-cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
-cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
-
-install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/gpl.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend.1
-install -Dm644 $srcdir/dmd/src/artistic.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend.2
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
-}
-
-package_libphobos-devel() {
-pkgdesc=The Phobos standard library for D programming language. Modules 
and static library.
-options=(staticlibs)
-provides=(d-runtime=$pkgver d-stdlib=$pkgver)
-license=(custom)
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-
-mkdir -p $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_libphobos() {
-pkgdesc=The Phobos standard library for D programming language.
-depends=(curl)
-license=(custom)
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.so 
$pkgdir/usr/lib/libphobos2.so
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dmd/repos/community-i686/PKGBUILD (from rev 121420, dmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-26 09:35:18 UTC (rev 121421)
@@ -0,0 +1,97 @@
+# $Id$
+# 

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

2014-10-26 Thread Михаил Страшун
Date: Sunday, October 26, 2014 @ 10:35:06
  Author: dicebot
Revision: 121420

upgpkg: dmd 2.066.1-1

DMD minor release 2.066.1

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 05:27:06 UTC (rev 121419)
+++ PKGBUILD2014-10-26 09:35:06 UTC (rev 121420)
@@ -9,7 +9,7 @@
 pkgname=('dmd' 'libphobos-devel' 'libphobos')
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.066.0
+pkgver=2.066.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.dlang.org;


[arch-commits] Commit in (shared-color-profiles)

2014-10-26 Thread Andreas Radke
Date: Sunday, October 26, 2014 @ 11:04:35
  Author: andyrtr
Revision: 225367

remove dead pkg

Deleted:
  shared-color-profiles/


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

2014-10-26 Thread Bartłomiej Piotrowski
Date: Sunday, October 26, 2014 @ 12:00:30
  Author: bpiotrowski
Revision: 225368

upgpkg: libffi 3.1-3

enable support for PaX's EMUTRAMP  (FS#42405)

Modified:
  libffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 10:04:35 UTC (rev 225367)
+++ PKGBUILD2014-10-26 11:00:30 UTC (rev 225368)
@@ -5,7 +5,7 @@
 
 pkgname=libffi
 pkgver=3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Portable foreign function interface library'
 arch=('i686' 'x86_64')
 url='http://sourceware.org/libffi/'
@@ -26,7 +26,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr --disable-static \
+--enable-pax_emutramp
   make
 }
 


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

2014-10-26 Thread Bartłomiej Piotrowski
Date: Sunday, October 26, 2014 @ 12:00:43
  Author: bpiotrowski
Revision: 225369

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

Added:
  libffi/repos/testing-i686/
  libffi/repos/testing-i686/0001-Fix-paths-in-libffi.pc.in.patch
(from rev 225368, libffi/trunk/0001-Fix-paths-in-libffi.pc.in.patch)
  libffi/repos/testing-i686/PKGBUILD
(from rev 225368, libffi/trunk/PKGBUILD)
  libffi/repos/testing-i686/libffi.install
(from rev 225368, libffi/trunk/libffi.install)
  libffi/repos/testing-x86_64/
  libffi/repos/testing-x86_64/0001-Fix-paths-in-libffi.pc.in.patch
(from rev 225368, libffi/trunk/0001-Fix-paths-in-libffi.pc.in.patch)
  libffi/repos/testing-x86_64/PKGBUILD
(from rev 225368, libffi/trunk/PKGBUILD)
  libffi/repos/testing-x86_64/libffi.install
(from rev 225368, libffi/trunk/libffi.install)

-+
 testing-i686/0001-Fix-paths-in-libffi.pc.in.patch   |   41 +
 testing-i686/PKGBUILD   |   42 ++
 testing-i686/libffi.install |   20 
 testing-x86_64/0001-Fix-paths-in-libffi.pc.in.patch |   41 +
 testing-x86_64/PKGBUILD |   42 ++
 testing-x86_64/libffi.install   |   20 
 6 files changed, 206 insertions(+)

Copied: libffi/repos/testing-i686/0001-Fix-paths-in-libffi.pc.in.patch (from 
rev 225368, libffi/trunk/0001-Fix-paths-in-libffi.pc.in.patch)
===
--- testing-i686/0001-Fix-paths-in-libffi.pc.in.patch   
(rev 0)
+++ testing-i686/0001-Fix-paths-in-libffi.pc.in.patch   2014-10-26 11:00:43 UTC 
(rev 225369)
@@ -0,0 +1,41 @@
+From ad0d1d239afc7ad09203847793dcc020856d1035 Mon Sep 17 00:00:00 2001
+From: Samuli Suominen ssuomi...@gentoo.org
+Date: Thu, 12 Jun 2014 06:30:21 -0400
+Subject: [PATCH] Fix paths in libffi.pc.in
+
+---
+ configure.ac | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 4f7fe3f..bbc1a9d 100644
+--- a/configure.ac
 b/configure.ac
+@@ -590,11 +590,11 @@ AC_ARG_ENABLE(purify-safety,
+ if test x$GCC = xyes; then
+   if test -n $with_cross_host 
+  test x$with_cross_host != xno; then
+-toolexecdir='$(exec_prefix)/$(target_alias)'
+-toolexeclibdir='$(toolexecdir)/lib'
++toolexecdir=${exec_prefix}/'$(target_alias)'
++toolexeclibdir=${toolexecdir}/lib
+   else
+-toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
+-toolexeclibdir='$(libdir)'
++toolexecdir=${libdir}/gcc-lib/'$(target_alias)'
++toolexeclibdir=${libdir}
+   fi
+   multi_os_directory=`$CC $CFLAGS -print-multi-os-directory`
+   case $multi_os_directory in
+@@ -603,7 +603,7 @@ if test x$GCC = xyes; then
+   esac
+   AC_SUBST(toolexecdir)
+ else
+-  toolexeclibdir='$(libdir)'
++  toolexeclibdir=${libdir}
+ fi
+ AC_SUBST(toolexeclibdir)
+ 
+-- 
+2.0.0
+

Copied: libffi/repos/testing-i686/PKGBUILD (from rev 225368, 
libffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-26 11:00:43 UTC (rev 225369)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.1
+pkgrel=3
+pkgdesc='Portable foreign function interface library'
+arch=('i686' 'x86_64')
+url='http://sourceware.org/libffi/'
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-$pkgver.tar.gz
+0001-Fix-paths-in-libffi.pc.in.patch)
+sha1sums=('cb373ef2115ec7c57913b84ca72eee14b10ccdc3'
+  '85b406c5208a7b8fdba9c8a4782ab524f5c5eec4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../0001-Fix-paths-in-libffi.pc.in.patch
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static \
+--enable-pax_emutramp
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libffi/repos/testing-i686/libffi.install (from rev 225368, 
libffi/trunk/libffi.install)
===
--- testing-i686/libffi.install (rev 0)
+++ testing-i686/libffi.install 2014-10-26 11:00:43 UTC (rev 225369)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ 

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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:30:30
  Author: andrea
Revision: 225370

upgpkg: plasma-workspace 5.1.0.1-5

Fix libexec install dir

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 11:00:43 UTC (rev 225369)
+++ PKGBUILD2014-10-26 11:30:30 UTC (rev 225370)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-workspace
 pkgver=5.1.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -33,6 +33,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF


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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:30:40
  Author: andrea
Revision: 225371

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 225370, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 225370, plasma-workspace/trunk/PKGBUILD)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 extra-i686/PKGBUILD   |   48 ---
 extra-x86_64/PKGBUILD |   48 ---
 3 files changed, 98 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-26 11:30:30 UTC (rev 225370)
+++ extra-i686/PKGBUILD 2014-10-26 11:30:40 UTC (rev 225371)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. lq07829icatm at rambler.ru
-
-pkgname=plasma-workspace
-pkgver=5.1.0.1
-pkgrel=4
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
- 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
-optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-'kwin: KDE Window Manager'
-'gpsd: GPS support for geolocation')
-conflicts=('kdebase-workspace')
-groups=('plasma-next')
-options=('!buildflags')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('1f9d20ffca60668cec208d5131c6bc26')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # be sure to use the Qt5 version of qtpaths
-  sed 's:qtpaths:qtpaths-qt5:' -i $pkgdir/usr/bin/startkde
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 225370, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-26 11:30:40 UTC (rev 225371)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgname=plasma-workspace
+pkgver=5.1.0.1
+pkgrel=5
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
+ 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
+optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+'kwin: KDE Window Manager'
+'gpsd: GPS support for geolocation')
+conflicts=('kdebase-workspace')
+groups=('plasma-next')
+options=('!buildflags')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('1f9d20ffca60668cec208d5131c6bc26')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # be sure to use the Qt5 version of qtpaths
+  sed 's:qtpaths:qtpaths-qt5:' -i $pkgdir/usr/bin/startkde
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-26 11:30:30 UTC (rev 225370)
+++ extra-x86_64/PKGBUILD   2014-10-26 11:30:40 UTC (rev 225371)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. lq07829icatm at rambler.ru
-
-pkgname=plasma-workspace
-pkgver=5.1.0.1
-pkgrel=4
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
- 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
-

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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:33:50
  Author: andrea
Revision: 225372

upgpkg: libksysguard 5.1.0.1-2

Fix libexec install dir

Modified:
  libksysguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 11:30:40 UTC (rev 225371)
+++ PKGBUILD2014-10-26 11:33:50 UTC (rev 225372)
@@ -4,7 +4,7 @@
 
 pkgname=libksysguard
 pkgver=5.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Libksysguard'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/libksysguard'
@@ -25,6 +25,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF


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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:34:00
  Author: andrea
Revision: 225373

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-26 11:33:50 UTC (rev 225372)
+++ extra-i686/PKGBUILD 2014-10-26 11:34:00 UTC (rev 225373)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/libksysguard'
-license=('LGPL')
-depends=('libxres' 'kdelibs4support' 'plasma-framework')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('6ade40ebcb153a99a00dcc9364ad2382')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksysguard/repos/extra-i686/PKGBUILD (from rev 225372, 
libksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-26 11:34:00 UTC (rev 225373)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.1.0.1
+pkgrel=2
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'kdelibs4support' 'plasma-framework')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('6ade40ebcb153a99a00dcc9364ad2382')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-26 11:33:50 UTC (rev 225372)
+++ extra-x86_64/PKGBUILD   2014-10-26 11:34:00 UTC (rev 225373)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/libksysguard'
-license=('LGPL')
-depends=('libxres' 'kdelibs4support' 'plasma-framework')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('6ade40ebcb153a99a00dcc9364ad2382')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksysguard/repos/extra-x86_64/PKGBUILD (from rev 225372, 
libksysguard/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-26 11:34:00 UTC (rev 225373)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.1.0.1
+pkgrel=2
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'kdelibs4support' 'plasma-framework')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')

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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:43:03
  Author: andrea
Revision: 225374

upgpkg: plasma-desktop 5.1.0.1-3

Fix libexec install dir

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 11:34:00 UTC (rev 225373)
+++ PKGBUILD2014-10-26 11:43:03 UTC (rev 225374)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -29,6 +29,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DBUILD_TESTING=OFF


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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:43:11
  Author: andrea
Revision: 225375

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

Added:
  plasma-desktop/repos/extra-i686/PKGBUILD
(from rev 225374, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-i686/plasma-desktop.install
(from rev 225374, plasma-desktop/trunk/plasma-desktop.install)
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 225374, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install
(from rev 225374, plasma-desktop/trunk/plasma-desktop.install)
Deleted:
  plasma-desktop/repos/extra-i686/PKGBUILD
  plasma-desktop/repos/extra-i686/plasma-desktop.install
  plasma-desktop/repos/extra-x86_64/PKGBUILD
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install

-+
 /PKGBUILD   |   84 ++
 /plasma-desktop.install |   24 +
 extra-i686/PKGBUILD |   41 
 extra-i686/plasma-desktop.install   |   12 
 extra-x86_64/PKGBUILD   |   41 
 extra-x86_64/plasma-desktop.install |   12 
 6 files changed, 108 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-26 11:43:03 UTC (rev 225374)
+++ extra-i686/PKGBUILD 2014-10-26 11:43:11 UTC (rev 225375)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=plasma-desktop
-pkgver=5.1.0.1
-pkgrel=2
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-frameworks' 
'libcanberra'
- 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 
'ksysguard')
-makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('plasma-nm: Network manager applet')
-conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
-install=${pkgname}.install
-groups=('plasma-next')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('235318be3ddaa7e842dea8b5f737aa6b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-desktop/repos/extra-i686/PKGBUILD (from rev 225374, 
plasma-desktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-26 11:43:11 UTC (rev 225375)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.1.0.1
+pkgrel=3
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-frameworks' 
'libcanberra'
+ 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 
'ksysguard')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
+install=${pkgname}.install
+groups=('plasma-next')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('235318be3ddaa7e842dea8b5f737aa6b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/plasma-desktop.install
===
--- extra-i686/plasma-desktop.install   2014-10-26 11:43:03 UTC (rev 225374)
+++ extra-i686/plasma-desktop.install   2014-10-26 11:43:11 UTC (rev 225375)
@@ -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: plasma-desktop/repos/extra-i686/plasma-desktop.install (from rev 
225374, plasma-desktop/trunk/plasma-desktop.install)
===
--- extra-i686/plasma-desktop.install   (rev 0)
+++ extra-i686/plasma-desktop.install   2014-10-26 11:43:11 UTC (rev 225375)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  

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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:44:19
  Author: andrea
Revision: 225377

upgpkg: powerdevil 5.1.0.1-2

Fix libexec install dir

Modified:
  powerdevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 11:44:18 UTC (rev 225376)
+++ PKGBUILD2014-10-26 11:44:19 UTC (rev 225377)
@@ -4,7 +4,7 @@
 
 pkgname=powerdevil
 pkgver=5.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE power management tools'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/extragear/base/powerdevil'
@@ -26,6 +26,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DSYSCONF_INSTALL_DIR=/etc
   make


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

2014-10-26 Thread Andreas Radke
Date: Sunday, October 26, 2014 @ 12:44:31
  Author: andyrtr
Revision: 225379

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

Added:
  libpipeline/repos/testing-i686/
  libpipeline/repos/testing-i686/PKGBUILD
(from rev 225377, libpipeline/trunk/PKGBUILD)
  libpipeline/repos/testing-x86_64/
  libpipeline/repos/testing-x86_64/PKGBUILD
(from rev 225377, libpipeline/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libpipeline/repos/testing-i686/PKGBUILD (from rev 225377, 
libpipeline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-26 11:44:31 UTC (rev 225379)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libpipeline
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
+arch=('i686' 'x86_64')
+url=http://libpipeline.nongnu.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('660f4ac9340834a231d1516746d03d28'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: libpipeline/repos/testing-x86_64/PKGBUILD (from rev 225377, 
libpipeline/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-26 11:44:31 UTC (rev 225379)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libpipeline
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
+arch=('i686' 'x86_64')
+url=http://libpipeline.nongnu.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('660f4ac9340834a231d1516746d03d28'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


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

2014-10-26 Thread Andreas Radke
Date: Sunday, October 26, 2014 @ 12:44:18
  Author: andyrtr
Revision: 225376

upgpkg: libpipeline 1.4.0-1

upstream update 1.4.0

Modified:
  libpipeline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 11:43:11 UTC (rev 225375)
+++ PKGBUILD2014-10-26 11:44:18 UTC (rev 225376)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=libpipeline
-pkgver=1.3.1
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('31a34830c0f8a6d40ee373df51f04baa'
+md5sums=('660f4ac9340834a231d1516746d03d28'
  'SKIP')
 
 build() {


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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:44:30
  Author: andrea
Revision: 225378

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-26 11:44:19 UTC (rev 225377)
+++ extra-i686/PKGBUILD 2014-10-26 11:44:30 UTC (rev 225378)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc='KDE power management tools'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/base/powerdevil'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma-next')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('4d0d05084c1f198089dfb25325b35d1f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: powerdevil/repos/extra-i686/PKGBUILD (from rev 225377, 
powerdevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-26 11:44:30 UTC (rev 225378)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.1.0.1
+pkgrel=2
+pkgdesc='KDE power management tools'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma-next')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('4d0d05084c1f198089dfb25325b35d1f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-26 11:44:19 UTC (rev 225377)
+++ extra-x86_64/PKGBUILD   2014-10-26 11:44:30 UTC (rev 225378)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc='KDE power management tools'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/base/powerdevil'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma-next')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('4d0d05084c1f198089dfb25325b35d1f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: powerdevil/repos/extra-x86_64/PKGBUILD (from rev 225377, 
powerdevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-26 11:44:30 UTC (rev 225378)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.1.0.1
+pkgrel=2
+pkgdesc='KDE power management tools'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma-next')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)

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

2014-10-26 Thread Fabio Castelli
Date: Sunday, October 26, 2014 @ 12:52:07
  Author: muflone
Revision: 121422

upgpkg: gespeaker 0.8.5-1

New upstream release 0.8.5

Modified:
  gespeaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 09:35:18 UTC (rev 121421)
+++ PKGBUILD2014-10-26 11:52:07 UTC (rev 121422)
@@ -3,21 +3,16 @@
 # Contributor: archtux antonio dot arias9 at gmail dot com
 
 pkgname=gespeaker
-pkgver=0.8.4
-pkgrel=4
+pkgver=0.8.5
+pkgrel=1
 pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
 url=http://www.muflone.com/gespeaker/;
 arch=('any')
 license=('GPL2')
 depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('mbrola: for enhanced mbrola voices support'
-'mbrola-voices: at least one mbrola voice'
-'libpulse: PulseAudio output')
-provides=('gespeaker')
+optdepends=('libpulse: PulseAudio output')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
-sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
-sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+sha256sums=('73163e94f03e00c08d92bc0dedab84cfba6409064fedbc90962db24bb4999766')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2014-10-26 Thread Fabio Castelli
Date: Sunday, October 26, 2014 @ 12:52:34
  Author: muflone
Revision: 121423

archrelease: copy trunk to community-any

Added:
  gespeaker/repos/community-any/PKGBUILD
(from rev 121422, gespeaker/trunk/PKGBUILD)
Deleted:
  gespeaker/repos/community-any/PKGBUILD

--+
 PKGBUILD |   75 -
 1 file changed, 35 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-26 11:52:07 UTC (rev 121422)
+++ PKGBUILD2014-10-26 11:52:34 UTC (rev 121423)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: archtux antonio dot arias9 at gmail dot com
-
-pkgname=gespeaker
-pkgver=0.8.4
-pkgrel=4
-pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
-url=http://www.muflone.com/gespeaker/;
-arch=('any')
-license=('GPL2')
-depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('mbrola: for enhanced mbrola voices support'
-'mbrola-voices: at least one mbrola voice'
-'libpulse: PulseAudio output')
-provides=('gespeaker')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
-sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
-sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Python2 fix
-  for _file in setup.py gespeaker src/gespeaker.py
-  do
-sed -i 's#env python#env python2#' ${_file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --optimize=1 --root ${pkgdir}
-}
-

Copied: gespeaker/repos/community-any/PKGBUILD (from rev 121422, 
gespeaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-26 11:52:34 UTC (rev 121423)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.5
+pkgrel=1
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('libpulse: PulseAudio output')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('73163e94f03e00c08d92bc0dedab84cfba6409064fedbc90962db24bb4999766')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+


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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:56:34
  Author: andrea
Revision: 225380

upgpkg: ksysguard 5.1.0.1-2

Rebuilt to update drkonqui path

Modified:
  ksysguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 11:44:31 UTC (rev 225379)
+++ PKGBUILD2014-10-26 11:56:34 UTC (rev 225380)
@@ -4,7 +4,7 @@
 
 pkgname=ksysguard
 pkgver=5.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KSysGuard'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/ksysguard'


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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:56:45
  Author: andrea
Revision: 225382

upgpkg: plasma-nm 5.1.0.1-3

Rebuilt to update drkonqui path

Modified:
  plasma-nm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 11:56:43 UTC (rev 225381)
+++ PKGBUILD2014-10-26 11:56:45 UTC (rev 225382)
@@ -3,7 +3,7 @@
 
 pkgname=plasma-nm
 pkgver=5.1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Plasma applet written in QML for managing network connections'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/network/plasma-nm'


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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:56:43
  Author: andrea
Revision: 225381

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-26 11:56:34 UTC (rev 225380)
+++ extra-i686/PKGBUILD 2014-10-26 11:56:43 UTC (rev 225381)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc='KSysGuard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/ksysguard'
-license=('LGPL')
-depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils' 
'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma-next')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('48e32cec871bc7ab670df3ddef37bf6b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: ksysguard/repos/extra-i686/PKGBUILD (from rev 225380, 
ksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-26 11:56:43 UTC (rev 225381)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.1.0.1
+pkgrel=2
+pkgdesc='KSysGuard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/ksysguard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils' 
'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma-next')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('48e32cec871bc7ab670df3ddef37bf6b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ksysguard.install
===
--- extra-i686/ksysguard.install2014-10-26 11:56:34 UTC (rev 225380)
+++ extra-i686/ksysguard.install2014-10-26 11:56:43 UTC (rev 225381)
@@ -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: ksysguard/repos/extra-i686/ksysguard.install (from rev 225380, 
ksysguard/trunk/ksysguard.install)
===
--- extra-i686/ksysguard.install(rev 0)
+++ extra-i686/ksysguard.install2014-10-26 11:56:43 UTC (rev 225381)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-26 11:56:34 UTC (rev 225380)
+++ extra-x86_64/PKGBUILD   2014-10-26 11:56:43 UTC (rev 225381)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-

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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 12:57:08
  Author: andrea
Revision: 225383

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

Added:
  plasma-nm/repos/extra-i686/PKGBUILD
(from rev 225382, plasma-nm/trunk/PKGBUILD)
  plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 225382, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/extra-i686/PKGBUILD
  plasma-nm/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-26 11:56:45 UTC (rev 225382)
+++ extra-i686/PKGBUILD 2014-10-26 11:57:08 UTC (rev 225383)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-nm
-pkgver=5.1.0.1
-pkgrel=2
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/network/plasma-nm'
-license=('GPL2')
-depends=('plasma-workspace' 'libmm-qt5' 'libnm-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers' 'openconnect: Cisco AnyConnect VPN plugin')
-groups=('plasma-next')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('ef286d4c8d0644b9e8e5de7f8fec81ed')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../plasma-nm-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-nm/repos/extra-i686/PKGBUILD (from rev 225382, 
plasma-nm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-26 11:57:08 UTC (rev 225383)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-nm
+pkgver=5.1.0.1
+pkgrel=3
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/network/plasma-nm'
+license=('GPL2')
+depends=('plasma-workspace' 'libmm-qt5' 'libnm-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers' 'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma-next')
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('ef286d4c8d0644b9e8e5de7f8fec81ed')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../plasma-nm-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-26 11:56:45 UTC (rev 225382)
+++ extra-x86_64/PKGBUILD   2014-10-26 11:57:08 UTC (rev 225383)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-nm
-pkgver=5.1.0.1
-pkgrel=2
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/network/plasma-nm'
-license=('GPL2')
-depends=('plasma-workspace' 'libmm-qt5' 'libnm-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers' 'openconnect: Cisco AnyConnect VPN plugin')
-groups=('plasma-next')
-source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
-md5sums=('ef286d4c8d0644b9e8e5de7f8fec81ed')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../plasma-nm-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 225382, 
plasma-nm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-26 11:57:08 UTC (rev 225383)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 

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

2014-10-26 Thread Fabio Castelli
Date: Sunday, October 26, 2014 @ 13:05:29
  Author: muflone
Revision: 121425

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   54 ---
 gwakeonlan.install |   26 +++-
 2 files changed, 38 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-26 12:05:03 UTC (rev 121424)
+++ PKGBUILD2014-10-26 12:05:29 UTC (rev 121425)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: jose jose1711 [at] gmail (dot) com
-
-pkgname=gwakeonlan
-pkgver=0.6.2
-pkgrel=3
-pkgdesc=GTK+ utility to awake machines using the Wake on LAN.
-url=http://www.muflone.com/gwakeonlan;
-arch=('any')
-license=('GPL2')
-depends=('gtk3' 'gobject-introspection' 'python2-xdg' 'python2-gobject' 
'gtk-update-icon-cache')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('ccdc29789e9a9233631d4e2d403b5797')
-sha1sums=('7f4c7177df7f870149006f46d430fe7bb881292a')
-sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
-install=${pkgname}.install
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --optimize=1 --root ${pkgdir}
-}
-

Copied: gwakeonlan/repos/community-any/PKGBUILD (from rev 121424, 
gwakeonlan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-26 12:05:29 UTC (rev 121425)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jose jose1711 [at] gmail (dot) com
+
+pkgname=gwakeonlan
+pkgver=0.6.2
+pkgrel=4
+pkgdesc=GTK+ utility to awake machines using the Wake on LAN.
+url=http://www.muflone.com/gwakeonlan;
+arch=('any')
+license=('GPL2')
+depends=('gtk3' 'python2-xdg' 'python2-gobject')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
+install=${pkgname}.install
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+

Deleted: gwakeonlan.install
===
--- gwakeonlan.install  2014-10-26 12:05:03 UTC (rev 121424)
+++ gwakeonlan.install  2014-10-26 12:05:29 UTC (rev 121425)
@@ -1,14 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q /usr/share/icons/hicolor/
-xdg-icon-resource forceupdate
-xdg-desktop-menu forceupdate
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: gwakeonlan/repos/community-any/gwakeonlan.install (from rev 121424, 
gwakeonlan/trunk/gwakeonlan.install)
===
--- gwakeonlan.install  (rev 0)
+++ gwakeonlan.install  2014-10-26 12:05:29 UTC (rev 121425)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q /usr/share/icons/hicolor/
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


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

2014-10-26 Thread Fabio Castelli
Date: Sunday, October 26, 2014 @ 13:05:03
  Author: muflone
Revision: 121424

upgpkg: gwakeonlan 0.6.2-4

Removed redundant dependencies

Modified:
  gwakeonlan/trunk/PKGBUILD
  gwakeonlan/trunk/gwakeonlan.install

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 11:52:34 UTC (rev 121423)
+++ PKGBUILD2014-10-26 12:05:03 UTC (rev 121424)
@@ -4,15 +4,13 @@
 
 pkgname=gwakeonlan
 pkgver=0.6.2
-pkgrel=3
+pkgrel=4
 pkgdesc=GTK+ utility to awake machines using the Wake on LAN.
 url=http://www.muflone.com/gwakeonlan;
 arch=('any')
 license=('GPL2')
-depends=('gtk3' 'gobject-introspection' 'python2-xdg' 'python2-gobject' 
'gtk-update-icon-cache')
+depends=('gtk3' 'python2-xdg' 'python2-gobject')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('ccdc29789e9a9233631d4e2d403b5797')
-sha1sums=('7f4c7177df7f870149006f46d430fe7bb881292a')
 sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
 install=${pkgname}.install
 

Modified: gwakeonlan.install
===
--- gwakeonlan.install  2014-10-26 11:52:34 UTC (rev 121423)
+++ gwakeonlan.install  2014-10-26 12:05:03 UTC (rev 121424)
@@ -1,7 +1,5 @@
 post_install() {
 gtk-update-icon-cache -q /usr/share/icons/hicolor/
-xdg-icon-resource forceupdate
-xdg-desktop-menu forceupdate
 }
 
 post_update() {


[arch-commits] Commit in (4 files)

2014-10-26 Thread Fabio Castelli
Date: Sunday, October 26, 2014 @ 13:32:24
  Author: muflone
Revision: 121426

New package kompozer-i18n

Added:
  kompozer-i18n/
  kompozer-i18n/repos/
  kompozer-i18n/trunk/
  kompozer-i18n/trunk/PKGBUILD

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

Added: kompozer-i18n/trunk/PKGBUILD
===
--- kompozer-i18n/trunk/PKGBUILD(rev 0)
+++ kompozer-i18n/trunk/PKGBUILD2014-10-26 12:32:24 UTC (rev 121426)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Balló György ballogyor+a...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Michal Hybner dta...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kompozer-i18n
+pkgname=()
+pkgver=0.8b3
+pkgrel=1
+arch=('any')
+url=http://kompozer.net/;
+license=('MPL' 'GPL')
+depends=(kompozer=${pkgver})
+
+_languages=(
+  'ca Catalan'
+  'cs Czech'
+  'da Danish'
+  'de German'
+  'eo Esperanto'
+  'es-ES  Spanish (Spain)'
+  'fi Finnish'
+  'fr French'
+  'hsbUpper Sorbian'
+  'hu Hungarian'
+  'it Italian'
+  'ja Japanese'
+  'ko Korean'
+  'lt Lithuanian'
+  'nl Dutch'
+  'pl Polish'
+  'pt-BR  Portuguese (Brazilian)'
+  'pt-PT  Portuguese (Portugal)'
+  'ru Russian'
+  'sl Slovenian'
+  'uk Ukrainian'
+  'zh-CN  Chinese (Simplified)'
+  'zh-TW  Chinese (Traditional)'
+)
+_url=http://kompozer.sourceforge.net/l10n/langpacks/kompozer-${pkgver}/kompozer-${pkgver};
+source=()
+sha256sums=('c2eb2f1ede75386f800becbab8aebeabf5b252aeb02d29f1921368d4161bcf8a'
+'a5fb1da56f1e0a94ff5853a543d782406d9ddd6de55c2a9706440ddf6ff1c93e'
+'52cbf5c850a6f32047cb3594af1e8104078dd00359cdcbca09acba98f4721a1a'
+'2e3547126853b0ec784a51bbfc3f3b3053d765e2a22d39792020e51cba3b1dd0'
+'e50e4fafd78b03ba4dc1d7a1c7391ab94c18213b2f7b7c8073d81d81f8310f17'
+'cd289c27193dea86ca0ba6dbf18e7d3ec015e44be8f29c3d739ee41eacdb97e1'
+'b7bc7bfe929498882a40f5b4d1d13c99eaf67298ffbdc0a61534ea2302b21c9c'
+'fc009511488b0889d8b11a6469cd269ef092f2fba05cf384cfa8b15f735dd4fe'
+'eb5b2b939b8ecddfc7e4b4bed29f034d8f0af04bb67540d0a28227d79bbb7c1d'
+'0076a47772dc216bc37847de0626caa6b5f97c96e05cff1ed8fe9c54d60c'
+'33baf85d664b809638d432361d5111fac1bf4845c80e9595bc406a8ca80a4c04'
+'d1f205d2678757eb2b1a8ae9dc1b1b05c6fa6bd1b51abe74679de217bbc71a11'
+'ee04bb21020d66e06323d84bf586636e534204b25721093104af83cda1666d22'
+'11b411cc1812207a9d68713fd003702eaa45862eec6c9551da08e1a9e6059fd4'
+'2c4209f605da2811618064ee2ab5aa1b7f755f5423a5c53eea24ca8a184672fb'
+'007680c79719d51a15c3b44f4ec110a99ae7fb13a1b5d94a9cf62e408179fe5e'
+'e00d636b5be5c4e75bff0ea65492ffdce1dcf7c075c29dfa6fca4fcc272e46a3'
+'39dbcca137448a86d427e726bacc1bd0f2ad82b806c569d28acc7f2026c603d6'
+'785c2fa709fafb2a0eb578d135fef7957c03a888fa6be0fa7f91b7a3533b0293'
+'7fda51f8456c7b459c3afcb52803f17999165987771f1d7ebe4cb8d78760d932'
+'75f3e2bd8fa22a3349248b71fd923368e3548443c14ee80927d015340c7f08c6'
+'b5904f3e33b1647100589de6f54cf247350045bc14fa3704579fe1eaa2633599'
+'ab26d108119d659786323246e9c15e62d8be1965eee7d6a8ceffaaabd043e11b')
+
+_package() {
+  _locale=$1
+  _language=$2
+  pkgdesc=${_language} language pack for KompoZer
+  
_destdir=${pkgdir}/usr/lib/kompozer/extensions/langpack-${_locale}@kompozer.net
+
+  install -dm755 ${_destdir}
+  bsdtar -xf ${pkgbase}-${pkgver}-${_locale}.xpi -C ${_destdir}
+  chown root:root -R ${_destdir}
+}
+
+for _lang in ${_languages[@]}
+do
+  _locale=${_lang%% *}
+  _pkgname=kompozer-i18n-${_locale,,}
+
+  pkgname+=(${_pkgname})
+  source+=(kompozer-i18n-${pkgver}-${_locale}.xpi::${_url}.${_locale}.xpi)
+  eval package_${_pkgname}() {
+_package ${_lang}
+  }
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+


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


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

2014-10-26 Thread Fabio Castelli
Date: Sunday, October 26, 2014 @ 13:45:01
  Author: muflone
Revision: 121427

archrelease: copy trunk to community-testing-any

Added:
  kompozer-i18n/repos/community-testing-any/
  kompozer-i18n/repos/community-testing-any/PKGBUILD
(from rev 121426, kompozer-i18n/trunk/PKGBUILD)

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

Copied: kompozer-i18n/repos/community-testing-any/PKGBUILD (from rev 121426, 
kompozer-i18n/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-10-26 12:45:01 UTC (rev 121427)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Balló György ballogyor+a...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Michal Hybner dta...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kompozer-i18n
+pkgname=()
+pkgver=0.8b3
+pkgrel=1
+arch=('any')
+url=http://kompozer.net/;
+license=('MPL' 'GPL')
+depends=(kompozer=${pkgver})
+
+_languages=(
+  'ca Catalan'
+  'cs Czech'
+  'da Danish'
+  'de German'
+  'eo Esperanto'
+  'es-ES  Spanish (Spain)'
+  'fi Finnish'
+  'fr French'
+  'hsbUpper Sorbian'
+  'hu Hungarian'
+  'it Italian'
+  'ja Japanese'
+  'ko Korean'
+  'lt Lithuanian'
+  'nl Dutch'
+  'pl Polish'
+  'pt-BR  Portuguese (Brazilian)'
+  'pt-PT  Portuguese (Portugal)'
+  'ru Russian'
+  'sl Slovenian'
+  'uk Ukrainian'
+  'zh-CN  Chinese (Simplified)'
+  'zh-TW  Chinese (Traditional)'
+)
+_url=http://kompozer.sourceforge.net/l10n/langpacks/kompozer-${pkgver}/kompozer-${pkgver};
+source=()
+sha256sums=('c2eb2f1ede75386f800becbab8aebeabf5b252aeb02d29f1921368d4161bcf8a'
+'a5fb1da56f1e0a94ff5853a543d782406d9ddd6de55c2a9706440ddf6ff1c93e'
+'52cbf5c850a6f32047cb3594af1e8104078dd00359cdcbca09acba98f4721a1a'
+'2e3547126853b0ec784a51bbfc3f3b3053d765e2a22d39792020e51cba3b1dd0'
+'e50e4fafd78b03ba4dc1d7a1c7391ab94c18213b2f7b7c8073d81d81f8310f17'
+'cd289c27193dea86ca0ba6dbf18e7d3ec015e44be8f29c3d739ee41eacdb97e1'
+'b7bc7bfe929498882a40f5b4d1d13c99eaf67298ffbdc0a61534ea2302b21c9c'
+'fc009511488b0889d8b11a6469cd269ef092f2fba05cf384cfa8b15f735dd4fe'
+'eb5b2b939b8ecddfc7e4b4bed29f034d8f0af04bb67540d0a28227d79bbb7c1d'
+'0076a47772dc216bc37847de0626caa6b5f97c96e05cff1ed8fe9c54d60c'
+'33baf85d664b809638d432361d5111fac1bf4845c80e9595bc406a8ca80a4c04'
+'d1f205d2678757eb2b1a8ae9dc1b1b05c6fa6bd1b51abe74679de217bbc71a11'
+'ee04bb21020d66e06323d84bf586636e534204b25721093104af83cda1666d22'
+'11b411cc1812207a9d68713fd003702eaa45862eec6c9551da08e1a9e6059fd4'
+'2c4209f605da2811618064ee2ab5aa1b7f755f5423a5c53eea24ca8a184672fb'
+'007680c79719d51a15c3b44f4ec110a99ae7fb13a1b5d94a9cf62e408179fe5e'
+'e00d636b5be5c4e75bff0ea65492ffdce1dcf7c075c29dfa6fca4fcc272e46a3'
+'39dbcca137448a86d427e726bacc1bd0f2ad82b806c569d28acc7f2026c603d6'
+'785c2fa709fafb2a0eb578d135fef7957c03a888fa6be0fa7f91b7a3533b0293'
+'7fda51f8456c7b459c3afcb52803f17999165987771f1d7ebe4cb8d78760d932'
+'75f3e2bd8fa22a3349248b71fd923368e3548443c14ee80927d015340c7f08c6'
+'b5904f3e33b1647100589de6f54cf247350045bc14fa3704579fe1eaa2633599'
+'ab26d108119d659786323246e9c15e62d8be1965eee7d6a8ceffaaabd043e11b')
+
+_package() {
+  _locale=$1
+  _language=$2
+  pkgdesc=${_language} language pack for KompoZer
+  
_destdir=${pkgdir}/usr/lib/kompozer/extensions/langpack-${_locale}@kompozer.net
+
+  install -dm755 ${_destdir}
+  bsdtar -xf ${pkgbase}-${pkgver}-${_locale}.xpi -C ${_destdir}
+  chown root:root -R ${_destdir}
+}
+
+for _lang in ${_languages[@]}
+do
+  _locale=${_lang%% *}
+  _pkgname=kompozer-i18n-${_locale,,}
+
+  pkgname+=(${_pkgname})
+  source+=(kompozer-i18n-${pkgver}-${_locale}.xpi::${_url}.${_locale}.xpi)
+  eval package_${_pkgname}() {
+_package ${_lang}
+  }
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+


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

2014-10-26 Thread Михаил Страшун
Date: Sunday, October 26, 2014 @ 15:11:33
  Author: dicebot
Revision: 121428

upgpkg: lib32-libphobos 2.066.1-1

DMD minor release 2.066.1

Modified:
  lib32-libphobos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 12:45:01 UTC (rev 121427)
+++ PKGBUILD2014-10-26 14:11:33 UTC (rev 121428)
@@ -7,7 +7,7 @@
 
 pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
 groups=('dlang' 'dlang-dmd')
-pkgver=2.066.0
+pkgver=2.066.1
 pkgrel=1
 arch=('x86_64')
 groups=('dlang' 'dlang-dmd')


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

2014-10-26 Thread Михаил Страшун
Date: Sunday, October 26, 2014 @ 15:11:40
  Author: dicebot
Revision: 121429

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-26 14:11:33 UTC (rev 121428)
+++ PKGBUILD2014-10-26 14:11:40 UTC (rev 121429)
@@ -1,50 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Anders Bergh ande...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
-groups=('dlang' 'dlang-dmd')
-pkgver=2.066.0
-pkgrel=1
-arch=('x86_64')
-groups=('dlang' 'dlang-dmd')
-url=http://www.dlang.org;
-source=(git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP')
-makedepends=('dmd' 'git')
-depends=('lib32-curl')
-license=('custom')
-
-build() {
-cd $srcdir/druntime
-make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
-}
-
-package_lib32-libphobos-devel() {
-pkgdesc=The Phobos standard library for D programming language. Modules 
and static library (32-bit)
-   depends=(dmd)
-   options=(staticlibs)
-provides=(d-runtime=$pkgver d-stdlib=$pkgver)
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_lib32-libphobos() {
-pkgdesc=The Phobos standard library for D programming language (32-bit)
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}

Copied: lib32-libphobos/repos/multilib-x86_64/PKGBUILD (from rev 121428, 
lib32-libphobos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-26 14:11:40 UTC (rev 121429)
@@ -0,0 +1,50 @@
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Anders Bergh ande...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.066.1
+pkgrel=1
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url=http://www.dlang.org;
+source=(git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
+sha1sums=('SKIP'
+  'SKIP')
+makedepends=('dmd' 'git')
+depends=('lib32-curl')
+license=('custom')
+
+build() {
+cd $srcdir/druntime
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+}
+
+package_lib32-libphobos-devel() {
+pkgdesc=The Phobos standard library for D programming language. Modules 
and static library (32-bit)
+   depends=(dmd)
+   options=(staticlibs)
+provides=(d-runtime=$pkgver d-stdlib=$pkgver)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+pkgdesc=The Phobos standard library for D programming language (32-bit)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}


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

2014-10-26 Thread Evangelos Foutras
Date: Sunday, October 26, 2014 @ 15:26:21
  Author: foutrelis
Revision: 121431

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-26 14:26:12 UTC (rev 121430)
+++ PKGBUILD2014-10-26 14:26:21 UTC (rev 121431)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=Manage dynamic plugins for Python applications
-arch=('any')
-url=https://github.com/dreamhost/stevedore;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('4e859756bdba71d7cf4eb1313342cde93cfe36d12fb6b6c35378e9101add229f')
-
-prepare() {
-  cd $srcdir/stevedore-$pkgver
-
-  # Remove dependency on argparse; it's in Python 2.7+/3.2+ stdlib (FS#42063)
-  # https://bugs.launchpad.net/python-stevedore/+bug/1372433
-  sed -i '/argparse/d' requirements.txt
-}
-
-package_python-stevedore() {
-  depends=('python-setuptools' 'python-six')
-
-  cd $srcdir/stevedore-$pkgver
-  python3 setup.py install --root=$pkgdir -O1
-}
-
-package_python2-stevedore() {
-  depends=('python2-setuptools' 'python2-six')
-
-  cd $srcdir/stevedore-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 121430, 
python-stevedore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-26 14:26:21 UTC (rev 121431)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=('python-stevedore' 'python2-stevedore')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=Manage dynamic plugins for Python applications
+arch=('any')
+url=https://github.com/dreamhost/stevedore;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('f98381d12a6bfff718328d14d0d26cae6c83e39feb787e7b38acfe1089c3f1d3')
+
+prepare() {
+  cd $srcdir/stevedore-$pkgver
+
+  # Remove dependency on argparse; it's in Python 2.7+/3.2+ stdlib (FS#42063)
+  # https://bugs.launchpad.net/python-stevedore/+bug/1372433
+  sed -i '/argparse/d' requirements.txt
+
+  # Remove dependency on pbr; it's not a runtime dependency
+  sed -i '/pbr/d' requirements.txt
+}
+
+package_python-stevedore() {
+  depends=('python-setuptools' 'python-six')
+
+  cd $srcdir/stevedore-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-stevedore() {
+  depends=('python2-setuptools' 'python2-six')
+
+  cd $srcdir/stevedore-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-26 Thread Evangelos Foutras
Date: Sunday, October 26, 2014 @ 15:26:12
  Author: foutrelis
Revision: 121430

upgpkg: python-stevedore 1.1.0-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 14:11:40 UTC (rev 121429)
+++ PKGBUILD2014-10-26 14:26:12 UTC (rev 121430)
@@ -2,8 +2,8 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=Manage dynamic plugins for Python applications
 arch=('any')
 url=https://github.com/dreamhost/stevedore;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
 
source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('4e859756bdba71d7cf4eb1313342cde93cfe36d12fb6b6c35378e9101add229f')
+sha256sums=('f98381d12a6bfff718328d14d0d26cae6c83e39feb787e7b38acfe1089c3f1d3')
 
 prepare() {
   cd $srcdir/stevedore-$pkgver
@@ -19,6 +19,9 @@
   # Remove dependency on argparse; it's in Python 2.7+/3.2+ stdlib (FS#42063)
   # https://bugs.launchpad.net/python-stevedore/+bug/1372433
   sed -i '/argparse/d' requirements.txt
+
+  # Remove dependency on pbr; it's not a runtime dependency
+  sed -i '/pbr/d' requirements.txt
 }
 
 package_python-stevedore() {


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

2014-10-26 Thread Daniel Micay
Date: Sunday, October 26, 2014 @ 16:53:19
  Author: thestinger
Revision: 121432

upgpkg: vulscan 2.0-2

Modified:
  vulscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 14:26:21 UTC (rev 121431)
+++ PKGBUILD2014-10-26 15:53:19 UTC (rev 121432)
@@ -2,8 +2,8 @@
 # Contributor: icoz icoz.vt at gmail dot com
 pkgname=vulscan
 pkgver=2.0
-pkgrel=1
-pkgdesc='A a module which enhances nmap to a vulnerability scanner'
+pkgrel=2
+pkgdesc='A module which enhances nmap to a vulnerability scanner'
 url='http://www.computec.ch/projekte/vulscan/'
 arch=('any')
 license=('GPL')


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

2014-10-26 Thread Daniel Micay
Date: Sunday, October 26, 2014 @ 16:53:38
  Author: thestinger
Revision: 121433

archrelease: copy trunk to community-any

Added:
  vulscan/repos/community-any/PKGBUILD
(from rev 121432, vulscan/trunk/PKGBUILD)
Deleted:
  vulscan/repos/community-any/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-26 15:53:19 UTC (rev 121432)
+++ PKGBUILD2014-10-26 15:53:38 UTC (rev 121433)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: icoz icoz.vt at gmail dot com
-pkgname=vulscan
-pkgver=2.0
-pkgrel=1
-pkgdesc='A a module which enhances nmap to a vulnerability scanner'
-url='http://www.computec.ch/projekte/vulscan/'
-arch=('any')
-license=('GPL')
-depends=('nmap')
-source=(http://www.computec.ch/projekte/vulscan/download/nmap_nse_vulscan-$pkgver.tar.gz;)
-sha1sums=('50eee09a971e6fcc2c4c02be181dbc0932ec62a1')
-replaces=(nmap-vulscan)
-provides=(nmap-vulscan)
-conflicts=(nmap-vulscan)
-
-package() {
-  install -dm755 $pkgdir/usr/share/nmap/scripts/
-  cp -a $pkgname $pkgdir/usr/share/nmap/scripts/vulscan
-}

Copied: vulscan/repos/community-any/PKGBUILD (from rev 121432, 
vulscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-26 15:53:38 UTC (rev 121433)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: icoz icoz.vt at gmail dot com
+pkgname=vulscan
+pkgver=2.0
+pkgrel=2
+pkgdesc='A module which enhances nmap to a vulnerability scanner'
+url='http://www.computec.ch/projekte/vulscan/'
+arch=('any')
+license=('GPL')
+depends=('nmap')
+source=(http://www.computec.ch/projekte/vulscan/download/nmap_nse_vulscan-$pkgver.tar.gz;)
+sha1sums=('50eee09a971e6fcc2c4c02be181dbc0932ec62a1')
+replaces=(nmap-vulscan)
+provides=(nmap-vulscan)
+conflicts=(nmap-vulscan)
+
+package() {
+  install -dm755 $pkgdir/usr/share/nmap/scripts/
+  cp -a $pkgname $pkgdir/usr/share/nmap/scripts/vulscan
+}


[arch-commits] Commit in synergy/trunk (synergys_at.service)

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 21:09:47
  Author: svenstaro
Revision: 121434

upgpkg: synergy 1.6.0-1

Fix FS#42383

Modified:
  synergy/trunk/synergys_at.service

-+
 synergys_at.service |1 +
 1 file changed, 1 insertion(+)

Modified: synergys_at.service
===
--- synergys_at.service 2014-10-26 15:53:38 UTC (rev 121433)
+++ synergys_at.service 2014-10-26 20:09:47 UTC (rev 121434)
@@ -5,6 +5,7 @@
 [Service]
 User=%i
 ExecStart=/usr/bin/synergys --no-daemon --config /etc/synergy.conf
+Restart=on-failure
 
 [Install]
 WantedBy=multi-user.target


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

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 21:09:54
  Author: svenstaro
Revision: 121435

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

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 121434, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/synergys_at.service
(from rev 121434, synergy/trunk/synergys_at.service)
  synergy/repos/community-i686/synergys_at.socket
(from rev 121434, synergy/trunk/synergys_at.socket)
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
(from rev 121434, synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 121434, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/synergys_at.service
(from rev 121434, synergy/trunk/synergys_at.service)
  synergy/repos/community-x86_64/synergys_at.socket
(from rev 121434, synergy/trunk/synergys_at.socket)
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch
(from rev 121434, synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch

--+
 /PKGBUILD|  142 +++
 /synergys_at.service |   22 +
 /synergys_at.socket  |   18 +
 /unfuck-cryptopp-thanks-gentoo.patch |  218 +
 community-i686/PKGBUILD  |   71 -
 community-i686/synergys_at.service   |   10 
 community-i686/synergys_at.socket|9 
 community-i686/unfuck-cryptopp-thanks-gentoo.patch   |  109 
 community-x86_64/PKGBUILD|   71 -
 community-x86_64/synergys_at.service |   10 
 community-x86_64/synergys_at.socket  |9 
 community-x86_64/unfuck-cryptopp-thanks-gentoo.patch |  109 
 12 files changed, 400 insertions(+), 398 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-26 20:09:47 UTC (rev 121434)
+++ community-i686/PKGBUILD 2014-10-26 20:09:54 UTC (rev 121435)
@@ -1,71 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.6.0
-_pkgver=2449
-pkgrel=1
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++' 'libxkbcommon-x11' 
'avahi')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip' 'subversion')
-optdepends=('qt5-base: gui support')
-license=('GPL2')
-source=(synergy-trunk::svn+http://svn.synergy-project.org/trunk/#revision=${_pkgver};
-synergys_at.socket
-synergys_at.service
-unfuck-cryptopp-thanks-gentoo.patch)
-sha1sums=('SKIP'
-  '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '4bd12cd0674ef317af1f7df32d84e94582855140'
-  '8e321e664ae4b7a763175524dd938a88d85c7909')
-
-build() {
-  cd ${srcdir}/synergy-trunk
-
-  # Unfuck the bundled cryptopp stuff. Thanks a lot, Gentoo!
-  # You and Fedora are our only friends in this crazy world.
-  patch -Np1  ${srcdir}/unfuck-cryptopp-thanks-gentoo.patch
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS=${CXXFLAGS} -pthread .
-  make -j1
-
-  cd src/gui
-  qmake
-  make
-}
-
-package() {
-  cd ${srcdir}/synergy-trunk
-
-  # install binary
-  install -Dm755 bin/synergy $pkgdir/usr/bin/synergy
-  install -Dm755 bin/synergyc $pkgdir/usr/bin/synergyc
-  install -Dm755 bin/synergys $pkgdir/usr/bin/synergys
-
-  # install config
-  install -Dm644 doc/${pkgname}.conf.example 
${pkgdir}/etc/${pkgname}.conf.example 
-  install -Dm644 doc/${pkgname}.conf.example-advanced 
${pkgdir}/etc/${pkgname}.conf.example-advanced
-  install -Dm644 doc/${pkgname}.conf.example-basic 
${pkgdir}/etc/${pkgname}.conf.example-basic 
-
-  # install manfiles
-  install -Dm644 doc/${pkgname}c.man 
${pkgdir}/usr/share/man/man1/${pkgname}c.1
-  install -Dm644 

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

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 21:42:07
  Author: svenstaro
Revision: 121436

FS#42383

Modified:
  synergy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 20:09:54 UTC (rev 121435)
+++ PKGBUILD2014-10-26 20:42:07 UTC (rev 121436)
@@ -26,7 +26,7 @@
 unfuck-cryptopp-thanks-gentoo.patch)
 sha1sums=('SKIP'
   '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '4bd12cd0674ef317af1f7df32d84e94582855140'
+  '65ab58cc3546d6374a05a6a260f15045632e43ce'
   '8e321e664ae4b7a763175524dd938a88d85c7909')
 
 build() {


[arch-commits] Commit in teamspeak3/trunk (PKGBUILD icon.xpm teamspeak3.png)

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 21:56:52
  Author: svenstaro
Revision: 121437

Fix FS#42325

Added:
  teamspeak3/trunk/teamspeak3.png
Modified:
  teamspeak3/trunk/PKGBUILD
Deleted:
  teamspeak3/trunk/icon.xpm

+
 PKGBUILD   |4 ++--
 teamspeak3.png |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 20:42:07 UTC (rev 121436)
+++ PKGBUILD2014-10-26 20:56:52 UTC (rev 121437)
@@ -14,7 +14,7 @@
 
source=(http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
 
http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
 'teamspeak3.desktop'
-'icon.xpm'
+'teamspeak3.png'
 'teamspeak3.launcher')
 md5sums=('3f87081afc857bd540575d5f9c82c815'
  '3eb6b02a7e22162a5ae3b36434c00f02'
@@ -55,7 +55,7 @@
   install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
 
   # Install Icon File
-  install -D -m644 $srcdir/icon.xpm ${pkgdir}/usr/share/pixmaps/teamspeak3.xpm
+  install -D -m644 $srcdir/teamspeak3.png 
${pkgdir}/usr/share/pixmaps/teamspeak3.png
 
   # Install Custom License
   install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE

Deleted: icon.xpm
===
(Binary files differ)

Added: teamspeak3.png
===
(Binary files differ)

Index: teamspeak3/trunk/teamspeak3.png
===
--- teamspeak3.png  2014-10-26 20:42:07 UTC (rev 121436)
+++ teamspeak3.png  2014-10-26 20:56:52 UTC (rev 121437)

Property changes on: teamspeak3/trunk/teamspeak3.png
___
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property


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

2014-10-26 Thread Sébastien Luttringer
Date: Sunday, October 26, 2014 @ 22:13:28
  Author: seblu
Revision: 225384

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 225383, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 225383, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 225383, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 225383, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 225383, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 225383, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 225383, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 225383, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/01-fix-manpages.patch
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/01-fix-manpages.patch
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |   90 +++
 /btrfs-progs.install   |   18 +++
 /initcpio-hook-btrfs   |   14 +
 /initcpio-install-btrfs|   34 +
 core-i686/01-fix-manpages.patch|   13 -
 core-i686/PKGBUILD |   45 -
 core-i686/btrfs-progs.install  |9 ---
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 --
 core-x86_64/01-fix-manpages.patch  |   13 -
 core-x86_64/PKGBUILD   |   45 -
 core-x86_64/btrfs-progs.install|9 ---
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 --
 14 files changed, 156 insertions(+), 182 deletions(-)

Deleted: core-i686/01-fix-manpages.patch
===
--- core-i686/01-fix-manpages.patch 2014-10-26 11:57:08 UTC (rev 225383)
+++ core-i686/01-fix-manpages.patch 2014-10-26 21:13:28 UTC (rev 225384)
@@ -1,13 +0,0 @@
-diff --git a/Documentation/Makefile b/Documentation/Makefile
-index e22f5bca0ff2..e3ad34133832 100644
 a/Documentation/Makefile
-+++ b/Documentation/Makefile
-@@ -74,7 +74,7 @@ install: install-man
- install-man: man
-   $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
-   $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
--  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
-+  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
- 
- clean:
-   $(RM) *.xml *.xml+ *.8 *.8.gz

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

Copied: btrfs-progs/repos/core-i686/PKGBUILD (from rev 225383, 
btrfs-progs/repos/testing-i686/PKGBUILD)

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

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 22:17:31
  Author: svenstaro
Revision: 121438

Fix FS#42330

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 20:56:52 UTC (rev 121437)
+++ PKGBUILD2014-10-26 21:17:31 UTC (rev 121438)
@@ -9,7 +9,7 @@
 _realname=PokerTH
 pkgver=1.1.1
 pkgrel=4
-pkgdesc=Poker game written in C++/Qt4
+pkgdesc=Open source Texas Hold'em Poker simulator
 arch=('i686' 'x86_64')
 url=http://www.pokerth.net/;
 license=('GPL' 'custom')


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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 22:28:09
  Author: andrea
Revision: 225385

upgpkg: baloo-frameworks 5.1.0.1-2

Fix libexec install dir

Modified:
  baloo-frameworks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 21:13:28 UTC (rev 225384)
+++ PKGBUILD2014-10-26 21:28:09 UTC (rev 225385)
@@ -3,7 +3,7 @@
 
 pkgname=baloo-frameworks
 pkgver=5.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A framework for searching and managing metadata
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/baloo'
@@ -26,6 +26,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF


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

2014-10-26 Thread Andrea Scarpino
Date: Sunday, October 26, 2014 @ 22:28:17
  Author: andrea
Revision: 225386

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

Added:
  baloo-frameworks/repos/extra-i686/PKGBUILD
(from rev 225385, baloo-frameworks/trunk/PKGBUILD)
  baloo-frameworks/repos/extra-i686/baloo-frameworks.install
(from rev 225385, baloo-frameworks/trunk/baloo-frameworks.install)
  baloo-frameworks/repos/extra-x86_64/PKGBUILD
(from rev 225385, baloo-frameworks/trunk/PKGBUILD)
  baloo-frameworks/repos/extra-x86_64/baloo-frameworks.install
(from rev 225385, baloo-frameworks/trunk/baloo-frameworks.install)
Deleted:
  baloo-frameworks/repos/extra-i686/PKGBUILD
  baloo-frameworks/repos/extra-i686/baloo-frameworks.install
  baloo-frameworks/repos/extra-x86_64/PKGBUILD
  baloo-frameworks/repos/extra-x86_64/baloo-frameworks.install

---+
 /PKGBUILD |   78 
 /baloo-frameworks.install |   22 +
 extra-i686/PKGBUILD   |   38 ---
 extra-i686/baloo-frameworks.install   |   11 
 extra-x86_64/PKGBUILD |   38 ---
 extra-x86_64/baloo-frameworks.install |   11 
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-26 21:28:09 UTC (rev 225385)
+++ extra-i686/PKGBUILD 2014-10-26 21:28:17 UTC (rev 225386)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=baloo-frameworks
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc=A framework for searching and managing metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/baloo'
-license=('LGPL')
-depends=('xapian-core' 'kfilemetadata5' 'kidletime' 'kcmutils' 
'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('baloo4')
-provides=('baloo')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/5.1.0/baloo-$pkgver.tar.xz;)
-md5sums=('eaa814bfc28416ffd6ab87c20fa87e26')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../baloo-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: baloo-frameworks/repos/extra-i686/PKGBUILD (from rev 225385, 
baloo-frameworks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-26 21:28:17 UTC (rev 225386)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-frameworks
+pkgver=5.1.0.1
+pkgrel=2
+pkgdesc=A framework for searching and managing metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+depends=('xapian-core' 'kfilemetadata5' 'kidletime' 'kcmutils' 
'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo4')
+provides=('baloo')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/5.1.0/baloo-$pkgver.tar.xz;)
+md5sums=('eaa814bfc28416ffd6ab87c20fa87e26')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../baloo-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/baloo-frameworks.install
===
--- extra-i686/baloo-frameworks.install 2014-10-26 21:28:09 UTC (rev 225385)
+++ extra-i686/baloo-frameworks.install 2014-10-26 21:28:17 UTC (rev 225386)
@@ -1,11 +0,0 @@
-post_install() {
-[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: baloo-frameworks/repos/extra-i686/baloo-frameworks.install (from rev 
225385, baloo-frameworks/trunk/baloo-frameworks.install)
===
--- extra-i686/baloo-frameworks.install (rev 0)
+++ extra-i686/baloo-frameworks.install 2014-10-26 21:28:17 UTC (rev 225386)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-26 

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

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 22:37:36
  Author: svenstaro
Revision: 121439

upgpkg: bumblebee 3.2.1-6

Fix FS#41983

Modified:
  bumblebee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 21:17:31 UTC (rev 121438)
+++ PKGBUILD2014-10-26 21:37:36 UTC (rev 121439)
@@ -2,7 +2,7 @@
 
 pkgname=bumblebee
 pkgver=3.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
 arch=('i686' 'x86_64')
 depends=('virtualgl' 'glib2' 'mesa-libgl')
@@ -26,12 +26,16 @@
 backup=('etc/bumblebee/bumblebee.conf' 
 'etc/bumblebee/xorg.conf.nouveau' 
 'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
+source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;
+
bumblebee-hexadecimal.patch::https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b.patch;)
+md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
+ 'd0a7d504a717e34b05fb4bc9ee68f881')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
 
+patch -Np1  ${srcdir}/bumblebee-hexadecimal.patch
+
 ./configure \
 CONF_DRIVER_MODULE_NVIDIA=nvidia \
 CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \


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

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 22:37:51
  Author: svenstaro
Revision: 121440

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

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

+
 /PKGBUILD  |  134 +++
 /bumblebee.install |   32 
 community-i686/PKGBUILD|   63 
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   63 
 community-x86_64/bumblebee.install |   16 
 6 files changed, 166 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-26 21:37:36 UTC (rev 121439)
+++ community-i686/PKGBUILD 2014-10-26 21:37:51 UTC (rev 121440)
@@ -1,63 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=5
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'nvidia-340xx: NVIDIA kernel driver for older devices'
-'nvidia-304xx: NVIDIA kernel driver for even older devices'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl' 'nvidia-340xx-libgl')
-provides=('nvidia-libgl' 'nvidia-340xx-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 121439, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-26 21:37:51 UTC (rev 121440)
@@ -0,0 +1,67 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=6
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl' 'nvidia-340xx-libgl')

[arch-commits] Commit in (4 files)

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 23:01:07
  Author: svenstaro
Revision: 121441

Prepare lib32-libpcap for wine

Added:
  lib32-libpcap/
  lib32-libpcap/repos/
  lib32-libpcap/trunk/
  lib32-libpcap/trunk/PKGBUILD

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

Added: lib32-libpcap/trunk/PKGBUILD
===
--- lib32-libpcap/trunk/PKGBUILD(rev 0)
+++ lib32-libpcap/trunk/PKGBUILD2014-10-26 22:01:07 UTC (rev 121441)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Bill Fraser wfra...@codewise.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+
+_pkgbasename=libpcap
+pkgname=lib32-libpcap
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=A system-independent interface for user-level packet capture (32-bit)
+arch=('x86_64')
+url=http://www.tcpdump.org/;
+license=('BSD')
+depends=('lib32-glibc' 'lib32-libnl' 'lib32-libusb' 'sh' ${_pkgbasename})
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig})
+sha256sums=('5db3e2998f1eeba2c76da55da5d474248fe19c44f49e15cac8a796a2c7e19690'
+'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 \
+   --enable-ipv6 \
+   --enable-bluetooth=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   rm -rf ${pkgdir}/usr/lib32/libpcap.a
+   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 (4 files)

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 23:08:20
  Author: svenstaro
Revision: 121442

Prepare lib32-libnl for wine

Added:
  lib32-libnl/
  lib32-libnl/repos/
  lib32-libnl/trunk/
  lib32-libnl/trunk/PKGBUILD

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

Added: lib32-libnl/trunk/PKGBUILD
===
--- lib32-libnl/trunk/PKGBUILD  (rev 0)
+++ lib32-libnl/trunk/PKGBUILD  2014-10-26 22:08:20 UTC (rev 121442)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Maximilian Stein maxarchpkgbu...@hmamail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: Taylor Lookabaugh jesus.christ.i.l...@gmail.com
+
+_pkgbase=libnl
+pkgname=lib32-${_pkgbase}
+pkgver=3.2.25
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets (32 bit)
+arch=('x86_64')
+url=http://www.infradead.org/~tgr/libnl/;
+license=('GPL')
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(${url}/files/${_pkgbase}-${pkgver}.tar.gz)
+sha256sums=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  
+  cd ${_pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static \
+--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/{bin,include,share}}
+}


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

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 23:11:02
  Author: svenstaro
Revision: 121443

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libnl/repos/multilib-x86_64/
  lib32-libnl/repos/multilib-x86_64/PKGBUILD
(from rev 121442, lib32-libnl/trunk/PKGBUILD)

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

Copied: lib32-libnl/repos/multilib-x86_64/PKGBUILD (from rev 121442, 
lib32-libnl/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2014-10-26 22:11:02 UTC (rev 121443)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Maximilian Stein maxarchpkgbu...@hmamail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: Taylor Lookabaugh jesus.christ.i.l...@gmail.com
+
+_pkgbase=libnl
+pkgname=lib32-${_pkgbase}
+pkgver=3.2.25
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets (32 bit)
+arch=('x86_64')
+url=http://www.infradead.org/~tgr/libnl/;
+license=('GPL')
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(${url}/files/${_pkgbase}-${pkgver}.tar.gz)
+sha256sums=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  
+  cd ${_pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static \
+--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/{bin,include,share}}
+}


[arch-commits] Commit in (4 files)

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 23:34:54
  Author: svenstaro
Revision: 121444

Prepare lib32-libnl for wine

Added:
  lib32-libusb/
  lib32-libusb/repos/
  lib32-libusb/trunk/
  lib32-libusb/trunk/PKGBUILD

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

Added: lib32-libusb/trunk/PKGBUILD
===
--- lib32-libusb/trunk/PKGBUILD (rev 0)
+++ lib32-libusb/trunk/PKGBUILD 2014-10-26 22:34:54 UTC (rev 121444)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: 3V0LU710N db_eee-at-hotmail-dot-com
+
+pkgname=lib32-libusb
+pkgver=1.0.19
+pkgrel=1
+pkgdesc=A cross-platform user library to access USB devices (32-bit)
+arch=('x86_64')
+url=http://libusb.info/;
+license=('LGPL')
+depends=('lib32-glibc' 'libusb' 'lib32-systemd')
+replaces=('lib32-libusb1' 'lib32-libusbx')
+provides=(lib32-libusbx=$pkgver)
+makedepends=('gcc-multilib')
+source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
+options=(!libtool)
+md5sums=('f9e2bb5879968467e5ca756cb4e1fa7e')
+
+build() {
+  export CC=gcc -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  
+  cd libusb-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+  make
+}
+
+package () {
+  cd ${srcdir}/libusb-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/include
+}


[arch-commits] Commit in lib32-libusb/repos (2 files)

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 23:36:03
  Author: svenstaro
Revision: 121445

archrelease: copy trunk to community-x86_64

Added:
  lib32-libusb/repos/community-x86_64/
  lib32-libusb/repos/community-x86_64/PKGBUILD
(from rev 121444, lib32-libusb/trunk/PKGBUILD)

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

Copied: lib32-libusb/repos/community-x86_64/PKGBUILD (from rev 121444, 
lib32-libusb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-26 22:36:03 UTC (rev 121445)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: 3V0LU710N db_eee-at-hotmail-dot-com
+
+pkgname=lib32-libusb
+pkgver=1.0.19
+pkgrel=1
+pkgdesc=A cross-platform user library to access USB devices (32-bit)
+arch=('x86_64')
+url=http://libusb.info/;
+license=('LGPL')
+depends=('lib32-glibc' 'libusb' 'lib32-systemd')
+replaces=('lib32-libusb1' 'lib32-libusbx')
+provides=(lib32-libusbx=$pkgver)
+makedepends=('gcc-multilib')
+source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2)
+options=(!libtool)
+md5sums=('f9e2bb5879968467e5ca756cb4e1fa7e')
+
+build() {
+  export CC=gcc -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  
+  cd libusb-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+  make
+}
+
+package () {
+  cd ${srcdir}/libusb-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/include
+}


[arch-commits] Commit in lib32-libpcap/repos (2 files)

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 23:38:40
  Author: svenstaro
Revision: 121446

archrelease: copy trunk to community-x86_64

Added:
  lib32-libpcap/repos/community-x86_64/
  lib32-libpcap/repos/community-x86_64/PKGBUILD
(from rev 121445, lib32-libpcap/trunk/PKGBUILD)

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

Copied: lib32-libpcap/repos/community-x86_64/PKGBUILD (from rev 121445, 
lib32-libpcap/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-26 22:38:40 UTC (rev 121446)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Bill Fraser wfra...@codewise.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+
+_pkgbasename=libpcap
+pkgname=lib32-libpcap
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=A system-independent interface for user-level packet capture (32-bit)
+arch=('x86_64')
+url=http://www.tcpdump.org/;
+license=('BSD')
+depends=('lib32-glibc' 'lib32-libnl' 'lib32-libusb' 'sh' ${_pkgbasename})
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig})
+sha256sums=('5db3e2998f1eeba2c76da55da5d474248fe19c44f49e15cac8a796a2c7e19690'
+'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 \
+   --enable-ipv6 \
+   --enable-bluetooth=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   rm -rf ${pkgdir}/usr/lib32/libpcap.a
+   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 ovmf/repos/extra-any (4 files)

2014-10-26 Thread Thomas Bächler
Date: Monday, October 27, 2014 @ 00:03:09
  Author: thomas
Revision: 225388

archrelease: copy trunk to extra-any

Added:
  
ovmf/repos/extra-any/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
(from rev 225387, 
ovmf/trunk/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch)
  ovmf/repos/extra-any/PKGBUILD
(from rev 225387, ovmf/trunk/PKGBUILD)
Deleted:
  
ovmf/repos/extra-any/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
  ovmf/repos/extra-any/PKGBUILD

---+
 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch |   74 +++---
 PKGBUILD  |  118 --
 2 files changed, 94 insertions(+), 98 deletions(-)

Deleted: 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
===
--- 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch   
2014-10-26 23:02:57 UTC (rev 225387)
+++ 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch   
2014-10-26 23:03:09 UTC (rev 225388)
@@ -1,37 +0,0 @@
-From ab9435c71d894018c88c8f5ff89f654f2029d3ed Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
-Date: Sat, 1 Mar 2014 20:30:57 +0100
-Subject: [PATCH] Fix uninitialized value in VfrCompiler constructor.
-

- BaseTools/Source/C/VfrCompile/VfrCompiler.cpp | 1 +
- BaseTools/Source/C/VfrCompile/VfrCompiler.h   | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp 
b/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
-index dd34a1b..77b2cab 100644
 a/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
-+++ b/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
-@@ -371,6 +371,7 @@ CVfrCompiler::CVfrCompiler (
- {
-   mPreProcessCmd = (CHAR8 *) PREPROCESSOR_COMMAND;
-   mPreProcessOpt = (CHAR8 *) PREPROCESSOR_OPTIONS;
-+  SET_RUN_STATUS(STATUS_UNKNOWN);
- 
-   OptionInitialization(Argc, Argv);
- 
-diff --git a/BaseTools/Source/C/VfrCompile/VfrCompiler.h 
b/BaseTools/Source/C/VfrCompile/VfrCompiler.h
-index ea20bbc..1603961 100644
 a/BaseTools/Source/C/VfrCompile/VfrCompiler.h
-+++ b/BaseTools/Source/C/VfrCompile/VfrCompiler.h
-@@ -60,6 +60,7 @@ typedef struct {
- } OPTIONS;
- 
- typedef enum {
-+  STATUS_UNKNOWN = 0,
-   STATUS_INITIALIZED = 1,
-   STATUS_PREPROCESSED,
-   STATUS_COMPILEED,
--- 
-1.9.0
-

Copied: 
ovmf/repos/extra-any/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
 (from rev 225387, 
ovmf/trunk/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch)
===
--- 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch   
(rev 0)
+++ 0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch   
2014-10-26 23:03:09 UTC (rev 225388)
@@ -0,0 +1,37 @@
+From ab9435c71d894018c88c8f5ff89f654f2029d3ed Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
+Date: Sat, 1 Mar 2014 20:30:57 +0100
+Subject: [PATCH] Fix uninitialized value in VfrCompiler constructor.
+
+---
+ BaseTools/Source/C/VfrCompile/VfrCompiler.cpp | 1 +
+ BaseTools/Source/C/VfrCompile/VfrCompiler.h   | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp 
b/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
+index dd34a1b..77b2cab 100644
+--- a/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
 b/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
+@@ -371,6 +371,7 @@ CVfrCompiler::CVfrCompiler (
+ {
+   mPreProcessCmd = (CHAR8 *) PREPROCESSOR_COMMAND;
+   mPreProcessOpt = (CHAR8 *) PREPROCESSOR_OPTIONS;
++  SET_RUN_STATUS(STATUS_UNKNOWN);
+ 
+   OptionInitialization(Argc, Argv);
+ 
+diff --git a/BaseTools/Source/C/VfrCompile/VfrCompiler.h 
b/BaseTools/Source/C/VfrCompile/VfrCompiler.h
+index ea20bbc..1603961 100644
+--- a/BaseTools/Source/C/VfrCompile/VfrCompiler.h
 b/BaseTools/Source/C/VfrCompile/VfrCompiler.h
+@@ -60,6 +60,7 @@ typedef struct {
+ } OPTIONS;
+ 
+ typedef enum {
++  STATUS_UNKNOWN = 0,
+   STATUS_INITIALIZED = 1,
+   STATUS_PREPROCESSED,
+   STATUS_COMPILEED,
+-- 
+1.9.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-26 23:02:57 UTC (rev 225387)
+++ PKGBUILD2014-10-26 23:03:09 UTC (rev 225388)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-pkgname=ovmf
-pkgver=15280
-pkgrel=1
-arch=('any')
-pkgdesc=Tianocore UEFI firmware for qemu.
-url=http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2;
-license=('custom')
-makedepends=('git' 'python2' 'iasl')
-source=('edk2::git+https://github.com/tianocore/edk2#commit=57a1b9c4252985ee5d631340fed453e73e0c9146'
-'0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch')
-sha256sums=('SKIP'
-

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

2014-10-26 Thread Thomas Bächler
Date: Monday, October 27, 2014 @ 00:02:57
  Author: thomas
Revision: 225387

upgpkg: ovmf 16229-1

Modified:
  ovmf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 21:28:17 UTC (rev 225386)
+++ PKGBUILD2014-10-26 23:02:57 UTC (rev 225387)
@@ -1,18 +1,17 @@
 # $Id$
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=ovmf
-pkgver=15280
+pkgver=16229
 pkgrel=1
 arch=('any')
 pkgdesc=Tianocore UEFI firmware for qemu.
 url=http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2;
 license=('custom')
-makedepends=('git' 'python2' 'iasl')
-source=('edk2::git+https://github.com/tianocore/edk2#commit=57a1b9c4252985ee5d631340fed453e73e0c9146'
-'0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch')
-sha256sums=('SKIP'
-'8761c79b9d3e616c42bfb9c61d72893bbe19d774fe28ce9733ff62ed92478868')
+makedepends=('git' 'python2' 'iasl' 'nasm')
+source=('edk2::git+https://github.com/tianocore/edk2#commit=956f71b611b7677bc0605b95c4e67af413aaab86')
+sha256sums=('SKIP')
 options=(!makeflags)
+_toolchain_opt=GCC49
 
 pkgver() {
   cd ${srcdir}/edk2
@@ -24,9 +23,6 @@
   # edk2 uses python everywhere, but expects python2
   mkdir bin
   ln -s /usr/bin/python2 bin/python
-
-  cd edk2
-  patch -p1 -i 
${srcdir}/0001-Fix-uninitialized-value-in-VfrCompiler-constructor.patch
 }
 
 build() {
@@ -40,9 +36,9 @@
   export EDK_TOOLS_PATH=${srcdir}/edk2/BaseTools
   . edksetup.sh BaseTools
 
-  # Set RELEASE target, gcc 4.8 toolchain and number of build threads
+  # Set RELEASE target, toolchain and number of build threads
   sed s|^TARGET[ ]*=.*|TARGET = RELEASE|; \
-   s|TOOL_CHAIN_TAG[ ]*=.*|TOOL_CHAIN_TAG = GCC48|; \
+   s|TOOL_CHAIN_TAG[ ]*=.*|TOOL_CHAIN_TAG = ${_toolchain_opt}|; \
s|MAX_CONCURRENT_THREAD_NUMBER[ ]*=.*|MAX_CONCURRENT_THREAD_NUMBER = 
$(nproc)|; -i Conf/target.txt
   # Build OVMF for ia32
   sed s|^TARGET_ARCH[ ]*=.*|TARGET_ARCH = IA32|; \
@@ -55,7 +51,7 @@
 }
 
 package() {
-  install -D -m644 ${srcdir}/edk2/Build/OvmfIa32/RELEASE_GCC48/FV/OVMF.fd 
${pkgdir}/usr/share/ovmf/ovmf_ia32.bin
-  install -D -m644 ${srcdir}/edk2/Build/OvmfX64/RELEASE_GCC48/FV/OVMF.fd 
${pkgdir}/usr/share/ovmf/ovmf_x64.bin
+  install -D -m644 
${srcdir}/edk2/Build/OvmfIa32/RELEASE_${_toolchain_opt}/FV/OVMF.fd 
${pkgdir}/usr/share/ovmf/ovmf_ia32.bin
+  install -D -m644 
${srcdir}/edk2/Build/OvmfX64/RELEASE_${_toolchain_opt}/FV/OVMF.fd 
${pkgdir}/usr/share/ovmf/ovmf_x64.bin
   install -D -m644 ${srcdir}/edk2/OvmfPkg/License.txt 
${pkgdir}/usr/share/licenses/ovmf/License.txt
 }


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

2014-10-26 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 01:24:39
  Author: svenstaro
Revision: 121450

upgpkg: texstudio 2.8.6-1

upstream release 2.8.6

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 23:01:29 UTC (rev 121449)
+++ PKGBUILD2014-10-27 00:24:39 UTC (rev 121450)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS clem...@archivel.fr
 
 pkgname=texstudio
-pkgver=2.8.4
+pkgver=2.8.6
 pkgrel=1
 pkgdesc=Integrated writing environment for creating LaTeX documents
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=$pkgname.install
 
 
source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d67f0e0f0952d72fc3e66caabaf160ce')
+md5sums=('77a67962e2dd9e321eebd6751a37cd9c')
 
 build() {
 cd $srcdir/$pkgname$pkgver


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

2014-10-26 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 01:24:44
  Author: svenstaro
Revision: 121451

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

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

+
 /PKGBUILD  |   56 +++
 /texstudio.install |   30 ++
 community-i686/PKGBUILD|   28 -
 community-i686/texstudio.install   |   15 -
 community-x86_64/PKGBUILD  |   28 -
 community-x86_64/texstudio.install |   15 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-27 00:24:39 UTC (rev 121450)
+++ community-i686/PKGBUILD 2014-10-27 00:24:44 UTC (rev 121451)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Clément DEMOULINS clem...@archivel.fr
-
-pkgname=texstudio
-pkgver=2.8.4
-pkgrel=1
-pkgdesc=Integrated writing environment for creating LaTeX documents
-arch=('i686' 'x86_64')
-url=http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt4')
-optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
-replaces=('texmakerx')
-install=$pkgname.install
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d67f0e0f0952d72fc3e66caabaf160ce')
-
-build() {
-cd $srcdir/$pkgname$pkgver
-qmake-qt4 CONFIG-=debug texstudio.pro
-make
-}
-
-package() {
-cd $srcdir/$pkgname$pkgver
-make INSTALL_ROOT=$pkgdir install
-}

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 121450, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-27 00:24:44 UTC (rev 121451)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=texstudio
+pkgver=2.8.6
+pkgrel=1
+pkgdesc=Integrated writing environment for creating LaTeX documents
+arch=('i686' 'x86_64')
+url=http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt4')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('77a67962e2dd9e321eebd6751a37cd9c')
+
+build() {
+cd $srcdir/$pkgname$pkgver
+qmake-qt4 CONFIG-=debug texstudio.pro
+make
+}
+
+package() {
+cd $srcdir/$pkgname$pkgver
+make INSTALL_ROOT=$pkgdir install
+}

Deleted: community-i686/texstudio.install
===
--- community-i686/texstudio.install2014-10-27 00:24:39 UTC (rev 121450)
+++ community-i686/texstudio.install2014-10-27 00:24:44 UTC (rev 121451)
@@ -1,15 +0,0 @@
-pkgname=texstudio
-
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: texstudio/repos/community-i686/texstudio.install (from rev 121450, 
texstudio/trunk/texstudio.install)
===
--- community-i686/texstudio.install(rev 0)
+++ community-i686/texstudio.install2014-10-27 00:24:44 UTC (rev 121451)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-27 00:24:39 UTC (rev 121450)
+++ community-x86_64/PKGBUILD   2014-10-27 00:24:44 UTC (rev 121451)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Clément DEMOULINS clem...@archivel.fr
-
-pkgname=texstudio
-pkgver=2.8.4
-pkgrel=1
-pkgdesc=Integrated writing environment for creating LaTeX documents
-arch=('i686' 'x86_64')
-url=http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt4')

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

2014-10-26 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 01:27:25
  Author: svenstaro
Revision: 121452

upgpkg: wine 1.7.29-2

Fix FS#41872

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 00:24:44 UTC (rev 121451)
+++ PKGBUILD2014-10-27 00:27:25 UTC (rev 121452)
@@ -6,7 +6,7 @@
 
 pkgname=wine
 pkgver=1.7.29
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -34,6 +34,7 @@
   glu lib32-glu
   libsm   lib32-libsm
   gcc-libslib32-gcc-libs
+  libpcap lib32-libpcap
   desktop-file-utils
 )
 


[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2014-10-26 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 01:27:29
  Author: svenstaro
Revision: 121453

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 121452, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 121452, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 121452, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  359 
 wine.install  |   24 +--
 3 files changed, 212 insertions(+), 211 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-10-27 00:27:25 UTC (rev 121452)
+++ 30-win32-aliases.conf   2014-10-27 00:27:29 UTC (rev 121453)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 121452, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-10-27 00:27:29 UTC (rev 121453)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 00:27:25 UTC (rev 121452)
+++ PKGBUILD2014-10-27 00:27:29 UTC (rev 121453)
@@ -1,179 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.29
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('581fcf915cba4cbf4f55f2e73b55439e090e96c5'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   

[arch-commits] Commit in wine/repos/community-i686 (6 files)

2014-10-26 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 01:45:47
  Author: svenstaro
Revision: 121454

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 121453, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 121453, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 121453, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  359 
 wine.install  |   24 +--
 3 files changed, 212 insertions(+), 211 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-10-27 00:27:29 UTC (rev 121453)
+++ 30-win32-aliases.conf   2014-10-27 00:45:47 UTC (rev 121454)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 121453, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-10-27 00:45:47 UTC (rev 121454)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 00:27:29 UTC (rev 121453)
+++ PKGBUILD2014-10-27 00:45:47 UTC (rev 121454)
@@ -1,179 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.29
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('581fcf915cba4cbf4f55f2e73b55439e090e96c5'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo

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

2014-10-26 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 01:46:17
  Author: svenstaro
Revision: 121455

upgpkg: dwarffortress 0.40.14-1

upstream release 0.40.14

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 00:45:47 UTC (rev 121454)
+++ PKGBUILD2014-10-27 00:46:17 UTC (rev 121455)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
 # Contributor: djnm nmihalich [at} gmail dott com
 pkgname=dwarffortress
-pkgver=0.40.13
-_pkgver=40_13
+pkgver=0.40.14
+_pkgver=40_14
 pkgrel=1
 pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
 arch=(i686 x86_64)
@@ -30,7 +30,7 @@
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)
-sha256sums=('c17c021150e8e84c6bac949007ebed6383d9766d279a1b088808bac0e4ebfaab'
+sha256sums=('3cbd11f1c354669064aae5ba37a1c80bdfe16c859aa6aab7cb3b910329c4c4fd'
 'SKIP'
 '7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'


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

2014-10-26 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 01:46:22
  Author: svenstaro
Revision: 121456

archrelease: copy trunk to community-i686

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

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

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

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 121455, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 00:46:22 UTC 

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

2014-10-26 Thread Sven-Hendrik Haase
Date: Monday, October 27, 2014 @ 01:48:18
  Author: svenstaro
Revision: 121457

archrelease: copy trunk to multilib-x86_64

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

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

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

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 121456, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 

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

2014-10-26 Thread Eric Bélanger
Date: Monday, October 27, 2014 @ 03:30:25
  Author: eric
Revision: 225389

upgpkg: imagemagick 6.8.9.9-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-26 23:03:09 UTC (rev 225388)
+++ PKGBUILD2014-10-27 02:30:25 UTC (rev 225389)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.8
+pkgver=6.8.9.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('5304855f3504994ff8bbf380e9a89a9e1dfe8834'
+sha1sums=('84abbeab6d142267fe6eedfbbfaec11d43075c48'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 


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

2014-10-26 Thread Eric Bélanger
Date: Monday, October 27, 2014 @ 03:33:26
  Author: eric
Revision: 225390

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 225389, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 225389, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 225389, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 225389, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  180 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   90 -
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   90 -
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-27 02:30:25 UTC (rev 225389)
+++ extra-i686/PKGBUILD 2014-10-27 02:33:26 UTC (rev 225390)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.8
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('5304855f3504994ff8bbf380e9a89a9e1dfe8834'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE 

[arch-commits] Commit in imagemagick/repos/extra-i686 (4 files)

2014-10-26 Thread Eric Bélanger
Date: Monday, October 27, 2014 @ 04:16:53
  Author: eric
Revision: 225391

archrelease: copy trunk to extra-i686

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 225390, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 225390, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch

+
 PKGBUILD   |  180 +++
 perlmagick.rpath.patch |   22 ++---
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 02:33:26 UTC (rev 225390)
+++ PKGBUILD2014-10-27 03:16:53 UTC (rev 225391)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.9
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('84abbeab6d142267fe6eedfbbfaec11d43075c48'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
-}

Copied: imagemagick/repos/extra-i686/PKGBUILD (from rev 225390, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 03:16:53 UTC (rev 225391)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.8.9.9
+pkgrel=1
+arch=('i686' 'x86_64')

[arch-commits] Commit in imagemagick/repos/extra-x86_64 (4 files)

2014-10-26 Thread Eric Bélanger
Date: Monday, October 27, 2014 @ 04:18:09
  Author: eric
Revision: 225392

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 225391, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 225391, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

+
 PKGBUILD   |  180 +++
 perlmagick.rpath.patch |   22 ++---
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 03:16:53 UTC (rev 225391)
+++ PKGBUILD2014-10-27 03:18:09 UTC (rev 225392)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.9
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('84abbeab6d142267fe6eedfbbfaec11d43075c48'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 225391, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 03:18:09 UTC (rev 225392)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.8.9.9
+pkgrel=1
+arch=('i686' 'x86_64')

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

2014-10-26 Thread Evangelos Foutras
Date: Monday, October 27, 2014 @ 04:26:06
  Author: foutrelis
Revision: 121459

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-27 03:25:57 UTC (rev 121458)
+++ PKGBUILD2014-10-27 03:26:06 UTC (rev 121459)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-
-pkgname=('python-south' 'python2-south')
-pkgver=1.0
-pkgrel=1
-pkgdesc=Intelligent database migrations library for the Django web framework
-arch=('any')
-url=http://south.aeracode.org/;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('017ecc2d66818580e1131af61b8d96901c4a2d05b051186196d9d4f35bdbb901')
-
-package_python-south() {
-  depends=('python-django')
-
-  cd $srcdir/South-$pkgver
-  python3 setup.py install --root=$pkgdir -O1
-}
-
-package_python2-south() {
-  depends=('python2-django')
-  conflicts=('python-south=0.7.6-1')
-  replaces=('python-south=0.7.6-1')
-
-  cd $srcdir/South-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-south/repos/community-any/PKGBUILD (from rev 121458, 
python-south/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-27 03:26:06 UTC (rev 121459)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgname=('python-south' 'python2-south')
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Intelligent database migrations library for the Django web framework
+arch=('any')
+url=http://south.aeracode.org/;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
+sha256sums=('1ce97c634107df324eb2fd53cd904d7c04fc8cc6a8fe0800e5f85345b0c75ad3')
+
+package_python-south() {
+  depends=('python-django')
+
+  cd $srcdir/South-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-south() {
+  depends=('python2-django')
+  conflicts=('python-south=0.7.6-1')
+  replaces=('python-south=0.7.6-1')
+
+  cd $srcdir/South-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-26 Thread Evangelos Foutras
Date: Monday, October 27, 2014 @ 04:25:57
  Author: foutrelis
Revision: 121458

upgpkg: python-south 1.0.1-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 00:48:18 UTC (rev 121457)
+++ PKGBUILD2014-10-27 03:25:57 UTC (rev 121458)
@@ -3,7 +3,7 @@
 # Contributor: Tiago Pierezan Camargo tcama...@gmail.com
 
 pkgname=('python-south' 'python2-south')
-pkgver=1.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('017ecc2d66818580e1131af61b8d96901c4a2d05b051186196d9d4f35bdbb901')
+sha256sums=('1ce97c634107df324eb2fd53cd904d7c04fc8cc6a8fe0800e5f85345b0c75ad3')
 
 package_python-south() {
   depends=('python-django')