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

2013-03-03 Thread Felix Yan
Date: Monday, March 4, 2013 @ 07:53:47
  Author: fyan
Revision: 85620

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

Added:
  stardict/repos/community-staging-i686/PKGBUILD
(from rev 85619, stardict/trunk/PKGBUILD)
  stardict/repos/community-staging-i686/gcc46.patch
(from rev 85619, stardict/trunk/gcc46.patch)
  stardict/repos/community-staging-i686/glib2.patch
(from rev 85619, stardict/trunk/glib2.patch)
  stardict/repos/community-staging-i686/zlib.patch
(from rev 85619, stardict/trunk/zlib.patch)
  stardict/repos/community-staging-x86_64/PKGBUILD
(from rev 85619, stardict/trunk/PKGBUILD)
  stardict/repos/community-staging-x86_64/gcc46.patch
(from rev 85619, stardict/trunk/gcc46.patch)
  stardict/repos/community-staging-x86_64/glib2.patch
(from rev 85619, stardict/trunk/glib2.patch)
  stardict/repos/community-staging-x86_64/zlib.patch
(from rev 85619, stardict/trunk/zlib.patch)
Deleted:
  stardict/repos/community-staging-i686/PKGBUILD
  stardict/repos/community-staging-i686/gcc46.patch
  stardict/repos/community-staging-i686/glib2.patch
  stardict/repos/community-staging-i686/zlib.patch
  stardict/repos/community-staging-x86_64/PKGBUILD
  stardict/repos/community-staging-x86_64/gcc46.patch
  stardict/repos/community-staging-x86_64/glib2.patch
  stardict/repos/community-staging-x86_64/zlib.patch

--+
 community-staging-i686/PKGBUILD  |  160 -
 community-staging-i686/gcc46.patch   |   22 ++--
 community-staging-i686/glib2.patch   |   72 +++---
 community-staging-i686/zlib.patch|   70 +++---
 community-staging-x86_64/PKGBUILD|  160 -
 community-staging-x86_64/gcc46.patch |   22 ++--
 community-staging-x86_64/glib2.patch |   72 +++---
 community-staging-x86_64/zlib.patch  |   70 +++---
 8 files changed, 324 insertions(+), 324 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-03-04 06:31:36 UTC (rev 85619)
