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

2014-01-04 Thread Gaetan Bisson
Date: Sunday, January 5, 2014 @ 06:36:51
  Author: bisson
Revision: 203198

tentative upstream update

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 05:25:55 UTC (rev 203197)
+++ PKGBUILD2014-01-05 05:36:51 UTC (rev 203198)
@@ -4,8 +4,9 @@
 # Contributor: William Rea 
 
 pkgname=fontforge
-pkgver=20120731_b
-pkgrel=6
+_pkgver=2.0.20140101
+pkgver=${_pkgver##*.}
+pkgrel=1
 pkgdesc='Outline and bitmap font editor'
 url='http://fontforge.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -12,40 +13,28 @@
 license=('BSD')
 depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro'
  'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme')
-source=("http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-${pkgver//_/-}.tar.bz2";
+source=("https://github.com/fontforge/fontforge/archive/${_pkgver}.tar.gz";
 'http://fontforge.org/cidmaps.tgz')
-sha1sums=('b520f532b48e557c177dffa29120225066cc4e84'
+sha1sums=('abce297e53e8b6ff6f08871e53d1eb0be5ab82e7'
   'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
 
-# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > 
../${pkgname}-${pkgver}.tar.xz
-# 
source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-
 options=('!makeflags')
 install=install
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver//_/-}"
-   sed 's/python /python2 /g' -i Makefile.dynamic.in
-   sed 's/\(DGifOpenFileName([^)]*\))/\1,NULL)/g' -i gutils/gimagereadgif.c
-}
-
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver//_/-}"
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   export PYTHON=python2
+   ./autogen.sh
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
-   --enable-type3 \
-   --enable-devicetables \
-   --enable-double \
-   --with-regular-link \
-   --with-python=python2 \
-   --enable-pyextension \
+   --enable-python-extension \
 
make
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver//_/-}"
+   cd "${srcdir}/${pkgname}-${_pkgver}"
make DESTDIR="${pkgdir}" install
 
install -d "${pkgdir}/usr/share/fontforge"
@@ -52,9 +41,9 @@
install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
 
install -d "${pkgdir}/usr/share/icons"
-   cp -a Packaging/icons "${pkgdir}/usr/share/icons/hicolor"
+   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
 
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 Packaging/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
+   install -Dm644 desktop/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
 }



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

2014-01-04 Thread Gaetan Bisson
Date: Sunday, January 5, 2014 @ 06:25:28
  Author: bisson
Revision: 203196

upstream update

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 05:23:56 UTC (rev 203195)
+++ PKGBUILD2014-01-05 05:25:28 UTC (rev 203196)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=audacious-plugins
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
@@ -44,7 +44,7 @@
 'libcue: CUE playlist format')
 
 
source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('a9e831f4fd4d4c4a1dab11b819fa5ac96ce9fad0')
+sha1sums=('bcccd4304692a62d1b7963322f64059a0fb9532a')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-01-04 Thread Gaetan Bisson
Date: Sunday, January 5, 2014 @ 06:25:55
  Author: bisson
Revision: 203197

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

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 203196, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 203196, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-05 05:25:28 UTC (rev 203196)
+++ extra-i686/PKGBUILD 2014-01-05 05:25:55 UTC (rev 203197)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-
-pkgname=audacious-plugins
-pkgver=3.4.2
-pkgrel=1
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('custom:BSD' 'GPL')
-arch=('i686' 'x86_64')
-
-makedepends=("audacious>=${pkgver}"
- 'glib2' 'python2' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio-paranoia: CD Digital Audio input'
-'libsidplayfp: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('a9e831f4fd4d4c4a1dab11b819fa5ac96ce9fad0')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 203196, 
audacious-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-05 05:25:55 UTC (rev 203197)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.4.3
+pkgrel=1
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=("audacious>=${pkgver}"
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms tra

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

2014-01-04 Thread Gaetan Bisson
Date: Sunday, January 5, 2014 @ 06:23:28
  Author: bisson
Revision: 203194

upstream update

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 03:51:54 UTC (rev 203193)
+++ PKGBUILD2014-01-05 05:23:28 UTC (rev 203194)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=audacious
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc='Lightweight, advanced audio player focused on audio quality'
 url='http://audacious-media-player.org/'
@@ -14,7 +14,7 @@
  'hicolor-icon-theme' 'desktop-file-utils')
 optdepends=('unzip: zipped skins support')
 
source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('341452d3beceb57451f0675a61fabfd9c59d2dab')
+sha1sums=('1d348f8ef5238de7cd6669189ecca690452e96c4')
 
 provides=('audacious-player')
 replaces=('audacious-player')



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

2014-01-04 Thread Gaetan Bisson
Date: Sunday, January 5, 2014 @ 06:23:56
  Author: bisson
Revision: 203195

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

Added:
  audacious/repos/extra-i686/PKGBUILD
(from rev 203194, audacious/trunk/PKGBUILD)
  audacious/repos/extra-i686/install
(from rev 203194, audacious/trunk/install)
  audacious/repos/extra-x86_64/PKGBUILD
(from rev 203194, audacious/trunk/PKGBUILD)
  audacious/repos/extra-x86_64/install
(from rev 203194, audacious/trunk/install)
Deleted:
  audacious/repos/extra-i686/PKGBUILD
  audacious/repos/extra-i686/install
  audacious/repos/extra-x86_64/PKGBUILD
  audacious/repos/extra-x86_64/install

---+
 /PKGBUILD |   66 
 /install  |   26 ++
 extra-i686/PKGBUILD   |   33 
 extra-i686/install|   13 -
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/install  |   13 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-05 05:23:28 UTC (rev 203194)
+++ extra-i686/PKGBUILD 2014-01-05 05:23:56 UTC (rev 203195)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgver=3.4.2
-pkgrel=1
-pkgdesc='Lightweight, advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('unzip: zipped skins support')
-source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('341452d3beceb57451f0675a61fabfd9c59d2dab')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --with-buildstamp='Arch Linux'
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 203194, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-05 05:23:56 UTC (rev 203195)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: Giovanni Scafora 
+
+pkgname=audacious
+pkgver=3.4.3
+pkgrel=1
+pkgdesc='Lightweight, advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
+ 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('1d348f8ef5238de7cd6669189ecca690452e96c4')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --with-buildstamp='Arch Linux'
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2014-01-05 05:23:28 UTC (rev 203194)
+++ extra-i686/install  2014-01-05 05:23:56 UTC (rev 203195)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: audacious/repos/extra-i686/install (from rev 203194, 
audacious/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2014-01-05 05:23:56 UTC (rev 203195)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-05 05:23:28 UTC (rev 203194)
+++ extra-x86_64/PKGBUILD   2014-01-05 05:23:56 UTC (rev 203195)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgver=3.4.2
-pkgrel=1
-pkgdesc='Lightweight

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

2014-01-04 Thread Felix Yan
Date: Sunday, January 5, 2014 @ 04:51:54
  Author: fyan
Revision: 203193

update makedepends ibus -> libibus, implement FS#32071

Modified:
  kdeplasma-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 03:16:26 UTC (rev 203192)
+++ PKGBUILD2014-01-05 03:51:54 UTC (rev 203193)
@@ -84,7 +84,7 @@
 license=('GPL' 'LGPL')
 groups=('kde' 'kdeplasma-addons')
 makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen'
- 'scim' 'qwt' 'boost' 'libkexiv2' 'ibus' 'qoauth' 'mesa')
+ 'scim' 'qwt' 'boost' 'libkexiv2' 'libibus' 'qoauth' 'mesa')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
 sha1sums=('0e0df64b06c77285a0119832cadd548b6b223ff1')
 



[arch-commits] Commit in cinnamon-settings-daemon/repos (10 files)

2014-01-04 Thread Felix Yan
Date: Sunday, January 5, 2014 @ 04:23:19
  Author: fyan
Revision: 103385

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

Added:
  cinnamon-settings-daemon/repos/community-testing-i686/
  cinnamon-settings-daemon/repos/community-testing-i686/PKGBUILD
