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

2012-11-02 Thread Evangelos Foutras
Date: Saturday, November 3, 2012 @ 02:32:33
  Author: foutrelis
Revision: 170122

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

Added:
  thunar/repos/extra-i686/PKGBUILD
(from rev 170121, thunar/trunk/PKGBUILD)
  thunar/repos/extra-i686/thunar-1.4.0-dont-add-duplicates-of-devices.patch
(from rev 170121, 
thunar/trunk/thunar-1.4.0-dont-add-duplicates-of-devices.patch)
  thunar/repos/extra-i686/thunar-1.4.0-show-loop-devices-hack.patch
(from rev 170121, thunar/trunk/thunar-1.4.0-show-loop-devices-hack.patch)
  thunar/repos/extra-i686/thunar.install
(from rev 170121, thunar/trunk/thunar.install)
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 170121, thunar/trunk/PKGBUILD)
  thunar/repos/extra-x86_64/thunar-1.4.0-dont-add-duplicates-of-devices.patch
(from rev 170121, 
thunar/trunk/thunar-1.4.0-dont-add-duplicates-of-devices.patch)
  thunar/repos/extra-x86_64/thunar-1.4.0-show-loop-devices-hack.patch
(from rev 170121, thunar/trunk/thunar-1.4.0-show-loop-devices-hack.patch)
  thunar/repos/extra-x86_64/thunar.install
(from rev 170121, thunar/trunk/thunar.install)
Deleted:
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-i686/thunar-1.4.0-show-loop-devices-hack.patch
  thunar/repos/extra-i686/thunar.install
  thunar/repos/extra-x86_64/PKGBUILD
  thunar/repos/extra-x86_64/thunar-1.4.0-show-loop-devices-hack.patch
  thunar/repos/extra-x86_64/thunar.install

+
 extra-i686/PKGBUILD|  134 
+-
 extra-i686/thunar-1.4.0-dont-add-duplicates-of-devices.patch   |   59 
 extra-i686/thunar-1.4.0-show-loop-devices-hack.patch   |   30 +-
 extra-i686/thunar.install  |   28 +-
 extra-x86_64/PKGBUILD  |  134 
+-
 extra-x86_64/thunar-1.4.0-dont-add-duplicates-of-devices.patch |   59 
 extra-x86_64/thunar-1.4.0-show-loop-devices-hack.patch |   30 +-
 extra-x86_64/thunar.install|   28 +-
 8 files changed, 316 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-03 06:32:00 UTC (rev 170121)
+++ extra-i686/PKGBUILD 2012-11-03 06:32:33 UTC (rev 170122)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.4.0
-pkgrel=2
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org";
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
- 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'polkit-gnome: for mounting internal partitions (needs root 
password)'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/1.4/Thunar-$pkgver.tar.bz2
-thunar-1.4.0-show-loop-devices-hack.patch)
-sha256sums=('2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba'
-'185c44db9bdf578d22cb69b81dce7fcc3e2ee6031b1547de6453ff0752dbc97e')
-
-build() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  # Fix: Loop devices not appearing in Thunar side pane
-  # https://bugs.archlinux.org/task/29894
-  # https://bugzilla.xfce.org/show_bug.cgi?id=8947
-  patch -Np1 -i "$srcdir/thunar-1.4.0-show-loop-devices-hack.patch"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---enable-dbus \
---enable-startup-notification \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---enable-gtk-doc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  make DESTDIR=${pkgdir} install
-  sed -i 's:x-directory/gnome-default-handler;::' \
-"$pkgdir/usr/share/applications/Thunar-folder-handler.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-i686/PKGBUILD (from rev 170121, 
thunar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-03 06:32:33 UTC (rev 170122)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.4.0
+pkgrel=3
+pkgdesc="Modern file manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://thunar.xfce.or

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

2012-11-02 Thread Evangelos Foutras
Date: Saturday, November 3, 2012 @ 02:32:00
  Author: foutrelis
Revision: 170121

upgpkg: thunar 1.4.0-3

Backport upstream fix for FS#32325: [gvfs] Duplicate entries for mounted 
volumes in file manager

Added:
  thunar/trunk/thunar-1.4.0-dont-add-duplicates-of-devices.patch
Modified:
  thunar/trunk/PKGBUILD

---+
 PKGBUILD  |8 ++
 thunar-1.4.0-dont-add-duplicates-of-devices.patch |   59 
 2 files changed, 66 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-03 05:44:49 UTC (rev 170120)