+++ community-staging-i686/PKGBUILD 2013-03-04 06:53:47 UTC (rev 85620)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: Neil Lin 
-# Contributor: Cravix < dr dot neemous at gmail dot com >
-
-pkgbase=stardict
-pkgname=(stardict stardict-lite)
-pkgver=3.0.4
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://www.stardict.org/'
-license=('GPL')
-makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 
'libmariadbclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
-options=('!libtool' '!emptydirs')
-source=("http://stardict-3.googlecode.com/files/${pkgbase}-${pkgver}.tar.bz2";
-'gcc46.patch'
-'glib2.patch'
-'zlib.patch')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  patch -p1 -i ../gcc46.patch
-  patch -p1 -i ../glib2.patch
-  patch -p1 -i ../zlib.patch
-
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgbase}-${pkgver}-lite"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure \
-PKG_CONFIG=/usr/bin/pkg-config \
---prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---disable-schemas-install \
---disable-gucharmap \
---disable-festival \
---disable-updateinfo
-  make
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-lite"
-  LDFLAGS="$LDFLAGS -lgmodule-2.0"
-  ./configure \
-PKG_CONFIG=/usr/bin/pkg-config \
---prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---disable-gnome-support \
---disable-schemas-install \
---disable-espeak \
---disable-gucharmap \
---disable-festival \
---disable-updateinfo
-  make
-}
-
-package_stardict() {
-  pkgdesc='International dictionary software'
-  depends=('enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_stardict-lite() {
-  pkgdesc='International dictionary software - lite version without gnome and 
espeak support'
-  depends=('enchant' 'gtk2' 'libsigc++' 'libsm')
-  provides=(stardict)
-  conflicts=(stardict)
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-lite"
-  make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('0a9abf1936c43a3ee255802c75267f1a'
- '52ff47441c503de07add4b7688510bc5'
- 'b2f216897c9053c7e4666c3d78705cf1'
- 'ee26dce70fc83b3ce86e5100fede7fad')

Copied: stardict/repos/community-staging-i686/PKGBUILD (from rev 85619, 
stardict/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-04 06:53:47 UTC (rev 85620)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: Neil Lin 
+# Con

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

2013-03-03 Thread Felix Yan
Date: Monday, March 4, 2013 @ 07:31:36
  Author: fyan
Revision: 85619

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

Added:
  stardict/repos/community-staging-i686/
  stardict/repos/community-staging-i686/PKGBUILD
(from rev 85618, stardict/trunk/PKGBUILD)
  stardict/repos/community-staging-i686/gcc46.patch
(from rev 85618, stardict/trunk/gcc46.patch)
  stardict/repos/community-staging-i686/glib2.patch
(from rev 85618, stardict/trunk/glib2.patch)
  stardict/repos/community-staging-i686/zlib.patch
(from rev 85618, stardict/trunk/zlib.patch)
  stardict/repos/community-staging-x86_64/
  stardict/repos/community-staging-x86_64/PKGBUILD
(from rev 85618, stardict/trunk/PKGBUILD)
  stardict/repos/community-staging-x86_64/gcc46.patch
(from rev 85618, stardict/trunk/gcc46.patch)
  stardict/repos/community-staging-x86_64/glib2.patch
(from rev 85618, stardict/trunk/glib2.patch)
  stardict/repos/community-staging-x86_64/zlib.patch
(from rev 85618, stardict/trunk/zlib.patch)

--+
 community-staging-i686/PKGBUILD  |   80 +
 community-staging-i686/gcc46.patch   |   11 
 community-staging-i686/glib2.patch   |   36 ++
 community-staging-i686/zlib.patch|   35 ++
 community-staging-x86_64/PKGBUILD|   80 +
 community-staging-x86_64/gcc46.patch |   11 
 community-staging-x86_64/glib2.patch |   36 ++
 community-staging-x86_64/zlib.patch  |   35 ++
 8 files changed, 324 insertions(+)

Copied: stardict/repos/community-staging-i686/PKGBUILD (from rev 85618, 
stardict/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-04 06:31:36 UTC (rev 85619)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: Neil Lin 
+# Contributor: Cravix < dr dot neemous at gmail dot com >
+
+pkgbase=stardict
+pkgname=(stardict stardict-lite)
+pkgver=3.0.4
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://www.stardict.org/'
+license=('GPL')
+makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 
'libmariadbclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
+options=('!libtool' '!emptydirs')
+source=("http://stardict-3.googlecode.com/files/${pkgbase}-${pkgver}.tar.bz2";
+'gcc46.patch'
+'glib2.patch'
+'zlib.patch')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  patch -p1 -i ../gcc46.patch
+  patch -p1 -i ../glib2.patch
+  patch -p1 -i ../zlib.patch
+
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgbase}-${pkgver}-lite"
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure \
+PKG_CONFIG=/usr/bin/pkg-config \
+--prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--disable-schemas-install \
+--disable-gucharmap \
+--disable-festival \
+--disable-updateinfo
+  make
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-lite"
+  LDFLAGS="$LDFLAGS -lgmodule-2.0"
+  ./configure \
+PKG_CONFIG=/usr/bin/pkg-config \
+--prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--disable-gnome-support \
+--disable-schemas-install \
+--disable-espeak \
+--disable-gucharmap \
+--disable-festival \
+--disable-updateinfo
+  make
+}
+
+package_stardict() {
+  pkgdesc='International dictionary software'
+  depends=('enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_stardict-lite() {
+  pkgdesc='International dictionary software - lite version without gnome and 
espeak support'
+  depends=('enchant' 'gtk2' 'libsigc++' 'libsm')
+  provides=(stardict)
+  conflicts=(stardict)
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-lite"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('0a9abf1936c43a3ee255802c75267f1a'
+ '52ff47441c503de07add4b7688510bc5'
+ 'b2f216897c9053c7e4666c3d78705cf1'
+ 'ee26dce70fc83b3ce86e5100fede7fad')

Copied: stardict/repos/community-staging-i686/gcc46.patch (from rev 85618, 
stardict/trunk/gcc46.patch)
===
--- community-staging-i686/gcc46.patch  (rev 0)
+++ community-staging-i686/gcc46.patch  2013-03-04 06:31:36 UTC (rev 85619)
@@ -0,0 +1,11 @@
+diff -aur old/dict/stardict-plugins/stardict-wordnet-plugin/utils.h 
new/dict/stardict-plugins/stardict-wordnet-plugin/utils.h
+--- old/dict/stardict-plugins/stardict-wordnet-plugin/utils.h  2011-07-18 
06:58:58.519404744 -0700
 new/dict/stardict-plugins/stardict-wordnet-plugin/utils.h  2011-07-18 
07:01:10.739734313 -0700
+@@ -26,6 +26,7 @@
+ #ifndef __TYPES_H__
+ #define __TYPES_H__
+ 
++#include 
+ #include 
+ 
+ typ

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

2013-03-03 Thread Felix Yan
Date: Monday, March 4, 2013 @ 07:23:37
  Author: fyan
Revision: 85618

upgpkg: stardict 3.0.4-3 mariadb rebuild

Modified:
  stardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 04:34:16 UTC (rev 85617)
+++ PKGBUILD2013-03-04 06:23:37 UTC (rev 85618)
@@ -8,11 +8,11 @@
 pkgbase=stardict
 pkgname=(stardict stardict-lite)
 pkgver=3.0.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.stardict.org/'
 license=('GPL')
-makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 
'libmysqlclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
+makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 
'libmariadbclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
 options=('!libtool' '!emptydirs')
 source=("http://stardict-3.googlecode.com/files/${pkgbase}-${pkgver}.tar.bz2";
 'gcc46.patch'



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

2013-03-03 Thread Balló György
Date: Monday, March 4, 2013 @ 05:34:16
  Author: bgyorgy
Revision: 85617

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 85616, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/gnome-autogen.sh
(from rev 85616, nemo/trunk/gnome-autogen.sh)
  nemo/repos/community-i686/nemo.install
(from rev 85616, nemo/trunk/nemo.install)
  nemo/repos/community-i686/use-terminal-config.patch
(from rev 85616, nemo/trunk/use-terminal-config.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 85616, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/gnome-autogen.sh
(from rev 85616, nemo/trunk/gnome-autogen.sh)
  nemo/repos/community-x86_64/nemo.install
(from rev 85616, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/use-terminal-config.patch
(from rev 85616, nemo/trunk/use-terminal-config.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/gnome-autogen.sh
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/gnome-autogen.sh
  nemo/repos/community-x86_64/nemo.install

+
 community-i686/PKGBUILD|  114 +-
 community-i686/gnome-autogen.sh| 1076 +--
 community-i686/nemo.install|   28 
 community-i686/use-terminal-config.patch   |   45 +
 community-x86_64/PKGBUILD  |  114 +-
 community-x86_64/gnome-autogen.sh  | 1076 +--
 community-x86_64/nemo.install  |   28 
 community-x86_64/use-terminal-config.patch |   45 +
 8 files changed, 1306 insertions(+), 1220 deletions(-)

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


[arch-commits] Commit in nemo/trunk (PKGBUILD use-terminal-config.patch)

2013-03-03 Thread Balló György
Date: Monday, March 4, 2013 @ 05:33:58
  Author: bgyorgy
Revision: 85616

upgpkg: nemo 1.7.1-2

Read default terminal at runtime instead of build time

Added:
  nemo/trunk/use-terminal-config.patch
Modified:
  nemo/trunk/PKGBUILD

---+
 PKGBUILD  |   18 +++--
 use-terminal-config.patch |   45 
 2 files changed, 53 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 04:01:59 UTC (rev 85615)
+++ PKGBUILD2013-03-04 04:33:58 UTC (rev 85616)
@@ -4,8 +4,8 @@
 
 pkgname=nemo
 pkgver=1.7.1
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork), stable version"
+pkgrel=2
+pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo";
 license=('GPL')
@@ -19,19 +19,18 @@
 options=('!emptydirs' '!libtool')
 install=nemo.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";
-"gnome-autogen.sh")
+"gnome-autogen.sh"
+"use-terminal-config.patch")
 md5sums=('b348b6e340e055bef3163555b99621bb'
- 'a925691c9b57a6a884dcf07da057fd1f')
+ 'a925691c9b57a6a884dcf07da057fd1f'
+ '6cca080cc8fe3df7e725c0f8cd5fa485')
 
 build() {
   cd linuxmint-nemo-*
 
-  # Get default terminal value
-  _terminal=$(gsettings get org.gnome.desktop.default-applications.terminal 
exec | tr -d "'")
+  # Read the default terminal app from GSettings
+  patch -Np1 -i ../use-terminal-config.patch
 
-  # Set "Open in Terminal" to default terminal (Arch doesn't use 
x-terminal-emulator)
-  sed -i "s/x-terminal-emulator/$_terminal/" src/nemo-view.c
-
   cp ${srcdir}/gnome-autogen.sh .
   sed -i 's/\ --warn-all\ --warn-error//' src/Makefile.am
   sed -i 's/gnome-autogen.sh/.\/gnome-autogen.sh/g' autogen.sh
@@ -40,7 +39,6 @@
   ./autogen.sh --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/nemo \
-  --disable-nst-extension \
   --disable-update-mimedb \
   --disable-packagekit \
   --disable-gtk-doc-html \

Added: use-terminal-config.patch
===
--- use-terminal-config.patch   (rev 0)
+++ use-terminal-config.patch   2013-03-04 04:33:58 UTC (rev 85616)
@@ -0,0 +1,45 @@
+diff -Naur 
linuxmint-nemo-63f7b44.orig/libnemo-private/nemo-global-preferences.c 
linuxmint-nemo-63f7b44/libnemo-private/nemo-global-preferences.c
+--- linuxmint-nemo-63f7b44.orig/libnemo-private/nemo-global-preferences.c  
2013-02-19 17:30:18.0 +0100
 linuxmint-nemo-63f7b44/libnemo-private/nemo-global-preferences.c   
2013-03-04 04:05:13.472897136 +0100
+@@ -77,5 +77,6 @@
+   nemo_tree_sidebar_preferences = 
g_settings_new("org.nemo.sidebar-panels.tree");
+   gnome_lockdown_preferences = 
g_settings_new("org.gnome.desktop.lockdown");
+   gnome_background_preferences = 
g_settings_new("org.gnome.desktop.background");
+-gnome_media_handling_preferences = 
g_settings_new("org.gnome.desktop.media-handling");
++  gnome_media_handling_preferences = 
g_settings_new("org.gnome.desktop.media-handling");
++  gnome_terminal_preferences = 
g_settings_new("org.gnome.desktop.default-applications.terminal");
+ }
+diff -Naur 
linuxmint-nemo-63f7b44.orig/libnemo-private/nemo-global-preferences.h 
linuxmint-nemo-63f7b44/libnemo-private/nemo-global-preferences.h
+--- linuxmint-nemo-63f7b44.orig/libnemo-private/nemo-global-preferences.h  
2013-02-19 17:30:18.0 +0100
 linuxmint-nemo-63f7b44/libnemo-private/nemo-global-preferences.h   
2013-03-04 04:49:20.581767625 +0100
+@@ -211,6 +211,9 @@
+ #define GNOME_DESKTOP_MEDIA_HANDLING_AUTOMOUNT_OPEN "automount-open"
+ #define GNOME_DESKTOP_MEDIA_HANDLING_AUTORUN"autorun-never"
+ 
++/* Terminal */
++#define GNOME_DESKTOP_TERMINAL_EXEC"exec"
++
+ void nemo_global_preferences_init  (void);
+ char *nemo_global_preferences_get_default_folder_viewer_preference_as_iid 
(void);
+ 
+@@ -224,6 +227,7 @@
+ GSettings *gnome_lockdown_preferences;
+ GSettings *gnome_background_preferences;
+ GSettings *gnome_media_handling_preferences;
++GSettings *gnome_terminal_preferences;
+ 
+ G_END_DECLS
+ 
+diff -Naur linuxmint-nemo-63f7b44.orig/src/nemo-view.c 
linuxmint-nemo-63f7b44/src/nemo-view.c
+--- linuxmint-nemo-63f7b44.orig/src/nemo-view.c2013-02-19 
17:30:18.0 +0100
 linuxmint-nemo-63f7b44/src/nemo-view.c 2013-03-04 04:14:47.222310992 
+0100
+@@ -6716,7 +6716,8 @@
+ open_in_terminal (gchar *location)
+ { 
+ gchar *argv[2];
+-argv[0] = "x-terminal-emulator";
++argv[0] = g_settings_get_string (gnome_terminal_preferences,
++   GNOME_DESKTOP_TERMINAL_EXEC);
+ argv[1] = NULL;
+ g_spawn_async(location, argv, NULL, G_SPAWN_SEARCH_PA

[arch-commits] Commit in steam/repos/multilib-x86_64 (8 files)

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 05:01:59
  Author: dwallace
Revision: 85615

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 85614, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 85614, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 85614, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 85614, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
  steam/repos/multilib-x86_64/steam.install

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-04 04:00:13 UTC (rev 85614)
+++ PKGBUILD2013-03-04 04:01:59 UTC (rev 85615)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=5
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-if [[ "$CARCH" == "x86_64" ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-build() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('4ff9bf72b36a460d65ab3e57852f9bac'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 85614, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-04 04:01:59 UTC (rev 85615)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.35
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+if [[ "$CARCH" == "x86_64" ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+build() {
+patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+fi
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ "$CARCH" == x86_64 ]]; then
+depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)

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

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 05:00:13
  Author: dwallace
Revision: 85614

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

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 85613, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 85613, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 85613, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 85613, steam/trunk/steam.install)
  steam/repos/community-x86_64/PKGBUILD
(from rev 85613, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 85613, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 85613, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 85613, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install
  steam/repos/community-x86_64/PKGBUILD
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
  steam/repos/community-x86_64/steam.install

---+
 community-i686/PKGBUILD   |  112 
 community-i686/alsa_sdl_audiodriver.patch |   28 +++---
 community-i686/lib32-flashplugin-path.patch   |   20 ++--
 community-i686/steam.install  |   52 +--
 community-x86_64/PKGBUILD |  112 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 8 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-04 03:59:05 UTC (rev 85613)
+++ community-i686/PKGBUILD 2013-03-04 04:00:13 UTC (rev 85614)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=5
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-if [[ "$CARCH" == "x86_64" ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-build() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('4ff9bf72b36a460d65ab3e57852f9bac'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 85613, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-04 04:00:13 UTC (rev 85614)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.35
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+if [[ "$CARCH" == "x86_64" ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouv

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

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 04:59:05
  Author: dwallace
Revision: 85613

upgpkg: steam 1.0.0.35-1

upgpkg: steam 1.0.0.35-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 23:56:10 UTC (rev 85612)
+++ PKGBUILD2013-03-04 03:59:05 UTC (rev 85613)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace 
 # Contributor: K900 
 pkgname=steam
-pkgver=1.0.0.34
-pkgrel=5
+pkgver=1.0.0.35
+pkgrel=1
 pkgdesc="Digital distribution client bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/";
@@ -32,7 +32,7 @@
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('4ff9bf72b36a460d65ab3e57852f9bac'
+md5sums=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 



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

2013-03-03 Thread Alexander Rødseth
Date: Monday, March 4, 2013 @ 00:56:10
  Author: arodseth
Revision: 85612

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

Added:
  wings3d/repos/community-i686/PKGBUILD
(from rev 85611, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-i686/wings3d.install
(from rev 85611, wings3d/trunk/wings3d.install)
  wings3d/repos/community-x86_64/PKGBUILD
(from rev 85611, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-x86_64/wings3d.install
(from rev 85611, wings3d/trunk/wings3d.install)
Deleted:
  wings3d/repos/community-i686/PKGBUILD
  wings3d/repos/community-i686/wings3d.install
  wings3d/repos/community-i686/wings3d.sh
  wings3d/repos/community-x86_64/PKGBUILD
  wings3d/repos/community-x86_64/wings3d.install
  wings3d/repos/community-x86_64/wings3d.sh

--+
 community-i686/PKGBUILD  |  104 +
 community-i686/wings3d.install   |   28 -
 community-i686/wings3d.sh|2 
 community-x86_64/PKGBUILD|  104 +
 community-x86_64/wings3d.install |   28 -
 community-x86_64/wings3d.sh  |2 
 6 files changed, 128 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-03 23:55:45 UTC (rev 85611)
+++ community-i686/PKGBUILD 2013-03-03 23:56:10 UTC (rev 85612)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: kappa 
-
-pkgname=wings3d
-_pkgname=wings
-pkgver=1.4.1
-pkgrel=12
-pkgdesc='3D modeling program'
-arch=('x86_64' 'i686')
-url='http://www.wings3d.com/'
-license=('GPL')
-depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 
'erlang=R15B03_1')
-makedepends=('setconf' 'gendesk')
-optdepends=('povray: rendering support via POV-Ray')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/wings/tar.gz/dgud/r15b-driver-compat";
-"$pkgname.sh"
-
"$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png";)
-sha256sums=('b89aca41937d4d07424ccc0447eb5a6c3755350428201d7d7644e467dcd20fdf'
-'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
-'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
-_genericname=('3D Modeler')
-_dirname="$_pkgname-dgud-r15b-driver-compat"
-
-build() {
-  cd "$srcdir"
-  gendesk
-  setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;"
-
-  cd "$_dirname"
-  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
-  make
-  make lang
-}
-
-package() {
-  cd "$srcdir/$_dirname"
-
-  mkdir -p "$pkgdir/usr/lib/$pkgname"
-  for subdir in ebin fonts patches plugins shaders textures; do
-cp -r "$srcdir/$_dirname/$subdir/" "$pkgdir/usr/lib/$pkgname"
-  done
-
-  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$srcdir"
-  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wings3d/repos/community-i686/PKGBUILD (from rev 85611, 
wings3d/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-03 23:56:10 UTC (rev 85612)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: kappa 
+
+pkgname=wings3d
+_pkgname=wings
+pkgver=1.4.1
+pkgrel=15
+pkgdesc='3D modeling program'
+arch=('x86_64' 'i686')
+url='http://www.wings3d.com/'
+license=('GPL')
+depends=('erlang' 'erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils')
+makedepends=('setconf' 'gendesk')
+optdepends=('povray: rendering support via POV-Ray')
+install=$pkgname.install
+options=('!emptydirs')
+# Using the binary release, but would prefer using a source release, if there 
is one that compiles
+source=("http://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver-linux.bzip2.run.gz";
+
"$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png";)
+sha256sums=('760e19fa4973ed0fc75057897135a8efa241e834b078fc05c28786672137b322'
+'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
+_genericname=('3D Modeler')
+
+build() {
+  cd "$srcdir"
+  gendesk
+  setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;"
+
+  chmod +x "$_pkgname-$pkgver-linux.bzip2.run"
+  "./$_pkgname-$pkgver-linux.bzip2.run" --nox11 --nochown --tar xf > /dev/null
+  setconf install_wings INSTALL_DIR "$pkgdir/opt/$pkgname-$pkgver"
+}
+
+package() {
+  cd "$srcdir"
+  ./install_wings
+
+  cd "$pkgdir"
+  setconf "opt/$pkgname-$pkgver/$_pkgname" ROOTDIR "/opt/$pkgname-$pkgver"
+  install -Dm755 "opt/$pkgname-$pkgver/$_pkgname" "$pkgdir/usr/bin/$p

[arch-commits] Commit in wings3d/trunk (PKGBUILD wings3d.sh)

2013-03-03 Thread Alexander Rødseth
Date: Monday, March 4, 2013 @ 00:55:45
  Author: arodseth
Revision: 85611

upgpkg: wings3d 1.4.1-15.
sing the binary release instead, for now.

Modified:
  wings3d/trunk/PKGBUILD
Deleted:
  wings3d/trunk/wings3d.sh

+
 PKGBUILD   |   34 +-
 wings3d.sh |2 --
 2 files changed, 13 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 23:29:49 UTC (rev 85610)
+++ PKGBUILD2013-03-03 23:55:45 UTC (rev 85611)
@@ -10,16 +10,15 @@
 arch=('x86_64' 'i686')
 url='http://www.wings3d.com/'
 license=('GPL')
-depends=('erlang-sdl>=1.2-7' 'erlang-cl>=1.0-3' 'bash' 'desktop-file-utils' 
'erlang')
+depends=('erlang' 'erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils')
 makedepends=('setconf' 'gendesk')
 optdepends=('povray: rendering support via POV-Ray')
 install=$pkgname.install
-#source=("http://sourceforge.net/projects/wings/files/wings/1.4.1/wings-1.4.1-linux.bzip2.run.gz";
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dgud/wings/archive/master.tar.gz";
-"$pkgname.sh"
+options=('!emptydirs')
+# Using the binary release, but would prefer using a source release, if there 
is one that compiles
+source=("http://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver-linux.bzip2.run.gz";
 
"$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png";)
 sha256sums=('760e19fa4973ed0fc75057897135a8efa241e834b078fc05c28786672137b322'
-'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
 '6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
 _genericname=('3D Modeler')
 
@@ -28,28 +27,21 @@
   gendesk
   setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;"
 
-  #chmod +x "$_pkgname-$pkgver-linux.bzip2.run"
-  #mkdir -p "$_pkgdir/usr/share/$pkgname"
-  #./$_pkgname-$pkgver-linux.bzip2.run --nox11 --nochown --tar xvf
-
-  cd "$_pkgname-master"
-  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
-  make
-  make lang
+  chmod +x "$_pkgname-$pkgver-linux.bzip2.run"
+  "./$_pkgname-$pkgver-linux.bzip2.run" --nox11 --nochown --tar xf > /dev/null
+  setconf install_wings INSTALL_DIR "$pkgdir/opt/$pkgname-$pkgver"
 }
 
 package() {
-  cd "$srcdir/$_pkgname-master"
+  cd "$srcdir"
+  ./install_wings
 
-  mkdir -p "$pkgdir/usr/lib/$pkgname"
-  for subdir in ebin fonts patches plugins shaders textures; do
-cp -r "$srcdir/$_pkgname-master/$subdir/" "$pkgdir/usr/lib/$pkgname"
-  done
+  cd "$pkgdir"
+  setconf "opt/$pkgname-$pkgver/$_pkgname" ROOTDIR "/opt/$pkgname-$pkgver"
+  install -Dm755 "opt/$pkgname-$pkgver/$_pkgname" "$pkgdir/usr/bin/$pkgname"
 
+  cd "$srcdir"
   install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$srcdir"
-  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
   install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
   install -Dm644 "$pkgname.desktop" \
 "$pkgdir/usr/share/applications/$pkgname.desktop"

Deleted: wings3d.sh
===
--- wings3d.sh  2013-03-03 23:29:49 UTC (rev 85610)
+++ wings3d.sh  2013-03-03 23:55:45 UTC (rev 85611)
@@ -1,2 +0,0 @@
-#!/bin/sh
-erl -noinput -smp disable -pa /usr/lib/erlang/lib/esdl-*/ebin 
/usr/lib/wings3d/ebin -run wings_start start_halt ${1+"$@"}



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

2013-03-03 Thread Andrzej Giniewicz
Date: Monday, March 4, 2013 @ 00:29:49
  Author: aginiewicz
Revision: 85610

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

Added:
  vtk/repos/community-staging-i686/
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 85609, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-i686/ffmpeg-0.11.diff
(from rev 85609, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-i686/ffmpeg-0.8.diff
(from rev 85609, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-i686/python-destdir.diff
(from rev 85609, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-i686/tcl-8.6.diff
(from rev 85609, vtk/trunk/tcl-8.6.diff)
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 85609, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/ffmpeg-0.11.diff
(from rev 85609, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-x86_64/ffmpeg-0.8.diff
(from rev 85609, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-x86_64/python-destdir.diff
(from rev 85609, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-x86_64/tcl-8.6.diff
(from rev 85609, vtk/trunk/tcl-8.6.diff)

--+
 community-staging-i686/PKGBUILD  |  116 +
 community-staging-i686/ffmpeg-0.11.diff  |   46 +
 community-staging-i686/ffmpeg-0.8.diff   |   66 ++
 community-staging-i686/python-destdir.diff   |   11 ++
 community-staging-i686/tcl-8.6.diff  |   13 ++
 community-staging-x86_64/PKGBUILD|  116 +
 community-staging-x86_64/ffmpeg-0.11.diff|   46 +
 community-staging-x86_64/ffmpeg-0.8.diff |   66 ++
 community-staging-x86_64/python-destdir.diff |   11 ++
 community-staging-x86_64/tcl-8.6.diff|   13 ++
 10 files changed, 504 insertions(+)

Copied: vtk/repos/community-staging-i686/PKGBUILD (from rev 85609, 
vtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-03 23:29:49 UTC (rev 85610)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl
+
+# Qt5 support status: http://vtk.org/Bug/view.php?id=12945
+
+pkgname=vtk
+pkgver=5.10.1
+pkgrel=6
+pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
+arch=('i686' 'x86_64')
+url='http://www.vtk.org/'
+license=('BSD')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt4' 'lesstif' 'mariadb' 'hdf5' 
'libgl')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa-libgl' 
'python2' 'tk')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools')
+source=("http://www.vtk.org/files/release/${pkgver:0:4}/vtk-${pkgver}.tar.gz";
+
"http://www.vtk.org/files/release/${pkgver:0:4}/vtkdata-${pkgver}.tar.gz";
+ffmpeg-0.8.diff ffmpeg-0.11.diff tcl-8.6.diff python-destdir.diff)
+md5sums=('264b0052e65bd6571a84727113508789'
+ 'b6355063264cd56bcd1396c92f6ca59a'
+ 'e992321c9d1def6034d0fa6607b40c5a'
+ '81922ea61989e5591135f233a0400694'
+ 'a804a9f034e24ef1a8b28542c15ce1a1'
+ 'f7aba715bcc10de93a6ecf1cd6b0c560')
+
+build() {
+  cd "${srcdir}"/VTK$pkgver
+
+  # fix compilation errors:
+  patch -Np1 -i "${srcdir}/ffmpeg-0.8.diff"
+  patch -Np1 -i "${srcdir}/ffmpeg-0.11.diff"
+  patch -Np1 -i "${srcdir}/tcl-8.6.diff"
+  patch -Np1 -i "${srcdir}/python-destdir.diff"
+
+  cd "${srcdir}"
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  # flags to enable using system libs
+  local cmake_system_flags=""
+  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; do
+cmake_system_flags+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
+  done
+
+  # flags to use python2 instead of python which is 3.x.x on archlinux
+  local cmake_system_python_flags="-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 
-DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so"
+
+  cmake \
+-Wno-dev \
+-DBUILD_SHARED_LIBS:BOOL=ON \
+-DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
+-DVTK_DATA_ROOT:FILEPATH=${srcdir}/VTKData$pkgver \
+-DBUILD_DOCUMENTATION:BOOL=ON \
+-DDOCUMENTATION_HTML_HELP:BOOL=ON \
+-DDOCUMENTATION_HTML_TARZ:BOOL=ON \
+-DBUILD_EXAMPLES:BOOL=ON \
+-DVTK_USE_HYBRID:BOOL=ON \
+-DVTK_USE_PARALLEL:BOOL=ON \
+-DVTK_USE_PATENTED:BOOL=ON \
+-DVTK_USE_BOOST:BOOL=ON \
+-DVTK_USE_INFOVIS:BOOL=ON \
+-DVTK_USE_GL2PS:BOOL=ON \
+-DVTK_USE_MYS

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

2013-03-03 Thread Alexander Rødseth
Date: Monday, March 4, 2013 @ 00:25:19
  Author: arodseth
Revision: 85609

archrelease: copy trunk to community-x86_64

Added:
  hercules/repos/community-x86_64/PKGBUILD
(from rev 85608, hercules/trunk/PKGBUILD)
Deleted:
  hercules/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-03 23:24:38 UTC (rev 85608)
+++ PKGBUILD2013-03-03 23:25:19 UTC (rev 85609)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom 
-# Maintainer: Kevin Piche 
-
-pkgname=hercules
-pkgver=3.07
-pkgrel=2
-pkgdesc="A software implementation of the mainframe System/370 and ESA/390 
architectures"
-url="http://www.hercules-390.org/";
-source=("http://www.hercules-390.org/$pkgname-$pkgver.tar.gz";)
-arch=('i686' 'x86_64')
-license=('custom')
-options=('!libtool')
-depends=('bzip2' 'libgcrypt' 'zlib')
-md5sums=('a12aa1645b0695b25b7fc0c9a3ccab3a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # Change module extension from .la to .so.
-  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-  install -D -m644 COPYRIGHT \
-$pkgdir/usr/share/licenses/hercules/qpl1
-}

Copied: hercules/repos/community-x86_64/PKGBUILD (from rev 85608, 
hercules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-03 23:25:19 UTC (rev 85609)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Kevin Piche 
+# Contributor: Tom Newsom 
+
+pkgname=hercules
+pkgver=3.08
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Software implementation of System/370 and ESA/390'
+url='http://www.hercules-390.eu/'
+source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz";)
+license=('custom')
+options=('!libtool')
+depends=('bzip2' 'libgcrypt' 'zlib' 'perl')
+sha256sums=('85e217773587f2278d4b6cb6bc815e042cfc982d0fc14baa0da4a84dea399e9d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Change module extension from .la to .so.
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
+  ./configure --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" install
+  install -Dm644 COPYRIGHT \
+"$pkgdir/usr/share/licenses/hercules/qpl1"
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-03 Thread Alexander Rødseth
Date: Monday, March 4, 2013 @ 00:23:47
  Author: arodseth
Revision: 85607

upgpkg: hercules 3.08-1

Modified:
  hercules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 23:20:43 UTC (rev 85606)
+++ PKGBUILD2013-03-03 23:23:47 UTC (rev 85607)
@@ -19,9 +19,9 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   # Change module extension from .la to .so.
-  #sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
   ./configure --prefix=/usr
-  make
+  make -j1
 }
 
 package() {



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

2013-03-03 Thread Andrzej Giniewicz
Date: Monday, March 4, 2013 @ 00:20:43
  Author: aginiewicz
Revision: 85606

upgpkg: vtk 5.10.1-6

mariadb rebuild

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 23:08:56 UTC (rev 85605)
+++ PKGBUILD2013-03-03 23:20:43 UTC (rev 85606)
@@ -12,12 +12,12 @@
 
 pkgname=vtk
 pkgver=5.10.1
-pkgrel=5
+pkgrel=6
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
-depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt4' 'lesstif' 'mysql' 'hdf5' 
'libgl')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt4' 'lesstif' 'mariadb' 'hdf5' 
'libgl')
 makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa-libgl' 
'python2' 'tk')
 optdepends=('python2: python bindings'
 'java-runtime: java bindings'



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

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 00:08:56
  Author: dwallace
Revision: 85605

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

Added:
  notmuch/repos/community-staging-i686/
  notmuch/repos/community-staging-i686/PKGBUILD
(from rev 85604, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-staging-x86_64/
  notmuch/repos/community-staging-x86_64/PKGBUILD
(from rev 85604, notmuch/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  100 
 community-staging-x86_64/PKGBUILD |  100 
 2 files changed, 200 insertions(+)

Copied: notmuch/repos/community-staging-i686/PKGBUILD (from rev 85604, 
notmuch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-03 23:08:56 UTC (rev 85605)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.15.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://notmuchmail.org/";
+license=('GPL3')
+makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 
'xapian-core' 'gmime' 'talloc')
+options=(!distcc !makeflags)
+source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('e86968dfcd7ffaf162b7b87de56b7f18')
+
+build() {
+cd "$srcdir/${pkgname}-$pkgver"
+
+./configure --prefix=/usr --sysconfdir=/etc \
+   --includedir=/usr/include
+make 
+(cd "${srcdir}/$pkgname-${pkgver}/contrib/${pkgname}-mutt"
+make ${pkgname}-mutt.1)
+
+cp -dpr --no-preserve=ownership "$srcdir/$pkgname-$pkgver" 
"$srcdir/$pkgname-runtime-$pkgver"
+
+cd bindings/ruby
+ruby extconf.rb
+make
+
+cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
+
+cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
+#env LD_LIBRARY_PATH="." python setup.py build
+find "." -name '*.py' -exec sed -i -e '1s,python$,python3,' {} +
+   python setup.py build
+
+cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
+find "." -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
+#env LD_LIBRARY_PATH="." python2 setup.py build
+   python2 setup.py build
+}
+
+package_notmuch-runtime(){
+pkgdesc="Runtime for notmuch and notmuch-mutt"
+depends=('xapian-core' 'gmime' 'talloc')
+cd "$srcdir/${pkgname}-$pkgver"
+make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 install
+
+install -Dm644 notmuch "$pkgdir/usr/sbin/notmuch"
+
+mkdir -p "$pkgdir"/usr/share/vim/vimfiles/{plugin,syntax}
+
+make -C vim prefix="$pkgdir/usr/share/vim/vimfiles" install
+
+# Remove conflicting zsh completion
+rm -r ${pkgdir}/usr/share/zsh
+}
+
+
+package_notmuch(){
+pkgdesc="Notmuch is not much of an email program"
+depends=('notmuch-runtime')
+optdepends=('emacs: for using the emacs interface'
+'vim: for using the vim interface'
+'python2: for using the python2 bindings'
+'ruby: for using the ruby bindings'
+'gnupg: for email encryption')
+
+cd "$srcdir/${pkgname}-$pkgver"
+
+# Install python bindings
+cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
+#env LD_LIBRARY_PATH="." python2 setup.py install --prefix=/usr 
--root="$pkgdir"
+   python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
+#env LD_LIBRARY_PATH="." python setup.py install --prefix=/usr 
--root="$pkgdir"
+   python setup.py install --prefix=/usr --root="$pkgdir"
+
+# Install ruby bindings
+cd "$srcdir/${pkgname}-${pkgver}/bindings/ruby"
+sed -i -e 's,/site_ruby,,g' Makefile
+make DESTDIR="$pkgdir" includedir=/usr/include install
+
+}
+
+package_notmuch-mutt(){
+pkgdesc="The mail indexer"
+depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
+cd "$srcdir/$pkgbase-runtime-$pkgver"
+
+install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+#vim: set filetype=PKGBUILD sw=4 ts=4 et

Copied: notmuch/repos/community-staging-x86_64/PKGBUILD (from rev 85604, 
notmuch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-03 23:08:56 UTC (rev 85605)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runt

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

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 00:08:22
  Author: dwallace
Revision: 85604

upgpkg: notmuch 0.15.2-1

upgpkg: notmuch 0.15.2-1

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 23:04:15 UTC (rev 85603)
+++ PKGBUILD2013-03-03 23:08:22 UTC (rev 85604)
@@ -6,7 +6,7 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.15
+pkgver=0.15.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/";
@@ -14,12 +14,13 @@
 makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 
'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('a79454042e508c8a1d7aaf1a617526f0')
+md5sums=('e86968dfcd7ffaf162b7b87de56b7f18')
 
 build() {
 cd "$srcdir/${pkgname}-$pkgver"
 
-./configure --prefix=/usr --sysconfdir=/etc
+./configure --prefix=/usr --sysconfdir=/etc \
+   --includedir=/usr/include
 make 
 (cd "${srcdir}/$pkgname-${pkgver}/contrib/${pkgname}-mutt"
 make ${pkgname}-mutt.1)
@@ -33,14 +34,14 @@
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
 
 cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
-env LD_LIBRARY_PATH="." python setup.py build
+#env LD_LIBRARY_PATH="." python setup.py build
+find "." -name '*.py' -exec sed -i -e '1s,python$,python3,' {} +
+   python setup.py build
 
 cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
-find "." -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-env LD_LIBRARY_PATH="." python2 setup.py build
-
+find "." -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
+#env LD_LIBRARY_PATH="." python2 setup.py build
+   python2 setup.py build
 }
 
 package_notmuch-runtime(){
@@ -73,15 +74,17 @@
 
 # Install python bindings
 cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
-env LD_LIBRARY_PATH="." python2 setup.py install --prefix=/usr 
--root="$pkgdir"
+#env LD_LIBRARY_PATH="." python2 setup.py install --prefix=/usr 
--root="$pkgdir"
+   python2 setup.py install --prefix=/usr --root="$pkgdir"
 
 cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
-env LD_LIBRARY_PATH="." python setup.py install --prefix=/usr 
--root="$pkgdir"
+#env LD_LIBRARY_PATH="." python setup.py install --prefix=/usr 
--root="$pkgdir"
+   python setup.py install --prefix=/usr --root="$pkgdir"
 
 # Install ruby bindings
 cd "$srcdir/${pkgname}-${pkgver}/bindings/ruby"
 sed -i -e 's,/site_ruby,,g' Makefile
-make prefix="${pkgdir}/usr" install
+make DESTDIR="$pkgdir" includedir=/usr/include install
 
 }
 



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

2013-03-03 Thread Alexander Rødseth
Date: Monday, March 4, 2013 @ 00:04:15
  Author: arodseth
Revision: 85603

Doesn't compile from master

Modified:
  wings3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 21:28:43 UTC (rev 85602)
+++ PKGBUILD2013-03-03 23:04:15 UTC (rev 85603)
@@ -5,54 +5,45 @@
 pkgname=wings3d
 _pkgname=wings
 pkgver=1.4.1
-pkgrel=13
+pkgrel=15
 pkgdesc='3D modeling program'
 arch=('x86_64' 'i686')
 url='http://www.wings3d.com/'
 license=('GPL')
-depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang')
+depends=('erlang-sdl>=1.2-7' 'erlang-cl>=1.0-3' 'bash' 'desktop-file-utils' 
'erlang')
 makedepends=('setconf' 'gendesk')
 optdepends=('povray: rendering support via POV-Ray')
 install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/wings/tar.gz/dgud/r15b-driver-compat";
+#source=("http://sourceforge.net/projects/wings/files/wings/1.4.1/wings-1.4.1-linux.bzip2.run.gz";
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dgud/wings/archive/master.tar.gz";
 "$pkgname.sh"
-
"$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png";
-'erlangR16B.patch'
-'https://raw.github.com/erlang/pmod_transform/master/src/pmod_pt.erl')
-sha256sums=('b89aca41937d4d07424ccc0447eb5a6c3755350428201d7d7644e467dcd20fdf'
+
"$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png";)
+sha256sums=('760e19fa4973ed0fc75057897135a8efa241e834b078fc05c28786672137b322'
 '46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
-'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a'
-'1f06117193e7aa108a547eb7e9b3d0621a569548194bd8e79f1300749a07020f'
-'abda381fad01f6342f3967cb071d1218f40b1bfb8a0f13fa46bf7aea72333e16')
+'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
 _genericname=('3D Modeler')
-_dirname="$_pkgname-dgud-r15b-driver-compat"
 
 build() {
   cd "$srcdir"
   gendesk
   setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;"
 
-  cd "$_dirname"
-  patch -p1 -i "$srcdir/erlangR16B.patch"
-  cp -f "$srcdir/pmod_pt.erl" src/
-  cd src
-  echo erlc -pa /usr/lib/erlang/lib/esdl-1.2/ebin  -I 
/usr/lib/erlang/lib/esdl-1.2/include -I ../e3d -W +debug_info 
'-Dwings_version="1.2.x.y.WINGS"' -pa ../intl_tools  -o../ebin pmod_pt.erl
-  erlc -pa /usr/lib/erlang/lib/esdl-1.2/ebin  -I 
/usr/lib/erlang/lib/esdl-1.2/include -I ../e3d -W +debug_info 
'-Dwings_version="1.2.x.y.WINGS"' -pa ../intl_tools  -o../ebin pmod_pt.erl
-  echo "YES"
-  return 1
-  cd ..
+  #chmod +x "$_pkgname-$pkgver-linux.bzip2.run"
+  #mkdir -p "$_pkgdir/usr/share/$pkgname"
+  #./$_pkgname-$pkgver-linux.bzip2.run --nox11 --nochown --tar xvf
 
+  cd "$_pkgname-master"
   export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
   make
-  #make lang
+  make lang
 }
 
 package() {
-  cd "$srcdir/$_dirname"
+  cd "$srcdir/$_pkgname-master"
 
   mkdir -p "$pkgdir/usr/lib/$pkgname"
   for subdir in ebin fonts patches plugins shaders textures; do
-cp -r "$srcdir/$_dirname/$subdir/" "$pkgdir/usr/lib/$pkgname"
+cp -r "$srcdir/$_pkgname-master/$subdir/" "$pkgdir/usr/lib/$pkgname"
   done
 
   install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"



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

2013-03-03 Thread Eric Bélanger
Date: Monday, March 4, 2013 @ 00:01:17
  Author: eric
Revision: 179132

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

Added:
  qt3/repos/staging-i686/
  qt3/repos/staging-i686/PKGBUILD
(from rev 179131, qt3/trunk/PKGBUILD)
  qt3/repos/staging-i686/eastern_asian_languagues.diff
(from rev 179131, qt3/trunk/eastern_asian_languagues.diff)
  qt3/repos/staging-i686/gcc-4.6.patch
(from rev 179131, qt3/trunk/gcc-4.6.patch)
  qt3/repos/staging-i686/qt-copy-kde-patches.tar.bz2
(from rev 179131, qt3/trunk/qt-copy-kde-patches.tar.bz2)
  qt3/repos/staging-i686/qt-odbc.patch
(from rev 179131, qt3/trunk/qt-odbc.patch)
  qt3/repos/staging-i686/qt-patches.tar.bz2
(from rev 179131, qt3/trunk/qt-patches.tar.bz2)
  qt3/repos/staging-i686/qt.install
(from rev 179131, qt3/trunk/qt.install)
  qt3/repos/staging-i686/qt.profile
(from rev 179131, qt3/trunk/qt.profile)
  qt3/repos/staging-i686/qt3-png15.patch
(from rev 179131, qt3/trunk/qt3-png15.patch)
  qt3/repos/staging-x86_64/
  qt3/repos/staging-x86_64/PKGBUILD
(from rev 179131, qt3/trunk/PKGBUILD)
  qt3/repos/staging-x86_64/eastern_asian_languagues.diff
(from rev 179131, qt3/trunk/eastern_asian_languagues.diff)
  qt3/repos/staging-x86_64/gcc-4.6.patch
(from rev 179131, qt3/trunk/gcc-4.6.patch)
  qt3/repos/staging-x86_64/qt-copy-kde-patches.tar.bz2
(from rev 179131, qt3/trunk/qt-copy-kde-patches.tar.bz2)
  qt3/repos/staging-x86_64/qt-odbc.patch
(from rev 179131, qt3/trunk/qt-odbc.patch)
  qt3/repos/staging-x86_64/qt-patches.tar.bz2
(from rev 179131, qt3/trunk/qt-patches.tar.bz2)
  qt3/repos/staging-x86_64/qt.install
(from rev 179131, qt3/trunk/qt.install)
  qt3/repos/staging-x86_64/qt.profile
(from rev 179131, qt3/trunk/qt.profile)
  qt3/repos/staging-x86_64/qt3-png15.patch
(from rev 179131, qt3/trunk/qt3-png15.patch)

--+
 staging-i686/PKGBUILD|  124 ++
 staging-i686/eastern_asian_languagues.diff   |   39 
 staging-i686/gcc-4.6.patch   |   33 +++
 staging-i686/qt-odbc.patch   |   19 ++
 staging-i686/qt.install  |   12 +
 staging-i686/qt.profile  |4 
 staging-i686/qt3-png15.patch |  212 +
 staging-x86_64/PKGBUILD  |  124 ++
 staging-x86_64/eastern_asian_languagues.diff |   39 
 staging-x86_64/gcc-4.6.patch |   33 +++
 staging-x86_64/qt-odbc.patch |   19 ++
 staging-x86_64/qt.install|   12 +
 staging-x86_64/qt.profile|4 
 staging-x86_64/qt3-png15.patch   |  212 +
 14 files changed, 886 insertions(+)

Copied: qt3/repos/staging-i686/PKGBUILD (from rev 179131, qt3/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 23:01:17 UTC (rev 179132)
@@ -0,0 +1,124 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=qt3
+pkgver=3.3.8b
+pkgrel=3
+epoch=1
+pkgdesc="The QT3 gui toolkit"
+arch=('i686' 'x86_64')
+url="http://www.trolltech.com/products/qt/index.html";
+license=('GPL')
+depends=('libpng' 'libxmu' 'libxcursor' 'libxinerama' 'glu' 'libxft'
+ 'libxrandr' 'libmng')
+makedepends=('mariadb' 'postgresql' 'unixodbc' 'sqlite' 'mesa')
+optdepends=('libmariadbclient' 'postgresql-libs' 'unixodbc')
+options=('!libtool')
+install=qt.install
+source=(ftp://ftp.trolltech.com/qt/source/qt-x11-free-${pkgver}.tar.gz
+qt.profile qt3-png15.patch qt-copy-kde-patches.tar.bz2 
qt-patches.tar.bz2
+eastern_asian_languagues.diff qt-odbc.patch gcc-4.6.patch)
+sha1sums=('745def6250dc7f337dbb265e20bf38dcb41fd854'
+  'd2e257a9011208b2cb81b9cf47915b9a2f9dab83'
+  '3d19510c46016a1a211d97bf8f82b01498b1b33c'
+  '33418e5b117458af23c72cdbffc0c339bc34bdc4'
+  '116afa0e737bdf27ea27f9b3653aeb56db9ec151'
+  '40c7b8f06a21f809ddeb8b5560e9da63ccac6a17'
+  '1346320614f6f86fbeb10b9fbad721dea29f5b61'
+  'd9b83b8f6f9c8bd98d290dc1d0e9913a00b62c3f')
+
+# qt-copy-kde-patches come from http://websvn.kde.org/trunk/qt-copy/patches/
+# other qt-patches come from fedora and gentoo
+
+build() {
+  unset QMAKESPEC
+  export QTDIR="${srcdir}"/qt-x11-free-${pkgver}
+  export PATH=${QTDIR}/bin:${PATH}
+  export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
+  export QMAKESPEC=$QTDIR/mkspecs/linux-g++
+  cd "${srcdir}"/qt-x11-free-${pkgver}
+  # apply qt patches from kde.org
+  for i in ../qt-copy-kde-patches/*; do
+patch -p0 -i $i 
+  done
+  # apply other qt patches and one security fix from debian/gentoo
+  for i in ../qt-patches/*; do
+patch -p1 -i $i 
+  done
+  # fix CJK font/chars select error (FS#11245)
+  patch -p1 -i "${srcdir}"/eastern_asian_languagues.diff 
+  # fix build problem

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

2013-03-03 Thread Eric Bélanger
Date: Sunday, March 3, 2013 @ 23:59:56
  Author: eric
Revision: 179131

upgpkg: qt3 1:3.3.8b-3

Migrate from mysql to mariadb

Modified:
  qt3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 21:13:02 UTC (rev 179130)
+++ PKGBUILD2013-03-03 22:59:56 UTC (rev 179131)
@@ -3,7 +3,7 @@
 
 pkgname=qt3
 pkgver=3.3.8b
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="The QT3 gui toolkit"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('libpng' 'libxmu' 'libxcursor' 'libxinerama' 'glu' 'libxft'
  'libxrandr' 'libmng')
-makedepends=('mysql' 'postgresql' 'unixodbc' 'sqlite' 'mesa')
-optdepends=('libmysqlclient' 'postgresql-libs' 'unixodbc')
+makedepends=('mariadb' 'postgresql' 'unixodbc' 'sqlite' 'mesa')
+optdepends=('libmariadbclient' 'postgresql-libs' 'unixodbc')
 options=('!libtool')
 install=qt.install
 source=(ftp://ftp.trolltech.com/qt/source/qt-x11-free-${pkgver}.tar.gz



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

2013-03-03 Thread Alexander Rødseth
Date: Sunday, March 3, 2013 @ 22:28:43
  Author: arodseth
Revision: 85602

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

Added:
  erlang-sdl/repos/community-i686/PKGBUILD
(from rev 85601, erlang-sdl/trunk/PKGBUILD)
  erlang-sdl/repos/community-x86_64/PKGBUILD
(from rev 85601, erlang-sdl/trunk/PKGBUILD)
Deleted:
  erlang-sdl/repos/community-i686/PKGBUILD
  erlang-sdl/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   65 +---
 community-x86_64/PKGBUILD |   65 +---
 2 files changed, 64 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-03 21:27:29 UTC (rev 85601)
+++ community-i686/PKGBUILD 2013-03-03 21:28:43 UTC (rev 85602)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: kappa 
-
-pkgname=erlang-sdl
-pkgver=1.2
-pkgrel=6
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang (r15b-driver-compat branch)'
-url='http://esdl.sourceforge.net/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl' 'erlang')
-makedepends=('mesa-libgl')
-replaces=('esdl')
-source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/esdl/tar.gz/dgud/r15b-driver-compat";)
-sha256sums=('a14d695229b93401a304b773874e87c02c5b304d4b5b66f35cba75e140672086')
-_dirname='esdl-dgud-r15b-driver-compat'
-
-build() {
-  cd "$srcdir/$_dirname"
-
-  find -type f -print0 | xargs -0 chmod 644
-  make
-}
-
-package() {
-  cd "$srcdir/$_dirname"
-
-  make INSTALLDIR="$pkgdir/usr/lib/erlang/lib/esdl-$pkgver" install
-  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-i686/PKGBUILD (from rev 85601, 
erlang-sdl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-03 21:28:43 UTC (rev 85602)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: kappa 
+
+pkgname=erlang-sdl
+pkgver=1.2
+pkgrel=7
+arch=('x86_64' 'i686')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://esdl.sourceforge.net/'
+license=('custom')
+depends=('erlang' 'sdl' 'glu' 'libgl' 'erlang')
+makedepends=('mesa-libgl')
+replaces=('esdl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dgud/esdl/archive/master.tar.gz";)
+sha256sums=('6a18010e12eed2abeb9b9893a2d89586e3ff14b44fce9c15b8ed091b67709438')
+
+build() {
+  cd "$srcdir/esdl-master"
+
+  find -type f -print0 | xargs -0 chmod 644
+  make
+}
+
+package() {
+  cd "$srcdir/esdl-master"
+
+  make INSTALLDIR="$pkgdir/usr/lib/erlang/lib/esdl-$pkgver" install
+  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-03 21:27:29 UTC (rev 85601)
+++ community-x86_64/PKGBUILD   2013-03-03 21:28:43 UTC (rev 85602)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: kappa 
-
-pkgname=erlang-sdl
-pkgver=1.2
-pkgrel=6
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang (r15b-driver-compat branch)'
-url='http://esdl.sourceforge.net/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl' 'erlang')
-makedepends=('mesa-libgl')
-replaces=('esdl')
-source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/esdl/tar.gz/dgud/r15b-driver-compat";)
-sha256sums=('a14d695229b93401a304b773874e87c02c5b304d4b5b66f35cba75e140672086')
-_dirname='esdl-dgud-r15b-driver-compat'
-
-build() {
-  cd "$srcdir/$_dirname"
-
-  find -type f -print0 | xargs -0 chmod 644
-  make
-}
-
-package() {
-  cd "$srcdir/$_dirname"
-
-  make INSTALLDIR="$pkgdir/usr/lib/erlang/lib/esdl-$pkgver" install
-  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-x86_64/PKGBUILD (from rev 85601, 
erlang-sdl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-03 21:28:43 UTC (rev 85602)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: kappa 
+
+pkgname=erlang-sdl
+pkgver=1.2
+pkgrel=7
+arch=('x86_64' 'i686')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://esdl.sourceforge.net/'
+license=('custom')
+depends=('erlang' 'sdl' 'glu' 'libgl' 'erlang')
+makedepends=('mesa-libgl')
+replaces=('esdl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dgud/esdl/archive/master.tar.gz";)
+sha256sums=('6a18010e12eed2abeb9b9893a2d89586e3ff14b44fce9c15b8ed091b67709438')
+
+build() {
+  cd "$srcdir/esdl-master"
+
+  find -type f -

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

2013-03-03 Thread Alexander Rødseth
Date: Sunday, March 3, 2013 @ 22:27:29
  Author: arodseth
Revision: 85601

upgpkg: erlang-sdl 1.2-7, switched back to master branch

Modified:
  erlang-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 20:55:37 UTC (rev 85600)
+++ PKGBUILD2013-03-03 21:27:29 UTC (rev 85601)
@@ -4,27 +4,26 @@
 
 pkgname=erlang-sdl
 pkgver=1.2
-pkgrel=6
+pkgrel=7
 arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang (r15b-driver-compat branch)'
+pkgdesc='SDL and OpenGL bindings for Erlang'
 url='http://esdl.sourceforge.net/'
 license=('custom')
 depends=('erlang' 'sdl' 'glu' 'libgl' 'erlang')
 makedepends=('mesa-libgl')
 replaces=('esdl')
-source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/esdl/tar.gz/dgud/r15b-driver-compat";)
-sha256sums=('a14d695229b93401a304b773874e87c02c5b304d4b5b66f35cba75e140672086')
-_dirname='esdl-dgud-r15b-driver-compat'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dgud/esdl/archive/master.tar.gz";)
+sha256sums=('6a18010e12eed2abeb9b9893a2d89586e3ff14b44fce9c15b8ed091b67709438')
 
 build() {
-  cd "$srcdir/$_dirname"
+  cd "$srcdir/esdl-master"
 
   find -type f -print0 | xargs -0 chmod 644
   make
 }
 
 package() {
-  cd "$srcdir/$_dirname"
+  cd "$srcdir/esdl-master"
 
   make INSTALLDIR="$pkgdir/usr/lib/erlang/lib/esdl-$pkgver" install
   install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"



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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 22:13:02
  Author: andrea
Revision: 179130

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

Added:
  amarok/repos/staging-i686/
  amarok/repos/staging-i686/PKGBUILD
(from rev 179129, amarok/trunk/PKGBUILD)
  amarok/repos/staging-i686/amarok.install
(from rev 179129, amarok/trunk/amarok.install)
  amarok/repos/staging-x86_64/
  amarok/repos/staging-x86_64/PKGBUILD
(from rev 179129, amarok/trunk/PKGBUILD)
  amarok/repos/staging-x86_64/amarok.install
(from rev 179129, amarok/trunk/amarok.install)

---+
 staging-i686/PKGBUILD |   41 
 staging-i686/amarok.install   |   12 +++
 staging-x86_64/PKGBUILD   |   41 
 staging-x86_64/amarok.install |   12 +++
 4 files changed, 106 insertions(+)

Copied: amarok/repos/staging-i686/PKGBUILD (from rev 179129, 
amarok/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 21:13:02 UTC (rev 179130)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.7.0
+pkgrel=4
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org/";
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt' 'mesa' 'clamz')
+optdepends=("libgpod: support for Apple iPod audio devices"
+   "libmtp: support for portable media devices"
+   "loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service"
+"clamz: allow to download songs from Amazon.com")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('d0ae4a2cb81a54ae94ca24fdb3aed88d7f3a921e')
+   
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: amarok/repos/staging-i686/amarok.install (from rev 179129, 
amarok/trunk/amarok.install)
===
--- staging-i686/amarok.install (rev 0)
+++ staging-i686/amarok.install 2013-03-03 21:13:02 UTC (rev 179130)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: amarok/repos/staging-x86_64/PKGBUILD (from rev 179129, 
amarok/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-03 21:13:02 UTC (rev 179130)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.7.0
+pkgrel=4
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org/";
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt' 'mesa' 'clamz')
+optdepends=("libgpod: support for Apple iPod audio devices"
+   "libmtp: support for portable media devices"
+   "loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service"
+"clamz: allow to download songs from Amazon.com")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('d0ae4a2cb81a54ae94ca24fdb3aed88d7f3a921e')
+   
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: amarok/repos/staging-x86_64/amarok.install (from rev 179129, 
amarok/trunk/amarok.install)
===
--- staging-x86_64/a

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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 22:12:56
  Author: andrea
Revision: 179129

upgpkg: amarok 2.7.0-4

switch to mariadb

Modified:
  amarok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 20:44:25 UTC (rev 179128)
+++ PKGBUILD2013-03-03 21:12:56 UTC (rev 179129)
@@ -6,12 +6,12 @@
 pkgname=amarok
 replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
 pkgver=2.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org/";
 license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
+depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
 'liblastfm' 'ffmpeg' 'libofa' 'qjson')
 makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
  'libmygpo-qt' 'mesa' 'clamz')



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

2013-03-03 Thread Alexander Rødseth
Date: Sunday, March 3, 2013 @ 21:55:37
  Author: arodseth
Revision: 85600

Doesn't compile for i686 in chroot

Modified:
  hercules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 20:28:17 UTC (rev 85599)
+++ PKGBUILD2013-03-03 20:55:37 UTC (rev 85600)
@@ -1,30 +1,35 @@
 # $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Kevin Piche 
 # Contributor: Tom Newsom 
-# Maintainer: Kevin Piche 
 
 pkgname=hercules
-pkgver=3.07
-pkgrel=2
-pkgdesc="A software implementation of the mainframe System/370 and ESA/390 
architectures"
-url="http://www.hercules-390.org/";
-source=("http://www.hercules-390.org/$pkgname-$pkgver.tar.gz";)
-arch=('i686' 'x86_64')
+pkgver=3.08
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Software implementation of System/370 and ESA/390'
+url='http://www.hercules-390.eu/'
+source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz";)
 license=('custom')
 options=('!libtool')
-depends=('bzip2' 'libgcrypt' 'zlib')
-md5sums=('a12aa1645b0695b25b7fc0c9a3ccab3a')
+depends=('bzip2' 'libgcrypt' 'zlib' 'perl')
+sha256sums=('85e217773587f2278d4b6cb6bc815e042cfc982d0fc14baa0da4a84dea399e9d')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
+
   # Change module extension from .la to .so.
-  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
+  #sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i hdl.h
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-  install -D -m644 COPYRIGHT \
-$pkgdir/usr/share/licenses/hercules/qpl1
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" install
+  install -Dm644 COPYRIGHT \
+"$pkgdir/usr/share/licenses/hercules/qpl1"
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 21:44:25
  Author: andrea
Revision: 179128

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

Added:
  akonadi/repos/staging-i686/
  akonadi/repos/staging-i686/PKGBUILD
(from rev 179127, akonadi/trunk/PKGBUILD)
  akonadi/repos/staging-i686/akonadi.install
(from rev 179127, akonadi/trunk/akonadi.install)
  akonadi/repos/staging-x86_64/
  akonadi/repos/staging-x86_64/PKGBUILD
(from rev 179127, akonadi/trunk/PKGBUILD)
  akonadi/repos/staging-x86_64/akonadi.install
(from rev 179127, akonadi/trunk/akonadi.install)

+
 staging-i686/PKGBUILD  |   32 
 staging-i686/akonadi.install   |   11 +++
 staging-x86_64/PKGBUILD|   32 
 staging-x86_64/akonadi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: akonadi/repos/staging-i686/PKGBUILD (from rev 179127, 
akonadi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 20:44:25 UTC (rev 179128)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.9.1
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('f150d5e9b4776d683d0b1d64316f0276')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: akonadi/repos/staging-i686/akonadi.install (from rev 179127, 
akonadi/trunk/akonadi.install)
===
--- staging-i686/akonadi.install(rev 0)
+++ staging-i686/akonadi.install2013-03-03 20:44:25 UTC (rev 179128)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/staging-x86_64/PKGBUILD (from rev 179127, 
akonadi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-03 20:44:25 UTC (rev 179128)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.9.1
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('f150d5e9b4776d683d0b1d64316f0276')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: akonadi/repos/staging-x86_64/akonadi.install (from rev 179127, 
akonadi/trunk/akonadi.install)
===
--- staging-x86_64/akonadi.install  (rev 0)
+++ staging-x86_64/akonadi.install  2013-03-03 20:44:25 UTC (rev 179128)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 21:44:19
  Author: andrea
Revision: 179127

upgpkg: akonadi 1.9.1-2

switch to mariadb

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 20:40:00 UTC (rev 179126)
+++ PKGBUILD2013-03-03 20:44:19 UTC (rev 179127)
@@ -4,12 +4,12 @@
 
 pkgname=akonadi
 pkgver=1.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
 license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)



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

2013-03-03 Thread Bartłomiej Piotrowski
Date: Sunday, March 3, 2013 @ 21:40:00
  Author: bpiotrowski
Revision: 179126

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

Added:
  gnokii/repos/staging-i686/
  gnokii/repos/staging-i686/PKGBUILD
(from rev 179125, gnokii/trunk/PKGBUILD)
  gnokii/repos/staging-i686/gnokii.patch
(from rev 179125, gnokii/trunk/gnokii.patch)
  gnokii/repos/staging-x86_64/
  gnokii/repos/staging-x86_64/PKGBUILD
(from rev 179125, gnokii/trunk/PKGBUILD)
  gnokii/repos/staging-x86_64/gnokii.patch
(from rev 179125, gnokii/trunk/gnokii.patch)

-+
 staging-i686/PKGBUILD   |   46 ++
 staging-i686/gnokii.patch   |   12 ++
 staging-x86_64/PKGBUILD |   46 ++
 staging-x86_64/gnokii.patch |   12 ++
 4 files changed, 116 insertions(+)

Copied: gnokii/repos/staging-i686/PKGBUILD (from rev 179125, 
gnokii/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 20:40:00 UTC (rev 179126)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Aurelien Foret 
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=2
+pkgdesc="Tools and user space driver for use with mobile phones"
+arch=('i686' 'x86_64')
+url="http://www.gnokii.org/";
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool')
+optdepends=('gtk2: xgnokii GUI'
+'libmysqlclient: smsd mysql backend'
+'postgresql-libs: smsd postgresql backend')
+backup=('etc/gnokiirc')
+options=('!libtool' '!makeflags')
+source=("http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2";
+'gnokii.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i "${srcdir}/gnokii.patch"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 Docs/sample/gnokiirc "${pkgdir}/etc/gnokiirc"
+}

Copied: gnokii/repos/staging-i686/gnokii.patch (from rev 179125, 
gnokii/trunk/gnokii.patch)
===
--- staging-i686/gnokii.patch   (rev 0)
+++ staging-i686/gnokii.patch   2013-03-03 20:40:00 UTC (rev 179126)
@@ -0,0 +1,12 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc 
gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/Docs/sample/gnokiirc 2012-02-18 12:49:26.957557504 +0100
+@@ -238,7 +238,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
+ # permissions 4750, owned by root, group gnokii.  Ensure you
+ # are in the gnokii group and that the group exists...
+-bindir = /usr/local/sbin/
++bindir = /usr/sbin/
+ 
+ # Any entries in the following two sections will be set as environment
+ # variables when running the scripts.

Copied: gnokii/repos/staging-x86_64/PKGBUILD (from rev 179125, 
gnokii/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-03 20:40:00 UTC (rev 179126)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Aurelien Foret 
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=2
+pkgdesc="Tools and user space driver for use with mobile phones"
+arch=('i686' 'x86_64')
+url="http://www.gnokii.org/";
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool')
+optdepends=('gtk2: xgnokii GUI'
+'libmysqlclient: smsd mysql backend'
+'postgresql-libs: smsd postgresql backend')
+backup=('etc/gnokiirc')
+options=('!libtool' '!makeflags')
+source=("http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2";
+'gnokii.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i "${srcdir}/gnokii.patch"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 Docs/sample/gnokiirc "${pkgdir}/etc/gnokiirc"
+}

Copied: gnokii/repos/staging-x86_64/gnok

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

2013-03-03 Thread Bartłomiej Piotrowski
Date: Sunday, March 3, 2013 @ 21:39:44
  Author: bpiotrowski
Revision: 179125

upgpkg: gnokii 0.6.31-2

Rebuild against libmariadbclient.

Modified:
  gnokii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 20:34:54 UTC (rev 179124)
+++ PKGBUILD2013-03-03 20:39:44 UTC (rev 179125)
@@ -6,13 +6,13 @@
 
 pkgname=gnokii
 pkgver=0.6.31
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools and user space driver for use with mobile phones"
 arch=('i686' 'x86_64')
 url="http://www.gnokii.org/";
 license=('GPL')
 depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
-makedepends=('gtk2' 'libmysqlclient' 'postgresql-libs' 'intltool')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool')
 optdepends=('gtk2: xgnokii GUI'
 'libmysqlclient: smsd mysql backend'
 'postgresql-libs: smsd postgresql backend')



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

2013-03-03 Thread Eric Bélanger
Date: Sunday, March 3, 2013 @ 21:34:54
  Author: eric
Revision: 179124

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

Added:
  rrdtool/repos/staging-i686/
  rrdtool/repos/staging-i686/PKGBUILD
(from rev 179123, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/staging-x86_64/
  rrdtool/repos/staging-x86_64/PKGBUILD
(from rev 179123, rrdtool/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   40 
 staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 179123, 
rrdtool/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 20:34:54 UTC (rev 179124)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.4.7
+pkgrel=5
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua51: to use corresponding binding')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in
+
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" includedir=/usr/include install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 179123, 
rrdtool/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-03 20:34:54 UTC (rev 179124)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.4.7
+pkgrel=5
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua51: to use corresponding binding')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in
+
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" includedir=/usr/include install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-03-03 Thread Eric Bélanger
Date: Sunday, March 3, 2013 @ 21:33:49
  Author: eric
Revision: 179123

upgpkg: rrdtool 1.4.7-5

Rebuild against ruby 2.0.0

Modified:
  rrdtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 20:25:31 UTC (rev 179122)
+++ PKGBUILD2013-03-03 20:33:49 UTC (rev 179123)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org";
@@ -35,6 +35,6 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" includedir=/usr/include install
   install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

2013-03-03 Thread Bartłomiej Piotrowski
Date: Sunday, March 3, 2013 @ 21:28:17
  Author: bpiotrowski
Revision: 85599

archrelease: copy trunk to community-staging-any

Added:
  phpmyadmin/repos/community-staging-any/
  phpmyadmin/repos/community-staging-any/PKGBUILD
(from rev 85598, phpmyadmin/trunk/PKGBUILD)
  phpmyadmin/repos/community-staging-any/phpmyadmin.install
(from rev 85598, phpmyadmin/trunk/phpmyadmin.install)

+
 PKGBUILD   |   45 +
 phpmyadmin.install |3 +++
 2 files changed, 48 insertions(+)

Copied: phpmyadmin/repos/community-staging-any/PKGBUILD (from rev 85598, 
phpmyadmin/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2013-03-03 20:28:17 UTC (rev 85599)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: tobias 
+# Committer: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=3.5.7
+pkgrel=2
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url="http://www.phpmyadmin.net";
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication'
+   'python')
+backup=(etc/webapps/phpmyadmin/.htaccess
+   etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+install=$pkgname.install
+sha256sums=('a1d1c2301f5abd27373d85d7b1ce3a4c4981968241a2c7cd516669c46b224772')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p ${_instdir} $pkgdir/etc/webapps/phpmyadmin
+  cd ${_instdir}
+
+  cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* .
+  echo "deny from all" >$pkgdir/etc/webapps/phpmyadmin/.htaccess
+
+  ln -s /etc/webapps/phpmyadmin/.htaccess ${_instdir}/.htaccess
+  ln -s /etc/webapps/phpmyadmin/config.inc.php ${_instdir}/config.inc.php
+  cp ${_instdir}/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+
+  cat >$pkgdir/etc/webapps/phpmyadmin/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/"
+   
+EOF
+}

Copied: phpmyadmin/repos/community-staging-any/phpmyadmin.install (from rev 
85598, phpmyadmin/trunk/phpmyadmin.install)
===
--- community-staging-any/phpmyadmin.install(rev 0)
+++ community-staging-any/phpmyadmin.install2013-03-03 20:28:17 UTC (rev 
85599)
@@ -0,0 +1,3 @@
+post_install() {
+echo "Check http://wiki.archlinux.org/index.php/Phpmyadmin for details."
+}



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

2013-03-03 Thread Bartłomiej Piotrowski
Date: Sunday, March 3, 2013 @ 21:28:10
  Author: bpiotrowski
Revision: 85598

upgpkg: phpmyadmin 3.5.7-2

Rebuild against mariadb-clients.

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 19:43:42 UTC (rev 85597)
+++ PKGBUILD2013-03-03 20:28:10 UTC (rev 85598)
@@ -6,12 +6,12 @@
 
 pkgname=phpmyadmin
 pkgver=3.5.7
-pkgrel=1
+pkgrel=2
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
 url="http://www.phpmyadmin.net";
 license=('GPL')
-depends=('mysql-clients' 'php')
+depends=('mariadb-clients' 'php')
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication'
'python')
 backup=(etc/webapps/phpmyadmin/.htaccess



[arch-commits] Commit in perl-dbd-mysql/repos (4 files)

2013-03-03 Thread Bartłomiej Piotrowski
Date: Sunday, March 3, 2013 @ 21:25:31
  Author: bpiotrowski
Revision: 179122

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

Added:
  perl-dbd-mysql/repos/staging-i686/
  perl-dbd-mysql/repos/staging-i686/PKGBUILD
(from rev 179121, perl-dbd-mysql/trunk/PKGBUILD)
  perl-dbd-mysql/repos/staging-x86_64/
  perl-dbd-mysql/repos/staging-x86_64/PKGBUILD
(from rev 179121, perl-dbd-mysql/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   45 +
 staging-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: perl-dbd-mysql/repos/staging-i686/PKGBUILD (from rev 179121, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 20:25:31 UTC (rev 179122)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-dbd-mysql
+_realname=DBD-mysql
+pkgver=4.022
+pkgrel=2
+pkgdesc="Perl/CPAN DBD::mysql module for interacting with MySQL via DBD"
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('libmariadbclient' 'perl-dbi')
+makedepends=('mysql')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
+md5sums=('20fb571245e3b9ac275b8329025c4bf6')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test &
+  sleep 10
+  DAEMON_PORT=$!
+  make test || true
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}

Copied: perl-dbd-mysql/repos/staging-x86_64/PKGBUILD (from rev 179121, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-03 20:25:31 UTC (rev 179122)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-dbd-mysql
+_realname=DBD-mysql
+pkgver=4.022
+pkgrel=2
+pkgdesc="Perl/CPAN DBD::mysql module for interacting with MySQL via DBD"
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('libmariadbclient' 'perl-dbi')
+makedepends=('mysql')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
+md5sums=('20fb571245e3b9ac275b8329025c4bf6')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test &
+  sleep 10
+  DAEMON_PORT=$!
+  make test || true
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-dbd-mysql/trunk (PKGBUILD)

2013-03-03 Thread Bartłomiej Piotrowski
Date: Sunday, March 3, 2013 @ 21:25:15
  Author: bpiotrowski
Revision: 179121

upgpkg: perl-dbd-mysql 4.022-2

Rebuild against libmariadbclient.

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 20:01:04 UTC (rev 179120)
+++ PKGBUILD2013-03-03 20:25:15 UTC (rev 179121)
@@ -5,12 +5,12 @@
 pkgname=perl-dbd-mysql
 _realname=DBD-mysql
 pkgver=4.022
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl/CPAN DBD::mysql module for interacting with MySQL via DBD"
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
-depends=('libmysqlclient' 'perl-dbi')
+depends=('libmariadbclient' 'perl-dbi')
 makedepends=('mysql')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)



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

2013-03-03 Thread Bartłomiej Piotrowski
Date: Sunday, March 3, 2013 @ 21:01:04
  Author: bpiotrowski
Revision: 179120

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 179119, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 179119, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 179119, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 179119, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 179119, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 179119, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 179119, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 179119, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 179119, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 179119, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 extra-i686/PKGBUILD   |  272 ++--
 extra-i686/mariadb-post.sh|   16 +-
 extra-i686/mariadb-tmpfile.conf   |2 
 extra-i686/mariadb.install|   91 ++--
 extra-i686/mariadb.service|   32 ++--
 extra-x86_64/PKGBUILD |  272 ++--
 extra-x86_64/mariadb-post.sh  |   16 +-
 extra-x86_64/mariadb-tmpfile.conf |2 
 extra-x86_64/mariadb.install  |   91 ++--
 extra-x86_64/mariadb.service  |   32 ++--
 10 files changed, 416 insertions(+), 410 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-03 20:00:38 UTC (rev 179119)
+++ extra-i686/PKGBUILD 2013-03-03 20:01:04 UTC (rev 179120)
@@ -1,136 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb')
-pkgver=5.5.29
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib')
-options=('!libtool')
-source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-sha256sums=('b0e25b5451dbf8e8c8bf243bbd0aeb264db0da2caceafc7e2c9fad77b8d4be74'
-'a6cf5446159fff16598d0d787dd3a3c30a53a656a5f876ddb608bc60e234d334'
-'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
-'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
-
-build() {
-  cd $srcdir
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer" \
--DCMAKE_CXX_FLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti" \
--DWITH_MYSQLD_LDFLAGS="${LDFLAGS}"
-
-
-  make
-}
-
-package_libmariadbclient() {
-  pkgdesc="MariaDB client libraries"
-  depends=('openssl')
-  conflicts=('libmysqlclient')
-  provides=("libmysqlclient=$pkgver")
-  
-  cd "$srcdir"/build
-  for dir in include libmysql libmysqld libservices; do
-make -C $dir DESTDIR="$pkg

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

2013-03-03 Thread Bartłomiej Piotrowski
Date: Sunday, March 3, 2013 @ 21:00:38
  Author: bpiotrowski
Revision: 179119

upgpkg: mariadb 5.5.29-5

add info for MySQL migrants

Modified:
  mariadb/trunk/PKGBUILD
  mariadb/trunk/mariadb.install

-+
 PKGBUILD|8 
 mariadb.install |5 -
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 19:40:18 UTC (rev 179118)
+++ PKGBUILD2013-03-03 20:00:38 UTC (rev 179119)
@@ -4,7 +4,7 @@
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb')
 pkgver=5.5.29
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -65,7 +65,7 @@
 }
 
 package_libmariadbclient() {
-  pkgdesc="MariaDB client libraries"
+  pkgdesc='MariaDB client libraries'
   depends=('openssl')
   conflicts=('libmysqlclient')
   provides=("libmysqlclient=$pkgver")
@@ -84,7 +84,7 @@
 }
 
 package_mariadb-clients() {
-  pkgdesc="MariaDB client tools"
+  pkgdesc='MariaDB client tools'
   depends=('libmariadbclient')
   conflicts=('mysql-clients')
   provides=("mysql-clients=$pkgver")
@@ -103,7 +103,7 @@
 }
 
 package_mariadb() {
-  pkgdesc="A fast SQL database server, drop-in replacement for MySQL"
+  pkgdesc='Fast SQL database server, drop-in replacement for MySQL'
   backup=('etc/mysql/my.cnf')
   install=mariadb.install
   depends=('mariadb-clients')

Modified: mariadb.install
===
--- mariadb.install 2013-03-03 19:40:18 UTC (rev 179118)
+++ mariadb.install 2013-03-03 20:00:38 UTC (rev 179119)
@@ -14,6 +14,9 @@
   fi
 
   usr/bin/systemd-tmpfiles --create mysqld.conf
+
+  echo ">> If you are migrating from MySQL, don't forget to run 
'mysql_upgrade'"
+  echo " after mysqld.service restart." 
 }
 
 post_upgrade(){
@@ -28,7 +31,7 @@
   fi
 
   if [[ "$(vercmp $2 5.5.25-5)" -lt 0 ]]; then
-echo ">>> mysql.service has been renamed to mysqld.service to keep"
+echo ">> mysql.service has been renamed to mysqld.service to keep"
 echo "consistency with MySQL package." 
   fi
 }



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

2013-03-03 Thread Giovanni Scafora
Date: Sunday, March 3, 2013 @ 20:43:42
  Author: giovanni
Revision: 85597

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

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

+
 community-i686/PKGBUILD|   98 +++
 community-i686/sigil.install   |   24 -
 community-x86_64/PKGBUILD  |   98 +++
 community-x86_64/sigil.install |   24 -
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-03 19:43:32 UTC (rev 85596)
+++ community-i686/PKGBUILD 2013-03-03 19:43:42 UTC (rev 85597)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="WYSIWYG ebook editor"
-arch=('i686' 'x86_64') 
-url="http://code.google.com/p/sigil/";
-license=('GPL3')
-depends=('qt5-webkit' 'boost-libs')
-makedepends=('qt5-addons' 'qt5-declarative' 'qt5-tools' 'cmake' 'gendesk' 
'boost')
-install=sigil.install
-source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip";)
-md5sums=('06ba5ace506e01adf4a37534fa276cec')
-
-build() {
-  cd "${srcdir}"
-  gendesk -n
-
-  mkdir build
-  cd build
-
-  cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make install DESTDIR="${pkgdir}"
-
-  install -d -m 0755 "${pkgdir}"/usr/share/applications
-  install -m 0644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications
-
-  for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
-  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-  done
-  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: sigil/repos/community-i686/PKGBUILD (from rev 85596, 
sigil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-03 19:43:42 UTC (rev 85597)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('i686' 'x86_64') 
+url="http://code.google.com/p/sigil/";
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+install=sigil.install
+source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip";)
+md5sums=('e6c281b6702a8f9d79cc85703dc8d3ea')
+
+build() {
+  cd "${srcdir}"
+  gendesk -n
+
+  mkdir build
+  cd build
+
+  cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make install DESTDIR="${pkgdir}"
+
+  install -d -m 0755 "${pkgdir}"/usr/share/applications
+  install -m 0644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Deleted: community-i686/sigil.install
===
--- community-i686/sigil.install2013-03-03 19:43:32 UTC (rev 85596)
+++ community-i686/sigil.install2013-03-03 19:43:42 UTC (rev 85597)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sigil/repos/community-i686/sigil.install (from rev 85596, 
sigil/trunk/sigil.install)
===
--- community-i686/sigil.install(rev 0)
+++ community-i686/sigil.install2013-03-03 19:

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

2013-03-03 Thread Giovanni Scafora
Date: Sunday, March 3, 2013 @ 20:43:32
  Author: giovanni
Revision: 85596

upgpkg: sigil 0.7.1-1

upstream release

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 19:27:06 UTC (rev 85595)
+++ PKGBUILD2013-03-03 19:43:32 UTC (rev 85596)
@@ -3,8 +3,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=sigil
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="WYSIWYG ebook editor"
 arch=('i686' 'x86_64') 
 url="http://code.google.com/p/sigil/";
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
 install=sigil.install
 source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip";)
-md5sums=('06ba5ace506e01adf4a37534fa276cec')
+md5sums=('e6c281b6702a8f9d79cc85703dc8d3ea')
 
 build() {
   cd "${srcdir}"



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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 20:40:18
  Author: andrea
Revision: 179118

archrelease: copy trunk to extra-i686

Added:
  qt5/repos/extra-i686/PKGBUILD
(from rev 179117, qt5/trunk/PKGBUILD)
  qt5/repos/extra-i686/assistant.desktop
(from rev 179117, qt5/trunk/assistant.desktop)
  qt5/repos/extra-i686/designer.desktop
(from rev 179117, qt5/trunk/designer.desktop)
  qt5/repos/extra-i686/linguist.desktop
(from rev 179117, qt5/trunk/linguist.desktop)
  qt5/repos/extra-i686/qt5-base.install
(from rev 179117, qt5/trunk/qt5-base.install)
  qt5/repos/extra-i686/qt5-tools.install
(from rev 179117, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-i686/use-python2.patch
(from rev 179117, qt5/trunk/use-python2.patch)
Deleted:
  qt5/repos/extra-i686/PKGBUILD
  qt5/repos/extra-i686/assistant.desktop
  qt5/repos/extra-i686/designer.desktop
  qt5/repos/extra-i686/linguist.desktop
  qt5/repos/extra-i686/qt5-base.install
  qt5/repos/extra-i686/qt5-tools.install
  qt5/repos/extra-i686/use-python2.patch

---+
 PKGBUILD  |  553 +---
 assistant.desktop |   16 -
 designer.desktop  |   20 -
 linguist.desktop  |   18 -
 qt5-base.install  |   22 +-
 qt5-tools.install |   24 +-
 use-python2.patch |  192 +-
 7 files changed, 414 insertions(+), 431 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-03 18:53:03 UTC (rev 179117)
+++ PKGBUILD2013-03-03 19:40:18 UTC (rev 179118)
@@ -1,285 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=qt5
-pkgname=('qt5-base'
- 'qt5-declarative'
- 'qt5-doc'
- 'qt5-graphicaleffects'
- 'qt5-imageformats'
- 'qt5-jsbackend'
- 'qt5-multimedia'
- 'qt5-quick1'
- 'qt5-script'
- 'qt5-svg'
- 'qt5-tools'
- 'qt5-translations'
- 'qt5-webkit'
- 'qt5-xmlpatterns')
-pkgver=5.0.1
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL')
-makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 
'xcb-util-keysyms'
-'mesa-libgl' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins'
-'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
-'postgresql-libs' 'libmysqlclient' 'sqlite' 'unixodbc' 
'libfbclient'
-'python2' 'ruby' 'gperf')
-groups=('qt' 'qt5')
-options=('!libtool')
-_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
-source=("http://releases.qt-project.org/${pkgbase}/${pkgver}/single/${_pkgfqn}.tar.xz";
-'assistant.desktop' 'designer.desktop' 'linguist.desktop'
-'use-python2.patch')
-md5sums=('00a577bd88e682d1b4d01d41d1d699cf'
- 'f1837a03fd0ebbd2da58975845f278e3'
- '480fea1ed076992b688373c8db274be0'
- '5595c24d5bb942c21e3a4d299e6d0bf1'
- 'ec3133b093550f16a21bb91e5f0f2943')
-
-build() {
-  cd ${_pkgfqn}
-
-  export QTDIR="${srcdir}"/${_pkgfqn}
-  export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
-
-  sed -i "s|-O2|${CXXFLAGS}|" qtbase/mkspecs/common/{g++,gcc}-base.conf
-  sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" 
qtbase/mkspecs/common/gcc-base-unix.conf
-  sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" 
qtbase/mkspecs/common/gcc-base.conf
-
-  # Use python2 for Python 2.x
-  patch -p1 -i "${srcdir}"/use-python2.patch
-  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
--e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find . -name '*.py')
-
-  ./configure -confirm-license -opensource \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt5 \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake docs \
--nomake examples \
--nomake tests \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--reduce-relocations
-
-  make
-
-  # Build docs
-  make qmake_all
-  make docs
-}
-
-package_qt5-base() {
-  pkgdesc=('A cross-platform application and UI framework')
-  depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
-   'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 
'xcb-util-image'
-   'hicolor-icon-theme' 'xdg-utils')
-  optdepends=('postgresql-libs: PostgreSQL driver'
-  'libmysqlclient: MySQL driver'
-  'unixodbc: ODBC driver'
-  'libfbclient: Firebird/iBase driver')
-  install='qt5-base.install'
-  conflicts=('qt')
-
-  cd ${_pkgfqn}/qtbase
-  make INSTALL_ROOT="${pkgdir}" install
-  
-  cd "${srcdir}"
-  install -D -m644 ${_pkgfqn}/qtbase/LGPL_EXCEPTION.txt \
-${pkgdir}/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
-
-  # Fix wrong path in prl files
-  find "${pkgdir}/usr/li

[arch-commits] Commit in qt4-private-headers/repos/community-any (PKGBUILD PKGBUILD)

2013-03-03 Thread Eric Bélanger
Date: Sunday, March 3, 2013 @ 20:27:06
  Author: eric
Revision: 85595

archrelease: copy trunk to community-any

Added:
  qt4-private-headers/repos/community-any/PKGBUILD
(from rev 85594, qt4-private-headers/trunk/PKGBUILD)
Deleted:
  qt4-private-headers/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-03 19:26:12 UTC (rev 85594)
+++ PKGBUILD2013-03-03 19:27:06 UTC (rev 85595)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-
-pkgname=qt4-private-headers
-pkgver=4.8.4
-pkgrel=1
-pkgdesc="Qt4 private headers for development"
-arch=('any')
-license=('GPL3' 'LGPL')
-url=http://qt-project.org/
-depends=("qt4=${pkgver}")
-conflicts=('qt-private-headers')
-replaces=('qt-private-headers')
-_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
-source=("http://releases.qt-project.org/qt/source/${_pkgfqn}.tar.gz";)
-md5sums=('89c5ecba180cae74c66260ac732dc5cb')
-
-package() {
-install -d 
"${pkgdir}"/usr/include/qt4/{QtCore,QtDeclarative,QtGui,QtScript}
-install -d "${pkgdir}"/usr/src/qt4/{corelib,declarative,gui,script}
-
-for i in QtCore QtDeclarative QtGui QtScript; do
-  cp -r ${_pkgfqn}/include/${i}/private/ \
-"${pkgdir}"/usr/include/qt4/${i}/
-done
-
-find "${pkgdir}"/usr/include/qt4/ -name *.h \
-  -exec sed -i 's|#include "../../../src/|#include "../../../src/qt4/|' {} 
\;
-
-for i in corelib declarative gui script; do
-  cp -r ${_pkgfqn}/src/${i} "${pkgdir}"/usr/src/qt4/
-done
-}

Copied: qt4-private-headers/repos/community-any/PKGBUILD (from rev 85594, 
qt4-private-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-03 19:27:06 UTC (rev 85595)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+
+pkgname=qt4-private-headers
+pkgver=4.8.4
+pkgrel=1
+pkgdesc="Qt4 private headers for development"
+arch=('any')
+license=('GPL3' 'LGPL')
+url=http://qt-project.org/
+depends=("qt4=${pkgver}")
+conflicts=('qt-private-headers')
+replaces=('qt-private-headers')
+_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
+source=("http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz";)
+md5sums=('89c5ecba180cae74c66260ac732dc5cb')
+
+package() {
+install -d 
"${pkgdir}"/usr/include/qt4/{QtCore,QtDeclarative,QtGui,QtScript}
+install -d "${pkgdir}"/usr/src/qt4/{corelib,declarative,gui,script}
+
+for i in QtCore QtDeclarative QtGui QtScript; do
+  cp -r ${_pkgfqn}/include/${i}/private/ \
+"${pkgdir}"/usr/include/qt4/${i}/
+done
+
+find "${pkgdir}"/usr/include/qt4/ -name *.h \
+  -exec sed -i 's|#include "../../../src/|#include "../../../src/qt4/|' {} 
\;
+
+for i in corelib declarative gui script; do
+  cp -r ${_pkgfqn}/src/${i} "${pkgdir}"/usr/src/qt4/
+done
+}



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

2013-03-03 Thread Eric Bélanger
Date: Sunday, March 3, 2013 @ 20:26:12
  Author: eric
Revision: 85594

Fix source url

Modified:
  qt4-private-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 18:52:07 UTC (rev 85593)
+++ PKGBUILD2013-03-03 19:26:12 UTC (rev 85594)
@@ -13,7 +13,7 @@
 conflicts=('qt-private-headers')
 replaces=('qt-private-headers')
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
-source=("http://releases.qt-project.org/qt/source/${_pkgfqn}.tar.gz";)
+source=("http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz";)
 md5sums=('89c5ecba180cae74c66260ac732dc5cb')
 
 package() {



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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 19:53:03
  Author: andrea
Revision: 179117

archrelease: copy trunk to extra-x86_64

Added:
  qt5/repos/extra-x86_64/PKGBUILD
(from rev 179116, qt5/trunk/PKGBUILD)
  qt5/repos/extra-x86_64/assistant.desktop
(from rev 179116, qt5/trunk/assistant.desktop)
  qt5/repos/extra-x86_64/designer.desktop
(from rev 179116, qt5/trunk/designer.desktop)
  qt5/repos/extra-x86_64/linguist.desktop
(from rev 179116, qt5/trunk/linguist.desktop)
  qt5/repos/extra-x86_64/qt5-base.install
(from rev 179116, qt5/trunk/qt5-base.install)
  qt5/repos/extra-x86_64/qt5-tools.install
(from rev 179116, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-x86_64/use-python2.patch
(from rev 179116, qt5/trunk/use-python2.patch)
Deleted:
  qt5/repos/extra-x86_64/PKGBUILD
  qt5/repos/extra-x86_64/assistant.desktop
  qt5/repos/extra-x86_64/designer.desktop
  qt5/repos/extra-x86_64/linguist.desktop
  qt5/repos/extra-x86_64/qt5-base.install
  qt5/repos/extra-x86_64/qt5-tools.install
  qt5/repos/extra-x86_64/use-python2.patch

---+
 PKGBUILD  |  553 +---
 assistant.desktop |   16 -
 designer.desktop  |   20 -
 linguist.desktop  |   18 -
 qt5-base.install  |   22 +-
 qt5-tools.install |   24 +-
 use-python2.patch |  192 +-
 7 files changed, 414 insertions(+), 431 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-03 18:50:34 UTC (rev 179116)
+++ PKGBUILD2013-03-03 18:53:03 UTC (rev 179117)
@@ -1,285 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=qt5
-pkgname=('qt5-base'
- 'qt5-declarative'
- 'qt5-doc'
- 'qt5-graphicaleffects'
- 'qt5-imageformats'
- 'qt5-jsbackend'
- 'qt5-multimedia'
- 'qt5-quick1'
- 'qt5-script'
- 'qt5-svg'
- 'qt5-tools'
- 'qt5-translations'
- 'qt5-webkit'
- 'qt5-xmlpatterns')
-pkgver=5.0.1
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL')
-makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 
'xcb-util-keysyms'
-'mesa-libgl' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins'
-'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
-'postgresql-libs' 'libmysqlclient' 'sqlite' 'unixodbc' 
'libfbclient'
-'python2' 'ruby' 'gperf')
-groups=('qt' 'qt5')
-options=('!libtool')
-_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
-source=("http://releases.qt-project.org/${pkgbase}/${pkgver}/single/${_pkgfqn}.tar.xz";
-'assistant.desktop' 'designer.desktop' 'linguist.desktop'
-'use-python2.patch')
-md5sums=('00a577bd88e682d1b4d01d41d1d699cf'
- 'f1837a03fd0ebbd2da58975845f278e3'
- '480fea1ed076992b688373c8db274be0'
- '5595c24d5bb942c21e3a4d299e6d0bf1'
- 'ec3133b093550f16a21bb91e5f0f2943')
-
-build() {
-  cd ${_pkgfqn}
-
-  export QTDIR="${srcdir}"/${_pkgfqn}
-  export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
-
-  sed -i "s|-O2|${CXXFLAGS}|" qtbase/mkspecs/common/{g++,gcc}-base.conf
-  sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" 
qtbase/mkspecs/common/gcc-base-unix.conf
-  sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" 
qtbase/mkspecs/common/gcc-base.conf
-
-  # Use python2 for Python 2.x
-  patch -p1 -i "${srcdir}"/use-python2.patch
-  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
--e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find . -name '*.py')
-
-  ./configure -confirm-license -opensource \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt5 \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake docs \
--nomake examples \
--nomake tests \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--reduce-relocations
-
-  make
-
-  # Build docs
-  make qmake_all
-  make docs
-}
-
-package_qt5-base() {
-  pkgdesc=('A cross-platform application and UI framework')
-  depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
-   'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 
'xcb-util-image'
-   'hicolor-icon-theme' 'xdg-utils')
-  optdepends=('postgresql-libs: PostgreSQL driver'
-  'libmysqlclient: MySQL driver'
-  'unixodbc: ODBC driver'
-  'libfbclient: Firebird/iBase driver')
-  install='qt5-base.install'
-  conflicts=('qt')
-
-  cd ${_pkgfqn}/qtbase
-  make INSTALL_ROOT="${pkgdir}" install
-  
-  cd "${srcdir}"
-  install -D -m644 ${_pkgfqn}/qtbase/LGPL_EXCEPTION.txt \
-${pkgdir}/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
-
-  # Fix wrong path in prl f

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

2013-03-03 Thread Ángel Velásquez
Date: Sunday, March 3, 2013 @ 19:52:07
  Author: angvp
Revision: 85593

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-03 18:51:30 UTC (rev 85592)
+++ PKGBUILD2013-03-03 18:52:07 UTC (rev 85593)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Mario Danic 
-
-pkgbase=python-paramiko
-pkgname=python2-paramiko
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Python module that implements the SSH2 protocol"
-url="http://www.lag.net/paramiko/";
-license=('LGPL')
-arch=('any')
-depends=('python2-crypto')
-conflicts=('python-paramiko<=1.7.7.1-3')
-replaces=('python-paramiko<=1.7.7.1-3')
-source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz)
-md5sums=('b78472021ff6586dd61ad6972032f54f')
-
-package_python2-paramiko() {
-  cd "$srcdir/paramiko-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-
-  find "$pkgdir" -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-}

Copied: python-paramiko/repos/community-any/PKGBUILD (from rev 85592, 
python-paramiko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-03 18:52:07 UTC (rev 85593)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Mario Danic 
+
+pkgbase=python-paramiko
+pkgname=python2-paramiko
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Python module that implements the SSH2 protocol"
+url="https://github.com/paramiko/paramiko/";
+license=('LGPL')
+arch=('any')
+depends=('python2-crypto')
+source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz)
+md5sums=('df3dc87d1501cd529b4f68cf20d5b249')
+
+package_python2-paramiko() {
+  cd "$srcdir/paramiko-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
+  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
+  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+
+  find "$pkgdir" -name '*.py' -print0 |xargs -0 \
+sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
+-e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+}



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

2013-03-03 Thread Ángel Velásquez
Date: Sunday, March 3, 2013 @ 19:51:30
  Author: angvp
Revision: 85592

upgpkg: python-paramiko 1.10.0-1

Version bump to 1.10.0

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 18:47:20 UTC (rev 85591)
+++ PKGBUILD2013-03-03 18:51:30 UTC (rev 85592)
@@ -5,17 +5,15 @@
 
 pkgbase=python-paramiko
 pkgname=python2-paramiko
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Python module that implements the SSH2 protocol"
-url="http://www.lag.net/paramiko/";
+url="https://github.com/paramiko/paramiko/";
 license=('LGPL')
 arch=('any')
 depends=('python2-crypto')
-conflicts=('python-paramiko<=1.7.7.1-3')
-replaces=('python-paramiko<=1.7.7.1-3')
 
source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz)
-md5sums=('b78472021ff6586dd61ad6972032f54f')
+md5sums=('df3dc87d1501cd529b4f68cf20d5b249')
 
 package_python2-paramiko() {
   cd "$srcdir/paramiko-$pkgver"



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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 19:50:34
  Author: andrea
Revision: 179116

Add missing supports: fontconfig, gtk2, libmng, libxcompsite...; move qt5-doc 
in a separate package

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 18:48:13 UTC (rev 179115)
+++ PKGBUILD2013-03-03 18:50:34 UTC (rev 179116)
@@ -4,7 +4,6 @@
 pkgbase=qt5
 pkgname=('qt5-base'
  'qt5-declarative'
- 'qt5-doc'
  'qt5-graphicaleffects'
  'qt5-imageformats'
  'qt5-jsbackend'
@@ -17,7 +16,7 @@
  'qt5-webkit'
  'qt5-xmlpatterns')
 pkgver=5.0.1
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -25,7 +24,8 @@
 'mesa-libgl' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins'
 'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
 'postgresql-libs' 'libmysqlclient' 'sqlite' 'unixodbc' 
'libfbclient'
-'python2' 'ruby' 'gperf')
+'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
+'libmng' 'openal' 'gtk2')
 groups=('qt' 'qt5')
 options=('!libtool')
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
@@ -74,14 +74,10 @@
 -reduce-relocations
 
   make
-
-  # Build docs
-  make qmake_all
-  make docs
 }
 
 package_qt5-base() {
-  pkgdesc=('A cross-platform application and UI framework')
+  pkgdesc='A cross-platform application and UI framework'
   depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 
'xcb-util-image'
'hicolor-icon-theme' 'xdg-utils')
@@ -109,7 +105,7 @@
 }
 
 package_qt5-declarative() {
-  pkgdesc=('A cross-platform application and UI framework (QtQml, QtQuick)')
+  pkgdesc='A cross-platform application and UI framework (QtQml, QtQuick)'
   depends=('qt5-jsbackend' 'qt5-xmlpatterns')
   conflicts=('qt')
 
@@ -121,21 +117,8 @@
 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
 }
 
-package_qt5-doc() {
-  pkgdesc=('A cross-platform application and UI framework (Documentation)')
-  depends=('qt5-base')
-  conflicts=('qt-doc')
-  replaces=('qt-doc')
-  provides=('qt-doc')
-  options=('docs')
-  groups=()
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install_docs
-}
-
 package_qt5-jsbackend() {
-  pkgdesc=('A cross-platform application and UI framework (QtV8)')
+  pkgdesc='A cross-platform application and UI framework (QtV8)'
   depends=('qt5-base')
 
   cd ${_pkgfqn}/qtjsbackend
@@ -147,7 +130,7 @@
 }
 
 package_qt5-xmlpatterns() {
-  pkgdesc=('A cross-platform application and UI framework (QtXmlPatterns)')
+  pkgdesc='A cross-platform application and UI framework (QtXmlPatterns)'
   depends=('qt5-base')
   conflicts=('qt')
 
@@ -160,7 +143,7 @@
 }
 
 package_qt5-translations() {
-  pkgdesc=('A cross-platform application and UI framework (Translations)')
+  pkgdesc='A cross-platform application and UI framework (Translations)'
   depends=('qt5-base')
   conflicts=('qt')
 
@@ -169,8 +152,8 @@
 }
 
 package_qt5-multimedia() {
-  pkgdesc=('A cross-platform application and UI framework (QtMultimedia)')
-  depends=('qt5-declarative' 'libpulse' 'gstreamer0.10-base')
+  pkgdesc='A cross-platform application and UI framework (QtMultimedia)'
+  depends=('qt5-declarative' 'libpulse' 'gstreamer0.10-base' 'openal')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtmultimedia
@@ -182,7 +165,7 @@
 }
 
 package_qt5-graphicaleffects() {
-  pkgdesc=('A cross-platform application and UI framework 
(QtGraphicalEffects)')
+  pkgdesc='A cross-platform application and UI framework (QtGraphicalEffects)'
   depends=('qt5-declarative')
 
   cd ${_pkgfqn}/qtgraphicaleffects
@@ -190,8 +173,8 @@
 }
 
 package_qt5-imageformats() {
-  pkgdesc=('A cross-platform application and UI framework (Images plugins)')
-  depends=('qt5-base' 'libtiff')
+  pkgdesc='A cross-platform application and UI framework (Images plugins)'
+  depends=('qt5-base' 'libtiff' 'libmng')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtimageformats
@@ -199,7 +182,7 @@
 }
 
 package_qt5-quick1() {
-  pkgdesc=('A cross-platform application and UI framework (QtDeclarative)')
+  pkgdesc='A cross-platform application and UI framework (QtDeclarative)'
   depends=('qt5-webkit' 'qt5-script')
   conflicts=('qt')
 
@@ -212,7 +195,7 @@
 }
 
 package_qt5-script() {
-  pkgdesc=('A cross-platform application and UI framework (QtScript)')
+  pkgdesc='A cross-platform application and UI framework (QtScript)'
   depends=('qt5-base')
   conflicts=('qt')
 
@@ -225,7 +208,7 @@
 }
 
 package_qt5-svg() {
-  pkgdesc=('A cross-platform application and UI framework (QtSvg)')
+  pkgdesc='A cross-platform application and UI framework (QtSvg)'

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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 19:48:13
  Author: andrea
Revision: 179115

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

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

--+
 extra-i686/PKGBUILD  |   65 -
 extra-i686/akonadi.install   |   22 ++---
 extra-x86_64/PKGBUILD|   65 -
 extra-x86_64/akonadi.install |   22 ++---
 4 files changed, 86 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-03 18:47:57 UTC (rev 179114)
+++ extra-i686/PKGBUILD 2013-03-03 18:48:13 UTC (rev 179115)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.9.0
-pkgrel=3
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('51ef4c9455f97ce4346c5934174b9da8')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 179114, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-03 18:48:13 UTC (rev 179115)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('f150d5e9b4776d683d0b1d64316f0276')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2013-03-03 18:47:57 UTC (rev 179114)
+++ extra-i686/akonadi.install  2013-03-03 18:48:13 UTC (rev 179115)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 179114, 
akonadi/trunk/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2013-03-03 18:48:13 UTC (rev 179115)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-03 18:47:57 UTC (rev 179114)
+++ extra-x86_64/PKGBUILD   2013-03-03 18:48:13 UTC (rev 179115)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.9.0
-pkgrel=3
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('51ef4c9455f97ce4346c5

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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 19:47:57
  Author: andrea
Revision: 179114

upgpkg: akonadi 1.9.1-1

Upstream release

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 18:40:24 UTC (rev 179113)
+++ PKGBUILD2013-03-03 18:47:57 UTC (rev 179114)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=akonadi
-pkgver=1.9.0
-pkgrel=3
+pkgver=1.9.1
+pkgrel=1
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
@@ -13,17 +13,16 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('51ef4c9455f97ce4346c5934174b9da8')
+md5sums=('f150d5e9b4776d683d0b1d64316f0276')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
   make
 }
 



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

2013-03-03 Thread Daniel Wallace
Date: Sunday, March 3, 2013 @ 19:47:20
  Author: dwallace
Revision: 85591

archrelease: copy trunk to community-staging-any

Added:
  hub/repos/community-staging-any/
  hub/repos/community-staging-any/PKGBUILD
(from rev 85590, hub/trunk/PKGBUILD)

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

Copied: hub/repos/community-staging-any/PKGBUILD (from rev 85590, 
hub/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2013-03-03 18:47:20 UTC (rev 85591)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+pkgname=hub
+_pkgdir=defunkt-hub-
+pkgver=1.10.4
+pkgrel=2
+pkgdesc="cli interface for Github"
+arch=('any')
+url="http://defunkt.io/hub";
+depends=('git' 'ruby')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver";)
+md5sums=('dad462388c7bc4715ef746434596718a')
+
+build() {
+  cd "$srcdir/$_pkgdir"*
+
+  rake standalone
+  gzip --best -c man/hub.1> hub.1.gz
+
+}
+
+package() {
+  cd "$srcdir/$_pkgdir"*
+
+  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -d "$pkgdir/usr/share/$pkgname"
+  cp -dpr --no-preserve=ownership "$srcdir/$_pkgdir"*"/git-hooks" 
"$pkgdir/usr/share/$pkgname/git-hooks"
+
+  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
+  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
+
+  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
+
+}



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

2013-03-03 Thread Daniel Wallace
Date: Sunday, March 3, 2013 @ 19:47:02
  Author: dwallace
Revision: 85590

upgpkg: hub 1.10.4-2

upgpkg: hub 1.10.4-3

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 17:28:55 UTC (rev 85589)
+++ PKGBUILD2013-03-03 18:47:02 UTC (rev 85590)
@@ -5,7 +5,7 @@
 pkgname=hub
 _pkgdir=defunkt-hub-
 pkgver=1.10.4
-pkgrel=1
+pkgrel=2
 pkgdesc="cli interface for Github"
 arch=('any')
 url="http://defunkt.io/hub";



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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 19:40:24
  Author: andrea
Revision: 179113

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-03 18:40:04 UTC (rev 179112)
+++ extra-i686/PKGBUILD 2013-03-03 18:40:24 UTC (rev 179113)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkolabxml
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="Kolab XML Format Schema Definitions Library"
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('a02541b35153334c69ee1845dfe464c6'
- 'f5e9bc4a21a5bf06baec084435812cc4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolabxml/repos/extra-i686/PKGBUILD (from rev 179112, 
libkolabxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-03 18:40:24 UTC (rev 179113)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-03 18:40:04 UTC (rev 179112)
+++ extra-x86_64/PKGBUILD   2013-03-03 18:40:24 UTC (rev 179113)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkolabxml
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="Kolab XML Format Schema Definitions Library"
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('a02541b35153334c69ee1845dfe464c6'
- 'f5e9bc4a21a5bf06baec084435812cc4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolabxml/repos/extra-x86_64/PKGBUILD (from rev 179112, 
libkolabxml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-03 18:40:24 UTC (rev 179113)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 19:40:04
  Author: andrea
Revision: 179112

upgpkg: libkolabxml 0.8.3-1

Upstream release

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 17:28:38 UTC (rev 179111)
+++ PKGBUILD2013-03-03 18:40:04 UTC (rev 179112)
@@ -2,24 +2,25 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=libkolabxml
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
 pkgdesc="Kolab XML Format Schema Definitions Library"
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
 
source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('a02541b35153334c69ee1845dfe464c6'
- 'f5e9bc4a21a5bf06baec084435812cc4')
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
 
 build() {
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
   make
 }
 



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

2013-03-03 Thread Laurent Carlier
Date: Sunday, March 3, 2013 @ 17:33:02
  Author: lcarlier
Revision: 85585

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

Added:
  catalyst-utils/repos/community-i686/PKGBUILD
(from rev 85584, catalyst-utils/trunk/PKGBUILD)
  catalyst-utils/repos/community-i686/atieventsd.service
(from rev 85584, catalyst-utils/trunk/atieventsd.service)
  catalyst-utils/repos/community-i686/authatieventsd.sh
(from rev 85584, catalyst-utils/trunk/authatieventsd.sh)
  catalyst-utils/repos/community-i686/fglrx-authfile-locations.patch
(from rev 85584, catalyst-utils/trunk/fglrx-authfile-locations.patch)
  catalyst-utils/repos/community-i686/signature.from.12.9
(from rev 85584, catalyst-utils/trunk/signature.from.12.9)
  catalyst-utils/repos/community-x86_64/PKGBUILD
(from rev 85584, catalyst-utils/trunk/PKGBUILD)
  catalyst-utils/repos/community-x86_64/atieventsd.service
(from rev 85584, catalyst-utils/trunk/atieventsd.service)
  catalyst-utils/repos/community-x86_64/authatieventsd.sh
(from rev 85584, catalyst-utils/trunk/authatieventsd.sh)
  catalyst-utils/repos/community-x86_64/fglrx-authfile-locations.patch
(from rev 85584, catalyst-utils/trunk/fglrx-authfile-locations.patch)
  catalyst-utils/repos/community-x86_64/signature.from.12.9
(from rev 85584, catalyst-utils/trunk/signature.from.12.9)
Deleted:
  catalyst-utils/repos/community-i686/PKGBUILD
  catalyst-utils/repos/community-i686/atieventsd.service
  catalyst-utils/repos/community-i686/authatieventsd.sh
  catalyst-utils/repos/community-i686/fglrx-authfile-locations.patch
  catalyst-utils/repos/community-i686/signature.from.12.9
  catalyst-utils/repos/community-x86_64/PKGBUILD
  catalyst-utils/repos/community-x86_64/atieventsd.service
  catalyst-utils/repos/community-x86_64/authatieventsd.sh
  catalyst-utils/repos/community-x86_64/fglrx-authfile-locations.patch
  catalyst-utils/repos/community-x86_64/signature.from.12.9

-+
 community-i686/PKGBUILD |  276 +++---
 community-i686/atieventsd.service   |   20 -
 community-i686/authatieventsd.sh|  204 
 community-i686/fglrx-authfile-locations.patch   |   54 ++--
 community-i686/signature.from.12.9  |2 
 community-x86_64/PKGBUILD   |  276 +++---
 community-x86_64/atieventsd.service |   20 -
 community-x86_64/authatieventsd.sh  |  204 
 community-x86_64/fglrx-authfile-locations.patch |   54 ++--
 community-x86_64/signature.from.12.9|2 
 10 files changed, 556 insertions(+), 556 deletions(-)

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


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

2013-03-03 Thread Laurent Carlier
Date: Sunday, March 3, 2013 @ 17:32:36
  Author: lcarlier
Revision: 85584

upgpkg: catalyst-utils 13.1-3

fix a typo in dependencies

Modified:
  catalyst-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 14:19:37 UTC (rev 85583)
+++ PKGBUILD2013-03-03 16:32:36 UTC (rev 85584)
@@ -6,7 +6,7 @@
 pkgbase=catalyst-utils
 pkgname=('catalyst-utils' 'opencl-catalyst')
 pkgver=13.1
-pkgrel=2
+pkgrel=3
 pkgdesc="AMD Catalyst drivers utilities and libraries with OpenCL 
implementation."
 arch=('i686' 'x86_64')
 url="http://www.amd.com";
@@ -41,7 +41,7 @@
 package_catalyst-utils() {
   pkgdesc="AMD Catalyst drivers utilities and libraries."
   provides=('libgl')
-  conflicts=('mesa-libgl' 'nvidia-utils' 'nvidia-nvidia-304xx-utils')
+  conflicts=('mesa-libgl' 'nvidia-utils' 'nvidia-304xx-utils')
   depends=('xorg-server>=1.7.0'  'gcc-libs' 'libxinerama' 'libxcursor' 
'libxxf86vm' 'libxrandr' 'libsm' 'fontconfig' 'libxi' 'xorg-xauth' 'which' 
'netkit-bsd-finger')
   optdepends=('qt: amdcccle'
   'acpid: acpi event support')



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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 17:06:16
  Author: andrea
Revision: 179099

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

Added:
  qtwebkit/repos/staging-i686/
  qtwebkit/repos/staging-i686/PKGBUILD
(from rev 179098, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/staging-i686/qwebview.patch
(from rev 179098, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/staging-i686/use-python2.patch
(from rev 179098, qtwebkit/trunk/use-python2.patch)
  qtwebkit/repos/staging-x86_64/
  qtwebkit/repos/staging-x86_64/PKGBUILD
(from rev 179098, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/staging-x86_64/qwebview.patch
(from rev 179098, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/staging-x86_64/use-python2.patch
(from rev 179098, qtwebkit/trunk/use-python2.patch)

--+
 staging-i686/PKGBUILD|   56 
 staging-i686/qwebview.patch  |   21 +
 staging-i686/use-python2.patch   |   57 +
 staging-x86_64/PKGBUILD  |   56 
 staging-x86_64/qwebview.patch|   21 +
 staging-x86_64/use-python2.patch |   57 +
 6 files changed, 268 insertions(+)

Copied: qtwebkit/repos/staging-i686/PKGBUILD (from rev 179098, 
qtwebkit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 16:06:16 UTC (rev 179099)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=qtwebkit
+pkgver=2.3.beta2
+_pkgver=2.3-beta2
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt4' 'systemd' 'gstreamer0.10-base')
+makedepends=('gperf' 'python2' 'ruby' 'git')
+conflicts=('qt<4.8')
+_qtver=4.8.4
+source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${_pkgver}";
+
"http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz";
+'use-python2.patch'
+'qwebview.patch')
+sha1sums=('b1bfa9e3303ce9c95eec0a1e66b2b812b844bf08'
+  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'ef467fcfc9e74aa88356f27acc21792706ed1e4d')
+
+build() {
+  cd webkit-qtwebkit-23
+
+  patch -p1 -i "${srcdir}"/use-python2.patch
+
+  OPTS="--no-webkit2"
+  if [ "${CARCH}" = "i686" ]; then
+  # FS#33418
+  OPTS="${OPTS} --no-sse2"
+  fi
+
+  export QTDIR=/usr
+  Tools/Scripts/build-webkit --qt \
+--makeargs="${MAKEFLAGS}" \
+--prefix=/usr \
+${OPTS}
+
+  # Build the QWebView plugin (FS#27914)
+  cd ../qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i "${srcdir}"/qwebview.patch
+  cd tools/designer/src/plugins/qwebview
+  qmake-qt4
+  make
+}
+
+package() {
+  cd webkit-qtwebkit-23
+  make INSTALL_ROOT="${pkgdir}" -C WebKitBuild/Release install
+
+  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: qtwebkit/repos/staging-i686/qwebview.patch (from rev 179098, 
qtwebkit/trunk/qwebview.patch)
===
--- staging-i686/qwebview.patch (rev 0)
+++ staging-i686/qwebview.patch 2013-03-03 16:06:16 UTC (rev 179099)
@@ -0,0 +1,21 @@
+--- qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri~ 
2013-01-09 12:56:08.915412090 +
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri  
2013-01-09 12:58:06.911391299 +
+@@ -1,3 +1,6 @@
++INCLUDEPATH += 
../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/include
++LIBS += -L../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/lib
++
+ CONFIG += designer
+ win32|mac: CONFIG+= debug_and_release
+ QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
+--- qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pro~ 
2013-01-09 12:55:43.598892405 +
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pro  
2013-01-09 12:55:53.352169136 +
+@@ -2,9 +2,4 @@
+ CONFIG += ordered
+
+ REQUIRES = !CONFIG(static,shared|static)
+-contains(QT_CONFIG, qt3support): SUBDIRS += widgets
+-win32: SUBDIRS += activeqt
+-# contains(QT_CONFIG, opengl): SUBDIRS += tools/view3d
+ contains(QT_CONFIG, webkit): SUBDIRS += qwebview
+-contains(QT_CONFIG, phonon): SUBDIRS += phononwidgets
+-contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativeview

Copied: qtwebkit/repos/staging-i686/use-python2.patch (from rev 179098, 
qtwebkit/trunk/use-python2.patch)
===
--- staging-i686/use-python2.patch  (rev 0)
+++ staging-i686/use-python2.patch

[arch-commits] Commit in qtwebkit/trunk (PKGBUILD qwebview.patch)

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 17:06:02
  Author: andrea
Revision: 179098

upgpkg: qtwebkit 2.3.beta2-3

Ruby rebuild; re-add the qwebview plugin to Designer 4.x

Added:
  qtwebkit/trunk/qwebview.patch
Modified:
  qtwebkit/trunk/PKGBUILD

+
 PKGBUILD   |   21 ++---
 qwebview.patch |   21 +
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 15:53:46 UTC (rev 179097)
+++ PKGBUILD2013-03-03 16:06:02 UTC (rev 179098)
@@ -4,7 +4,7 @@
 pkgname=qtwebkit
 pkgver=2.3.beta2
 _pkgver=2.3-beta2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://trac.webkit.org/wiki/QtWebKit'
 pkgdesc='An open source web browser engine (Qt port)'
@@ -12,10 +12,15 @@
 depends=('qt4' 'systemd' 'gstreamer0.10-base')
 makedepends=('gperf' 'python2' 'ruby' 'git')
 conflicts=('qt<4.8')
+_qtver=4.8.4
 
source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${_pkgver}";
-'use-python2.patch')
+
"http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz";
+'use-python2.patch'
+'qwebview.patch')
 sha1sums=('b1bfa9e3303ce9c95eec0a1e66b2b812b844bf08'
-  '315b6ff603f35e5492a036f7082f6aa075dfb607')
+  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'ef467fcfc9e74aa88356f27acc21792706ed1e4d')
 
 build() {
   cd webkit-qtwebkit-23
@@ -33,9 +38,19 @@
 --makeargs="${MAKEFLAGS}" \
 --prefix=/usr \
 ${OPTS}
+
+  # Build the QWebView plugin (FS#27914)
+  cd ../qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i "${srcdir}"/qwebview.patch
+  cd tools/designer/src/plugins/qwebview
+  qmake-qt4
+  make
 }
 
 package() {
   cd webkit-qtwebkit-23
   make INSTALL_ROOT="${pkgdir}" -C WebKitBuild/Release install
+
+  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  make INSTALL_ROOT="${pkgdir}" install
 }

Added: qwebview.patch
===
--- qwebview.patch  (rev 0)
+++ qwebview.patch  2013-03-03 16:06:02 UTC (rev 179098)
@@ -0,0 +1,21 @@
+--- qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri~ 
2013-01-09 12:56:08.915412090 +
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri  
2013-01-09 12:58:06.911391299 +
+@@ -1,3 +1,6 @@
++INCLUDEPATH += 
../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/include
++LIBS += -L../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/lib
++
+ CONFIG += designer
+ win32|mac: CONFIG+= debug_and_release
+ QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
+--- qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pro~ 
2013-01-09 12:55:43.598892405 +
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pro  
2013-01-09 12:55:53.352169136 +
+@@ -2,9 +2,4 @@
+ CONFIG += ordered
+
+ REQUIRES = !CONFIG(static,shared|static)
+-contains(QT_CONFIG, qt3support): SUBDIRS += widgets
+-win32: SUBDIRS += activeqt
+-# contains(QT_CONFIG, opengl): SUBDIRS += tools/view3d
+ contains(QT_CONFIG, webkit): SUBDIRS += qwebview
+-contains(QT_CONFIG, phonon): SUBDIRS += phononwidgets
+-contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativeview



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

2013-03-03 Thread Andreas Radke
Date: Sunday, March 3, 2013 @ 16:53:46
  Author: andyrtr
Revision: 179097

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

Added:
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 179096, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 179096, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 179096, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 179096, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 179096, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 179096, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 179096, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 179096, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 179096, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 179096, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 179096, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 179096, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 179096, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 179096, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 179096, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 179096, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 179096, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 179096, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 179096, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 179096, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 179096, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 179096, linux-lts/trunk/module-symbol-waiting-3.0.patch)
Deleted:
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
  linux-lts/repos/testing-i686/PKGBUILD
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
  linux-lts/repos/testing-i686/config
  linux-lts/repos/testing-i686/config.x86_64
  linux-lts/repos/testing-i686/ext4-options.patch
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/testing-i686/linux-lts.install
  linux-lts/repos/testing-i686/linux-lts.preset
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
  linux-lts/repos/testing-x86_64/PKGBUILD
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/testing-x86_64/config
  linux-lts/repos/testing-x86_64/config.x86_64
  linux-lts/repos/testing-x86_64/ext4-options.patch
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/testing-x86_64/linux-lts.install
  linux-lts/repos/testing-x86_64/linux-lts.preset
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch

--+
 testing-i686/3.0.54-ptrace-i686-build.patch  |   82 
 testing-i686/PKGBUILD|  634 
 testing-i686/change-default-console-loglevel.patch   |   24 
 testing-i686/config  |11150 -
 testing-i686/config.x86_64   |10660 
 testing-i686/ext4-options.patch  |   98 
 testing-i686/i915-fix-ghost-tv-output.patch  |   52 
 testing-i686/linux-lts.install   |  130 
 testing-i686/linux-lts.preset|   28 
 testing-i686/module-init-wait-3.0.patch  |  154 
 testing-i686/module-symbol-waiting-3.0.patch |  132 
 testing-x86_64/3.0.54-ptrace-i686-build.patch|   82 
 testing-x86_64/PKGBUILD  |  634 
 testing-x86_64/change-default-console-loglevel.patch |   24 
 testing-x86_64/config|11150 -
 testing-x86_64/config.x86_64 |10660 
 testing

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

2013-03-03 Thread Andreas Radke
Date: Sunday, March 3, 2013 @ 16:52:54
  Author: andyrtr
Revision: 179096

upgpkg: linux-lts 3.0.67-1

upstream update 3.0.67

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 15:14:27 UTC (rev 179095)
+++ PKGBUILD2013-03-03 15:52:54 UTC (rev 179096)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.66
+pkgver=3.0.67
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'f94341436cb2b269e639ad28236959fd'
+ '67828aedb924b6f0d44176087ba76f1f'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-03-03 15:14:27 UTC (rev 179095)
+++ linux-lts.install   2013-03-03 15:52:54 UTC (rev 179096)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.66-1-lts
+KERNEL_VERSION=3.0.67-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-03-03 Thread Andreas Radke
Date: Sunday, March 3, 2013 @ 16:14:27
  Author: andyrtr
Revision: 179095

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 179094, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 179094, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-03-03 15:14:27 UTC (rev 179095)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2013a
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones";
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('e8aaba15d76a85939c9df71fb37923a1110a8684')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2013-03-03 Thread Andreas Radke
Date: Sunday, March 3, 2013 @ 16:14:14
  Author: andyrtr
Revision: 179094

upgpkg: tzdata 2013a-1

upstream update 2013a

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 15:10:38 UTC (rev 179093)
+++ PKGBUILD2013-03-03 15:14:14 UTC (rev 179094)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2012j
+pkgver=2013a
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
-sha1sums=('69a5c9866612792b010f521c0f7b9a34c4e57192')
+sha1sums=('e8aaba15d76a85939c9df71fb37923a1110a8684')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'



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

2013-03-03 Thread Giovanni Scafora
Date: Sunday, March 3, 2013 @ 15:19:37
  Author: giovanni
Revision: 85583

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 85582, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 85582, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 85582, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 85582, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 85582, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 85582, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 85582, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 85582, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 community-i686/PKGBUILD|  158 +--
 community-i686/calibre-mount-helper|   56 +++---
 community-i686/calibre.install |   24 +-
 community-i686/desktop_integration.patch   |  218 +--
 community-x86_64/PKGBUILD  |  158 +--
 community-x86_64/calibre-mount-helper  |   56 +++---
 community-x86_64/calibre.install   |   24 +-
 community-x86_64/desktop_integration.patch |  218 +--
 8 files changed, 456 insertions(+), 456 deletions(-)

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


[arch-commits] Commit in calibre/trunk (PKGBUILD desktop_integration.patch)

2013-03-03 Thread Giovanni Scafora
Date: Sunday, March 3, 2013 @ 15:19:19
  Author: giovanni
Revision: 85582

upgpkg: calibre 0.9.21-2

improved desktop_integration patch

Modified:
  calibre/trunk/PKGBUILD
  calibre/trunk/desktop_integration.patch

---+
 PKGBUILD  |4 ++--
 desktop_integration.patch |   12 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 11:25:38 UTC (rev 85581)
+++ PKGBUILD2013-03-03 14:19:19 UTC (rev 85582)
@@ -5,7 +5,7 @@
 
 pkgname=calibre
 pkgver=0.9.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64') 
 url="http://calibre-ebook.com/";
@@ -23,7 +23,7 @@
 'desktop_integration.patch'
 'calibre-mount-helper')
 md5sums=('ee0e2d2dc735efcc573d1f77d64acf7e'
- '42c07b43d575b5e7e7524bd7b9528f0e'
+ '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 
 build() {

Modified: desktop_integration.patch
===
--- desktop_integration.patch   2013-03-03 11:25:38 UTC (rev 85581)
+++ desktop_integration.patch   2013-03-03 14:19:19 UTC (rev 85582)
@@ -1,6 +1,6 @@
 a/src/calibre/linux.py 2012-09-21 06:56:20.0 +0200
-+++ b/src/calibre/linux.py 2012-09-22 18:51:12.0 +0200
-@@ -179,19 +179,6 @@
+--- a/src/calibre/linux.py 2013-03-01 05:49:28.0 +0100
 b/src/calibre/linux.py 2013-03-03 14:53:05.0 +0100
+@@ -447,19 +447,6 @@
  self.setup_completion()
  if islinux or isbsd:
  self.setup_desktop_integration()
@@ -20,7 +20,7 @@
  if warn is None and self.warnings:
  self.info('There were %d warnings'%len(self.warnings))
  for args, kwargs in self.warnings:
-@@ -237,7 +224,7 @@
+@@ -508,7 +495,7 @@
  if isnetbsd:
  f = os.path.join(self.opts.staging_root, 
'share/bash_completion.d/calibre')
  else:
@@ -28,8 +28,8 @@
 +f = os.path.join(self.opts.staging_root, 
'usr/share/bash-completion/completions/calibre')
  if not os.path.exists(os.path.dirname(f)):
  os.makedirs(os.path.dirname(f))
- self.manifest.append(f)
-@@ -357,63 +344,39 @@
+ if zsh.dest:
+@@ -651,63 +638,39 @@
  
  with TemporaryDirectory() as tdir, CurrentDir(tdir), \
  PreserveMIMEDefaults():



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

2013-03-03 Thread Giovanni Scafora
Date: Sunday, March 3, 2013 @ 12:35:34
  Author: giovanni
Revision: 179092

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

Added:
  weechat/repos/staging-i686/
  weechat/repos/staging-i686/PKGBUILD
(from rev 179091, weechat/trunk/PKGBUILD)
  weechat/repos/staging-x86_64/
  weechat/repos/staging-x86_64/PKGBUILD
(from rev 179091, weechat/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: weechat/repos/staging-i686/PKGBUILD (from rev 179091, 
weechat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 11:35:34 UTC (rev 179092)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/";
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl>=8.6.0' 'ruby' 
'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+options=('!libtool')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('b2e10ca1e3a72142fcc8d58c7c774b1b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+  cd build
+  cmake .. -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: weechat/repos/staging-x86_64/PKGBUILD (from rev 179091, 
weechat/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-03 11:35:34 UTC (rev 179092)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/";
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl>=8.6.0' 'ruby' 
'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+options=('!libtool')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('b2e10ca1e3a72142fcc8d58c7c774b1b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+  cd build
+  cmake .. -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}/" install
+}



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

2013-03-03 Thread Giovanni Scafora
Date: Sunday, March 3, 2013 @ 12:35:25
  Author: giovanni
Revision: 179091

upgpkg: weechat 0.4.0-2

ruby 2.0.0 rebuild

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 11:15:28 UTC (rev 179090)
+++ PKGBUILD2013-03-03 11:35:25 UTC (rev 179091)
@@ -4,7 +4,7 @@
 
 pkgname=weechat
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/";



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

2013-03-03 Thread Giovanni Scafora
Date: Sunday, March 3, 2013 @ 12:25:38
  Author: giovanni
Revision: 85581

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 85580, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 85580, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 85580, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 85580, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 85580, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 85580, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 85580, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 85580, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 community-i686/PKGBUILD|  158 +--
 community-i686/calibre-mount-helper|   56 +++---
 community-i686/calibre.install |   24 +-
 community-i686/desktop_integration.patch   |  218 +--
 community-x86_64/PKGBUILD  |  158 +--
 community-x86_64/calibre-mount-helper  |   56 +++---
 community-x86_64/calibre.install   |   24 +-
 community-x86_64/desktop_integration.patch |  218 +--
 8 files changed, 456 insertions(+), 456 deletions(-)

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


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

2013-03-03 Thread Giovanni Scafora
Date: Sunday, March 3, 2013 @ 12:25:28
  Author: giovanni
Revision: 85580

upgpkg: calibre 0.9.21-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 10:54:47 UTC (rev 85579)
+++ PKGBUILD2013-03-03 11:25:28 UTC (rev 85580)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Fagiani 
 
 pkgname=calibre
-pkgver=0.9.20
+pkgver=0.9.21
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64') 
@@ -16,13 +16,13 @@
  'python2-imaging' 'shared-mime-info' 'python2-dnspython' 
  'libunrar' 'python2-pyqt' 'python2-psutil' 'icu' 'libmtp' 
  'python2-netifaces' 'python2-cssselect')
-makedepends=('python2-pycountry' 'qt-private-headers')
+makedepends=('python2-pycountry' 'qt4-private-headers')
 optdepends=('ipython2: to use calibre-debug')
 install=calibre.install
 source=("http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.xz";
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('860b4b28029ae40e5ea59ec4f50b1144'
+md5sums=('ee0e2d2dc735efcc573d1f77d64acf7e'
  '42c07b43d575b5e7e7524bd7b9528f0e'
  '675cd87d41342119827ef706055491e7')
 



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

2013-03-03 Thread Giovanni Scafora
Date: Sunday, March 3, 2013 @ 12:15:28
  Author: giovanni
Revision: 179090

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

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

-+
 extra-i686/PKGBUILD |  168 +++---
 extra-i686/mkvtoolnix.install   |   28 +++---
 extra-x86_64/PKGBUILD   |  168 +++---
 extra-x86_64/mkvtoolnix.install |   28 +++---
 4 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-03 11:15:20 UTC (rev 179089)
+++ extra-i686/PKGBUILD 2013-03-03 11:15:28 UTC (rev 179090)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.0.0
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";)
-md5sums=('869dac2061f4ef91dd96ce6bb0fafecb')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS="" CURL_LIBS=""
-
-  export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
-  export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  rake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI 
version"
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-
-  rm -rf "${pkgdir}"/usr/bin/mmg
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/uk/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/applications
-  rm -rf "${pkgdir}"/usr/share/icons
-  rm -rf "${pkgdir}"/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - wxGTK GUI"
-  depends=("mkvtoolnix-cli=${pkgver}" 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mkv*
-  install -Dm755 src/mkvinfo "${pkgdir}"/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
"${pkgdir}"/usr/share/applications/mkvinfo.desktop
-
-  rm -rf "${pkgdir}"/usr/share/doc
-  rm -rf "${pkgdir}"/usr/share/locale
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 179089, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-03 11:15:28 UTC (rev 179090)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";)
+md5sums=('171e241756eb3b6f2e506f8539331fd9')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/cur

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

2013-03-03 Thread Giovanni Scafora
Date: Sunday, March 3, 2013 @ 12:15:20
  Author: giovanni
Revision: 179089

upgpkg: mkvtoolnix 6.1.0-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 09:38:46 UTC (rev 179088)
+++ PKGBUILD2013-03-03 11:15:20 UTC (rev 179089)
@@ -4,15 +4,15 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
 
source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";)
-md5sums=('869dac2061f4ef91dd96ce6bb0fafecb')
+md5sums=('171e241756eb3b6f2e506f8539331fd9')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"



[arch-commits] Commit in vim-pastie/repos (3 files)

2013-03-03 Thread Jelle van der Waa
Date: Sunday, March 3, 2013 @ 11:54:47
  Author: jelle
Revision: 85579

archrelease: copy trunk to community-staging-any

Added:
  vim-pastie/repos/community-staging-any/
  vim-pastie/repos/community-staging-any/PKGBUILD
(from rev 85578, vim-pastie/trunk/PKGBUILD)
  vim-pastie/repos/community-staging-any/license.txt
(from rev 85578, vim-pastie/trunk/license.txt)

-+
 PKGBUILD|   22 
 license.txt |  287 ++
 2 files changed, 309 insertions(+)

Copied: vim-pastie/repos/community-staging-any/PKGBUILD (from rev 85578, 
vim-pastie/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2013-03-03 10:54:47 UTC (rev 85579)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Aaron Schaefer 
+
+pkgname=vim-pastie
+pkgver=2.0
+_scriptid=10260
+pkgrel=6
+pkgdesc='A Vim plugin that lets you read and create pastes at 
http://pastie.org/'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=1624'
+license=('custom:vim')
+depends=('ruby' 'vim')
+source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
license.txt)
+md5sums=('4ba364a003903ace6fd51ccbe6b86d78' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+package() {
+  cd "$srcdir"
+  local installpath="$pkgdir/usr/share/vim/vimfiles"
+
+  install -D -m644 "download_script.php?src_id=$_scriptid" 
"$installpath/plugin/pastie.vim"
+  install -D -m644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: vim-pastie/repos/community-staging-any/license.txt (from rev 85578, 
vim-pastie/trunk/license.txt)
===
--- community-staging-any/license.txt   (rev 0)
+++ community-staging-any/license.txt   2013-03-03 10:54:47 UTC (rev 85579)
@@ -0,0 +1,287 @@
+*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
+
+
+ VIM REFERENCE MANUALby Bram Moolenaar
+
+
+   *uganda* *Uganda* *copying* *copyright* *license*
+SUMMARY
+   *iccf* *ICCF*
+Vim is Charityware.  You can use and copy it as much as you like, but you are
+encouraged to make a donation for needy children in Uganda.  Please see |kcc|
+below or visit the ICCF web site, available at these URLs:
+
+   http://iccf-holland.org/
+   http://www.vim.org/iccf/
+   http://www.iccf.nl/
+
+You can also sponsor the development of Vim.  Vim sponsors can vote for
+features.  See |sponsor|.  The money goes to Uganda anyway.
+
+The Open Publication License applies to the Vim documentation, see
+|manual-copyright|.
+
+=== begin of license ===
+
+VIM LICENSE
+
+I)  There are no restrictions on distributing unmodified copies of Vim except
+that they must include this license text.  You can also distribute
+unmodified parts of Vim, likewise unrestricted except that they must
+include this license text.  You are also allowed to include executables
+that you made from the unmodified Vim sources, plus your own usage
+examples and Vim scripts.
+
+II) It is allowed to distribute a modified (or extended) version of Vim,
+including executables and/or source code, when the following four
+conditions are met:
+1) This license text must be included unmodified.
+2) The modified Vim must be distributed in one of the following five ways:
+   a) If you make changes to Vim yourself, you must clearly describe in
+ the distribution how to contact you.  When the maintainer asks you
+ (in any way) for a copy of the modified Vim you distributed, you
+ must make your changes, including source code, available to the
+ maintainer without fee.  The maintainer reserves the right to
+ include your changes in the official version of Vim.  What the
+ maintainer will do with your changes and under what license they
+ will be distributed is negotiable.  If there has been no negotiation
+ then this license, or a later version, also applies to your changes.
+ The current maintainer is Bram Moolenaar .  If this
+ changes it will be announced in appropriate places (most likely
+ vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
+ impossible to contact the maintainer, the obligation to send him
+ your changes ceases.  Once the maintainer has confirmed that he has
+ received your changes they will not have to be sent again.
+   b) If you have received a modified Vim that was distributed as
+ mentioned under a) you are allowed to further distribute it
+ unmodified, as mentioned at I).  If you make additional changes the
+ text under a) applies to those changes.
+   c) Provide all the changes, including source code, with every

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

2013-03-03 Thread Jelle van der Waa
Date: Sunday, March 3, 2013 @ 11:53:56
  Author: jelle
Revision: 85578

upgpkg: vim-pastie 2.0-6

ruby 2.0.0 rebuild

Modified:
  vim-pastie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 10:48:35 UTC (rev 85577)
+++ PKGBUILD2013-03-03 10:53:56 UTC (rev 85578)
@@ -4,7 +4,7 @@
 pkgname=vim-pastie
 pkgver=2.0
 _scriptid=10260
-pkgrel=5
+pkgrel=6
 pkgdesc='A Vim plugin that lets you read and create pastes at 
http://pastie.org/'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=1624'



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

2013-03-03 Thread Peter Lewis
Date: Sunday, March 3, 2013 @ 11:48:35
  Author: plewis
Revision: 85577

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

Added:
  task/repos/staging-i686/
  task/repos/staging-i686/PKGBUILD
(from rev 85576, task/trunk/PKGBUILD)
  task/repos/staging-x86_64/
  task/repos/staging-x86_64/PKGBUILD
(from rev 85576, task/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: task/repos/staging-i686/PKGBUILD (from rev 85576, task/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-03 10:48:35 UTC (rev 85577)
@@ -0,0 +1,42 @@
+# Maintainer: Peter Lewis 
+# Contributor: TDY 
+# Contributor: Ray Kohler 
+# Contributor: muflax 
+# Contributor: coolkehon 
+
+pkgname=task
+pkgver=2.1.2
+pkgrel=4
+pkgdesc="A command-line todo list manager"
+arch=('i686' 'x86_64')
+url="http://taskwarrior.org/projects/show/taskwarrior/";
+license=('MIT')
+depends=('lua' 'util-linux')
+makedepends=('cmake' 'lua')
+optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
+source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('cf5171b54b6d2d2dcd9c559f437cf8a2cb3836c7631edf96a16efbf8b4383e36')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # Note that we rename the bash completion script for bash-completion > 1.99, 
until upstream does so.
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task.sh" 
"$pkgdir/usr/share/bash-completion/completions/task"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" 
"$pkgdir/usr/share/fish/completions/task.fish"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" 
"$pkgdir/usr/share/zsh/site-functions/_task"
+
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim"
+
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/task/LICENSE"
+}

Copied: task/repos/staging-x86_64/PKGBUILD (from rev 85576, task/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-03 10:48:35 UTC (rev 85577)
@@ -0,0 +1,42 @@
+# Maintainer: Peter Lewis 
+# Contributor: TDY 
+# Contributor: Ray Kohler 
+# Contributor: muflax 
+# Contributor: coolkehon 
+
+pkgname=task
+pkgver=2.1.2
+pkgrel=4
+pkgdesc="A command-line todo list manager"
+arch=('i686' 'x86_64')
+url="http://taskwarrior.org/projects/show/taskwarrior/";
+license=('MIT')
+depends=('lua' 'util-linux')
+makedepends=('cmake' 'lua')
+optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
+source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('cf5171b54b6d2d2dcd9c559f437cf8a2cb3836c7631edf96a16efbf8b4383e36')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # Note that we rename the bash completion script for bash-completion > 1.99, 
until upstream does so.
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task.sh" 
"$pkgdir/usr/share/bash-completion/completions/task"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" 
"$pkgdir/usr/share/fish/completions/task.fish"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" 
"$pkgdir/usr/share/zsh/site-functions/_task"
+
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim

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

2013-03-03 Thread Peter Lewis
Date: Sunday, March 3, 2013 @ 11:45:53
  Author: plewis
Revision: 85576

upgpkg: task 2.1.2-4

ruby 2.0.0 rebuild

Modified:
  task/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 10:35:58 UTC (rev 85575)
+++ PKGBUILD2013-03-03 10:45:53 UTC (rev 85576)
@@ -6,7 +6,7 @@
 
 pkgname=task
 pkgver=2.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A command-line todo list manager"
 arch=('i686' 'x86_64')
 url="http://taskwarrior.org/projects/show/taskwarrior/";



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

2013-03-03 Thread Florian Pritz
Date: Sunday, March 3, 2013 @ 11:35:58
  Author: bluewind
Revision: 85575

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-03 10:35:52 UTC (rev 85574)
+++ PKGBUILD2013-03-03 10:35:58 UTC (rev 85575)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.1.8
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url="http://gnutls.org/";
-options=('!libtool')
-depends=('lib32-zlib' 'lib32-nettle>=2.4' 'lib32-p11-kit>=0.12' 
'lib32-libtasn1' $_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('ffac9e22aba66057d5155ad0e3b62485'
- 'f3f0f2b81fa62bbe878a181d87a9cabd')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  find $pkgdir
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 85574, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-03 10:35:58 UTC (rev 85575)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.1.9
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url="http://gnutls.org/";
+options=('!libtool')
+depends=('lib32-zlib' 'lib32-nettle>=2.4' 'lib32-p11-kit>=0.12' 
'lib32-libtasn1' $_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('0674032fe6de0d90d08eed81fcac2e1d'
+ '503f49f55459ef4229fa4f35841fde2f')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  find $pkgdir
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}



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

2013-03-03 Thread Florian Pritz
Date: Sunday, March 3, 2013 @ 11:35:52
  Author: bluewind
Revision: 85574

upgpkg: lib32-gnutls 3.1.9-1

upstream update

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 10:34:00 UTC (rev 85573)
+++ PKGBUILD2013-03-03 10:35:52 UTC (rev 85574)
@@ -6,7 +6,7 @@
 # Contributor: Mikko Seppälä 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.1.8
+pkgver=3.1.9
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 depends=('lib32-zlib' 'lib32-nettle>=2.4' 'lib32-p11-kit>=0.12' 
'lib32-libtasn1' $_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('ffac9e22aba66057d5155ad0e3b62485'
- 'f3f0f2b81fa62bbe878a181d87a9cabd')
+md5sums=('0674032fe6de0d90d08eed81fcac2e1d'
+ '503f49f55459ef4229fa4f35841fde2f')
 
 build() {
   export CC="gcc -m32"



[arch-commits] Commit in lib32-gtk2/repos/multilib-x86_64 (8 files)

2013-03-03 Thread Florian Pritz
Date: Sunday, March 3, 2013 @ 11:34:00
  Author: bluewind
Revision: 85573

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk2/repos/multilib-x86_64/PKGBUILD
(from rev 85572, lib32-gtk2/trunk/PKGBUILD)
  lib32-gtk2/repos/multilib-x86_64/gtk-modules-32.patch
(from rev 85572, lib32-gtk2/trunk/gtk-modules-32.patch)
  lib32-gtk2/repos/multilib-x86_64/gtk2.install
(from rev 85572, lib32-gtk2/trunk/gtk2.install)
  lib32-gtk2/repos/multilib-x86_64/xid-collision-debug.patch
(from rev 85572, lib32-gtk2/trunk/xid-collision-debug.patch)
Deleted:
  lib32-gtk2/repos/multilib-x86_64/PKGBUILD
  lib32-gtk2/repos/multilib-x86_64/gtk-modules-32.patch
  lib32-gtk2/repos/multilib-x86_64/gtk2.install
  lib32-gtk2/repos/multilib-x86_64/xid-collision-debug.patch

---+
 PKGBUILD  |  114 ++--
 gtk-modules-32.patch  |   24 -
 gtk2.install  |   32 ++--
 xid-collision-debug.patch |   30 +--
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-03 10:33:52 UTC (rev 85572)
+++ PKGBUILD2013-03-03 10:34:00 UTC (rev 85573)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gtk2
-pkgname=lib32-$_pkgbasename
-pkgver=2.24.15
-pkgrel=1
-pkgdesc="The GTK+ Toolkit (v2) (32-bit)"
-arch=('x86_64')
-url="http://www.gtk.org/";
-install=gtk2.install
-depends=(lib32-{'atk>=1.30.0','pango>=1.28.0','cairo>=1.10.0','gdk-pixbuf2>=2.22.1'}
- 
lib32-lib{'cups>=1.4.4',xcursor,'xrandr>=1.3','xi>=1.3',xinerama,xcomposite,xdamage}
- $_pkgbasename)
-makedepends=('pkgconfig' 'gcc-multilib')
-options=('!libtool' '!docs')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
-xid-collision-debug.patch
-gtk-modules-32.patch)
-sha256sums=('d7e1c6d6ae6baa48c88441fe52b73b0fb6008763644867d59b049bafb0cf771b'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
-'2effb13404442ae266d4c663347e88cd1ca19e9a83b452da1743bac16af9c7b0')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/gtk+-${pkgver}"
-  patch -Np1 -i "${srcdir}/xid-collision-debug.patch"
-  patch -p1 -i ${srcdir}/gtk-modules-32.patch
-
-  CXX=/bin/false ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libdir=/usr/lib32 \
-  --with-xinput=yes
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "${srcdir}/gtk+-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/etc
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  cd "${pkgdir}"/usr/bin
-  mv gtk-query-immodules-2.0 gtk-query-immodules-2.0-32
-  rm -f gtk-builder-convert gtk-demo gtk-update-icon-cache
-}

Copied: lib32-gtk2/repos/multilib-x86_64/PKGBUILD (from rev 85572, 
lib32-gtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-03 10:34:00 UTC (rev 85573)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gtk2
+pkgname=lib32-$_pkgbasename
+pkgver=2.24.16
+pkgrel=1
+pkgdesc="The GTK+ Toolkit (v2) (32-bit)"
+arch=('x86_64')
+url="http://www.gtk.org/";
+install=gtk2.install
+depends=(lib32-{'atk>=1.30.0','pango>=1.28.0','cairo>=1.10.0','gdk-pixbuf2>=2.22.1'}
+ 
lib32-lib{'cups>=1.4.4',xcursor,'xrandr>=1.3','xi>=1.3',xinerama,xcomposite,xdamage}
+ $_pkgbasename)
+makedepends=('pkgconfig' 'gcc-multilib')
+options=('!libtool' '!docs')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
+xid-collision-debug.patch
+gtk-modules-32.patch)
+sha256sums=('93cd69cc2cecf9a3aa31a50caf4a24752a6928a48c527ae967b109df6f9302d3'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
+'2effb13404442ae266d4c663347e88cd1ca19e9a83b452da1743bac16af9c7b0')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/gtk+-${pkgver}"
+  patch -Np1 -i "${srcdir}/xid-collision-debug.patch"
+  patch -p1 -i ${srcdir}/gtk-modules-32.patch
+
+  CXX=/bin/false ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libdir=/usr/lib32 \
+  --with-xinput=yes
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "${srcdir}/gtk+-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/etc
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  cd "${pkgdir}"/usr/bin
+  m

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

2013-03-03 Thread Florian Pritz
Date: Sunday, March 3, 2013 @ 11:33:52
  Author: bluewind
Revision: 85572

upgpkg: lib32-gtk2 2.24.16-1

upstream update

Modified:
  lib32-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 10:26:02 UTC (rev 85571)
+++ PKGBUILD2013-03-03 10:33:52 UTC (rev 85572)
@@ -5,7 +5,7 @@
 
 _pkgbasename=gtk2
 pkgname=lib32-$_pkgbasename
-pkgver=2.24.15
+pkgver=2.24.16
 pkgrel=1
 pkgdesc="The GTK+ Toolkit (v2) (32-bit)"
 arch=('x86_64')
@@ -20,7 +20,7 @@
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
 xid-collision-debug.patch
 gtk-modules-32.patch)
-sha256sums=('d7e1c6d6ae6baa48c88441fe52b73b0fb6008763644867d59b049bafb0cf771b'
+sha256sums=('93cd69cc2cecf9a3aa31a50caf4a24752a6928a48c527ae967b109df6f9302d3'
 'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
 '2effb13404442ae266d4c663347e88cd1ca19e9a83b452da1743bac16af9c7b0')
 



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

2013-03-03 Thread Florian Pritz
Date: Sunday, March 3, 2013 @ 11:26:02
  Author: bluewind
Revision: 85571

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 85570, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 85570, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   38 +++---
 upgpkg   |8 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-03 10:25:55 UTC (rev 85570)
+++ PKGBUILD2013-03-03 10:26:02 UTC (rev 85571)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-pkgname=inxi
-pkgver=1.8.44
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org";
-license=('GPL')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d84637fba3a3937380272798d81fa8ed')
-
-package() {
-  cd "$srcdir"
-  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
-  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 85570, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-03 10:26:02 UTC (rev 85571)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Florian Pritz 
+pkgname=inxi
+pkgver=1.8.45
+pkgrel=1
+pkgdesc="script to get system information"
+arch=('any')
+url="http://inxi.org";
+license=('GPL')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('931f1e1af01b165be3b46a185c85df93')
+
+package() {
+  cd "$srcdir"
+  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
+  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2013-03-03 10:25:55 UTC (rev 85570)
+++ upgpkg  2013-03-03 10:26:02 UTC (rev 85571)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 85570, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2013-03-03 10:26:02 UTC (rev 85571)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2013-03-03 Thread Florian Pritz
Date: Sunday, March 3, 2013 @ 11:25:55
  Author: bluewind
Revision: 85570

upgpkg: inxi 1.8.45-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 09:40:05 UTC (rev 85569)
+++ PKGBUILD2013-03-03 10:25:55 UTC (rev 85570)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Florian Pritz 
 pkgname=inxi
-pkgver=1.8.44
+pkgver=1.8.45
 pkgrel=1
 pkgdesc="script to get system information"
 arch=('any')
 url="http://inxi.org";
 license=('GPL')
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d84637fba3a3937380272798d81fa8ed')
+md5sums=('931f1e1af01b165be3b46a185c85df93')
 
 package() {
   cd "$srcdir"



[arch-commits] Commit in ruby-highline/repos (staging-any staging-any/PKGBUILD)

2013-03-03 Thread Peter Lewis
Date: Sunday, March 3, 2013 @ 10:40:05
  Author: plewis
Revision: 85569

archrelease: copy trunk to staging-any

Added:
  ruby-highline/repos/staging-any/
  ruby-highline/repos/staging-any/PKGBUILD
(from rev 85568, ruby-highline/trunk/PKGBUILD)

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

Copied: ruby-highline/repos/staging-any/PKGBUILD (from rev 85568, 
ruby-highline/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2013-03-03 09:40:05 UTC (rev 85569)
@@ -0,0 +1,23 @@
+# Maintainer: Peter Richard Lewis 
+# Contributor: Emiliano Vavassori 
+
+pkgname=ruby-highline
+_gemname=highline
+pkgver=1.6.11
+pkgrel=2
+pkgdesc="A high-level text user interface toolkit for Ruby"
+arch=('any')
+url="http://highline.rubyforge.org/";
+license=('GPL2' 'RUBY')
+depends=('ruby')
+makedepends=('rubygems')
+source=(http://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha256sums=('6ee965dc6793221c216eb18fad73b647d08c6963fbcf716cf10d4569bc822c60')
+
+package() {
+  cd "${srcdir}"
+  local _gemdir="$(env ruby -rubygems -e 'puts Gem.default_dir')"
+
+  gem install --no-user-install -f -i "${pkgdir}${_gemdir}" 
--ignore-dependencies ${_gemname}-${pkgver}.gem
+}



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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 10:38:46
  Author: andrea
Revision: 179088

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

Added:
  qwt/repos/extra-i686/PKGBUILD
(from rev 179087, qwt/trunk/PKGBUILD)
  qwt/repos/extra-i686/qwtconfig-archlinux.pri
(from rev 179087, qwt/trunk/qwtconfig-archlinux.pri)
  qwt/repos/extra-x86_64/PKGBUILD
(from rev 179087, qwt/trunk/PKGBUILD)
  qwt/repos/extra-x86_64/qwtconfig-archlinux.pri
(from rev 179087, qwt/trunk/qwtconfig-archlinux.pri)
Deleted:
  qwt/repos/extra-i686/PKGBUILD
  qwt/repos/extra-i686/qwtconfig-archlinux.pri
  qwt/repos/extra-x86_64/PKGBUILD
  qwt/repos/extra-x86_64/qwtconfig-archlinux.pri

--+
 extra-i686/PKGBUILD  |   95 ++---
 extra-i686/qwtconfig-archlinux.pri   |  236 -
 extra-x86_64/PKGBUILD|   95 ++---
 extra-x86_64/qwtconfig-archlinux.pri |  236 -
 4 files changed, 334 insertions(+), 328 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-03 09:38:39 UTC (rev 179087)
+++ extra-i686/PKGBUILD 2013-03-03 09:38:46 UTC (rev 179088)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-
-pkgname=qwt
-pkgver=6.0.1
-pkgrel=5
-pkgdesc="Qt Widgets for Technical Applications"
-arch=('i686' 'x86_64')
-url="http://qwt.sourceforge.net/";
-depends=('qt4')
-license=("custom:$pkgname")
-source=("http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2"; 
\
-"qwtconfig-archlinux.pri")
-sha1sums=('301cca0c49c7efc14363b42e082b09056178973e'
-  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # copy our config file to the right place
-  cp ${srcdir}/qwtconfig-archlinux.pri qwtconfig.pri
-
-  # build qwt:
-  qmake-qt4 qwt.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make INSTALL_ROOT=${pkgdir} QTDIR=/usr install
-
-  # install web designer plugin
-  install -d ${pkgdir}/usr/lib/qt4/plugins/designer/
-  install -Dm755 designer/plugins/designer/libqwt_designer_plugin.so \
-${pkgdir}/usr/lib/qt4/plugins/designer/
-
-  # needed by qmake (FS#30407)
-  install -d "${pkgdir}"/usr/share/qt4/mkspecs/features/
-  install -m644 qwtconfig.pri qwt.prf \
-"${pkgdir}"/usr/share/qt4/mkspecs/features/
-
-  # install licence
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: qwt/repos/extra-i686/PKGBUILD (from rev 179087, qwt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-03 09:38:46 UTC (rev 179088)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=qwt
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="Qt Widgets for Technical Applications"
+arch=('i686' 'x86_64')
+url="http://qwt.sourceforge.net/";
+depends=('qt4')
+license=("custom:$pkgname")
+source=("http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2"; 
\
+"qwtconfig-archlinux.pri")
+sha1sums=('cbdd00b29521987c9e7bc6aa51092f0474b9428d'
+  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # copy our config file to the right place
+  cp ${srcdir}/qwtconfig-archlinux.pri qwtconfig.pri
+
+  # build qwt:
+  qmake-qt4 qwt.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make INSTALL_ROOT=${pkgdir} install
+
+  # install web designer plugin
+  install -d ${pkgdir}/usr/lib/qt4/plugins/designer/
+  install -Dm755 designer/plugins/designer/libqwt_designer_plugin.so \
+${pkgdir}/usr/lib/qt4/plugins/designer/
+
+  # needed by qmake (FS#30407)
+  install -d "${pkgdir}"/usr/share/qt4/mkspecs/features/
+  install -m644 qwtconfig.pri qwt.prf \
+"${pkgdir}"/usr/share/qt4/mkspecs/features/
+
+  # move man pages
+  mv "${pkgdir}"/usr/share/doc/qwt/man/ "${pkgdir}"/usr/share/
+
+  # install licence
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/qwtconfig-archlinux.pri
===
--- extra-i686/qwtconfig-archlinux.pri  2013-03-03 09:38:39 UTC (rev 179087)
+++ extra-i686/qwtconfig-archlinux.pri  2013-03-03 09:38:46 UTC (rev 179088)
@@ -1,118 +0,0 @@
-
-# Qwt Widget Library
-# Copyright (C) 1997   Josef Wilgen
-# Copyright (C) 2002   Uwe Rathmann
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the Qwt License, Version 1.0
-
-
-QWT_VER_MAJ  = 6
-QWT_VER_MIN  = 1
-QWT_VER_PAT  = 0
-QWT_VERSION  = $${QWT_VER_MAJ}.$${QWT_VER_MIN}.$${QWT_VER

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

2013-03-03 Thread Andrea Scarpino
Date: Sunday, March 3, 2013 @ 10:38:39
  Author: andrea
Revision: 179087

upgpkg: qwt 6.0.2-1

Upstream release

Modified:
  qwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 08:22:38 UTC (rev 179086)
+++ PKGBUILD2013-03-03 09:38:39 UTC (rev 179087)
@@ -2,8 +2,8 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=qwt
-pkgver=6.0.1
-pkgrel=5
+pkgver=6.0.2
+pkgrel=1
 pkgdesc="Qt Widgets for Technical Applications"
 arch=('i686' 'x86_64')
 url="http://qwt.sourceforge.net/";
@@ -11,7 +11,7 @@
 license=("custom:$pkgname")
 source=("http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2"; 
\
 "qwtconfig-archlinux.pri")
-sha1sums=('301cca0c49c7efc14363b42e082b09056178973e'
+sha1sums=('cbdd00b29521987c9e7bc6aa51092f0474b9428d'
   'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
 
 build() {
@@ -28,7 +28,7 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  make INSTALL_ROOT=${pkgdir} QTDIR=/usr install
+  make INSTALL_ROOT=${pkgdir} install
 
   # install web designer plugin
   install -d ${pkgdir}/usr/lib/qt4/plugins/designer/
@@ -40,6 +40,9 @@
   install -m644 qwtconfig.pri qwt.prf \
 "${pkgdir}"/usr/share/qt4/mkspecs/features/
 
+  # move man pages
+  mv "${pkgdir}"/usr/share/doc/qwt/man/ "${pkgdir}"/usr/share/
+
   # install licence
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE



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

2013-03-03 Thread Peter Lewis
Date: Sunday, March 3, 2013 @ 10:38:23
  Author: plewis
Revision: 85568

upgpkg: ruby-highline 1.6.11-2

ruby 2.0.0 rebuild

Modified:
  ruby-highline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 08:30:05 UTC (rev 85567)
+++ PKGBUILD2013-03-03 09:38:23 UTC (rev 85568)
@@ -4,7 +4,7 @@
 pkgname=ruby-highline
 _gemname=highline
 pkgver=1.6.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level text user interface toolkit for Ruby"
 arch=('any')
 url="http://highline.rubyforge.org/";



[arch-commits] Commit in (nautilus-sound-converter)

2013-03-03 Thread Balló György
Date: Sunday, March 3, 2013 @ 09:30:05
  Author: bgyorgy
Revision: 85567

Moved into AUR due conflict with totem>=3.6.0

Deleted:
  nautilus-sound-converter/



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

2013-03-03 Thread Gaetan Bisson
Date: Sunday, March 3, 2013 @ 09:22:38
  Author: bisson
Revision: 179086

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 179085, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 179085, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 179085, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 179085, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 179085, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 179085, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   67 +++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   67 +++
 staging-x86_64/install  |   12 ++
 6 files changed, 332 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 179085, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-03-03 08:22:38 UTC (rev 179086)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents" mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this 
Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license

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

2013-03-03 Thread Gaetan Bisson
Date: Sunday, March 3, 2013 @ 09:22:02
  Author: bisson
Revision: 179085

rebuild for ruby-2.0.0

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 07:52:18 UTC (rev 179084)
+++ PKGBUILD2013-03-03 08:22:02 UTC (rev 179085)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.30.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
@@ -35,11 +35,14 @@
cd "${srcdir}/${pkgname}-${pkgver}"
 
sed \
-   -e '/"archdir"/s:$:+" '"$(echo 
-I/usr/include/ruby-1.9.1/{$CARCH-linux,ruby/backward,})"'":' \
+   -e '/"archdir"/s:$:+" '"$(echo 
-I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})"'":' \
-e '/CONFIG/s:site:vendor:' \
-i config/config_ruby.rb
+   sed \
+   -e 's:ruby-1.9:ruby-2.0:g' \
+   -e '/LIBPOSTFIX="64"/d' \
+   -i configure
 
-   sed '/LIBPOSTFIX="64"/d' -i configure
source /etc/profile.d/qt4.sh
export PYTHON=python2
export LUA=lua5.1