(from rev 103384, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-testing-i686/automount-plugin.patch
(from rev 103384, cinnamon-settings-daemon/trunk/automount-plugin.patch)
  
cinnamon-settings-daemon/repos/community-testing-i686/cinnamon-settings-daemon.install
(from rev 103384, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-testing-i686/keyboard.patch
(from rev 103384, cinnamon-settings-daemon/trunk/keyboard.patch)
  cinnamon-settings-daemon/repos/community-testing-x86_64/
  cinnamon-settings-daemon/repos/community-testing-x86_64/PKGBUILD
(from rev 103384, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-testing-x86_64/automount-plugin.patch
(from rev 103384, cinnamon-settings-daemon/trunk/automount-plugin.patch)
  
cinnamon-settings-daemon/repos/community-testing-x86_64/cinnamon-settings-daemon.install
(from rev 103384, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-testing-x86_64/keyboard.patch
(from rev 103384, cinnamon-settings-daemon/trunk/keyboard.patch)

---+
 community-testing-i686/PKGBUILD   |   48 
 community-testing-i686/automount-plugin.patch |  447 +
 community-testing-i686/cinnamon-settings-daemon.install   |   12 
 community-testing-i686/keyboard.patch | 4728 
 community-testing-x86_64/PKGBUILD |   48 
 community-testing-x86_64/automount-plugin.patch   |  447 +
 community-testing-x86_64/cinnamon-settings-daemon.install |   12 
 community-testing-x86_64/keyboard.patch   | 4728 
 8 files changed, 10470 insertions(+)

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


[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2014-01-04 Thread Felix Yan
Date: Sunday, January 5, 2014 @ 04:21:51
  Author: fyan
Revision: 103384

upgpkg: cinnamon-settings-daemon 2.0.8-2

update dependency ibus to libibus, implement FS#32071

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 02:00:11 UTC (rev 103383)
+++ PKGBUILD2014-01-05 03:21:51 UTC (rev 103384)
@@ -4,11 +4,11 @@
 
 pkgname=cinnamon-settings-daemon
 pkgver=2.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="The Cinnamon Settings daemon"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('cinnamon-desktop' 'ibus' 'libcanberra-pulse' 'librsvg' 'nss' 
'pulseaudio-alsa' 'upower')
+depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss' 
'pulseaudio-alsa' 'upower' 'libnotify')
 makedepends=('intltool' 'docbook-xsl' 'gnome-common')
 options=('!emptydirs')
 install=cinnamon-settings-daemon.install


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


[arch-commits] Commit in gnome-settings-daemon/repos (8 files)

2014-01-04 Thread Felix Yan
Date: Sunday, January 5, 2014 @ 04:16:26
  Author: fyan
Revision: 203192

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

Added:
  gnome-settings-daemon/repos/testing-i686/
  
gnome-settings-daemon/repos/testing-i686/0001-power-use-gnome_rr_output_get_min_backlight_step.patch
(from rev 203191, 
gnome-settings-daemon/trunk/0001-power-use-gnome_rr_output_get_min_backlight_step.patch)
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
(from rev 203191, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install
(from rev 203191, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/testing-x86_64/
  
gnome-settings-daemon/repos/testing-x86_64/0001-power-use-gnome_rr_output_get_min_backlight_step.patch
(from rev 203191, 
gnome-settings-daemon/trunk/0001-power-use-gnome_rr_output_get_min_backlight_step.patch)
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
(from rev 203191, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-x86_64/gnome-settings-daemon.install
(from rev 203191, gnome-settings-daemon/trunk/gnome-settings-daemon.install)

+
 testing-i686/0001-power-use-gnome_rr_output_get_min_backlight_step.patch   |   
37 
 testing-i686/PKGBUILD  |   
45 ++
 testing-i686/gnome-settings-daemon.install |   
12 ++
 testing-x86_64/0001-power-use-gnome_rr_output_get_min_backlight_step.patch |   
37 
 testing-x86_64/PKGBUILD|   
45 ++
 testing-x86_64/gnome-settings-daemon.install   |   
12 ++
 6 files changed, 188 insertions(+)

Copied: 
gnome-settings-daemon/repos/testing-i686/0001-power-use-gnome_rr_output_get_min_backlight_step.patch
 (from rev 203191, 
gnome-settings-daemon/trunk/0001-power-use-gnome_rr_output_get_min_backlight_step.patch)
===
--- testing-i686/0001-power-use-gnome_rr_output_get_min_backlight_step.patch
(rev 0)
+++ testing-i686/0001-power-use-gnome_rr_output_get_min_backlight_step.patch
2014-01-05 03:16:26 UTC (rev 203192)
@@ -0,0 +1,37 @@
+From 28c4f287523607cd24bcb62b25bf83691036fadd Mon Sep 17 00:00:00 2001
+From: Asad Mehmood 
+Date: Thu, 17 Oct 2013 16:41:44 +0100
+Subject: [PATCH] power: use gnome_rr_output_get_min_backlight_step
+
+Use min_backlight_step or 5% increments whichever is larger
+
+https://bugzilla.gnome.org/show_bug.cgi?id=710380
+---
+ plugins/power/gpm-common.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/plugins/power/gpm-common.c b/plugins/power/gpm-common.c
+index 81af0b7..81dc048 100644
+--- a/plugins/power/gpm-common.c
 b/plugins/power/gpm-common.c
+@@ -1275,7 +1275,7 @@ backlight_step_up (GnomeRRScreen *rr_screen, GError 
**error)
+ now = gnome_rr_output_get_backlight (output);
+ if (now < 0)
+return percentage_value;
+-step = BRIGHTNESS_STEP_AMOUNT (max - min + 1);
++step = MAX (gnome_rr_output_get_min_backlight_step (output), 
BRIGHTNESS_STEP_AMOUNT (max - min + 1));
+ discrete = MIN (now + step, max);
+ ret = gnome_rr_output_set_backlight (output,
+  discrete,
+@@ -1334,7 +1334,7 @@ backlight_step_down (GnomeRRScreen *rr_screen, GError 
**error)
+ now = gnome_rr_output_get_backlight (output);
+ if (now < 0)
+return percentage_value;
+-step = BRIGHTNESS_STEP_AMOUNT (max - min + 1);
++step = MAX (gnome_rr_output_get_min_backlight_step (output), 
BRIGHTNESS_STEP_AMOUNT (max - min + 1));
+ discrete = MAX (now - step, 0);
+ ret = gnome_rr_output_set_backlight (output,
+  discrete,
+-- 
+1.8.4.1
+

Copied: gnome-settings-daemon/repos/testing-i686/PKGBUILD (from rev 203191, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-05 03:16:26 UTC (rev 203192)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.10.2
+pkgrel=3
+pkgdesc="The GNOME Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
+ 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'libibus' 'librsvg' 'libgweather' 'geocode-glib' 'geoclue2'
+ 'nss')
+makedepends=(

[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD)

2014-01-04 Thread Felix Yan
Date: Sunday, January 5, 2014 @ 04:15:15
  Author: fyan
Revision: 203191

upgpkg: gnome-settings-daemon 3.10.2-3

update dependency ibus to libibus, implement FS#32071

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 03:11:09 UTC (rev 203190)
+++ PKGBUILD2014-01-05 03:15:15 UTC (rev 203191)
@@ -3,12 +3,12 @@
 
 pkgname=gnome-settings-daemon
 pkgver=3.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNOME Settings daemon"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
- 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus' 'librsvg' 'libgweather' 'geocode-glib' 'geoclue2'
+ 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'libibus' 'librsvg' 'libgweather' 'geocode-glib' 'geoclue2'
  'nss')
 makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
 options=('!emptydirs')



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

2014-01-04 Thread Felix Yan
Date: Sunday, January 5, 2014 @ 04:11:09
  Author: fyan
Revision: 203190

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

Added:
  ibus/repos/testing-i686/PKGBUILD
(from rev 203189, ibus/trunk/PKGBUILD)
  ibus/repos/testing-i686/ibus.install
(from rev 203189, ibus/trunk/ibus.install)
  ibus/repos/testing-x86_64/PKGBUILD
(from rev 203189, ibus/trunk/PKGBUILD)
  ibus/repos/testing-x86_64/ibus.install
(from rev 203189, ibus/trunk/ibus.install)
Deleted:
  ibus/repos/testing-i686/PKGBUILD
  ibus/repos/testing-i686/ibus.install
  ibus/repos/testing-x86_64/PKGBUILD
  ibus/repos/testing-x86_64/ibus.install

-+
 /PKGBUILD   |  104 ++
 /ibus.install   |   32 
 testing-i686/PKGBUILD   |   52 -
 testing-i686/ibus.install   |   16 --
 testing-x86_64/PKGBUILD |   52 -
 testing-x86_64/ibus.install |   16 --
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-01-05 03:04:36 UTC (rev 203189)
+++ testing-i686/PKGBUILD   2014-01-05 03:11:09 UTC (rev 203190)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.4
-pkgrel=2
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('i686' 'x86_64')
-url="http://ibus.googlecode.com";
-license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 
'python2-dbus')
-makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 
'python2-gobject')
-options=('!emptydirs')
-source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---disable-memconf \
---enable-ui \
---enable-python-library
-  make
-}
-
-package_ibus() {
-  depends+=("libibus=$pkgver")
-  install=ibus.install
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  make -C src DESTDIR="${pkgdir}" uninstall
-  make -C bindings DESTDIR="${pkgdir}" uninstall
-  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc="IBus support library"
-  depends=('glib2')
-
-  cd ${pkgbase}-${pkgver}
-  make -C src DESTDIR="${pkgdir}" install
-  make -C bindings DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install-pkgconfigDATA
-}

Copied: ibus/repos/testing-i686/PKGBUILD (from rev 203189, ibus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-05 03:11:09 UTC (rev 203190)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.4
+pkgrel=2
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com";
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 
'python2-dbus')
+makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 
'python2-gobject')
+options=('!emptydirs')
+source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--enable-ui \
+--enable-python-library
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+  install=ibus.install
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  make -C src DESTDIR="${pkgdir}" uninstall
+  make -C bindings DESTDIR="${pkgdir}" uninstall
+  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=('glib2')
+
+  cd ${pkgbase}-${pkgver}
+  make -C src DESTDIR="${pkgdir}" install
+  make -C bindings DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-pkgconfigDATA
+}

Deleted: testing-i686/ibus.install
===
--- testing-i686/ibus.install   2014-01-05 03:04:36 UTC (rev 203189)
+++ testing-i686/ibus.install   2014-01-05 03:11:09 UTC (rev 203190)
@@ -1,16 +0,0 @@
-post_install() {
-  gtk-query-immodules-2.0 --update-cache
-  gtk-query-immodules-3.0 --update-cache
-
-  gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
-
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: ibus/repos/testing-i686/ibus.install (from rev 20

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

2014-01-04 Thread Felix Yan
Date: Sunday, January 5, 2014 @ 04:04:36
  Author: fyan
Revision: 203189

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

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

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-i686/ibus.install   |   16 
 testing-x86_64/PKGBUILD |   52 ++
 testing-x86_64/ibus.install |   16 
 4 files changed, 136 insertions(+)

Copied: ibus/repos/testing-i686/PKGBUILD (from rev 203188, ibus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-05 03:04:36 UTC (rev 203189)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.4
+pkgrel=2
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com";
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 
'python2-dbus')
+makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 
'python2-gobject')
+options=('!emptydirs')
+source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--enable-ui \
+--enable-python-library
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+  install=ibus.install
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  make -C src DESTDIR="${pkgdir}" uninstall
+  make -C bindings DESTDIR="${pkgdir}" uninstall
+  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=('glib2')
+
+  cd ${pkgbase}-${pkgver}
+  make -C src DESTDIR="${pkgdir}" install
+  make -C bindings DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-pkgconfigDATA
+}

Copied: ibus/repos/testing-i686/ibus.install (from rev 203188, 
ibus/trunk/ibus.install)
===
--- testing-i686/ibus.install   (rev 0)
+++ testing-i686/ibus.install   2014-01-05 03:04:36 UTC (rev 203189)
@@ -0,0 +1,16 @@
+post_install() {
+  gtk-query-immodules-2.0 --update-cache
+  gtk-query-immodules-3.0 --update-cache
+
+  gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
+
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: ibus/repos/testing-x86_64/PKGBUILD (from rev 203188, 
ibus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-05 03:04:36 UTC (rev 203189)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.4
+pkgrel=2
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com";
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 
'python2-dbus')
+makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 
'python2-gobject')
+options=('!emptydirs')
+source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--enable-ui \
+--enable-python-library
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+  install=ibus.install
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  make -C src DESTDIR="${pkgdir}" uninstall
+  make -C bindings DESTDIR="${pkgdir}" uninstall
+  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=('glib2')
+
+  cd ${pkgbase}-${pkgver}
+  make -C src DESTDIR="${pkgdir}" install
+  make -C bindings DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-pkgconfigDATA
+}

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

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

2014-01-04 Thread Felix Yan
Date: Sunday, January 5, 2014 @ 04:03:39
  Author: fyan
Revision: 203188

upgpkg: ibus 1.5.4-2

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 02:32:17 UTC (rev 203187)
+++ PKGBUILD2014-01-05 03:03:39 UTC (rev 203188)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan 
 
-pkgname=ibus
+pkgbase=ibus
+pkgname=(ibus libibus)
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('i686' 'x86_64')
 url="http://ibus.googlecode.com";
 license=('LGPL')
-depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-gobject' 'libnotify')
-makedepends=('gobject-introspection' 'vala' 'dconf' 'gconf' 'iso-codes' 
'intltool')
-install=ibus.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 
'python2-dbus')
+makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 
'python2-gobject')
+options=('!emptydirs')
+source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
 sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   export PYTHON=python2
   ./configure \
 --prefix=/usr \
@@ -29,7 +30,23 @@
   make
 }
 
-package() {
-  cd ${pkgname}-${pkgver}
+package_ibus() {
+  depends+=("libibus=$pkgver")
+  install=ibus.install
+
+  cd ${pkgbase}-${pkgver}
   make DESTDIR="${pkgdir}" install
+  make -C src DESTDIR="${pkgdir}" uninstall
+  make -C bindings DESTDIR="${pkgdir}" uninstall
+  make DESTDIR="${pkgdir}" uninstall-pkgconfigDATA
 }
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=('glib2')
+
+  cd ${pkgbase}-${pkgver}
+  make -C src DESTDIR="${pkgdir}" install
+  make -C bindings DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-pkgconfigDATA
+}



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

2014-01-04 Thread Eric Bélanger
Date: Sunday, January 5, 2014 @ 03:32:17
  Author: eric
Revision: 203187

New compatibility package

Added:
  wxgtk2.8/
  wxgtk2.8/trunk/
  wxgtk2.8/trunk/PKGBUILD

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