+++ PKGBUILD2012-11-03 06:32:00 UTC (rev 170121)
@@ -4,7 +4,7 @@
 
 pkgname=thunar
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Modern file manager for Xfce"
 arch=('i686' 'x86_64')
 url="http://thunar.xfce.org";
@@ -23,13 +23,19 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/xfce/$pkgname/1.4/Thunar-$pkgver.tar.bz2
+thunar-1.4.0-dont-add-duplicates-of-devices.patch
 thunar-1.4.0-show-loop-devices-hack.patch)
 sha256sums=('2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba'
+'c25f86a4c298c24327b0681702167aea9f9d712a738c8f3883f5d66da7f08f19'
 '185c44db9bdf578d22cb69b81dce7fcc3e2ee6031b1547de6453ff0752dbc97e')
 
 build() {
   cd "$srcdir/Thunar-$pkgver"
 
+  # https://bugzilla.xfce.org/show_bug.cgi?id=9440
+  # Backport of http://git.xfce.org/xfce/thunar/commit/?id=70a4301
+  patch -Np1 -i "$srcdir/thunar-1.4.0-dont-add-duplicates-of-devices.patch"
+
   # Fix: Loop devices not appearing in Thunar side pane
   # https://bugs.archlinux.org/task/29894
   # https://bugzilla.xfce.org/show_bug.cgi?id=8947

Added: thunar-1.4.0-dont-add-duplicates-of-devices.patch
===
--- thunar-1.4.0-dont-add-duplicates-of-devices.patch   
(rev 0)
+++ thunar-1.4.0-dont-add-duplicates-of-devices.patch   2012-11-03 06:32:00 UTC 
(rev 170121)
@@ -0,0 +1,59 @@
+diff -uprb Thunar-1.4.0.orig/thunar/thunar-shortcuts-model.c 
Thunar-1.4.0/thunar/thunar-shortcuts-model.c
+--- Thunar-1.4.0.orig/thunar/thunar-shortcuts-model.c  2012-11-03 
07:42:39.0 +0200
 Thunar-1.4.0/thunar/thunar-shortcuts-model.c   2012-11-03 
08:13:25.0 +0200
+@@ -1221,11 +1221,25 @@ thunar_shortcuts_model_volume_added (GVo
+  GVolume  *volume,
+  ThunarShortcutsModel *model)
+ {
++  GList *lp;
++  gint  idx;
++
+   _thunar_return_if_fail (G_IS_VOLUME_MONITOR (volume_monitor));
+   _thunar_return_if_fail (model->volume_monitor == volume_monitor);
+   _thunar_return_if_fail (G_IS_VOLUME (volume));
+   _thunar_return_if_fail (THUNAR_IS_SHORTCUTS_MODEL (model));
+ 
++  /* check that the volume is not in the internal list already */
++  if (g_list_find (model->hidden_volumes, volume) != NULL)
++return;
++
++  /* nor in the list of visible volumes */
++  for (idx = 0, lp = model->shortcuts; lp != NULL; ++idx, lp = lp->next)
++{
++  if (THUNAR_SHORTCUT (lp->data)->volume == volume)
++return;
++}
++
+   /* place the volume on the hidden list */
+   model->hidden_volumes = g_list_prepend (model->hidden_volumes, g_object_ref 
(volume));
+ 
+diff -uprb Thunar-1.4.0.orig/thunar/thunar-tree-model.c 
Thunar-1.4.0/thunar/thunar-tree-model.c
+--- Thunar-1.4.0.orig/thunar/thunar-tree-model.c   2012-11-03 
07:42:39.0 +0200
 Thunar-1.4.0/thunar/thunar-tree-model.c2012-11-03 08:09:36.0 
+0200
+@@ -1127,11 +1127,26 @@ thunar_tree_model_volume_added (GVolumeM
+ GVolume*volume,
+ ThunarTreeModel*model)
+ {
++  ThunarTreeModelItem *item = NULL;
++  GNode   *node;
++
+   _thunar_return_if_fail (G_IS_VOLUME_MONITOR (volume_monitor));
+   _thunar_return_if_fail (model->volume_monitor == volume_monitor);
+   _thunar_return_if_fail (G_IS_VOLUME (volume));
+   _thunar_return_if_fail (THUNAR_IS_TREE_MODEL (model));
+ 
++  /* check that the volume is not in the internal list already */
++  if (g_list_find (model->hidden_volumes, volume) != NULL)
++return;
++
++  /* nor in the list of visible volumes */
++  for (node = model->root->children; node != NULL; node = node->next)
++{
++  item = THUNAR_TREE_MODEL_ITEM (node->data);
++  if (item->volume == volume)
++return;
++}
++
+   /* place the volume on the hidden list */
+   model->hidden_volumes = g_list_prepend (model->hidden_volumes, g_object_ref 
(volume));
+ 



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

2012-11-02 Thread Eric Bélanger
Date: Saturday, November 3, 2012 @ 01:44:49
  Author: eric
Revision: 170120

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-03 05:44:24 UTC (rev 170119)
+++ extra-i686/PKGBUILD 2012-11-03 05:44:49 UTC (rev 170120)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
-# Maintainer: Jan de Groot 
-
-pkgname=libsecret
-pkgver=0.10
-pkgrel=1
-pkgdesc='library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="https://live.gnome.org/Libsecret";
-depends=('glib2' 'libgcrypt')
-makedepends=('intltool' 'docbook-xsl')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('4015ac83042fa408bf66ca8526709662d194fe566181db6ab3d86a6ea4ab8880')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libsecret/repos/extra-i686/PKGBUILD (from rev 170119, 
libsecret/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-03 05:44:49 UTC (rev 170120)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=libsecret
+pkgver=0.11
+pkgrel=1
+pkgdesc='library for storing and retrieving passwords and other secrets.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://live.gnome.org/Libsecret";
+depends=('glib2' 'libgcrypt')
+makedepends=('intltool' 'docbook-xsl')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5399dfb61376a7500d20cb22715152780aa3a2c8a64281ec6bc8f0ebeb8b689')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-03 05:44:24 UTC (rev 170119)
+++ extra-x86_64/PKGBUILD   2012-11-03 05:44:49 UTC (rev 170120)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
-# Maintainer: Jan de Groot 
-
-pkgname=libsecret
-pkgver=0.10
-pkgrel=1
-pkgdesc='library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="https://live.gnome.org/Libsecret";
-depends=('glib2' 'libgcrypt')
-makedepends=('intltool' 'docbook-xsl')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('4015ac83042fa408bf66ca8526709662d194fe566181db6ab3d86a6ea4ab8880')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libsecret/repos/extra-x86_64/PKGBUILD (from rev 170119, 
libsecret/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-03 05:44:49 UTC (rev 170120)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
+# Maintainer: Jan de Groot 
+
+pkgname=libsecret
+pkgver=0.11
+pkgrel=1
+pkgdesc='library for storing and retrieving passwords and other secrets.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://live.gnome.org/Libsecret";
+depends=('glib2' 'libgcrypt')
+makedepends=('intltool' 'docbook-xsl')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5399dfb61376a7500d20cb22715152780aa3a2c8a64281ec6bc8f0ebeb8b689')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2012-11-02 Thread Eric Bélanger
Date: Saturday, November 3, 2012 @ 01:44:24
  Author: eric
Revision: 170119

upgpkg: libsecret 0.11-1

Upstream update

Modified:
  libsecret/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-03 03:53:47 UTC (rev 170118)
+++ PKGBUILD2012-11-03 05:44:24 UTC (rev 170119)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libsecret
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc='library for storing and retrieving passwords and other secrets.'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'docbook-xsl')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('4015ac83042fa408bf66ca8526709662d194fe566181db6ab3d86a6ea4ab8880')
+sha256sums=('e5399dfb61376a7500d20cb22715152780aa3a2c8a64281ec6bc8f0ebeb8b689')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2012-11-02 Thread Eric Bélanger
Date: Friday, November 2, 2012 @ 23:53:47
  Author: eric
Revision: 170118

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 170117, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-03 03:53:35 UTC (rev 170117)
+++ PKGBUILD2012-11-03 03:53:47 UTC (rev 170118)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: Manolis Tzanidakis
-# Contributor: Francois Charette 
-
-pkgname=perl-io-socket-ssl
-_cpanname=IO-Socket-SSL
-pkgver=1.76
-pkgrel=1
-pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_cpanname}/";
-depends=('perl-net-ssleay' 'perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-sha1sums=('b27cfff3b5cf03f223431317abda03d44d1a902d')
-
-build() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_cpanname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 170117, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-03 03:53:47 UTC (rev 170118)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Manolis Tzanidakis
+# Contributor: Francois Charette 
+
+pkgname=perl-io-socket-ssl
+_cpanname=IO-Socket-SSL
+pkgver=1.77
+pkgrel=1
+pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_cpanname}/";
+depends=('perl-net-ssleay' 'perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
+sha1sums=('6e3c717351e34ec91d9d537c57beb1f56e8c6574')
+
+build() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2012-11-02 Thread Eric Bélanger
Date: Friday, November 2, 2012 @ 23:53:35
  Author: eric
Revision: 170117

upgpkg: perl-io-socket-ssl 1.77-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-03 02:34:11 UTC (rev 170116)
+++ PKGBUILD2012-11-03 03:53:35 UTC (rev 170117)
@@ -5,7 +5,7 @@
 
 pkgname=perl-io-socket-ssl
 _cpanname=IO-Socket-SSL
-pkgver=1.76
+pkgver=1.77
 pkgrel=1
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('perl-net-ssleay' 'perl>=5.10.0')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-sha1sums=('b27cfff3b5cf03f223431317abda03d44d1a902d')
+sha1sums=('6e3c717351e34ec91d9d537c57beb1f56e8c6574')
 
 build() {
   cd "${srcdir}/${_cpanname}-${pkgver}"



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

2012-11-02 Thread Eric Bélanger
Date: Friday, November 2, 2012 @ 22:34:11
  Author: eric
Revision: 170116

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

Added:
  libotr3/repos/staging-i686/
  libotr3/repos/staging-i686/PKGBUILD
(from rev 170115, libotr3/trunk/PKGBUILD)
  libotr3/repos/staging-i686/libotr3-soname.patch
(from rev 170115, libotr3/trunk/libotr3-soname.patch)
  libotr3/repos/staging-x86_64/
  libotr3/repos/staging-x86_64/PKGBUILD
(from rev 170115, libotr3/trunk/PKGBUILD)
  libotr3/repos/staging-x86_64/libotr3-soname.patch
(from rev 170115, libotr3/trunk/libotr3-soname.patch)

-+
 staging-i686/PKGBUILD   |   35 +
 staging-i686/libotr3-soname.patch   |  695 ++
 staging-x86_64/PKGBUILD |   35 +
 staging-x86_64/libotr3-soname.patch |  695 ++
 4 files changed, 1460 insertions(+)

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


[arch-commits] Commit in libotr3/trunk (PKGBUILD libotr3-soname.patch)

2012-11-02 Thread Eric Bélanger
Date: Friday, November 2, 2012 @ 22:33:51
  Author: eric
Revision: 170115

upgpkg: libotr3 3.2.1-1

Add soname renaming patch, Fix conflicting files with libotr

Added:
  libotr3/trunk/libotr3-soname.patch
Modified:
  libotr3/trunk/PKGBUILD(contents, properties)

--+
 PKGBUILD |   18 -
 libotr3-soname.patch |  695 +
 2 files changed, 708 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-03 01:42:32 UTC (rev 170114)
+++ PKGBUILD2012-11-03 02:33:51 UTC (rev 170115)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 165291 2012-08-14 23:10:37Z bisson $
+# $Id$
 # Maintainer: Gaetan Bisson 
 # Contributor: Pierre Schmitz 
 # Contributor: Bug 
@@ -12,16 +12,24 @@
 arch=('i686' 'x86_64')
 depends=('libgcrypt')
 options=('!libtool')
-source=("http://www.cypherpunks.ca/otr/libotr-${pkgver}.tar.gz";)
-sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394')
+source=("http://www.cypherpunks.ca/otr/libotr-${pkgver}.tar.gz"; 
"libotr3-soname.patch")
+sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394'
+  '08c85f20fa1a0c5e8935d9a3f00b1d4e37f1b2d1')
 
 build() {
cd "${srcdir}/libotr-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-   make
+   patch -p1 -i "${srcdir}/libotr3-soname.patch"
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static \
+ --program-transform-name='s/otr/otr3/'
+   make 
 }
 
 package() {
cd "${srcdir}/libotr-${pkgver}"
make DESTDIR="${pkgdir}" install
+
+   for i in parse sesskeys mackey readforge modify remac; do
+ rm "${pkgdir}"/usr/share/man/man1/otr_$i.1
+ ln -sf otr3_toolkit.1 "${pkgdir}"/usr/share/man/man1/otr3_$i.1
+   done
 }


Property changes on: libotr3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libotr3-soname.patch
===
--- libotr3-soname.patch(rev 0)
+++ libotr3-soname.patch2012-11-03 02:33:51 UTC (rev 170115)
@@ -0,0 +1,695 @@
+diff -Naur libotr-3.2.1.orig/configure libotr-3.2.1/configure
+--- libotr-3.2.1.orig/configure2012-11-02 04:53:36.609896510 -0400
 libotr-3.2.1/configure 2012-11-02 04:53:47.533538908 -0400
+@@ -791,7 +791,7 @@
+ LDFLAGS
+ CFLAGS
+ CC
+-LIBOTR_LIBTOOL_VERSION
++LIBOTR3_LIBTOOL_VERSION
+ am__untar
+ am__tar
+ AMTAR
+@@ -2674,7 +2674,7 @@
+ 
+ 
+ # Define the identity of the package.
+- PACKAGE=libotr
++ PACKAGE=libotr3
+  VERSION=3.2.1
+ 
+ 
+@@ -2715,7 +2715,7 @@
+ 
+ 
+ 
+-LIBOTR_LIBTOOL_VERSION="4:1:2"
++LIBOTR3_LIBTOOL_VERSION="4:1:2"
+ 
+ 
+ 
+@@ -10461,7 +10461,7 @@
+ 
+ 
+ 
+-ac_config_files="$ac_config_files Makefile src/Makefile toolkit/Makefile 
libotr.pc"
++ac_config_files="$ac_config_files Makefile src/Makefile toolkit/Makefile 
libotr3.pc"
+ 
+ cat >confcache <<\_ACEOF
+ # This file is a shell script that caches the results of configure
+@@ -11434,7 +11434,7 @@
+ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
+ "toolkit/Makefile") CONFIG_FILES="$CONFIG_FILES toolkit/Makefile" ;;
+-"libotr.pc") CONFIG_FILES="$CONFIG_FILES libotr.pc" ;;
++"libotr3.pc") CONFIG_FILES="$CONFIG_FILES libotr3.pc" ;;
+ 
+   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+   esac
+diff -Naur libotr-3.2.1.orig/libotr3.m4 libotr-3.2.1/libotr3.m4
+--- libotr-3.2.1.orig/libotr3.m4   1969-12-31 19:00:00.0 -0500
 libotr-3.2.1/libotr3.m42012-11-02 04:53:59.983891029 -0400
+@@ -0,0 +1,134 @@
++dnl
++dnl  Off-the-Record Messaging library
++dnl  Copyright (C) 2004-2007  Ian Goldberg, Chris Alexander, Nikita Borisov
++dnl   
++dnl
++dnl  This library is free software; you can redistribute it and/or
++dnl  modify it under the terms of version 2.1 of the GNU Lesser General
++dnl  Public License as published by the Free Software Foundation.
++dnl
++dnl  This library is distributed in the hope that it will be useful,
++dnl  but WITHOUT ANY WARRANTY; without even the implied warranty of
++dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++dnl  Lesser General Public License for more details.
++dnl
++dnl  You should have received a copy of the GNU Lesser General Public
++dnl  License along with this library; if not, write to the Free Software
++dnl  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
++dnl
++
++dnl AM_PATH_LIBOTR3([MINIMUM-VERSION [, ACTION-IF-FOUND [, 
ACTION-IF-NOT-FOUND]]])
++dnl Test for libotr3, and define LIBOTR3_CFLAGS and LIBOTR3_LIBS as 
appropriate.
++dnl enables arguments --with-libotr3-prefix=
++dnl   --with-libotr3-inc-pr

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

2012-11-02 Thread Allan McRae
Date: Friday, November 2, 2012 @ 21:42:32
  Author: allan
Revision: 170114

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

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 170113, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash.install
(from rev 170113, bash/trunk/bash.install)
  bash/repos/testing-i686/dot.bash_logout
(from rev 170113, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 170113, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 170113, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/system.bash_logout
(from rev 170113, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 170113, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 170113, bash/trunk/PKGBUILD)
  bash/repos/testing-x86_64/bash.install
(from rev 170113, bash/trunk/bash.install)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 170113, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 170113, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 170113, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 170113, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 170113, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |  159 
 testing-i686/bash.install |   20 
 testing-i686/dot.bash_logout  |3 
 testing-i686/dot.bash_profile |5 +
 testing-i686/dot.bashrc   |9 ++
 testing-i686/system.bash_logout   |3 
 testing-i686/system.bashrc|   23 +
 testing-x86_64/PKGBUILD   |  159 
 testing-x86_64/bash.install   |   20 
 testing-x86_64/dot.bash_logout|3 
 testing-x86_64/dot.bash_profile   |5 +
 testing-x86_64/dot.bashrc |9 ++
 testing-x86_64/system.bash_logout |3 
 testing-x86_64/system.bashrc  |   23 +
 14 files changed, 444 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 170113, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-03 01:42:32 UTC (rev 170114)
@@ -0,0 +1,159 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Aaron Griffin 
+
+pkgname=bash
+_basever=4.2
+_patchlevel=039 #prepare for some patches
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc="The GNU Bourne Again shell"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnu.org/software/bash/bash.html";
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline>=6.1' 'glibc')
+provides=('sh')
+install=bash.install
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+system.bashrc
+system.bash_logout)
+if [ $_patchlevel -gt 000 ]; then
+for (( p=1; p<=$((10#${_patchlevel})); p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//./}-$(printf 
"%03d" $p){,.sig})
+done
+fi
+
+build() {
+  cd ${srcdir}/${pkgname}-$_basever
+  for (( p=1; p<=$((10#${_patchlevel})); p++ )); do
+msg "applying patch bash${_basever//./}-$(printf "%03d" $p)"
+patch -Np0 -i $srcdir/bash${_basever//./}-$(printf "%03d" $p)
+  done
+
+  
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\"/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin\"\'
+   -DSTANDARD_UTILS_PATH=\'\"/usr/bin:/bin:/usr/sbin:/sbin\"\'
+   -DSYS_BASHRC=\'\"/etc/bash.bashrc\"\'
+   -DSYS_BASH_LOGOUT=\'\"/etc/bash.bash_logout\"\')
+  export CFLAGS="${CFLAGS} ${_bashconfig[@]}"
+
+  ./configure --prefix=/usr --with-curses --enable-readline \
+--without-bash-malloc --with-installed-readline \
+--bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-$_basever
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-$_basever
+  make DESTDIR=${pkgdir} install
+
+  # for now, bash is our default /bin/sh
+  cd ${pkgdir}/bin
+  ln -s bash sh
+
+  install -dm755 ${pkgdir}/etc/skel/
+  
+  # system-wide configuration files
+  install -m644 ${srcdir}/system.bashrc ${pkgdir}/etc/bash.bashrc
+  install -m644 ${srcdir}/system.bash_logout ${pkgdir}/etc/bash.bash_logout
+  
+  # user configuration file skeletons
+  install -m644 ${srcdir}/dot.bashrc ${pkgdir}/etc/skel/.bashrc
+  install -m644 ${srcdir}/dot.bash_profile ${pkgdir}/etc/skel/.bash_profile
+  install -m644 ${srcdir}/dot.bash_logout ${pkgdir}/etc/skel/.bash_logout
+}
+
+md5sums=('3fb927c7c33022f1c327f14a81c0d4b0'
+ '8d3

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

2012-11-02 Thread Allan McRae
Date: Friday, November 2, 2012 @ 21:40:38
  Author: allan
Revision: 170113

upgpkg: bash 4.2.039-1

upstream patch level bump

Modified:
  bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-02 20:25:15 UTC (rev 170112)
+++ PKGBUILD2012-11-03 01:40:38 UTC (rev 170113)
@@ -4,7 +4,7 @@
 
 pkgname=bash
 _basever=4.2
-_patchlevel=037 #prepare for some patches
+_patchlevel=039 #prepare for some patches
 pkgver=$_basever.$_patchlevel
 pkgrel=1
 pkgdesc="The GNU Bourne Again shell"
@@ -152,4 +152,8 @@
  '9c3142956064d175a880bcb186e51ef9'
  'a1a87649853f20fe99572ddc02b0c67f'
  'c10692f447d4966c879f8fb8d7c8ebc9'
- '1bf5e34ad46566bc2d0eb7560ff8968e')
+ '1bf5e34ad46566bc2d0eb7560ff8968e'
+ '9ef3c308cde413e95866c1266cfb4e98'
+ 'afbb94e04dab29bd4ce92199892f2b5e'
+ 'cd48f57a404498d4e5c73a3501c4b1a5'
+ 'd2693a2728b5a0448947d23ce47cb4b3')



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

2012-11-02 Thread Jan Steffens
Date: Friday, November 2, 2012 @ 16:25:15
  Author: heftig
Revision: 170112

dep on xorg-server

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-02 18:13:52 UTC (rev 170111)
+++ PKGBUILD2012-11-02 20:25:15 UTC (rev 170112)
@@ -14,7 +14,7 @@
 groups=(gnome)
 options=('!libtool')
 depends=(libcanberra gnome-session gnome-settings-daemon metacity upower 
accountsservice systemd
- xorg-xrdb nss polkit-gnome)
+ xorg-xrdb nss polkit-gnome xorg-server)
 makedepends=(itstool intltool gnome-doc-utils xorg-server 
gobject-introspection)
 optdepends=('gnome-shell: new login interface'
 'fprintd: fingerprint authentication')



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

2012-11-02 Thread Thomas Bächler
Date: Friday, November 2, 2012 @ 14:13:52
  Author: thomas
Revision: 170111

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 170110, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 170110, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 170110, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 170110, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 170110, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 170110, linux/repos/testing-i686/linux.preset)
  linux/repos/core-i686/module-init-wait-3.6.patch
(from rev 170110, linux/repos/testing-i686/module-init-wait-3.6.patch)
  linux/repos/core-i686/module-symbol-waiting-3.6.patch
(from rev 170110, linux/repos/testing-i686/module-symbol-waiting-3.6.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 170110, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 170110, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 170110, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 170110, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 170110, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 170110, linux/repos/testing-x86_64/linux.preset)
  linux/repos/core-x86_64/module-init-wait-3.6.patch
(from rev 170110, linux/repos/testing-x86_64/module-init-wait-3.6.patch)
  linux/repos/core-x86_64/module-symbol-waiting-3.6.patch
(from rev 170110, 
linux/repos/testing-x86_64/module-symbol-waiting-3.6.patch)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-i686/module-init-wait-3.6.patch
  linux/repos/core-i686/module-symbol-waiting-3.6.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/core-x86_64/module-init-wait-3.6.patch
  linux/repos/core-x86_64/module-symbol-waiting-3.6.patch
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|  636 -
 core-i686/change-default-console-loglevel.patch   |   24 
 core-i686/config  |12062 ++--
 core-i686/config.x86_64   |11604 +--
 core-i686/linux.install   |  130 
 core-i686/linux.preset|   28 
 core-i686/module-init-wait-3.6.patch  |  154 
 core-i686/module-symbol-waiting-3.6.patch |  132 
 core-x86_64/PKGBUILD  |  636 -
 core-x86_64/change-default-console-loglevel.patch |   24 
 core-x86_64/config|12062 ++--
 core-x86_64/config.x86_64 |11604 +--
 core-x86_64/linux.install |  130 
 core-x86_64/linux.preset  |   28 
 core-x86_64/module-init-wait-3.6.patch|  154 
 core-x86_64/module-symbol-waiting-3.6.patch   |  132 
 16 files changed, 24770 insertions(+), 24770 deletions(-)

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


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

2012-11-02 Thread Giovanni Scafora
Date: Friday, November 2, 2012 @ 05:09:21
  Author: giovanni
Revision: 170110

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

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

--+
 extra-i686/PKGBUILD  |  194 ++---
 extra-i686/vlc.install   |   36 
 extra-x86_64/PKGBUILD|  194 ++---
 extra-x86_64/vlc.install |   36 
 4 files changed, 232 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-02 09:08:49 UTC (rev 170109)
+++ extra-i686/PKGBUILD 2012-11-02 09:09:21 UTC (rev 170110)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.0.4
-pkgrel=2
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
- 'xcb-util-keysyms')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
- 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
- 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'vdpau-video: vdpau back-end for nvidia'
-'libva-driver-intel: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'oss: for OSS audio support'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'xosd: for xosd support'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'fluidsynth: for synthesizer MIDI FluidSynth'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool' '!emptydirs')
-install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('f36dab8f126922c56b372388b7fade47')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --disable-rpath \
-  --enable-oss \
-  --enable-faad \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --enable-realrtsp \
-  --enable-xosd \
-  --enable-aa \
-  --enable-vcdx \
-  --enable-upnp \
-  --enable-opus
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  for res in 16 32 48 128; do
-install -D -m644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \
-"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
-  done
-}

Copied: vlc/r

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

2012-11-02 Thread Giovanni Scafora
Date: Friday, November 2, 2012 @ 05:08:49
  Author: giovanni
Revision: 170109

upgpkg: vlc 2.0.4-3

added sftp support

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-02 08:45:56 UTC (rev 170108)
+++ PKGBUILD2012-11-02 09:08:49 UTC (rev 170109)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
@@ -19,7 +19,7 @@
  'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
  'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
  'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus')
+ 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2')
 optdepends=('avahi: for service discovery using bonjour protocol'
 'libnotify: for notification plugin'
 'ncurses: for ncurses interface support'
@@ -50,7 +50,8 @@
 'libcdio: for audio CD playback support'
 'ttf-freefont: for subtitle font '
 'ttf-dejavu: for subtitle font'
-'opus: for opus support')
+'opus: for opus support'
+'libssh2: for sftp support')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
 backup=('usr/share/vlc/lua/http/.hosts'
@@ -80,7 +81,8 @@
   --enable-aa \
   --enable-vcdx \
   --enable-upnp \
-  --enable-opus
+  --enable-opus \
+  --enable-sftp
   make
 }
 



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

2012-11-02 Thread Andrea Scarpino
Date: Friday, November 2, 2012 @ 04:45:56
  Author: andrea
Revision: 170108

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

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

---+
 extra-i686/PKGBUILD   |   58 +++-
 extra-x86_64/PKGBUILD |   58 +++-
 2 files changed, 56 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-02 08:45:14 UTC (rev 170107)
+++ extra-i686/PKGBUILD 2012-11-02 08:45:56 UTC (rev 170108)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-
-pkgname=grantlee
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="A string template engine based on the Django template system and 
written in Qt"
-arch=('i686' 'x86_64')
-url="http://www.gitorious.org/grantlee/pages/Home";
-license=('LGPL3')
-depends=('qt')
-makedepends=('cmake')
-source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('0622ed30630a44b5fac0bfa7e176d3fe')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-} 

Copied: grantlee/repos/extra-i686/PKGBUILD (from rev 170107, 
grantlee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-02 08:45:56 UTC (rev 170108)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=grantlee
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="A string template engine based on the Django template system and 
written in Qt"
+arch=('i686' 'x86_64')
+url="http://www.gitorious.org/grantlee/pages/Home";
+license=('LGPL3')
+depends=('qt')
+makedepends=('cmake' 'doxygen')
+source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('195763a3238f51f8885881fc8012cd83')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-02 08:45:14 UTC (rev 170107)
+++ extra-x86_64/PKGBUILD   2012-11-02 08:45:56 UTC (rev 170108)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-
-pkgname=grantlee
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="A string template engine based on the Django template system and 
written in Qt"
-arch=('i686' 'x86_64')
-url="http://www.gitorious.org/grantlee/pages/Home";
-license=('LGPL3')
-depends=('qt')
-makedepends=('cmake')
-source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('0622ed30630a44b5fac0bfa7e176d3fe')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-} 

Copied: grantlee/repos/extra-x86_64/PKGBUILD (from rev 170107, 
grantlee/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-02 08:45:56 UTC (rev 170108)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=grantlee
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="A string template engine based on the Django template system and 
written in Qt"
+arch=('i686' 'x86_64')
+url="http://www.gitorious.org/grantlee/pages/Home";
+license=('LGPL3')
+depends=('qt')
+makedepends=('cmake' 'doxygen')
+source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('195763a3238f51f8885881fc8012cd83')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2012-11-02 Thread Andrea Scarpino
Date: Friday, November 2, 2012 @ 04:45:14
  Author: andrea
Revision: 170107

upgpkg: grantlee 0.3.0-1

Upstream release

Modified:
  grantlee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-01 21:30:33 UTC (rev 170106)
+++ PKGBUILD2012-11-02 08:45:14 UTC (rev 170107)
@@ -1,21 +1,19 @@
 # $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
+# Maintainer: Andrea Scarpino 
 
 pkgname=grantlee
-pkgver=0.2.0
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="A string template engine based on the Django template system and 
written in Qt"
 arch=('i686' 'x86_64')
 url="http://www.gitorious.org/grantlee/pages/Home";
 license=('LGPL3')
 depends=('qt')
-makedepends=('cmake')
+makedepends=('cmake' 'doxygen')
 source=("http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('0622ed30630a44b5fac0bfa7e176d3fe')
+md5sums=('195763a3238f51f8885881fc8012cd83')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +23,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
-} 
+}