Added: wxgtk2.8/trunk/PKGBUILD
===
--- wxgtk2.8/trunk/PKGBUILD (rev 0)
+++ wxgtk2.8/trunk/PKGBUILD 2014-01-05 02:32:17 UTC (rev 203187)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wxgtk2.8
+pkgver=2.8.12.1
+pkgrel=1
+pkgdesc="GTK+ implementation of wxWidgets API for GUI"
+arch=('i686' 'x86_64')
+url="http://wxwidgets.org";
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'sdl')
+makedepends=('gstreamer0.10-base-plugins' 'gconf')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
+sha1sums=('05688dc03d61631750f5904273122bb40a2115f5')
+
+build() {
+  cd wx*-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx  --disable-optimize --enable-mediactrl 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--with-sdl --disable-precomp-headers
+  make
+  make -C locale allmo
+  make -C contrib/src
+}
+
+package() {
+  cd wx*-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  make -C contrib/src DESTDIR="${pkgdir}" install
+  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2014-01-04 Thread Sébastien Luttringer
Date: Sunday, January 5, 2014 @ 03:00:11
  Author: seblu
Revision: 103383

archrelease: copy trunk to community-any

Added:
  vicious/repos/community-any/PKGBUILD
(from rev 103382, vicious/trunk/PKGBUILD)
Deleted:
  vicious/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-05 01:59:55 UTC (rev 103382)
+++ PKGBUILD2014-01-05 02:00:11 UTC (rev 103383)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=vicious
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='Widgets for the Awesome window manager'
-arch=('any')
-url='http://git.sysphere.org/vicious/about/'
-license=('GPL2')
-depends=('lua')
-optdepends=(
-  'hddtemp: for the HDD Temp widget type'
-  'alsa-utils: for the Volume widget type'
-  'wireless_tools: for the Wireless widget type'
-  'curl: for widget types accessing network resources'
-)
-source=("http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz";)
-md5sums=('bfcecdb646051cc5d45a86f9116c582c')
-
-package() {
-  cd $pkgname-$pkgver
-  # Install the vicious library
-  install -dm755 "$pkgdir"/usr/share/lua/5.2/$pkgname/{widgets,contrib}
-  install -m644 *.lua "$pkgdir/usr/share/lua/5.2/$pkgname"
-  install -m644 widgets/*.lua "$pkgdir/usr/share/lua/5.2/$pkgname/widgets"
-  install -m644 contrib/*.lua "$pkgdir/usr/share/lua/5.2/$pkgname/contrib"
-  # Install documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 README CHANGES "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vicious/repos/community-any/PKGBUILD (from rev 103382, 
vicious/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-05 02:00:11 UTC (rev 103383)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='Widgets for the Awesome window manager'
+arch=('any')
+url='http://git.sysphere.org/vicious/about/'
+license=('GPL2')
+depends=('lua')
+optdepends=(
+  'hddtemp: for the HDD Temp widget type'
+  'alsa-utils: for the Volume widget type'
+  'wireless_tools: for the Wireless widget type'
+  'curl: for widget types accessing network resources'
+)
+source=("http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz";)
+md5sums=('457c286dae9ec4870f3349bf7cbff0f7')
+
+package() {
+  cd $pkgname-$pkgver
+  # Install the vicious library
+  install -dm755 "$pkgdir"/usr/share/lua/5.2/$pkgname/{widgets,contrib}
+  install -m644 *.lua "$pkgdir/usr/share/lua/5.2/$pkgname"
+  install -m644 widgets/*.lua "$pkgdir/usr/share/lua/5.2/$pkgname/widgets"
+  install -m644 contrib/*.lua "$pkgdir/usr/share/lua/5.2/$pkgname/contrib"
+  # Install documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 README CHANGES "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-04 Thread Sébastien Luttringer
Date: Sunday, January 5, 2014 @ 02:59:55
  Author: seblu
Revision: 103382

upgpkg: vicious 2.1.3-1

Modified:
  vicious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 23:59:09 UTC (rev 103381)
+++ PKGBUILD2014-01-05 01:59:55 UTC (rev 103382)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 arch=('any')
@@ -16,7 +16,7 @@
   'curl: for widget types accessing network resources'
 )
 source=("http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz";)
-md5sums=('bfcecdb646051cc5d45a86f9116c582c')
+md5sums=('457c286dae9ec4870f3349bf7cbff0f7')
 
 package() {
   cd $pkgname-$pkgver



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

2014-01-04 Thread Eric Bélanger
Date: Sunday, January 5, 2014 @ 01:41:26
  Author: eric
Revision: 203186

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 203185, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 203185, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 203185, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 203185, 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-01-05 00:40:50 UTC (rev 203185)
+++ extra-i686/PKGBUILD 2014-01-05 00:41:26 UTC (rev 203186)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.7.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' \
- 'opencl-headers' 'libcl' 'libwebp')
-#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=('a74ebac95fb592e98cbe33e25c05978590807c57'
-  '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-jp2 
\
---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 --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' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 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-ht

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

2014-01-04 Thread Eric Bélanger
Date: Sunday, January 5, 2014 @ 01:40:50
  Author: eric
Revision: 203185

upgpkg: imagemagick 6.8.8.1-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 00:30:24 UTC (rev 203184)
+++ PKGBUILD2014-01-05 00:40:50 UTC (rev 203185)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.7.10
+pkgver=6.8.8.1
 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=('a74ebac95fb592e98cbe33e25c05978590807c57'
+sha1sums=('1a2c0c83b38cc39170825bc247f41c0bb7a92792'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 



[arch-commits] Commit in archiso/repos/extra-any (PKGBUILD PKGBUILD)

2014-01-04 Thread Gerardo Pozzi
Date: Sunday, January 5, 2014 @ 01:30:24
  Author: djgera
Revision: 203184

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 203183, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-05 00:29:38 UTC (rev 203183)
+++ PKGBUILD2014-01-05 00:30:24 UTC (rev 203184)
@@ -1,18 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi 
-# Maintainer: Pierre Schmitz 
-
-pkgname=archiso
-pkgver=13
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('1f7655e91611dfc4e43b9c099129abdbbf92c708')
-
-package() {
-   make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 203183, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-05 00:30:24 UTC (rev 203184)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi 
+# Maintainer: Pierre Schmitz 
+
+pkgname=archiso
+pkgver=14
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('cf94f2eddad134074064d1d87873af8b1757d74c')
+
+package() {
+   make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+}



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

2014-01-04 Thread Gerardo Pozzi
Date: Sunday, January 5, 2014 @ 01:29:38
  Author: djgera
Revision: 203183

upgpkg: archiso 14-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 00:11:38 UTC (rev 203182)
+++ PKGBUILD2014-01-05 00:29:38 UTC (rev 203183)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archiso
-pkgver=13
+pkgver=14
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -11,7 +11,7 @@
 url='https://projects.archlinux.org/archiso.git/'
 depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
 source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('1f7655e91611dfc4e43b9c099129abdbbf92c708')
+sha1sums=('cf94f2eddad134074064d1d87873af8b1757d74c')
 
 package() {
make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install



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

2014-01-04 Thread Eric Bélanger
Date: Sunday, January 5, 2014 @ 01:11:38
  Author: eric
Revision: 203182

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-05 00:10:58 UTC (rev 203181)
+++ extra-i686/PKGBUILD 2014-01-05 00:11:38 UTC (rev 203182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123";
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('73105629f8d4b9426ec9fe93455a8271a96c4ae4'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-i686/PKGBUILD (from rev 203181, 
mpg123/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-05 00:11:38 UTC (rev 203182)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.17.0
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/mpg123";
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('8185f06ab94651adb2fc7a1ab860f0fd154b6f80'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+--with-audio="alsa oss sdl jack pulse"
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-05 00:10:58 UTC (rev 203181)
+++ extra-x86_64/PKGBUILD   2014-01-05 00:11:38 UTC (rev 203182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123";
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('73105629f8d4b9426ec9fe93455a8271a96c4ae4'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 203181, 
mpg123/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-05 00:11:38 UTC (rev 203182)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.17.0
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/mpg123";
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for 

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

2014-01-04 Thread Eric Bélanger
Date: Sunday, January 5, 2014 @ 01:10:58
  Author: eric
Revision: 203181

upgpkg: mpg123 1.17.0-1

Upstream update

Modified:
  mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 22:17:16 UTC (rev 203180)
+++ PKGBUILD2014-01-05 00:10:58 UTC (rev 203181)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=mpg123
-pkgver=1.16.0
+pkgver=1.17.0
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'jack: for jack audio support'
 'libpulse: for pulse audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('73105629f8d4b9426ec9fe93455a8271a96c4ae4'
+sha1sums=('8185f06ab94651adb2fc7a1ab860f0fd154b6f80'
   'SKIP')
 
 build() {



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

2014-01-04 Thread Eric Bélanger
Date: Sunday, January 5, 2014 @ 00:59:09
  Author: eric
Revision: 103381

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-04 23:58:43 UTC (rev 103380)
+++ PKGBUILD2014-01-04 23:59:09 UTC (rev 103381)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2013.12.20
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('56a623241e59a2deaf95135fe171f316f5bab1f0'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 103380, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-04 23:59:09 UTC (rev 103381)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2014.01.03
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('b2bf19a7f3931c0a0e09561bc0e5c785582f'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2014-01-04 Thread Eric Bélanger
Date: Sunday, January 5, 2014 @ 00:58:43
  Author: eric
Revision: 103380

upgpkg: youtube-dl 2014.01.03-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 20:12:41 UTC (rev 103379)
+++ PKGBUILD2014-01-04 23:58:43 UTC (rev 103380)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.12.20
+pkgver=2014.01.03
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('56a623241e59a2deaf95135fe171f316f5bab1f0'
+sha1sums=('b2bf19a7f3931c0a0e09561bc0e5c785582f'
   'SKIP')
 
 prepare() {



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

2014-01-04 Thread Andreas Radke
Date: Saturday, January 4, 2014 @ 23:16:23
  Author: andyrtr
Revision: 203178

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

Added:
  enblend-enfuse/repos/staging-i686/
  enblend-enfuse/repos/staging-i686/PKGBUILD
(from rev 203177, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-i686/enblend-enfuse.install
(from rev 203177, enblend-enfuse/trunk/enblend-enfuse.install)
  enblend-enfuse/repos/staging-x86_64/
  enblend-enfuse/repos/staging-x86_64/PKGBUILD
(from rev 203177, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install
(from rev 203177, enblend-enfuse/trunk/enblend-enfuse.install)

---+
 staging-i686/PKGBUILD |   32 
 staging-i686/enblend-enfuse.install   |   22 ++
 staging-x86_64/PKGBUILD   |   32 
 staging-x86_64/enblend-enfuse.install |   22 ++
 4 files changed, 108 insertions(+)

Copied: enblend-enfuse/repos/staging-i686/PKGBUILD (from rev 203177, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-04 22:16:23 UTC (rev 203178)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Dominik Ryba 
+
+pkgname=enblend-enfuse
+pkgver=4.1.1
+pkgrel=5
+pkgdesc="Intelligent blend tool for overlapping picture"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://enblend.sourceforge.net";
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bc18fca3033b031d603b22678b2e680a0ffae1b6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/enblend.info "${pkgdir}/usr/share/info/enblend.info"
+  install -D -m644 doc/enfuse.info "${pkgdir}/usr/share/info/enfuse.info"
+}

Copied: enblend-enfuse/repos/staging-i686/enblend-enfuse.install (from rev 
203177, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-i686/enblend-enfuse.install (rev 0)
+++ staging-i686/enblend-enfuse.install 2014-01-04 22:16:23 UTC (rev 203178)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: enblend-enfuse/repos/staging-x86_64/PKGBUILD (from rev 203177, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-04 22:16:23 UTC (rev 203178)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Dominik Ryba 
+
+pkgname=enblend-enfuse
+pkgver=4.1.1
+pkgrel=5
+pkgdesc="Intelligent blend tool for overlapping picture"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://enblend.sourceforge.net";
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bc18fca3033b031d603b22678b2e680a0ffae1b6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/enblend.info "${pkgdir}/usr/share/info/enblend.info"
+  install -D -m644 doc/enfuse.info "${pkgdir}/usr/share/info/enfuse.info"
+}

Copied: enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install (from rev 
203177, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-x86_64/enblend-enfuse.install   (rev 0)
+++ staging-x86_64/enblend-enfuse.install   2014-01-04 22:16:23 UTC (rev 
203178)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/n

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

2014-01-04 Thread Andreas Radke
Date: Saturday, January 4, 2014 @ 23:16:14
  Author: andyrtr
Revision: 203177

upgpkg: enblend-enfuse 4.1.1-5

rebuild for vigra

Modified:
  enblend-enfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 22:08:57 UTC (rev 203176)
+++ PKGBUILD2014-01-04 22:16:14 UTC (rev 203177)
@@ -4,7 +4,7 @@
 
 pkgname=enblend-enfuse
 pkgver=4.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Intelligent blend tool for overlapping picture"
 arch=("i686" "x86_64")
 license=('GPL')



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

2014-01-04 Thread Andreas Radke
Date: Saturday, January 4, 2014 @ 23:08:57
  Author: andyrtr
Revision: 203176

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

Added:
  vigra/repos/staging-i686/
  vigra/repos/staging-i686/PKGBUILD
(from rev 203175, vigra/trunk/PKGBUILD)
  vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch
(from rev 203175, vigra/trunk/vigra-1.7.1.gcc460.patch)
  vigra/repos/staging-x86_64/
  vigra/repos/staging-x86_64/PKGBUILD
(from rev 203175, vigra/trunk/PKGBUILD)
  vigra/repos/staging-x86_64/vigra-1.7.1.gcc460.patch
(from rev 203175, vigra/trunk/vigra-1.7.1.gcc460.patch)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-i686/vigra-1.7.1.gcc460.patch   |   33 +++
 staging-x86_64/PKGBUILD |   64 ++
 staging-x86_64/vigra-1.7.1.gcc460.patch |   33 +++
 4 files changed, 194 insertions(+)

Copied: vigra/repos/staging-i686/PKGBUILD (from rev 203175, 
vigra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-04 22:08:57 UTC (rev 203176)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Lukas Jirkovsky 
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.10.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://hci.iwr.uni-heidelberg.de/vigra/";
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
+# additional makedeps
+ 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
+source=(https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/${pkgname}-${pkgver}-src-with-docu.tar.gz)
+md5sums=('85e2968e4ee5f9541b5dd8b3fb9cc433')
+
+build() {
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DWITH_OPENEXR=true \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc
+  make
+}
+
+#check() {
+#  cd "${srcdir}"/${pkgname}-${pkgver}
+#  make -j1 -k check #|| /bin/true # i686 fails
+#}
+
+package_vigra() {
+  pkgdesc="Computer vision library"
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw')
+  optdepends=('python2: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # license
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  
+  # remove doc
+  rm -rf "${pkgdir}"/usr/share/doc
+  
+  #fix shebang for python2
+  sed -i 's|python$|python2|' "$pkgdir"/usr/bin/vigra-config
+}
+
+package_vigra-doc() {
+  pkgdesc="Computer vision library - documentation and examples"
+  #depends=('vigra')
+  #arch=('any')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # cleanup
+  rm -rf "${pkgdir}"/usr/{bin,include,lib}
+
+  # license
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch (from rev 203175, 
vigra/trunk/vigra-1.7.1.gcc460.patch)
===
--- staging-i686/vigra-1.7.1.gcc460.patch   (rev 0)
+++ staging-i686/vigra-1.7.1.gcc460.patch   2014-01-04 22:08:57 UTC (rev 
203176)
@@ -0,0 +1,33 @@
+diff -baur vigra-1.7.1.old/include/vigra/random_forest.hxx 
vigra-1.7.1/include/vigra/random_forest.hxx
+--- vigra-1.7.1.old/include/vigra/random_forest.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/random_forest.hxx2011-01-28 
00:16:32.0 +
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include "mathutil.hxx"
+ #include "array_vector.hxx"
+ #include "sized_int.hxx"
+diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx 
vigra-1.7.1/include/vigra/sifImport.hxx
+--- vigra-1.7.1.old/include/vigra/sifImport.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/sifImport.hxx2011-01-28 00:23:31.0 
+
+@@ -57,6 +57,7 @@
+ #include 
+ #include 
+ #include  
++#include 
+ #include "vigra/multi_array.hxx"
+ 
+ namespace vigra {
+diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx 
vigra-1.7.1/include/vigra/multi_iterator.hxx
+--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx   2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/multi_iterator.hxx   2011-01-28 
00:23:31.0 +
+@@ -41,6 +41,7 @@
+ #define VIGRA_MULTI_ITERATOR_HXX
+ 
+ #include 
++#include 
+ #include "tinyvector.hxx"
+ #include "iteratortags.hxx"
+ 

Copied: vigra/repos/staging-x86_64/PKGBUILD (from rev 203175, 
vigra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD

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

2014-01-04 Thread Andreas Radke
Date: Saturday, January 4, 2014 @ 23:08:41
  Author: andyrtr
Revision: 203175

upgpkg: vigra 1.10.0-1

upstream update 1.10.0

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 21:17:32 UTC (rev 203174)
+++ PKGBUILD2014-01-04 22:08:41 UTC (rev 203175)
@@ -4,8 +4,8 @@
 
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
-pkgver=1.9.0
-pkgrel=8
+pkgver=1.10.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://hci.iwr.uni-heidelberg.de/vigra/";
 license=('custom:MIT')
@@ -13,8 +13,8 @@
  'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
 # additional makedeps
  'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
-source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz)
-md5sums=('b6155afe1ea967917d2be16d98a85404')
+source=(https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/${pkgname}-${pkgver}-src-with-docu.tar.gz)
+md5sums=('85e2968e4ee5f9541b5dd8b3fb9cc433')
 
 build() {
   cd "${srcdir}"/${pkgbase}-${pkgver}
@@ -26,10 +26,10 @@
   make
 }
 
-check() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make -k check || /bin/true # i686 fails
-}
+#check() {
+#  cd "${srcdir}"/${pkgname}-${pkgver}
+#  make -j1 -k check #|| /bin/true # i686 fails
+#}
 
 package_vigra() {
   pkgdesc="Computer vision library"



[arch-commits] Commit in x2goserver/trunk (PKGBUILD x2goserver-mimetype.patch)

2014-01-04 Thread Andreas Radke
Date: Saturday, January 4, 2014 @ 22:17:32
  Author: andyrtr
Revision: 203174

prepare next build

Added:
  x2goserver/trunk/x2goserver-mimetype.patch
Modified:
  x2goserver/trunk/PKGBUILD

---+
 PKGBUILD  |   35 ---
 x2goserver-mimetype.patch |   14 ++
 2 files changed, 38 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 17:28:52 UTC (rev 203173)
+++ PKGBUILD2014-01-04 21:17:32 UTC (rev 203174)
@@ -12,24 +12,25 @@
 pkgdesc="Open source terminal server"
 arch=('i686' 'x86_64')
 url="http://www.x2go.org/";
-license=('GPL')
+license=('GPL2')
 # see x2goserver.spec
-depends=('perl-config-simple' 'perl-dbd-sqlite' 'perl-file-basedir'
- 'python' 'xorg-xauth' 'desktop-file-utils' 'shared-mime-info'
+depends=(#'perl-config-simple' 'perl-file-basedir'
+ #'python' 'xorg-xauth' 
+
  # For x2goruncommand - for now
  'bc'
  # For netstat in x2goresume-session
  'net-tools'
  'openssh'
- # perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version)) ?
  'perl-file-readbackwards'
  # We need a database
+ 'perl-dbd-sqlite' 
  # For killall in x2gosuspend-session
  'psmisc'
  # For x2goshowblocks
  'lsof'
  # For x2godbadmin
-#'pwgen'
+'pwgen' # in community
  # For printing, file-sharing
  'sshfs'
  # For /etc/sudoers.d
@@ -38,25 +39,35 @@
  # For /etc/X11/Xresources
  'xorg-xinit'
  'xorg-fonts-misc'
- #'shadow'-utils
+ 'shadow'
+ 
+ # for post install actions
+ 'desktop-file-utils'
+ 'shared-mime-info'
+
  #x2goserver-extensions
  #x2goserver-xsession
  #x2goserver-fmbindings
  #x2goserver-printing
 )
-makedepends=('man2html')
+makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
 #optdepends=('cups-x2go: printing support')
 options=('emptydirs')
 install=x2goserver.install
 backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
-x2goserver.service)
+x2goserver.service
+x2goserver-mimetype.patch)
 md5sums=('d6cd2f7f11e96097d8d0454a89accc4e'
- 'f76081c01e40b6206895d194dc949707')
+ 'f76081c01e40b6206895d194dc949707'
+ '2cfac1cd78080a3a1f20c29b2d10a338')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  # fix x2gofm.desktop mimetype
+  patch -Np1 -i ${srcdir}/x2goserver-mimetype.patch
+
   # -r option does not exist in Arch linux
   # (However, html man pages do not get installed anyway...)
   for Makefile in $(find . -type f -name Makefile); do
@@ -68,8 +79,10 @@
   for Makefile in $(find . -type f -name Makefile); do
 sed -i "s:-o root -g root ::g" $Makefile
   done
-
-  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir"
+  # Do not ship xsession - Debian specific
+#  sed -i -e '/xsession/s/^/#/' Makefile
+  
+  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" PERL_INSTALLDIRS=vendor
 }
 
 package() {

Added: x2goserver-mimetype.patch
===
--- x2goserver-mimetype.patch   (rev 0)
+++ x2goserver-mimetype.patch   2014-01-04 21:17:32 UTC (rev 203174)
@@ -0,0 +1,14 @@
+diff -up 
x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop.mimetype
 
+x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop
+--- 
x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop.mimetype
   2014-01-03 10:27:31.167601207 -0700
 
x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop 
   2014-01-03 10:28:15.184321072 -0700
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Encoding=UTF-8
+ Name=x2gofm
+-MimeType=application/sshfsdisk-x2go;application/sshfscdrom-x2go;application/sshfsremovable-x2go
++MimeType=application/sshfsdisk-x2go;application/sshfscdrom-x2go;application/sshfsremovable-x2go;
+ Exec=x2gofm %f
+ Type=Application
+ Terminal=false
+



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

2014-01-04 Thread Florian Pritz
Date: Saturday, January 4, 2014 @ 21:12:36
  Author: bluewind
Revision: 103378

upgpkg: xbindkeys 1.8.6-1

upstream update

Modified:
  xbindkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 19:33:08 UTC (rev 103377)
+++ PKGBUILD2014-01-04 20:12:36 UTC (rev 103378)
@@ -4,8 +4,8 @@
 # Contributor: Thayer Williams 
 
 pkgname=xbindkeys
-pkgver=1.8.5
-pkgrel=4
+pkgver=1.8.6
+pkgrel=1
 pkgdesc="Launch shell commands with your keyboard or your mouse under X"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/xbindkeys/xbindkeys.html";
@@ -13,7 +13,7 @@
 depends=('libx11' 'guile')
 optdepends=('tk: xbindkeys_show')
 source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4b66a05594dbc6888c0a6439351aa66d')
+md5sums=('c6ea9db56e075dae0697497e2ed390cc')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-01-04 Thread Florian Pritz
Date: Saturday, January 4, 2014 @ 21:12:41
  Author: bluewind
Revision: 103379

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-04 20:12:36 UTC (rev 103378)
+++ community-i686/PKGBUILD 2014-01-04 20:12:41 UTC (rev 103379)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Daniel J Griffiths 
-# Contributor: Thayer Williams 
-
-pkgname=xbindkeys
-pkgver=1.8.5
-pkgrel=4
-pkgdesc="Launch shell commands with your keyboard or your mouse under X"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/xbindkeys/xbindkeys.html";
-license=('GPL')
-depends=('libx11' 'guile')
-optdepends=('tk: xbindkeys_show')
-source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4b66a05594dbc6888c0a6439351aa66d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xbindkeys/repos/community-i686/PKGBUILD (from rev 103378, 
xbindkeys/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-04 20:12:41 UTC (rev 103379)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Daniel J Griffiths 
+# Contributor: Thayer Williams 
+
+pkgname=xbindkeys
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/xbindkeys/xbindkeys.html";
+license=('GPL')
+depends=('libx11' 'guile')
+optdepends=('tk: xbindkeys_show')
+source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c6ea9db56e075dae0697497e2ed390cc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-04 20:12:36 UTC (rev 103378)
+++ community-x86_64/PKGBUILD   2014-01-04 20:12:41 UTC (rev 103379)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Daniel J Griffiths 
-# Contributor: Thayer Williams 
-
-pkgname=xbindkeys
-pkgver=1.8.5
-pkgrel=4
-pkgdesc="Launch shell commands with your keyboard or your mouse under X"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/xbindkeys/xbindkeys.html";
-license=('GPL')
-depends=('libx11' 'guile')
-optdepends=('tk: xbindkeys_show')
-source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4b66a05594dbc6888c0a6439351aa66d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xbindkeys/repos/community-x86_64/PKGBUILD (from rev 103378, 
xbindkeys/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-04 20:12:41 UTC (rev 103379)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Daniel J Griffiths 
+# Contributor: Thayer Williams 
+
+pkgname=xbindkeys
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/xbindkeys/xbindkeys.html";
+license=('GPL')
+depends=('libx11' 'guile')
+optdepends=('tk: xbindkeys_show')
+source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c6ea9db56e075dae0697497e2ed390cc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2014-01-04 Thread Ike Devolder
Date: Saturday, January 4, 2014 @ 20:32:52
  Author: idevolder
Revision: 103376

par2cmdline :: 0.6.4

Modified:
  par2cmdline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 11:27:06 UTC (rev 103375)
+++ PKGBUILD2014-01-04 19:32:52 UTC (rev 103376)
@@ -3,7 +3,7 @@
 # Maintainer: Sébastien Luttringer https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('903bff9d1720523683cb04db76d37169ebab3a5157f0ae1d5f9065f371929288')
+sha256sums=('431da50fdd794881bad7e1b0dee234e8102d7065f53abd7ce1e86be758810116')
 
 build() {
cd "$pkgname-$pkgver"



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

2014-01-04 Thread Ike Devolder
Date: Saturday, January 4, 2014 @ 20:33:08
  Author: idevolder
Revision: 103377

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-04 19:32:52 UTC (rev 103376)
+++ community-i686/PKGBUILD 2014-01-04 19:33:08 UTC (rev 103377)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Sébastien Luttringer https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('903bff9d1720523683cb04db76d37169ebab3a5157f0ae1d5f9065f371929288')
-
-build() {
-   cd "$pkgname-$pkgver"
-   aclocal
-   automake --add-missing
-   autoconf
-   ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: par2cmdline/repos/community-i686/PKGBUILD (from rev 103376, 
par2cmdline/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-04 19:33:08 UTC (rev 103377)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Sébastien Luttringer https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('431da50fdd794881bad7e1b0dee234e8102d7065f53abd7ce1e86be758810116')
+
+build() {
+   cd "$pkgname-$pkgver"
+   aclocal
+   automake --add-missing
+   autoconf
+   ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-04 19:32:52 UTC (rev 103376)
+++ community-x86_64/PKGBUILD   2014-01-04 19:33:08 UTC (rev 103377)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Sébastien Luttringer https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('903bff9d1720523683cb04db76d37169ebab3a5157f0ae1d5f9065f371929288')
-
-build() {
-   cd "$pkgname-$pkgver"
-   aclocal
-   automake --add-missing
-   autoconf
-   ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: par2cmdline/repos/community-x86_64/PKGBUILD (from rev 103376, 
par2cmdline/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-04 19:33:08 UTC (rev 103377)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Sébastien Luttringer https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('431da50fdd794881bad7e1b0dee234e8102d7065f53abd7ce1e86be758810116')
+
+build() {
+   cd "$pkgname-$pkgver"
+   aclocal
+   automake --add-missing
+   autoconf
+   ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-04 Thread Dave Reisner
Date: Saturday, January 4, 2014 @ 18:28:52
  Author: dreisner
Revision: 203173

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

Added:
  curl/repos/testing-i686/
  
curl/repos/testing-i686/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch
(from rev 203172, 
curl/trunk/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch)
  
curl/repos/testing-i686/0001-connect-Try-all-addresses-in-first-connection-attemp.patch
(from rev 203172, 
curl/trunk/0001-connect-Try-all-addresses-in-first-connection-attemp.patch)
  curl/repos/testing-i686/PKGBUILD
(from rev 203172, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 203172, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/
  
curl/repos/testing-x86_64/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch
(from rev 203172, 
curl/trunk/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch)
  
curl/repos/testing-x86_64/0001-connect-Try-all-addresses-in-first-connection-attemp.patch
(from rev 203172, 
curl/trunk/0001-connect-Try-all-addresses-in-first-connection-attemp.patch)
  curl/repos/testing-x86_64/PKGBUILD
(from rev 203172, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 203172, curl/trunk/curlbuild.h)

+
 testing-i686/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch
|   47 ++
 testing-i686/0001-connect-Try-all-addresses-in-first-connection-attemp.patch   
|   47 ++
 testing-i686/PKGBUILD  
|   75 ++
 testing-i686/curlbuild.h   
|9 +
 testing-x86_64/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch  
|   47 ++
 testing-x86_64/0001-connect-Try-all-addresses-in-first-connection-attemp.patch 
|   47 ++
 testing-x86_64/PKGBUILD
|   75 ++
 testing-x86_64/curlbuild.h 
|9 +
 8 files changed, 356 insertions(+)

Copied: 
curl/repos/testing-i686/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch
 (from rev 203172, 
curl/trunk/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch)
===
--- testing-i686/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch 
(rev 0)
+++ testing-i686/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch 
2014-01-04 17:28:52 UTC (rev 203173)
@@ -0,0 +1,47 @@
+From 2715d7f948c8eb7cd3cba38f3dff6d4148e7cfaf Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Sun, 22 Dec 2013 23:36:11 +0100
+Subject: [PATCH] FILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGE
+
+The FILE:// code doesn't support this option - and it doesn't make sense
+to support it as long as it works as it does since then it'd only block
+even longer.
+
+But: setting CURLOPT_MAX_RECV_SPEED_LARGE would make the transfer first
+get done and then libcurl would wait until the average speed would get
+low enough. This happened because the transfer happens completely in the
+DO state for FILE:// but then it would still unconditionally continue in
+to the PERFORM state where the speed check is made.
+
+Starting now, the code will skip from DO_DONE to DONE immediately if no
+socket is set to be recv()ed or send()ed to.
+
+Bug: http://curl.haxx.se/bug/view.cgi?id=1312
+Reported-by: Mohammad AlSaleh
+---
+ lib/multi.c | 9 -
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/lib/multi.c b/lib/multi.c
+index ec45ecb..191c9b8 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1381,7 +1381,14 @@ static CURLMcode multi_runsingle(struct Curl_multi 
*multi,
+   Curl_move_handle_from_send_to_recv_pipe(data, data->easy_conn);
+   /* Check if we can move pending requests to send pipe */
+   Curl_multi_process_pending_handles(multi);
+-  multistate(data, CURLM_STATE_WAITPERFORM);
++
++  /* Only perform the transfer if there's a good socket to work with.
++ Having both BAD is a signal to skip immediately to DONE */
++  if((data->easy_conn->sockfd != CURL_SOCKET_BAD) ||
++ (data->easy_conn->writesockfd != CURL_SOCKET_BAD))
++multistate(data, CURLM_STATE_WAITPERFORM);
++  else
++multistate(data, CURLM_STATE_DONE);
+   result = CURLM_CALL_MULTI_PERFORM;
+   break;
+ 
+-- 
+1.8.5.2
+

Copied: 
curl/repos/testing-i686/0001-connect-Try-all-addresses-in-first-connection-attemp.patch
 (from rev 203172, 
curl/trunk/0001-connect-Try-all-addresses-in-first-connection-attemp.patch)
===
--- 
testing-i686/0001-connect-Try-all-addresses-in-first-connection-attemp.patch
(rev 0)
+++ 
testing-i686/0001-connect-Try-all-addres

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

2014-01-04 Thread Dave Reisner
Date: Saturday, January 4, 2014 @ 18:28:23
  Author: dreisner
Revision: 203172

upgpkg: curl 7.34.0-3

- add krb5 as dependency (FS#38322)
- backport fix for failures with file:// protocol

Added:
  curl/trunk/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch
Modified:
  curl/trunk/PKGBUILD

+
 0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch |   47 
++
 PKGBUILD   |8 +
 2 files changed, 53 insertions(+), 2 deletions(-)

Added: 0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch
===
--- 0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch  
(rev 0)
+++ 0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch  
2014-01-04 17:28:23 UTC (rev 203172)
@@ -0,0 +1,47 @@
+From 2715d7f948c8eb7cd3cba38f3dff6d4148e7cfaf Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Sun, 22 Dec 2013 23:36:11 +0100
+Subject: [PATCH] FILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGE
+
+The FILE:// code doesn't support this option - and it doesn't make sense
+to support it as long as it works as it does since then it'd only block
+even longer.
+
+But: setting CURLOPT_MAX_RECV_SPEED_LARGE would make the transfer first
+get done and then libcurl would wait until the average speed would get
+low enough. This happened because the transfer happens completely in the
+DO state for FILE:// but then it would still unconditionally continue in
+to the PERFORM state where the speed check is made.
+
+Starting now, the code will skip from DO_DONE to DONE immediately if no
+socket is set to be recv()ed or send()ed to.
+
+Bug: http://curl.haxx.se/bug/view.cgi?id=1312
+Reported-by: Mohammad AlSaleh
+---
+ lib/multi.c | 9 -
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/lib/multi.c b/lib/multi.c
+index ec45ecb..191c9b8 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1381,7 +1381,14 @@ static CURLMcode multi_runsingle(struct Curl_multi 
*multi,
+   Curl_move_handle_from_send_to_recv_pipe(data, data->easy_conn);
+   /* Check if we can move pending requests to send pipe */
+   Curl_multi_process_pending_handles(multi);
+-  multistate(data, CURLM_STATE_WAITPERFORM);
++
++  /* Only perform the transfer if there's a good socket to work with.
++ Having both BAD is a signal to skip immediately to DONE */
++  if((data->easy_conn->sockfd != CURL_SOCKET_BAD) ||
++ (data->easy_conn->writesockfd != CURL_SOCKET_BAD))
++multistate(data, CURLM_STATE_WAITPERFORM);
++  else
++multistate(data, CURLM_STATE_DONE);
+   result = CURLM_CALL_MULTI_PERFORM;
+   break;
+ 
+-- 
+1.8.5.2
+

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 17:15:35 UTC (rev 203171)
+++ PKGBUILD2014-01-04 17:28:23 UTC (rev 203172)
@@ -7,19 +7,21 @@
 
 pkgname=curl
 pkgver=7.34.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
 url="http://curl.haxx.se";
 license=('MIT')
-depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib')
 provides=('libcurl.so')
 options=('strip' 'debug')
 source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch
 0001-connect-Try-all-addresses-in-first-connection-attemp.patch
 curlbuild.h)
 md5sums=('d5b7edccbd1793e3549842e01331da20'
  'SKIP'
+ 'ba766acdb7568aac0b23d479ebecd591'
  'ee755b0e886207fc1e8154e426c46ca7'
  '751bd433ede935c8fae727377625a8ae')
 
@@ -27,6 +29,7 @@
   cd "$pkgname-$pkgver"
 
   patch -Np1 
<"$srcdir"/0001-connect-Try-all-addresses-in-first-connection-attemp.patch
+  patch -Np1 
<"$srcdir"/0001-FILE-don-t-wait-due-to-CURLOPT_MAX_RECV_SPEED_LARGE.patch
 }
 
 build() {
@@ -41,6 +44,7 @@
   --enable-manual \
   --enable-versioned-symbols \
   --enable-threaded-resolver \
+  --with-gssapi \
   --without-libidn \
   --with-random=/dev/urandom \
   --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt



[arch-commits] Commit in attica (kde-unstable)

2014-01-04 Thread Andrea Scarpino
Date: Saturday, January 4, 2014 @ 18:15:35
  Author: andrea
Revision: 203171

Cleanup

Deleted:
  attica/kde-unstable/



[arch-commits] Commit in libdbusmenu-qt (kde-unstable)

2014-01-04 Thread Andrea Scarpino
Date: Saturday, January 4, 2014 @ 18:15:17
  Author: andrea
Revision: 203170

Cleanup

Deleted:
  libdbusmenu-qt/kde-unstable/



[arch-commits] Commit in polkit-qt (kde-unstable)

2014-01-04 Thread Andrea Scarpino
Date: Saturday, January 4, 2014 @ 18:14:32
  Author: andrea
Revision: 203169

Cleanup

Deleted:
  polkit-qt/kde-unstable/



[arch-commits] Commit in soprano (kde-unstable)

2014-01-04 Thread Andrea Scarpino
Date: Saturday, January 4, 2014 @ 18:13:45
  Author: andrea
Revision: 203168

Cleanup

Deleted:
  soprano/kde-unstable/



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

2014-01-04 Thread Laurent Carlier
Date: Saturday, January 4, 2014 @ 17:04:38
  Author: lcarlier
Revision: 203167

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

Added:
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 203166, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 203166, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 203166, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 203166, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 203166, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 203166, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 203166, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 203166, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 203166, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 203166, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 203166, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 203166, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/testing-i686/10-quirks.conf
  xorg-server/repos/testing-i686/PKGBUILD
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
  xorg-server/repos/testing-i686/autoconfig-sis.patch
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  xorg-server/repos/testing-x86_64/10-quirks.conf
  xorg-server/repos/testing-x86_64/PKGBUILD
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

+
 /10-quirks.conf|   20 +
 /PKGBUILD  |  412 ++
 /autoconfig-nvidia.patch   |   56 +++
 /autoconfig-sis.patch  |   42 ++
 /xvfb-run  |  360 +++
 /xvfb-run.1|  564 +++
 testing-i686/10-quirks.conf|   10 
 testing-i686/PKGBUILD  |  206 ---
 testing-i686/autoconfig-nvidia.patch   |   28 -
 testing-i686/autoconfig-sis.patch  |   21 -
 testing-i686/xvfb-run  |  180 -
 testing-i686/xvfb-run.1|  282 ---
 testing-x86_64/10-quirks.conf  |   10 
 testing-x86_64/PKGBUILD|  206 ---
 testing-x86_64/autoconfig-nvidia.patch |   28 -
 testing-x86_64/autoconfig-sis.patch|   21 -
 testing-x86_64/xvfb-run|  180 -
 testing-x86_64/xvfb-run.1  |  282 ---
 18 files changed, 1454 insertions(+), 1454 deletions(-)

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


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

2014-01-04 Thread Laurent Carlier
Date: Saturday, January 4, 2014 @ 17:04:19
  Author: lcarlier
Revision: 203166

upgpkg: xorg-server 1.15.0-3

enable dri3 support

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 14:38:53 UTC (rev 203165)
+++ PKGBUILD2014-01-04 16:04:19 UTC (rev 203166)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.15.0
-pkgrel=2 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
+pkgrel=3 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org";
@@ -14,7 +14,7 @@
  'resourceproto' 'xineramaproto' 'libxkbfile' 'libxfont' 
'renderproto' 'libpciaccess' 'libxv'
  'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 
'libdmx' 'libxtst' 'libxres'
  'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 
'dri2proto' 'libgcrypt'
- 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms') 
+ 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms' 
'dri3proto' 'libxshmfence') 
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
 autoconfig-nvidia.patch
 autoconfig-sis.patch
@@ -100,7 +100,7 @@
 
 package_xorg-server() {
   pkgdesc="Xorg X server"
-  depends=(libxdmcp libxfont libpciaccess libdrm pixman libgcrypt libxau 
xorg-server-common xf86-input-evdev)
+  depends=(libxdmcp libxfont libpciaccess libdrm pixman libgcrypt libxau 
xorg-server-common xf86-input-evdev libxshmfence)
   backup=('etc/X11/xorg.conf.d/10-evdev.conf' 
'etc/X11/xorg.conf.d/10-quirks.conf')
   # see xorg-server-*/hw/xfree86/common/xf86Module.h for ABI versions - we 
provide major numbers that drivers can depend on
   # and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg



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

2014-01-04 Thread Ray Rashif
Date: Saturday, January 4, 2014 @ 15:38:27
  Author: schiv
Revision: 203162

upgpkg: eric 5.3.9-1

upstream release

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 13:23:48 UTC (rev 203161)
+++ PKGBUILD2014-01-04 14:38:27 UTC (rev 203162)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.8
+pkgver=5.3.9
 pkgrel=1
 pkgdesc="A full-featured Python 3.x and Ruby IDE in PyQt4"
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz";
 "$pkgname.desktop")
-md5sums=('9f44ad5158d750244ee4a16af4f0c6cb'
+md5sums=('7d7455652e2fb37d141cf42b9d8c8815'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



[arch-commits] Commit in eric/repos/extra-any (8 files)

2014-01-04 Thread Ray Rashif
Date: Saturday, January 4, 2014 @ 15:38:43
  Author: schiv
Revision: 203164

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 203162, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 203162, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 203163, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 203163, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  122 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: .contrib
===
--- .contrib2014-01-04 14:38:36 UTC (rev 203163)
+++ .contrib2014-01-04 14:38:43 UTC (rev 203164)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/extra-any/.contrib (from rev 203162, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-01-04 14:38:43 UTC (rev 203164)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-04 14:38:36 UTC (rev 203163)
+++ PKGBUILD2014-01-04 14:38:43 UTC (rev 203164)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.8
-pkgrel=1
-pkgdesc="A full-featured Python 3.x and Ruby IDE in PyQt4"
-arch=('any')
-url="http://eric-ide.python-projects.org/";
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz";
-"$pkgname.desktop")
-md5sums=('9f44ad5158d750244ee4a16af4f0c6cb'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd "$srcdir/eric5-$pkgver"
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R "eric5.desktop" . | sed 's/:.*//' | sort -u); do
-sed -i "s/eric5.desktop/eric.desktop/" $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 "$srcdir/$pkgname.desktop" eric/$pkgname.desktop
-}
-
-package() {
-  cd "$srcdir/eric5-$pkgver"
-
-  python install.py -c -b /usr/bin -i "$pkgdir"
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm "$pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api"
-  rm "$pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api"
-  rm "$pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api"
-  rm "$pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api"
-
-  # some canonical symlinks
-  # TODO: might we want to just package this as eric5?
-  #   upstream references them as two distinct versions...
-  cd "$pkgdir/usr/bin"
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 203162, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-04 14:38:43 UTC (rev 203164)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Brad Fanella 
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.9
+pkgrel=1
+pkgdesc="A full-featured Python 3.x and Ruby IDE in PyQt4"
+arch=('any')
+url="http://eric-ide.python-projects.org/";
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz";
+"$pkgname.desktop")
+md5sums=('7d7455652e2fb37d141cf42b9d8c8815'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd "$srcdir/eric5-$pkgver"
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R "eric5.desktop" . | sed 's/:.*//' | sort -u); do
+sed -i "s/eric5.desktop/eric.desktop/" $i
+  done
+
+  # desktop file later needed during build
+  rm eric/eric5.desktop
+  install -m644 "$srcdir/$pkgname.desktop" eric/$pkgname.desktop

[arch-commits] Commit in eric4/repos/extra-any (8 files)

2014-01-04 Thread Ray Rashif
Date: Saturday, January 4, 2014 @ 15:38:53
  Author: schiv
Revision: 203165

archrelease: copy trunk to extra-any

Added:
  eric4/repos/extra-any/.contrib
(from rev 203163, eric4/trunk/.contrib)
  eric4/repos/extra-any/PKGBUILD
(from rev 203164, eric4/trunk/PKGBUILD)
  eric4/repos/extra-any/eric4.desktop
(from rev 203164, eric4/trunk/eric4.desktop)
  eric4/repos/extra-any/eric4.install
(from rev 203164, eric4/trunk/eric4.install)
Deleted:
  eric4/repos/extra-any/.contrib
  eric4/repos/extra-any/PKGBUILD
  eric4/repos/extra-any/eric4.desktop
  eric4/repos/extra-any/eric4.install

---+
 .contrib  |8 +++---
 PKGBUILD  |   66 
 eric4.desktop |   20 
 eric4.install |   20 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: .contrib
===
--- .contrib2014-01-04 14:38:43 UTC (rev 203164)
+++ .contrib2014-01-04 14:38:53 UTC (rev 203165)
@@ -1,4 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-riai 
-Ben 

Copied: eric4/repos/extra-any/.contrib (from rev 203163, eric4/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-01-04 14:38:53 UTC (rev 203165)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai 
+Ben 

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-04 14:38:43 UTC (rev 203164)
+++ PKGBUILD2014-01-04 14:38:53 UTC (rev 203165)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Daniel J Griffiths 
-# See .contrib for older/other contributors
-
-pkgname=eric4
-pkgver=4.5.16
-pkgrel=1
-pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
-arch=('any')
-url="http://eric-ide.python-projects.org/";
-license=('GPL3')
-depends=('python2-qscintilla')
-conflicts=('eric<5')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz";
-"$pkgname.desktop")
-md5sums=('d504dd07a9e25ee12b03097b08addf79'
- 'bce515b66a2c63dfc76a0f92edbe2ecb')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 install.py -c -b /usr/bin -i "$pkgdir"
-
-  # freedesktop.org compatibility
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 eric/icons/default/eric.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric4/repos/extra-any/PKGBUILD (from rev 203164, eric4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-04 14:38:53 UTC (rev 203165)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Daniel J Griffiths 
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.17
+pkgrel=1
+pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
+arch=('any')
+url="http://eric-ide.python-projects.org/";
+license=('GPL3')
+depends=('python2-qscintilla')
+conflicts=('eric<5')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz";
+"$pkgname.desktop")
+md5sums=('4dfeb662c30ae21c7efe6ed0f45d2aef'
+ 'bce515b66a2c63dfc76a0f92edbe2ecb')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 install.py -c -b /usr/bin -i "$pkgdir"
+
+  # freedesktop.org compatibility
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 eric/icons/default/eric.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: eric4.desktop
===
--- eric4.desktop   2014-01-04 14:38:43 UTC (rev 203164)
+++ eric4.desktop   2014-01-04 14:38:53 UTC (rev 203165)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=eric4
-MimeType=application/x-eric4;
-Icon=eric4
-Terminal=false
-Name=Eric 4
-Comment=Python 2.x & Ruby IDE
-Categories=Qt;Python;Development;IDE;
-StartupNotify=true

Copied: eric4/repos/extra-any/eric4.desktop (from rev 203164, 
eric4/trunk/eric4.desktop)
===
--- eric4.desktop   (rev 0)
+++ eric4.desktop   2014-01-04 14:38:53 UTC (rev 203165)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Exec=eric4
+MimeType=application/x-eric4;
+Icon=eric4
+Terminal=false
+Name=Eric 4
+Comment=Python 2.x & Ruby IDE
+Categories=Qt;Python;Development;IDE;
+StartupNotify=true

Deleted: eric4.install
===
--- eric4.install   2014-01-04 14:38:43 UTC (rev 203164)
+++ eric4.install   2014-01-04 14

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

2014-01-04 Thread Ray Rashif
Date: Saturday, January 4, 2014 @ 15:38:36
  Author: schiv
Revision: 203163

upgpkg: eric4 4.5.17-1

upstream release

Modified:
  eric4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 14:38:27 UTC (rev 203162)
+++ PKGBUILD2014-01-04 14:38:36 UTC (rev 203163)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric4
-pkgver=4.5.16
+pkgver=4.5.17
 pkgrel=1
 pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
 arch=('any')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz";
 "$pkgname.desktop")
-md5sums=('d504dd07a9e25ee12b03097b08addf79'
+md5sums=('4dfeb662c30ae21c7efe6ed0f45d2aef'
  'bce515b66a2c63dfc76a0f92edbe2ecb')
 
 package() {



[arch-commits] Commit in perl-extutils-makemaker/trunk (PKGBUILD)

2014-01-04 Thread Andreas Radke
Date: Saturday, January 4, 2014 @ 14:23:35
  Author: andyrtr
Revision: 203160

upgpkg: perl-extutils-makemaker 6.84-1

move pkg in from AUR required by x2goserver

Modified:
  perl-extutils-makemaker/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 13:21:05 UTC (rev 203159)
+++ PKGBUILD2014-01-04 13:23:35 UTC (rev 203160)
@@ -1,7 +1,7 @@
 # $Id$
 
 # Contributor: Swift Geek 
-pkgname=perl-extutils-makemaker-aur
+pkgname=perl-extutils-makemaker
 pkgver=6.84
 pkgrel=1
 pkgdesc="ExtUtils::MakeMaker - Create a module Makefile"
@@ -9,13 +9,8 @@
 url="http://search.cpan.org/~bingos/ExtUtils-MakeMaker/";
 license=('GPL' 'PerlArtistic')
 depends=('perl>=5.10.0')
-makedepends=()
 provides=(perl-extutils-makemaker=${pkgver})
-conflicts=()
-replaces=()
-backup=()
 options=(!emptydirs)
-install=
 
source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-${pkgver}.tar.gz";)
 md5sums=('c0ab3435d3a85a4eaa55265b09aa5799')
 



[arch-commits] Commit in perl-extutils-makemaker/repos (extra-any extra-any/PKGBUILD)

2014-01-04 Thread Andreas Radke
Date: Saturday, January 4, 2014 @ 14:23:48
  Author: andyrtr
Revision: 203161

archrelease: copy trunk to extra-any

Added:
  perl-extutils-makemaker/repos/extra-any/
  perl-extutils-makemaker/repos/extra-any/PKGBUILD
(from rev 203160, perl-extutils-makemaker/trunk/PKGBUILD)

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

Copied: perl-extutils-makemaker/repos/extra-any/PKGBUILD (from rev 203160, 
perl-extutils-makemaker/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2014-01-04 13:23:48 UTC (rev 203161)
@@ -0,0 +1,44 @@
+# $Id$
+
+# Contributor: Swift Geek 
+pkgname=perl-extutils-makemaker
+pkgver=6.84
+pkgrel=1
+pkgdesc="ExtUtils::MakeMaker - Create a module Makefile"
+arch=('any')
+url="http://search.cpan.org/~bingos/ExtUtils-MakeMaker/";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+provides=(perl-extutils-makemaker=${pkgver})
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-${pkgver}.tar.gz";)
+md5sums=('c0ab3435d3a85a4eaa55265b09aa5799')
+
+prepare() {
+  export _src_dir="$srcdir/ExtUtils-MakeMaker-$pkgver"
+  # Setting these env variables overwrites any command-line-options we don't 
want...
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+}
+
+build() {
+  cd "$_src_dir"
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check () {
+  cd "$_src_dir"
+  make test
+}
+
+package () {
+  cd "$_src_dir"
+  make install
+
+  # remove perllocal.pod and .packlist
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+



[arch-commits] Commit in (4 files)

2014-01-04 Thread Andreas Radke
Date: Saturday, January 4, 2014 @ 14:21:05
  Author: andyrtr
Revision: 203159

add pkg from AUR required by x2goserver

Added:
  perl-extutils-makemaker/
  perl-extutils-makemaker/repos/
  perl-extutils-makemaker/trunk/
  perl-extutils-makemaker/trunk/PKGBUILD

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

Added: perl-extutils-makemaker/trunk/PKGBUILD
===
--- perl-extutils-makemaker/trunk/PKGBUILD  (rev 0)
+++ perl-extutils-makemaker/trunk/PKGBUILD  2014-01-04 13:21:05 UTC (rev 
203159)
@@ -0,0 +1,49 @@
+# $Id$
+
+# Contributor: Swift Geek 
+pkgname=perl-extutils-makemaker-aur
+pkgver=6.84
+pkgrel=1
+pkgdesc="ExtUtils::MakeMaker - Create a module Makefile"
+arch=('any')
+url="http://search.cpan.org/~bingos/ExtUtils-MakeMaker/";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+makedepends=()
+provides=(perl-extutils-makemaker=${pkgver})
+conflicts=()
+replaces=()
+backup=()
+options=(!emptydirs)
+install=
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-${pkgver}.tar.gz";)
+md5sums=('c0ab3435d3a85a4eaa55265b09aa5799')
+
+prepare() {
+  export _src_dir="$srcdir/ExtUtils-MakeMaker-$pkgver"
+  # Setting these env variables overwrites any command-line-options we don't 
want...
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+}
+
+build() {
+  cd "$_src_dir"
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check () {
+  cd "$_src_dir"
+  make test
+}
+
+package () {
+  cd "$_src_dir"
+  make install
+
+  # remove perllocal.pod and .packlist
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+


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


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

2014-01-04 Thread Bartłomiej Piotrowski
Date: Saturday, January 4, 2014 @ 12:27:06
  Author: bpiotrowski
Revision: 103375

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

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

-+
 /PKGBUILD   |   94 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   52 -
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   52 -
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 120 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-04 11:26:56 UTC (rev 103374)
+++ community-i686/PKGBUILD 2014-01-04 11:27:06 UTC (rev 103375)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<24.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('c6a6ce009395c72ecf0530500ecda37c'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  #sed -i -e 's/17.*/18.0/g' ../application.ini
-  #sed -i -e 's/21.*/22.*/g' ../application.ini
-
-  # xpcom has been merged into xul in xulrunner 22.0
-  # sed -i -e 's/-lxpcom/-lxul/' common.mk
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 103374, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-04 11:27:06 UTC (rev 103375)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>21.0' 'xulrunner<27.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\126.*/' application.ini
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  cp Makefile.arch Makefile
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/share/chmsee
+  cp -a * "$pkgdir"/usr/share/chmsee
+  rm -r "$pkgdir"/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+"$pkgdir"/usr/share/applications/chmsee.desktop
+
+  # Fix FS#25152
+  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee "$pk

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

2014-01-04 Thread Bartłomiej Piotrowski
Date: Saturday, January 4, 2014 @ 12:26:56
  Author: bpiotrowski
Revision: 103374

upgpkg: chmsee 2.0.2-2

- rebuild against xulrunner 25.0

Modified:
  chmsee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 10:26:43 UTC (rev 103373)
+++ PKGBUILD2014-01-04 11:26:56 UTC (rev 103374)
@@ -5,48 +5,43 @@
 
 pkgname=chmsee
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
 url="http://chmsee.googlecode.com/";
 license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<24.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner>21.0' 'xulrunner<27.0' 'chmlib' 'desktop-file-utils')
 makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
 chmsee)
 install=chmsee.install
 md5sums=('c6a6ce009395c72ecf0530500ecda37c'
  '1787edd1de8aa75bd9fa75a5ab319e85')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\126.*/' application.ini
+}
+
 build() {
-  cd ${srcdir}/chmsee-*/src
-
+  cd $pkgname-$pkgver/src
   cp Makefile.arch Makefile
-  #sed -i -e 's/17.*/18.0/g' ../application.ini
-  #sed -i -e 's/21.*/22.*/g' ../application.ini
-
-  # xpcom has been merged into xul in xulrunner 22.0
-  # sed -i -e 's/-lxpcom/-lxul/' common.mk
-
   make -j1
 }
 
 package() {
-  cd ${srcdir}/chmsee-*
+  cd $pkgname-$pkgver
 
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee
-  rm -r ${pkgdir}/usr/share/chmsee/src
+  install -d "$pkgdir"/usr/share/chmsee
+  cp -a * "$pkgdir"/usr/share/chmsee
+  rm -r "$pkgdir"/usr/share/chmsee/src
   install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
+"$pkgdir"/usr/share/applications/chmsee.desktop
+
   # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
+  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
 }



[arch-commits] Commit in (60 files)

2014-01-04 Thread Andrea Scarpino
Date: Saturday, January 4, 2014 @ 11:51:22
  Author: andrea
Revision: 203158

Moving KF5 to AUR

Deleted:
  extra-cmake-modules/
  frameworkintegration/
  kactivities-frameworks/
  kapidox/
  karchive/
  kauth/
  kbookmarks/
  kcmutils/
  kcodecs/
  kcompletion/
  kconfig/
  kconfigwidgets/
  kcoreaddons/
  kcrash/
  kdbusaddons/
  kde4support/
  kdeclarative/
  kded/
  kdesignerplugin/
  kdesu/
  kdewebkit/
  kdnssd-framework/
  kdoctools/
  kemoticons/
  kf5umbrella/
  kfileaudiopreview/
  kglobalaccel/
  kguiaddons/
  khtml/
  ki18n/
  kiconthemes/
  kidletime/
  kimageformats/
  kinit/
  kio/
  kitemmodels/
  kitemviews/
  kjobwidgets/
  kjs/
  kjsembed/
  kmediaplayer/
  knewstuff/
  knotifications/
  knotifyconfig/
  kparts/
  kplotting/
  kprintutils/
  kpty/
  kross/
  kservice/
  ktextwidgets/
  kunitconversion/
  kwallet-framework/
  kwidgetsaddons/
  kwindowsystem/
  kxmlgui/
  plasma-framework/
  solid/
  sonnet/
  threadweaver/



[arch-commits] Commit in (openobex)

2014-01-04 Thread Andrea Scarpino
Date: Saturday, January 4, 2014 @ 11:27:02
  Author: andrea
Revision: 203100

extra2community: Moving openobex from extra to community

Deleted:
  openobex/



[arch-commits] Commit in (obex-data-server)

2014-01-04 Thread Andrea Scarpino
Date: Saturday, January 4, 2014 @ 11:26:05
  Author: andrea
Revision: 203097

Moved to AUR

Deleted:
  obex-data-server/



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

2014-01-04 Thread Andrea Scarpino
Date: Saturday, January 4, 2014 @ 11:26:43
  Author: andrea
Revision: 103373

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

Added:
  openobex/repos/community-i686/
  openobex/repos/community-i686/PKGBUILD
(from rev 103372, openobex/trunk/PKGBUILD)
  openobex/repos/community-x86_64/
  openobex/repos/community-x86_64/PKGBUILD
(from rev 103372, openobex/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   41 +
 community-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: openobex/repos/community-i686/PKGBUILD (from rev 103372, 
openobex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-04 10:26:43 UTC (rev 103373)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=openobex
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
+url="http://dev.zuckschwerdt.org/openobex/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libusbx' 'bluez-libs')
+makedepends=('cmake' 'libxslt')
+options=('staticlibs' '!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('3181bfed9cb7db591605391068cb0085')
+
+prepare() {
+  sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' 
${pkgname}-${pkgver}-Source/udev/openobex.rules.in
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_SBINDIR=/usr/bin
+  make all openobex-apps
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h  
"${pkgdir}/usr/include/openobex/"
+  install -m644 apps/lib/libopenobex-apps-common.a 
"${pkgdir}/usr/lib/libopenobex-apps-common.a"
+}

Copied: openobex/repos/community-x86_64/PKGBUILD (from rev 103372, 
openobex/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-04 10:26:43 UTC (rev 103373)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=openobex
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
+url="http://dev.zuckschwerdt.org/openobex/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libusbx' 'bluez-libs')
+makedepends=('cmake' 'libxslt')
+options=('staticlibs' '!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('3181bfed9cb7db591605391068cb0085')
+
+prepare() {
+  sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' 
${pkgname}-${pkgver}-Source/udev/openobex.rules.in
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_SBINDIR=/usr/bin
+  make all openobex-apps
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h  
"${pkgdir}/usr/include/openobex/"
+  install -m644 apps/lib/libopenobex-apps-common.a 
"${pkgdir}/usr/lib/libopenobex-apps-common.a"
+}



[arch-commits] Commit in (4 files)

2014-01-04 Thread Andrea Scarpino
Date: Saturday, January 4, 2014 @ 11:26:35
  Author: andrea
Revision: 103372

extra2community: Moving openobex from extra to community

Added:
  openobex/
  openobex/repos/
  openobex/trunk/
  openobex/trunk/PKGBUILD

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

Added: openobex/trunk/PKGBUILD
===
--- openobex/trunk/PKGBUILD (rev 0)
+++ openobex/trunk/PKGBUILD 2014-01-04 10:26:35 UTC (rev 103372)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=openobex
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
+url="http://dev.zuckschwerdt.org/openobex/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libusbx' 'bluez-libs')
+makedepends=('cmake' 'libxslt')
+options=('staticlibs' '!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('3181bfed9cb7db591605391068cb0085')
+
+prepare() {
+  sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' 
${pkgname}-${pkgver}-Source/udev/openobex.rules.in
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_SBINDIR=/usr/bin
+  make all openobex-apps
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h  
"${pkgdir}/usr/include/openobex/"
+  install -m644 apps/lib/libopenobex-apps-common.a 
"${pkgdir}/usr/lib/libopenobex-apps-common.a"
+}


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


[arch-commits] Commit in (boost-build)

2014-01-04 Thread Jakob Gruber
Date: Saturday, January 4, 2014 @ 11:16:32
  Author: schuay
Revision: 103371

Move boost-build to AUR (FS#38347)

Deleted:
  boost-build/



[arch-commits] Commit in (cagibi)

2014-01-04 Thread Andrea Scarpino
Date: Saturday, January 4, 2014 @ 11:16:21
  Author: andrea
Revision: 203094

Moved to AUR

Deleted:
  cagibi/



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

2014-01-04 Thread Jakob Gruber
Date: Saturday, January 4, 2014 @ 10:53:21
  Author: schuay
Revision: 103368

soundconverter-2.1.2-1

Modified:
  soundconverter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 06:59:57 UTC (rev 103367)
+++ PKGBUILD2014-01-04 09:53:21 UTC (rev 103368)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=soundconverter
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="A simple sound converter application for GNOME"
 arch=('any')
@@ -30,4 +30,4 @@
   make DESTDIR="${pkgdir}" install
 }
 
-md5sums=('2dddcd49495e7847ea3a943182fb8ca3')
+md5sums=('5edb4e111e31999185987dbb03b7b4ae')



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

2014-01-04 Thread Jakob Gruber
Date: Saturday, January 4, 2014 @ 10:53:32
  Author: schuay
Revision: 103369

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   66 +++
 soundconverter.install |   38 +--
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-04 09:53:21 UTC (rev 103368)
+++ PKGBUILD2014-01-04 09:53:32 UTC (rev 103369)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Stefan Husmann 
-# Contributor: Andrea Scarpino 
-
-pkgname=soundconverter
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="A simple sound converter application for GNOME"
-arch=('any')
-license=('GPL3')
-url="http://soundconverter.org/";
-depends=('python2-gconf' 'python2-libgnome' 'gstreamer0.10-python' 
-  'hicolor-icon-theme' 'gstreamer0.10-ugly-plugins' 
-  'gstreamer0.10-good-plugins' 'desktop-file-utils')
-makedepends=('perlxml' 'intltool')
-optdepends=('gstreamer0.10-base-plugins: for ogg support')
-install=soundconverter.install
-source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz";)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  PYTHON=python2  ./configure --prefix=/usr 
-
-  make
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' bin/soundconverter
-}
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('2dddcd49495e7847ea3a943182fb8ca3')

Copied: soundconverter/repos/community-any/PKGBUILD (from rev 103368, 
soundconverter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-04 09:53:32 UTC (rev 103369)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Stefan Husmann 
+# Contributor: Andrea Scarpino 
+
+pkgname=soundconverter
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="A simple sound converter application for GNOME"
+arch=('any')
+license=('GPL3')
+url="http://soundconverter.org/";
+depends=('python2-gconf' 'python2-libgnome' 'gstreamer0.10-python' 
+  'hicolor-icon-theme' 'gstreamer0.10-ugly-plugins' 
+  'gstreamer0.10-good-plugins' 'desktop-file-utils')
+makedepends=('perlxml' 'intltool')
+optdepends=('gstreamer0.10-base-plugins: for ogg support')
+install=soundconverter.install
+source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz";)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=python2  ./configure --prefix=/usr 
+
+  make
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' bin/soundconverter
+}
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('5edb4e111e31999185987dbb03b7b4ae')

Deleted: soundconverter.install
===
--- soundconverter.install  2014-01-04 09:53:21 UTC (rev 103368)
+++ soundconverter.install  2014-01-04 09:53:32 UTC (rev 103369)
@@ -1,19 +0,0 @@
-pkgname=soundconverter
-
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-

Copied: soundconverter/repos/community-any/soundconverter.install (from rev 
103368, soundconverter/trunk/soundconverter.install)
===
--- soundconverter.install  (rev 0)
+++ soundconverter.install  2014-01-04 09:53:32 UTC (rev 103369)
@@ -0,0 +1,19 @@
+pkgname=soundconverter
+
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+



[arch-commits] Commit in libva-intel-driver/repos (6 files)

2014-01-04 Thread Bartłomiej Piotrowski
Date: Saturday, January 4, 2014 @ 09:08:06
  Author: bpiotrowski
Revision: 203091

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

Added:
  
libva-intel-driver/repos/extra-i686/Adjust_the_default_value_for_contrast_saturation.patch
(from rev 203090, 
libva-intel-driver/trunk/Adjust_the_default_value_for_contrast_saturation.patch)
  libva-intel-driver/repos/extra-i686/PKGBUILD
(from rev 203090, libva-intel-driver/trunk/PKGBUILD)
  
libva-intel-driver/repos/extra-x86_64/Adjust_the_default_value_for_contrast_saturation.patch
(from rev 203090, 
libva-intel-driver/trunk/Adjust_the_default_value_for_contrast_saturation.patch)
  libva-intel-driver/repos/extra-x86_64/PKGBUILD
(from rev 203090, libva-intel-driver/trunk/PKGBUILD)
Deleted:
  libva-intel-driver/repos/extra-i686/PKGBUILD
  libva-intel-driver/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   68 
++
 extra-i686/Adjust_the_default_value_for_contrast_saturation.patch   |   27 +++
 extra-i686/PKGBUILD |   28 
 extra-x86_64/Adjust_the_default_value_for_contrast_saturation.patch |   27 +++
 extra-x86_64/PKGBUILD   |   28 
 5 files changed, 122 insertions(+), 56 deletions(-)

Copied: 
libva-intel-driver/repos/extra-i686/Adjust_the_default_value_for_contrast_saturation.patch
 (from rev 203090, 
libva-intel-driver/trunk/Adjust_the_default_value_for_contrast_saturation.patch)
===
--- extra-i686/Adjust_the_default_value_for_contrast_saturation.patch   
(rev 0)
+++ extra-i686/Adjust_the_default_value_for_contrast_saturation.patch   
2014-01-04 08:08:06 UTC (rev 203091)
@@ -0,0 +1,27 @@
+From 54cb60f3d973ce6a908ea57f5aa7481803fe653a Mon Sep 17 00:00:00 2001
+From: Xiang, Haihao 
+Date: Mon, 30 Dec 2013 05:15:40 +
+Subject: Render: Adjust the default value for contrast/saturation
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73016
+Signed-off-by: Xiang, Haihao 
+Tested-by: Mark Lee 
+---
+diff --git a/src/i965_drv_video.h b/src/i965_drv_video.h
+index ccf9a59..773c8ca 100644
+--- a/src/i965_drv_video.h
 b/src/i965_drv_video.h
+@@ -60,9 +60,9 @@
+ #define I965_SURFACE_FLAG_BOTTOME_FIELD_FIRST   0x0002
+ 
+ #define DEFAULT_BRIGHTNESS  0
+-#define DEFAULT_CONTRAST10
++#define DEFAULT_CONTRAST50
+ #define DEFAULT_HUE 0
+-#define DEFAULT_SATURATION  10
++#define DEFAULT_SATURATION  50
+ 
+ struct i965_surface
+ {
+--
+cgit v0.9.0.2-2-gbebe

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-04 08:07:54 UTC (rev 203090)
+++ extra-i686/PKGBUILD 2014-01-04 08:08:06 UTC (rev 203091)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-
-pkgname=libva-intel-driver
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('ece479b51926764edd2be6599f9c067cae2a3942')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -m644 -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libva-intel-driver/repos/extra-i686/PKGBUILD (from rev 203090, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-04 08:08:06 UTC (rev 203091)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva-intel-driver
+pkgver=1.2.2
+pkgrel=2
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2
+Adjust_the_default_value_for_contrast_saturation.patch)
+sha1sums=('ece479b51926764edd2be6599f9c067cae2a3942'
+  'f2c2c40512b8c209dc7aefb8b20ad02bb9471a3f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../Adjust_the_default_value_for_contrast_saturation.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: 
libva-intel-driver/repos/extra-x86_64/Adjust_the_default_value_for_contr

[arch-commits] Commit in libva-intel-driver/trunk (2 files)

2014-01-04 Thread Bartłomiej Piotrowski
Date: Saturday, January 4, 2014 @ 09:07:54
  Author: bpiotrowski
Revision: 203090

upgpkg: libva-intel-driver 1.2.2-2

- apply patch fixing colors when VA-API is used (FS#38240)

Added:
  
libva-intel-driver/trunk/Adjust_the_default_value_for_contrast_saturation.patch
Modified:
  libva-intel-driver/trunk/PKGBUILD

+
 Adjust_the_default_value_for_contrast_saturation.patch |   27 +++
 PKGBUILD   |   20 +++
 2 files changed, 40 insertions(+), 7 deletions(-)

Added: Adjust_the_default_value_for_contrast_saturation.patch
===
--- Adjust_the_default_value_for_contrast_saturation.patch  
(rev 0)
+++ Adjust_the_default_value_for_contrast_saturation.patch  2014-01-04 
08:07:54 UTC (rev 203090)
@@ -0,0 +1,27 @@
+From 54cb60f3d973ce6a908ea57f5aa7481803fe653a Mon Sep 17 00:00:00 2001
+From: Xiang, Haihao 
+Date: Mon, 30 Dec 2013 05:15:40 +
+Subject: Render: Adjust the default value for contrast/saturation
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73016
+Signed-off-by: Xiang, Haihao 
+Tested-by: Mark Lee 
+---
+diff --git a/src/i965_drv_video.h b/src/i965_drv_video.h
+index ccf9a59..773c8ca 100644
+--- a/src/i965_drv_video.h
 b/src/i965_drv_video.h
+@@ -60,9 +60,9 @@
+ #define I965_SURFACE_FLAG_BOTTOME_FIELD_FIRST   0x0002
+ 
+ #define DEFAULT_BRIGHTNESS  0
+-#define DEFAULT_CONTRAST10
++#define DEFAULT_CONTRAST50
+ #define DEFAULT_HUE 0
+-#define DEFAULT_SATURATION  10
++#define DEFAULT_SATURATION  50
+ 
+ struct i965_surface
+ {
+--
+cgit v0.9.0.2-2-gbebe

Modified: PKGBUILD
===
--- PKGBUILD2014-01-04 07:54:11 UTC (rev 203089)
+++ PKGBUILD2014-01-04 08:07:54 UTC (rev 203090)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer : Ionut Biru 
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
 
 pkgname=libva-intel-driver
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
 arch=('i686' 'x86_64')
 url='http://freedesktop.org/wiki/Software/vaapi'
@@ -10,9 +11,16 @@
 license=('MIT')
 depends=('libva')
 replaces=('libva-driver-intel')
-source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('ece479b51926764edd2be6599f9c067cae2a3942')
+source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2
+Adjust_the_default_value_for_contrast_saturation.patch)
+sha1sums=('ece479b51926764edd2be6599f9c067cae2a3942'
+  'f2c2c40512b8c209dc7aefb8b20ad02bb9471a3f')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../Adjust_the_default_value_for_contrast_saturation.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
@@ -22,7 +30,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -m644 -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }
-
-# vim:set ts=2 sw=2 et: