[arch-commits] Commit in bsd-games/trunk (PKGBUILD config.params)

2013-05-16 Thread Laurent Carlier
Date: Thursday, May 16, 2013 @ 11:12:04
  Author: lcarlier
Revision: 90950

upgpkg: bsd-games 2.17-14

Move huntd to /usr/bin

Modified:
  bsd-games/trunk/PKGBUILD
  bsd-games/trunk/config.params

---+
 PKGBUILD  |   12 
 config.params |2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 06:57:01 UTC (rev 90949)
+++ PKGBUILD2013-05-16 09:12:04 UTC (rev 90950)
@@ -5,7 +5,7 @@
 
 pkgname=bsd-games
 pkgver=2.17
-pkgrel=13
+pkgrel=14
 pkgdesc="A linux port for a collection of BSD command line games."
 url="ftp://ftp.ibiblio.org/pub/Linux/games/";
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 number.c.diff bsd-games-2.17-64bit.patch
 bad-ntohl-cast.diff null-check.diff)
 md5sums=('238a38a3a017ca9b216fc42bde405639'
- '9916baef5cb8aa09361f67de12ca7bef'
+ '2ea80281ee9993a9ee47323e78349a2a'
  '784f68c796b9e099ac008aecef1af998'
  '9c0fa6e2345bd0a7945c9a41d5ba68aa'
  '5356bd6999ae53dd27cb2a0f837a3e70'
@@ -27,8 +27,9 @@
  '3d21a9dad2e603ddf3842972e4ff85a1'
  'a43ca0b4b9ebc4eec26372c52014ac0a')
 
-build() {
+prepare() {
   cd "${srcdir}/$pkgname-$pkgver"
+
   [ "$CARCH" = "x86_64" ] && patch -p1 < "$srcdir/bsd-games-2.17-64bit.patch"
   cp "${srcdir}/config.params" .
 
@@ -63,8 +64,11 @@
   # Prior to release 2.17-10 of the ArchLinux package, wargames was
   # broken, since binaries are in /usr/bin instead.
   sed -i -e 's|/usr/games|/usr/bin|g' wargames/wargames
+}
 
-# Build.
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
   ./configure
   make
 }

Modified: config.params
===
--- config.params   2013-05-16 06:57:01 UTC (rev 90949)
+++ config.params   2013-05-16 09:12:04 UTC (rev 90950)
@@ -2,7 +2,7 @@
 bsd_games_cfg_install_prefix=PKGDIR
 bsd_games_cfg_no_build_dirs='banner fortune wtf factor monop'
 bsd_games_cfg_gamesdir=/usr/bin
-bsd_games_cfg_sbindir=/usr/sbin
+bsd_games_cfg_sbindir=/usr/bin
 bsd_games_cfg_man6dir=/usr/share/man/man6
 bsd_games_cfg_man5dir=/usr/share/man/man5
 bsd_games_cfg_man8dir=/usr/share/man/man8



[arch-commits] Commit in bsd-games/repos (40 files)

2013-05-16 Thread Laurent Carlier
Date: Thursday, May 16, 2013 @ 11:13:23
  Author: lcarlier
Revision: 90951

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

Added:
  bsd-games/repos/community-i686/PKGBUILD
(from rev 90950, bsd-games/trunk/PKGBUILD)
  bsd-games/repos/community-i686/bad-ntohl-cast.diff
(from rev 90950, bsd-games/trunk/bad-ntohl-cast.diff)
  bsd-games/repos/community-i686/bsd-games-2.17-64bit.patch
(from rev 90950, bsd-games/trunk/bsd-games-2.17-64bit.patch)
  bsd-games/repos/community-i686/bsd-games.install
(from rev 90950, bsd-games/trunk/bsd-games.install)
  bsd-games/repos/community-i686/config.params
(from rev 90950, bsd-games/trunk/config.params)
  bsd-games/repos/community-i686/gamescreen.h.diff
(from rev 90950, bsd-games/trunk/gamescreen.h.diff)
  bsd-games/repos/community-i686/getline.diff
(from rev 90950, bsd-games/trunk/getline.diff)
  bsd-games/repos/community-i686/null-check.diff
(from rev 90950, bsd-games/trunk/null-check.diff)
  bsd-games/repos/community-i686/number.c.diff
(from rev 90950, bsd-games/trunk/number.c.diff)
  bsd-games/repos/community-i686/stdio.h.diff
(from rev 90950, bsd-games/trunk/stdio.h.diff)
  bsd-games/repos/community-x86_64/PKGBUILD
(from rev 90950, bsd-games/trunk/PKGBUILD)
  bsd-games/repos/community-x86_64/bad-ntohl-cast.diff
(from rev 90950, bsd-games/trunk/bad-ntohl-cast.diff)
  bsd-games/repos/community-x86_64/bsd-games-2.17-64bit.patch
(from rev 90950, bsd-games/trunk/bsd-games-2.17-64bit.patch)
  bsd-games/repos/community-x86_64/bsd-games.install
(from rev 90950, bsd-games/trunk/bsd-games.install)
  bsd-games/repos/community-x86_64/config.params
(from rev 90950, bsd-games/trunk/config.params)
  bsd-games/repos/community-x86_64/gamescreen.h.diff
(from rev 90950, bsd-games/trunk/gamescreen.h.diff)
  bsd-games/repos/community-x86_64/getline.diff
(from rev 90950, bsd-games/trunk/getline.diff)
  bsd-games/repos/community-x86_64/null-check.diff
(from rev 90950, bsd-games/trunk/null-check.diff)
  bsd-games/repos/community-x86_64/number.c.diff
(from rev 90950, bsd-games/trunk/number.c.diff)
  bsd-games/repos/community-x86_64/stdio.h.diff
(from rev 90950, bsd-games/trunk/stdio.h.diff)
Deleted:
  bsd-games/repos/community-i686/PKGBUILD
  bsd-games/repos/community-i686/bad-ntohl-cast.diff
  bsd-games/repos/community-i686/bsd-games-2.17-64bit.patch
  bsd-games/repos/community-i686/bsd-games.install
  bsd-games/repos/community-i686/config.params
  bsd-games/repos/community-i686/gamescreen.h.diff
  bsd-games/repos/community-i686/getline.diff
  bsd-games/repos/community-i686/null-check.diff
  bsd-games/repos/community-i686/number.c.diff
  bsd-games/repos/community-i686/stdio.h.diff
  bsd-games/repos/community-x86_64/PKGBUILD
  bsd-games/repos/community-x86_64/bad-ntohl-cast.diff
  bsd-games/repos/community-x86_64/bsd-games-2.17-64bit.patch
  bsd-games/repos/community-x86_64/bsd-games.install
  bsd-games/repos/community-x86_64/config.params
  bsd-games/repos/community-x86_64/gamescreen.h.diff
  bsd-games/repos/community-x86_64/getline.diff
  bsd-games/repos/community-x86_64/null-check.diff
  bsd-games/repos/community-x86_64/number.c.diff
  bsd-games/repos/community-x86_64/stdio.h.diff

-+
 /PKGBUILD   |  208 +
 /bad-ntohl-cast.diff|   44 ++
 /bsd-games-2.17-64bit.patch |   86 +
 /bsd-games.install  |   22 +
 /config.params  |   30 ++
 /gamescreen.h.diff  |   30 ++
 /getline.diff   |  388 ++
 /null-check.diff|   48 +++
 /number.c.diff  |  312 
 /stdio.h.diff   |   28 +
 community-i686/PKGBUILD |  100 --
 community-i686/bad-ntohl-cast.diff  |   22 -
 community-i686/bsd-games-2.17-64bit.patch   |   43 --
 community-i686/bsd-games.install|   11 
 community-i686/config.params|   15 -
 community-i686/gamescreen.h.diff|   15 -
 community-i686/getline.diff |  194 -
 community-i686/null-check.diff  |   24 -
 community-i686/number.c.diff|  156 --
 community-i686/stdio.h.diff |   14 
 community-x86_64/PKGBUILD   |  100 --
 community-x86_64/bad-ntohl-cast.diff|   22 -
 community-x86_64/bsd-games-2.17-64bit.patch |   43 --
 community-x86_64/bsd-games.install  |   11 
 community-x86_64/config.params  |   15 -
 community-x86_64/gamescreen.h.diff  |   15 -
 community-x86_64/getline.diff   |  194 -
 community-x86_64/null-check.diff|   24 -
 community-x86_64/number.c.diff  |  156 --
 community-x86_64/st

[arch-commits] Commit in laptop-mode-tools/trunk (PKGBUILD laptop-mode)

2013-05-16 Thread Lukas Jirkovsky
Date: Thursday, May 16, 2013 @ 12:00:47
  Author: stativ
Revision: 90952

prepare for the sbin -> bin move, remove the sysvinit script.

Modified:
  laptop-mode-tools/trunk/PKGBUILD
Deleted:
  laptop-mode-tools/trunk/laptop-mode

-+
 PKGBUILD|   11 +--
 laptop-mode |   57 -
 2 files changed, 5 insertions(+), 63 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 09:13:23 UTC (rev 90951)
+++ PKGBUILD2013-05-16 10:00:47 UTC (rev 90952)
@@ -46,10 +46,8 @@
 etc/laptop-mode/laptop-mode.conf
 etc/laptop-mode/lm-profiler.conf)
 install=laptop-mode.install
-source=("http://www.samwel.tk/laptop_mode/tools/downloads/${pkgname}_${pkgver}.tar.gz";
-'laptop-mode')
-md5sums=('58d7dbffe9a60746a67f4b2a27ab284f'
- '4d3b4d95c6532451b3dba588c83fb86b')
+source=("http://www.samwel.tk/laptop_mode/tools/downloads/${pkgname}_${pkgver}.tar.gz";)
+md5sums=('58d7dbffe9a60746a67f4b2a27ab284f')
 
 build() {
   cd "$srcdir/${pkgname}_$pkgver"
@@ -58,6 +56,7 @@
 package() {
   cd "$srcdir/${pkgname}_$pkgver"
   make DESTDIR="$pkgdir" INIT_D=none MAN_D=/usr/share/man LIB_D=/usr/lib 
install
-
-  install -D -m755 "$srcdir/laptop-mode" "$pkgdir/etc/rc.d/laptop-mode"
+  # use bin instead of sbin
+  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
+  find "$pkgdir" -type f -exec sed -i 's|sbin/laptop_mode|bin/laptop_mode|g' 
'{}' ';'
 }

Deleted: laptop-mode
===
--- laptop-mode 2013-05-16 09:13:23 UTC (rev 90951)
+++ laptop-mode 2013-05-16 10:00:47 UTC (rev 90952)
@@ -1,57 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
-  start)
-stat_busy "Starting laptop-mode"
-[ ! -d /var/run/laptop-mode-tools ] && install -d 
/var/run/laptop-mode-tools
-touch /var/run/laptop-mode-tools/enabled
-/usr/sbin/laptop_mode auto >/dev/null 2>&1
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon laptop-mode
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping laptop-mode"
-rm -f /var/run/laptop-mode-tools/enabled
-/usr/sbin/laptop_mode stop >/dev/null 2>&1
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon laptop-mode
-  stat_done
-fi
-;;
-  restart)
-stat_busy "Restarting laptop-mode"
-rm -f /var/run/laptop-mode-tools/enabled
-/usr/sbin/laptop_mode stop >/dev/null 2>&1
-
-if [ $? -gt 0 ]; then
-  stat_fail
-  rm_daemon laptop-mode
-else
-  rm -f /var/run/laptop-mode-tools/*
-  touch /var/run/laptop-mode-tools/enabled
-  /usr/sbin/laptop_mode auto force >/dev/null 2>&1
-  if [ $? -gt 0 ]; then
-stat_fail
-rm_daemon laptop-mode
-  else
-stat_done
-  fi
-fi
-;;
-  status)
-/usr/sbin/laptop_mode status
-;;
-  *)
-  echo "Usage: $0 {stop|start|restart|status}"
-;;
-esac
-exit 0



[arch-commits] Commit in laptop-mode-tools/trunk (PKGBUILD)

2013-05-16 Thread Lukas Jirkovsky
Date: Thursday, May 16, 2013 @ 12:32:57
  Author: stativ
Revision: 90953

upgpkg: laptop-mode-tools 1.63-2

move lmt from /usr/sbin to /usr/bin, remove the rc script.

Modified:
  laptop-mode-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 10:00:47 UTC (rev 90952)
+++ PKGBUILD2013-05-16 10:32:57 UTC (rev 90953)
@@ -4,7 +4,7 @@
 
 pkgname=laptop-mode-tools
 pkgver=1.63
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel mode that allows you to extend the battery life of your 
laptop"
 arch=('any')
 url="http://www.samwel.tk/laptop_mode/";



[arch-commits] Commit in laptop-mode-tools/repos/community-any (5 files)

2013-05-16 Thread Lukas Jirkovsky
Date: Thursday, May 16, 2013 @ 12:33:01
  Author: stativ
Revision: 90954

archrelease: copy trunk to community-any

Added:
  laptop-mode-tools/repos/community-any/PKGBUILD
(from rev 90953, laptop-mode-tools/trunk/PKGBUILD)
  laptop-mode-tools/repos/community-any/laptop-mode.install
(from rev 90953, laptop-mode-tools/trunk/laptop-mode.install)
Deleted:
  laptop-mode-tools/repos/community-any/PKGBUILD
  laptop-mode-tools/repos/community-any/laptop-mode
  laptop-mode-tools/repos/community-any/laptop-mode.install

-+
 PKGBUILD|  125 --
 laptop-mode |   57 --
 laptop-mode.install |   28 +--
 3 files changed, 76 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-16 10:32:57 UTC (rev 90953)
+++ PKGBUILD2013-05-16 10:33:01 UTC (rev 90954)
@@ -1,63 +0,0 @@
-# $Id: PKGBUILD 140455 2011-10-14 20:07:03Z eric $
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Eric Bélanger 
-
-pkgname=laptop-mode-tools
-pkgver=1.63
-pkgrel=1
-pkgdesc="A kernel mode that allows you to extend the battery life of your 
laptop"
-arch=('any')
-url="http://www.samwel.tk/laptop_mode/";
-license=('GPL')
-depends=('bash')
-optdepends=('acpid: ACPI support'
-'bluez: bluetooth support'
-'hdparm: hard disk power management'
-'sdparm: SCSI disk power management'
-'ethtool: ethernet support'
-'wireless_tools: WiFi support'
-'xorg-xset: DPMS standby support')
-backup=(etc/laptop-mode/conf.d/ac97-powersave.conf
-etc/laptop-mode/conf.d/auto-hibernate.conf
-etc/laptop-mode/conf.d/battery-level-polling.conf
-etc/laptop-mode/conf.d/bluetooth.conf
-etc/laptop-mode/conf.d/configuration-file-control.conf
-etc/laptop-mode/conf.d/cpufreq.conf
-etc/laptop-mode/conf.d/dpms-standby.conf
-etc/laptop-mode/conf.d/eee-superhe.conf
-etc/laptop-mode/conf.d/ethernet.conf
-etc/laptop-mode/conf.d/exec-commands.conf
-etc/laptop-mode/conf.d/hal-polling.conf
-etc/laptop-mode/conf.d/intel-hda-powersave.conf
-etc/laptop-mode/conf.d/intel-sata-powermgmt.conf
-etc/laptop-mode/conf.d/lcd-brightness.conf
-etc/laptop-mode/conf.d/nmi-watchdog.conf
-etc/laptop-mode/conf.d/pcie-aspm.conf
-etc/laptop-mode/conf.d/runtime-pm.conf
-etc/laptop-mode/conf.d/sched-mc-power-savings.conf
-etc/laptop-mode/conf.d/sched-smt-power-savings.conf
-etc/laptop-mode/conf.d/start-stop-programs.conf
-etc/laptop-mode/conf.d/terminal-blanking.conf
-etc/laptop-mode/conf.d/usb-autosuspend.conf
-etc/laptop-mode/conf.d/video-out.conf
-etc/laptop-mode/conf.d/wireless-ipw-power.conf
-etc/laptop-mode/conf.d/wireless-iwl-power.conf
-etc/laptop-mode/conf.d/wireless-power.conf
-etc/laptop-mode/laptop-mode.conf
-etc/laptop-mode/lm-profiler.conf)
-install=laptop-mode.install
-source=("http://www.samwel.tk/laptop_mode/tools/downloads/${pkgname}_${pkgver}.tar.gz";
-'laptop-mode')
-md5sums=('58d7dbffe9a60746a67f4b2a27ab284f'
- '4d3b4d95c6532451b3dba588c83fb86b')
-
-build() {
-  cd "$srcdir/${pkgname}_$pkgver"
-}
-
-package() {
-  cd "$srcdir/${pkgname}_$pkgver"
-  make DESTDIR="$pkgdir" INIT_D=none MAN_D=/usr/share/man LIB_D=/usr/lib 
install
-
-  install -D -m755 "$srcdir/laptop-mode" "$pkgdir/etc/rc.d/laptop-mode"
-}

Copied: laptop-mode-tools/repos/community-any/PKGBUILD (from rev 90953, 
laptop-mode-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-16 10:33:01 UTC (rev 90954)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 140455 2011-10-14 20:07:03Z eric $
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Eric Bélanger 
+
+pkgname=laptop-mode-tools
+pkgver=1.63
+pkgrel=2
+pkgdesc="A kernel mode that allows you to extend the battery life of your 
laptop"
+arch=('any')
+url="http://www.samwel.tk/laptop_mode/";
+license=('GPL')
+depends=('bash')
+optdepends=('acpid: ACPI support'
+'bluez: bluetooth support'
+'hdparm: hard disk power management'
+'sdparm: SCSI disk power management'
+'ethtool: ethernet support'
+'wireless_tools: WiFi support'
+'xorg-xset: DPMS standby support')
+backup=(etc/laptop-mode/conf.d/ac97-powersave.conf
+etc/laptop-mode/conf.d/auto-hibernate.conf
+etc/laptop-mode/conf.d/battery-level-polling.conf
+etc/laptop-mode/conf.d/bluetooth.conf
+etc/laptop-mode/conf.d/configuration-file-control.conf
+etc/laptop-mode/conf.d/cpufreq.conf
+etc/laptop-mode/conf.d/dpms-standby.conf
+etc/laptop-mode/conf.d/eee-superhe.conf
+etc/laptop-mode/conf.d/ethernet.conf
+  

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

2013-05-16 Thread Balló György
Date: Thursday, May 16, 2013 @ 12:52:08
  Author: bgyorgy
Revision: 90955

upgpkg: pidgin-libnotify 0.14-8

Fix FS#35135

Added:
  pidgin-libnotify/trunk/pidgin-libnotify-getfocus.patch
Modified:
  pidgin-libnotify/trunk/PKGBUILD

-+
 PKGBUILD|   15 
 pidgin-libnotify-getfocus.patch |   69 ++
 2 files changed, 78 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 10:33:01 UTC (rev 90954)
+++ PKGBUILD2013-05-16 10:52:08 UTC (rev 90955)
@@ -4,7 +4,7 @@
 
 pkgname=pidgin-libnotify
 pkgver=0.14
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 pkgdesc="pidgin plugin that enables popups when someone logs in or messages 
you."
 url="http://gaim-libnotify.sourceforge.net/";
@@ -14,22 +14,25 @@
 optdepends=('notification-daemon')
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/sourceforge/gaim-libnotify/$pkgname-$pkgver.tar.gz
 language_fixes.patch
-pidgin-libnotify-0.14-libnotify-0.7.patch 
pidgin-libnotify-showbutton.patch)
+pidgin-libnotify-0.14-libnotify-0.7.patch 
pidgin-libnotify-showbutton.patch pidgin-libnotify-getfocus.patch)
+md5sums=('bfb5368b69c02d429b2b17c00a6673c0'
+ 'e9bdbb3c7faa61f062fc64277457b6c0'
+ '05538625f14d9f2c12adae5fa6a1fa26'
+ 'efe1e86aa1e0bc9f7d20efe7f34ad4a7'
+ 'e624998744d1c2fb8e2c6be94b04c38a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   patch -Np1 -i "$srcdir/language_fixes.patch"
   patch -Np0 -i "$srcdir/pidgin-libnotify-0.14-libnotify-0.7.patch"
   patch -Np0 -i "$srcdir/pidgin-libnotify-showbutton.patch"
+  patch -Np0 -i "$srcdir/pidgin-libnotify-getfocus.patch"
 
   ./configure --prefix=/usr --disable-deprecated  --disable-static
   make
 }
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('bfb5368b69c02d429b2b17c00a6673c0'
- 'e9bdbb3c7faa61f062fc64277457b6c0'
- '05538625f14d9f2c12adae5fa6a1fa26'
- 'efe1e86aa1e0bc9f7d20efe7f34ad4a7')

Added: pidgin-libnotify-getfocus.patch
===
--- pidgin-libnotify-getfocus.patch (rev 0)
+++ pidgin-libnotify-getfocus.patch 2013-05-16 10:52:08 UTC (rev 90955)
@@ -0,0 +1,69 @@
+--- src/pidgin-libnotify.c 2013-05-07 17:38:31.397261982 +0200
 src2/pidgin-libnotify.c2013-05-07 17:43:43.787904584 +0200
+@@ -169,6 +169,49 @@ pixbuf_from_buddy_icon (PurpleBuddyIcon
+   return icon;
+ }
+ 
++/* Taken from pidgin-hotkeys to get focus on conversation window */
++static void
++hacky_active_window(GtkWidget *window)
++{
++GdkScreen *screen;
++GdkWindow *root;
++GdkDisplay *display;
++Display *xdisplay;
++Window xroot;
++XEvent xev;
++static Atom _net_active_window = None;
++
++screen = gtk_widget_get_screen(window);
++root = gdk_screen_get_root_window(screen);
++display = gdk_screen_get_display(screen);
++
++xdisplay = GDK_DISPLAY_XDISPLAY(display);
++xroot = GDK_WINDOW_XWINDOW(root);
++
++if (_net_active_window == None)
++  _net_active_window = XInternAtom(xdisplay,
++   "_NET_ACTIVE_WINDOW",
++   False);
++
++xev.xclient.type = ClientMessage;
++xev.xclient.serial = 0;
++xev.xclient.send_event = True;
++xev.xclient.window = GDK_WINDOW_XWINDOW(window->window);
++xev.xclient.message_type = _net_active_window;
++xev.xclient.format = 32;
++xev.xclient.data.l[0] = 1; /* requestor type; we're an app, I guess */
++xev.xclient.data.l[1] = CurrentTime;
++xev.xclient.data.l[2] = None; /* "currently active window", supposedly */
++xev.xclient.data.l[3] = 0;
++xev.xclient.data.l[4] = 0;
++
++XSendEvent(xdisplay,
++ xroot, False,
++ SubstructureRedirectMask | SubstructureNotifyMask,
++ &xev);
++}
++
++
+ static void
+ action_cb (NotifyNotification *notification,
+  gchar *action, gpointer user_data)
+@@ -194,6 +237,16 @@ action_cb (NotifyNotification *notificat
+ 
buddy->name);
+   }
+   conv->ui_ops->present (conv);
++  
++  /* get the focus on the new conversation window */
++  {
++  GtkWindow *gtkwindow;
++
++  gtkwindow = 
GTK_WINDOW(pidgin_conv_get_window(PIDGIN_CONVERSATION(conv))->window);
++  /*gtk_window_present(gtkwindow);*/
++  hacky_active_window(GTK_WIDGET(gtkwindow));
++  }
++
+ 
+   notify_notification_close (notification, NULL);
+ }



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

2013-05-16 Thread Balló György
Date: Thursday, May 16, 2013 @ 12:52:19
  Author: bgyorgy
Revision: 90956

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

Added:
  pidgin-libnotify/repos/community-i686/PKGBUILD
(from rev 90955, pidgin-libnotify/trunk/PKGBUILD)
  pidgin-libnotify/repos/community-i686/language_fixes.patch
(from rev 90955, pidgin-libnotify/trunk/language_fixes.patch)
  
pidgin-libnotify/repos/community-i686/pidgin-libnotify-0.14-libnotify-0.7.patch
(from rev 90955, 
pidgin-libnotify/trunk/pidgin-libnotify-0.14-libnotify-0.7.patch)
  pidgin-libnotify/repos/community-i686/pidgin-libnotify-getfocus.patch
(from rev 90955, pidgin-libnotify/trunk/pidgin-libnotify-getfocus.patch)
  pidgin-libnotify/repos/community-i686/pidgin-libnotify-showbutton.patch
(from rev 90955, pidgin-libnotify/trunk/pidgin-libnotify-showbutton.patch)
  pidgin-libnotify/repos/community-x86_64/PKGBUILD
(from rev 90955, pidgin-libnotify/trunk/PKGBUILD)
  pidgin-libnotify/repos/community-x86_64/language_fixes.patch
(from rev 90955, pidgin-libnotify/trunk/language_fixes.patch)
  
pidgin-libnotify/repos/community-x86_64/pidgin-libnotify-0.14-libnotify-0.7.patch
(from rev 90955, 
pidgin-libnotify/trunk/pidgin-libnotify-0.14-libnotify-0.7.patch)
  pidgin-libnotify/repos/community-x86_64/pidgin-libnotify-getfocus.patch
(from rev 90955, pidgin-libnotify/trunk/pidgin-libnotify-getfocus.patch)
  pidgin-libnotify/repos/community-x86_64/pidgin-libnotify-showbutton.patch
(from rev 90955, pidgin-libnotify/trunk/pidgin-libnotify-showbutton.patch)
Deleted:
  pidgin-libnotify/repos/community-i686/PKGBUILD
  pidgin-libnotify/repos/community-i686/language_fixes.patch
  
pidgin-libnotify/repos/community-i686/pidgin-libnotify-0.14-libnotify-0.7.patch
  pidgin-libnotify/repos/community-i686/pidgin-libnotify-showbutton.patch
  pidgin-libnotify/repos/community-x86_64/PKGBUILD
  pidgin-libnotify/repos/community-x86_64/language_fixes.patch
  
pidgin-libnotify/repos/community-x86_64/pidgin-libnotify-0.14-libnotify-0.7.patch
  pidgin-libnotify/repos/community-x86_64/pidgin-libnotify-showbutton.patch

+
 /PKGBUILD  |   76 
 /language_fixes.patch  | 1072 +++
 /pidgin-libnotify-0.14-libnotify-0.7.patch |   36 
 /pidgin-libnotify-showbutton.patch |   20 
 community-i686/PKGBUILD|   35 
 community-i686/language_fixes.patch|  536 -
 community-i686/pidgin-libnotify-0.14-libnotify-0.7.patch   |   18 
 community-i686/pidgin-libnotify-getfocus.patch |   69 
 community-i686/pidgin-libnotify-showbutton.patch   |   10 
 community-x86_64/PKGBUILD  |   35 
 community-x86_64/language_fixes.patch  |  536 -
 community-x86_64/pidgin-libnotify-0.14-libnotify-0.7.patch |   18 
 community-x86_64/pidgin-libnotify-getfocus.patch   |   69 
 community-x86_64/pidgin-libnotify-showbutton.patch |   10 
 14 files changed, 1342 insertions(+), 1198 deletions(-)

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


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

2013-05-16 Thread Allan McRae
Date: Thursday, May 16, 2013 @ 14:22:14
  Author: allan
Revision: 185622

upgpkg: automake 1.13.2-1

upstream update

Modified:
  automake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 06:45:43 UTC (rev 185621)
+++ PKGBUILD2013-05-16 12:22:14 UTC (rev 185622)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=automake
-pkgver=1.13.1
+pkgver=1.13.2
 pkgrel=1
 pkgdesc="A GNU tool for automatically creating Makefiles"
 arch=('any')
@@ -14,8 +14,8 @@
 makedepends=('autoconf')
 install=automake.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('a60380ab11e1481376b7747d1b42ced2'
- '272d0de0756252b1835234cca0ff2cfe')
+md5sums=('497f3ea7e85504fe5b1b1b6d27cc71f1'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-16 Thread Allan McRae
Date: Thursday, May 16, 2013 @ 14:22:49
  Author: allan
Revision: 185623

archrelease: copy trunk to testing-any

Added:
  automake/repos/testing-any/
  automake/repos/testing-any/PKGBUILD
(from rev 185622, automake/trunk/PKGBUILD)
  automake/repos/testing-any/automake.install
(from rev 185622, automake/trunk/automake.install)

--+
 PKGBUILD |   34 ++
 automake.install |   22 ++
 2 files changed, 56 insertions(+)

Copied: automake/repos/testing-any/PKGBUILD (from rev 185622, 
automake/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-05-16 12:22:49 UTC (rev 185623)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=automake
+pkgver=1.13.2
+pkgrel=1
+pkgdesc="A GNU tool for automatically creating Makefiles"
+arch=('any')
+license=('GPL')
+url="http://www.gnu.org/software/automake";
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('497f3ea7e85504fe5b1b1b6d27cc71f1'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: automake/repos/testing-any/automake.install (from rev 185622, 
automake/trunk/automake.install)
===
--- testing-any/automake.install(rev 0)
+++ testing-any/automake.install2013-05-16 12:22:49 UTC (rev 185623)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(automake.info automake.info-1 automake.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-16 Thread Jan Steffens
Date: Thursday, May 16, 2013 @ 15:30:04
  Author: heftig
Revision: 185624

0.2.6

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 12:22:49 UTC (rev 185623)
+++ PKGBUILD2013-05-16 13:30:04 UTC (rev 185624)
@@ -2,18 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo
-pkgver=0.2.5
+pkgver=0.2.6
 pkgrel=1
 pkgdesc="Framework that provides access to various sources of multimedia 
content"
 url="http://www.gnome.org";
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+depends=('gtk3' 'libxml2' 'libsoup' 'liboauth')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
 optdepends=('grilo-plugins: Plugins for grilo')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ff281f60bc3afcb70913e61a6447b33ab259b3d89c1441c7e307fc998c050cdc')
+sha256sums=('601421279753b26bee0b2b5952689f87f7c7836879f7326151a8f8139fa67036')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-05-16 Thread Jan Steffens
Date: Thursday, May 16, 2013 @ 16:05:55
  Author: heftig
Revision: 185627

0.2.7

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 13:54:50 UTC (rev 185626)
+++ PKGBUILD2013-05-16 14:05:55 UTC (rev 185627)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo-plugins
-pkgver=0.2.6
+pkgver=0.2.7
 pkgrel=1
 pkgdesc="Plugins for Grilo"
 url="http://www.gnome.org";
@@ -22,7 +22,7 @@
 'json-glib: TMDb plugin')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('029ea7fdbb32ff5cc20295b9a1a943f76f39a67ed5bf08a2b33b01cf287a1227')
+sha256sums=('0495a9717189049c16c96b51a2aad6dd348c11e82be243a9a7b65ea68507af3e')
 
 build() {
   cd $pkgname-$pkgver



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

2013-05-16 Thread Jan Steffens
Date: Thursday, May 16, 2013 @ 16:06:42
  Author: heftig
Revision: 185628

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 14:05:55 UTC (rev 185627)
+++ extra-i686/PKGBUILD 2013-05-16 14:06:42 UTC (rev 185628)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo
-pkgver=0.2.5
-pkgrel=1
-pkgdesc="Framework that provides access to various sources of multimedia 
content"
-url="http://www.gnome.org";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ff281f60bc3afcb70913e61a6447b33ab259b3d89c1441c7e307fc998c050cdc')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
---libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: grilo/repos/extra-i686/PKGBUILD (from rev 185627, grilo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 14:06:42 UTC (rev 185628)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia 
content"
+url="http://www.gnome.org";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup' 'liboauth')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('601421279753b26bee0b2b5952689f87f7c7836879f7326151a8f8139fa67036')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
+--libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 14:05:55 UTC (rev 185627)
+++ extra-x86_64/PKGBUILD   2013-05-16 14:06:42 UTC (rev 185628)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo
-pkgver=0.2.5
-pkgrel=1
-pkgdesc="Framework that provides access to various sources of multimedia 
content"
-url="http://www.gnome.org";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ff281f60bc3afcb70913e61a6447b33ab259b3d89c1441c7e307fc998c050cdc')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
---libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 185627, 
grilo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-16 14:06:42 UTC (rev 185628)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia 
content"
+url="http://www.gnome.org";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup' 'liboauth')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('601421279753b26bee0b2b5952689f87f7c7836879f7326151a8f8139fa67036')
+

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

2013-05-16 Thread Jan Steffens
Date: Thursday, May 16, 2013 @ 16:07:24
  Author: heftig
Revision: 185629

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 14:06:42 UTC (rev 185628)
+++ extra-i686/PKGBUILD 2013-05-16 14:07:24 UTC (rev 185629)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo-plugins
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="Plugins for Grilo"
-url="http://www.gnome.org";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(grilo sqlite libgcrypt)
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
- json-glib)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin, Vimeo plugin'
-'gmime: Podcasts plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin'
-'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin'
-'json-glib: TMDb plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('029ea7fdbb32ff5cc20295b9a1a943f76f39a67ed5bf08a2b33b01cf287a1227')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: grilo-plugins/repos/extra-i686/PKGBUILD (from rev 185628, 
grilo-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 14:07:24 UTC (rev 185629)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.2.7
+pkgrel=1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
+makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
+ json-glib)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin, Vimeo plugin'
+'gmime: Podcasts plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin'
+'totem-plparser: Optical media plugin'
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0495a9717189049c16c96b51a2aad6dd348c11e82be243a9a7b65ea68507af3e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 14:06:42 UTC (rev 185628)
+++ extra-x86_64/PKGBUILD   2013-05-16 14:07:24 UTC (rev 185629)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo-plugins
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="Plugins for Grilo"
-url="http://www.gnome.org";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(grilo sqlite libgcrypt)
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
- json-glib)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin, Vimeo plugin'
-'gmime: Podcasts plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin'
-'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin'
-'json-glib: TMDb plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('029ea7fdbb32ff5cc20295b9a1a943f76f39a67ed5bf08a2b33b01cf287a1227')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make

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

2013-05-16 Thread Bartłomiej Piotrowski
Date: Thursday, May 16, 2013 @ 16:45:35
  Author: bpiotrowski
Revision: 185630

upgpkg: perl-dbd-mysql 4.023-1

- upstream release

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 14:07:24 UTC (rev 185629)
+++ PKGBUILD2013-05-16 14:45:35 UTC (rev 185630)
@@ -4,8 +4,8 @@
 
 pkgname=perl-dbd-mysql
 _realname=DBD-mysql
-pkgver=4.022
-pkgrel=3
+pkgver=4.023
+pkgrel=1
 pkgdesc="Perl/CPAN DBD::mysql module for interacting with MySQL via DBD"
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')
@@ -14,10 +14,10 @@
 makedepends=('mariadb')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
-md5sums=('20fb571245e3b9ac275b8329025c4bf6')
+md5sums=('6ee956cf33ddce6441b36b6c1c983528')
 
 build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
+  cd $_realname-$pkgver
 
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
@@ -25,7 +25,7 @@
 }
 
 check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
+  cd $_realname-$pkgver
   mkdir -p /tmp/mysql_test
   mysql_install_db \
  --basedir=/usr \
@@ -40,6 +40,6 @@
 }
 
 package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
+  cd $_realname-$pkgver
+  make install DESTDIR="$pkgdir"
 }



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

2013-05-16 Thread Bartłomiej Piotrowski
Date: Thursday, May 16, 2013 @ 16:46:08
  Author: bpiotrowski
Revision: 185631

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

Added:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
(from rev 185630, perl-dbd-mysql/trunk/PKGBUILD)
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD
(from rev 185630, perl-dbd-mysql/trunk/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 14:45:35 UTC (rev 185630)
+++ extra-i686/PKGBUILD 2013-05-16 14:46:08 UTC (rev 185631)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-_realname=DBD-mysql
-pkgver=4.022
-pkgrel=3
-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=('mariadb')
-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/extra-i686/PKGBUILD (from rev 185630, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 14:46:08 UTC (rev 185631)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-dbd-mysql
+_realname=DBD-mysql
+pkgver=4.023
+pkgrel=1
+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=('mariadb')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
+md5sums=('6ee956cf33ddce6441b36b6c1c983528')
+
+build() {
+  cd $_realname-$pkgver
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd $_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 $_realname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 14:45:35 UTC (rev 185630)
+++ extra-x86_64/PKGBUILD   2013-05-16 14:46:08 UTC (rev 185631)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-_realname=DBD-mysql
-pkgver=4.022
-pkgrel=3
-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=('mariadb')
-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/extra-x86_64/PKGBUILD (from rev 185630, 
perl-dbd-mysql/trunk/PKGBUILD)
=

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

2013-05-16 Thread Alexander Rødseth
Date: Thursday, May 16, 2013 @ 16:50:39
  Author: arodseth
Revision: 90957

upgpkg: gendesk 0.5.2-1

Modified:
  gendesk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 10:52:19 UTC (rev 90956)
+++ PKGBUILD2013-05-16 14:50:39 UTC (rev 90957)
@@ -1,21 +1,18 @@
 # $Id$
 # Maintainer: Alexander Rødseth 
 
-# Thanks to Moonprincessluna at DeviantArt for the default icon:
-# http://mylittlepixel.deviantart.com/gallery/35405924#/d4pt23a
-
 pkgname=gendesk
-pkgver=0.5.0
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='Utility to generate .desktop files and download icons'
 arch=('x86_64' 'i686')
 url='http://roboticoverlords.org/gendesk/'
 license=('MIT')
+makedepends=('go')
 depends=('glibc')
-makedepends=('go')
 source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz";
 'http://roboticoverlords.org/images/default.png')
-sha256sums=('05693b8cb6562407b0f61f855b3e61bfe063acec4c1bd42c609f469d25fb080c'
+sha256sums=('33a989aa7603d2cb15711137f653a8985143297a2ab7532dfad1c15aa649fe17'
 '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
 
 build() {



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

2013-05-16 Thread Alexander Rødseth
Date: Thursday, May 16, 2013 @ 16:50:52
  Author: arodseth
Revision: 90958

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-16 14:50:39 UTC (rev 90957)
+++ community-i686/PKGBUILD 2013-05-16 14:50:52 UTC (rev 90958)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-# Thanks to Moonprincessluna at DeviantArt for the default icon:
-# http://mylittlepixel.deviantart.com/gallery/35405924#/d4pt23a
-
-pkgname=gendesk
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz";
-'http://roboticoverlords.org/images/default.png')
-sha256sums=('05693b8cb6562407b0f61f855b3e61bfe063acec4c1bd42c609f469d25fb080c'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  go build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-i686/PKGBUILD (from rev 90957, 
gendesk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 14:50:52 UTC (rev 90958)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgname=gendesk
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Utility to generate .desktop files and download icons'
+arch=('x86_64' 'i686')
+url='http://roboticoverlords.org/gendesk/'
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz";
+'http://roboticoverlords.org/images/default.png')
+sha256sums=('33a989aa7603d2cb15711137f653a8985143297a2ab7532dfad1c15aa649fe17'
+'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  go build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-16 14:50:39 UTC (rev 90957)
+++ community-x86_64/PKGBUILD   2013-05-16 14:50:52 UTC (rev 90958)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-# Thanks to Moonprincessluna at DeviantArt for the default icon:
-# http://mylittlepixel.deviantart.com/gallery/35405924#/d4pt23a
-
-pkgname=gendesk
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz";
-'http://roboticoverlords.org/images/default.png')
-sha256sums=('05693b8cb6562407b0f61f855b3e61bfe063acec4c1bd42c609f469d25fb080c'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  go build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-x86_64/PKGBUILD (from rev 90957, 
gendesk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (

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

2013-05-16 Thread Jan Steffens
Date: Thursday, May 16, 2013 @ 16:52:46
  Author: heftig
Revision: 185632

3.8.2.1

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 14:46:08 UTC (rev 185631)
+++ PKGBUILD2013-05-16 14:52:46 UTC (rev 185632)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-chess
-pkgver=3.8.2
+pkgver=3.8.2.1
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 url="https://live.gnome.org/Chess";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('282e788407603b9619290ecfe5b8a717463dbb17c89dd38aeefdd4b19561bbb3')
+sha256sums=('d38cf534eeeffa4db81edf9db92c0c188d5ffd52cd7091352a0972b2b5c655cb')
 
 build() {
   cd $pkgname-$pkgver



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

2013-05-16 Thread Jan Steffens
Date: Thursday, May 16, 2013 @ 16:54:23
  Author: heftig
Revision: 185633

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 185632, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 185632, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 185632, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 185632, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   32 -
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   32 -
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 14:52:46 UTC (rev 185632)
+++ extra-i686/PKGBUILD 2013-05-16 14:54:23 UTC (rev 185633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.8.2
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('282e788407603b9619290ecfe5b8a717463dbb17c89dd38aeefdd4b19561bbb3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 185632, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 14:54:23 UTC (rev 185633)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.2.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d38cf534eeeffa4db81edf9db92c0c188d5ffd52cd7091352a0972b2b5c655cb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2013-05-16 14:52:46 UTC (rev 185632)
+++ extra-i686/gnome-chess.install  2013-05-16 14:54:23 UTC (rev 185633)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 185632, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2013-05-16 14:54:23 UTC (rev 185633)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 14:52:46 UTC (rev 185632)
+++ extra-x86_64/PKGBUILD   2013-05-16 14:54:23 UTC (rev 1856

[arch-commits] Commit in (proftpd)

2013-05-16 Thread Alexander Rødseth
Date: Thursday, May 16, 2013 @ 17:01:42
  Author: arodseth
Revision: 90959

Moved to unsupported, see ML

Deleted:
  proftpd/



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

2013-05-16 Thread Dave Reisner
Date: Thursday, May 16, 2013 @ 17:11:18
  Author: dreisner
Revision: 185634

upgpkg: systemd 204-2

- backport fix for utmp not running at shutdown
- remove /usr/bin/udevd symlink

Added:
  systemd/trunk/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
Modified:
  systemd/trunk/PKGBUILD

-+
 0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch |  255 
++
 PKGBUILD|   10 
 2 files changed, 261 insertions(+), 4 deletions(-)

Added: 0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
===
--- 0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch 
(rev 0)
+++ 0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch 
2013-05-16 15:11:18 UTC (rev 185634)
@@ -0,0 +1,255 @@
+From 3f92e4b4b61042391bd44de4dceb18177df0dd57 Mon Sep 17 00:00:00 2001
+From: Lennart Poettering 
+Date: Thu, 16 May 2013 00:19:03 +0200
+Subject: [PATCH] utmp: turn systemd-update-utmp-shutdown.service into a normal
+ runtime service
+
+With this change systemd-update-utmp-shutdown.service is replaced by
+systemd-update-utmp.service which is started at boot and stays around
+until shutdown. This allows us to properly order the unit against both
+/var/log and auditd.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=853104
+https://bugs.freedesktop.org/show_bug.cgi?id=64365
+---
+ Makefile-man.am | 12 ++--
+ Makefile.am |  8 
+ service.xml => systemd-update-utmp.service.xml} | 16 
+ src/update-utmp/update-utmp.c   |  2 +-
+ units/.gitignore|  2 +-
+ units/systemd-update-utmp-runlevel.service.in   |  8 +---
+ units/systemd-update-utmp-shutdown.service.in   | 19 ---
+ units/systemd-update-utmp.service.in| 21 +
+ 8 files changed, 46 insertions(+), 42 deletions(-)
+ rename man/{systemd-update-utmp-runlevel.service.xml => 
systemd-update-utmp.service.xml} (82%)
+ delete mode 100644 units/systemd-update-utmp-shutdown.service.in
+ create mode 100644 units/systemd-update-utmp.service.in
+
+diff --git a/Makefile-man.am b/Makefile-man.am
+index 7d62094..5888158 100644
+--- a/Makefile-man.am
 b/Makefile-man.am
+@@ -72,7 +72,7 @@ MANPAGES += \
+   man/systemd-tmpfiles.8 \
+   man/systemd-tty-ask-password-agent.1 \
+   man/systemd-udevd.service.8 \
+-  man/systemd-update-utmp-runlevel.service.8 \
++  man/systemd-update-utmp.service.8 \
+   man/systemd.1 \
+   man/systemd.automount.5 \
+   man/systemd.device.5 \
+@@ -191,7 +191,7 @@ MANPAGES_ALIAS += \
+   man/systemd-udevd-control.socket.8 \
+   man/systemd-udevd-kernel.socket.8 \
+   man/systemd-udevd.8 \
+-  man/systemd-update-utmp-shutdown.service.8 \
++  man/systemd-update-utmp-runlevel.service.8 \
+   man/systemd-update-utmp.8 \
+   man/systemd-user.conf.5
+ man/SD_ALERT.3: man/sd-daemon.3
+@@ -289,8 +289,8 @@ man/systemd-tmpfiles-setup.service.8: 
man/systemd-tmpfiles.8
+ man/systemd-udevd-control.socket.8: man/systemd-udevd.service.8
+ man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8
+ man/systemd-udevd.8: man/systemd-udevd.service.8
+-man/systemd-update-utmp-shutdown.service.8: 
man/systemd-update-utmp-runlevel.service.8
+-man/systemd-update-utmp.8: man/systemd-update-utmp-runlevel.service.8
++man/systemd-update-utmp-runlevel.service.8: man/systemd-update-utmp.service.8
++man/systemd-update-utmp.8: man/systemd-update-utmp.service.8
+ man/systemd-user.conf.5: man/systemd-system.conf.5
+ man/SD_ALERT.html: man/sd-daemon.html
+   $(html-alias)
+@@ -577,10 +577,10 @@ man/systemd-udevd-kernel.socket.html: 
man/systemd-udevd.service.html
+ man/systemd-udevd.html: man/systemd-udevd.service.html
+   $(html-alias)
+ 
+-man/systemd-update-utmp-shutdown.service.html: 
man/systemd-update-utmp-runlevel.service.html
++man/systemd-update-utmp-runlevel.service.html: 
man/systemd-update-utmp.service.html
+   $(html-alias)
+ 
+-man/systemd-update-utmp.html: man/systemd-update-utmp-runlevel.service.html
++man/systemd-update-utmp.html: man/systemd-update-utmp.service.html
+   $(html-alias)
+ 
+ man/systemd-user.conf.html: man/systemd-system.conf.html
+diff --git a/Makefile.am b/Makefile.am
+index 8d8139c..4c5e6fc 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -417,8 +417,8 @@ nodist_systemunit_DATA = \
+   units/systemd-initctl.service \
+   units/systemd-shutdownd.service \
+   units/systemd-remount-fs.service \
++  units/systemd-update-utmp.service \
+   units/systemd-update-utmp-runlevel.service \
+-  units/systemd-update-utmp-shutdown.service \
+   units/systemd-tmpfiles-setup-dev.service \

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

2013-05-16 Thread Dave Reisner
Date: Thursday, May 16, 2013 @ 17:12:02
  Author: dreisner
Revision: 185635

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

Added:
  systemd/repos/testing-i686/
  
systemd/repos/testing-i686/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
(from rev 185634, 
systemd/trunk/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 185634, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 185634, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 185634, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 185634, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 185634, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 185634, systemd/trunk/use-split-usr-path.patch)
  systemd/repos/testing-x86_64/
  
systemd/repos/testing-x86_64/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
(from rev 185634, 
systemd/trunk/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 185634, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 185634, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 185634, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 185634, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 185634, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 185634, systemd/trunk/use-split-usr-path.patch)

+
 testing-i686/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch   
|  255 ++
 testing-i686/PKGBUILD  
|  144 +
 testing-i686/initcpio-hook-udev
|   20 
 testing-i686/initcpio-install-timestamp
|   14 
 testing-i686/initcpio-install-udev 
|   28 +
 testing-i686/systemd.install   
|   92 +++
 testing-i686/use-split-usr-path.patch  
|   14 
 testing-x86_64/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch 
|  255 ++
 testing-x86_64/PKGBUILD
|  144 +
 testing-x86_64/initcpio-hook-udev  
|   20 
 testing-x86_64/initcpio-install-timestamp  
|   14 
 testing-x86_64/initcpio-install-udev   
|   28 +
 testing-x86_64/systemd.install 
|   92 +++
 testing-x86_64/use-split-usr-path.patch
|   14 
 14 files changed, 1134 insertions(+)

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


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

2013-05-16 Thread Tom Gundersen
Date: Thursday, May 16, 2013 @ 18:31:32
  Author: tomegun
Revision: 185636

update maintainer

Modified:
  eigen2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 15:12:02 UTC (rev 185635)
+++ PKGBUILD2013-05-16 16:31:32 UTC (rev 185636)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Tom Gundersen 
 # Contributor: Andrea Scarpino 
 # Contributor: Tobias Powalowski 
 



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

2013-05-16 Thread Sergej Pupykin
Date: Thursday, May 16, 2013 @ 19:34:41
  Author: spupykin
Revision: 90960

upgpkg: arch-firefox-search 0.8.2-6

upd

Modified:
  arch-firefox-search/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 15:01:42 UTC (rev 90959)
+++ PKGBUILD2013-05-16 17:34:41 UTC (rev 90960)
@@ -4,7 +4,7 @@
 
 pkgname=arch-firefox-search
 pkgver=0.8.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Firefox Arch search engines (AUR, Pkgs, BBS, Wiki, etc.)"
 arch=('any')
 url="http://archlinux.org/";
@@ -31,7 +31,7 @@
 #  depends=("firefox>=${_ffver}" "firefox<=${_ffver/0/99}")
 
   cd "${srcdir}"
-  local _prefix="${pkgdir}"/usr/lib/firefox/searchplugins
+  local _prefix="${pkgdir}"/usr/lib/firefox/browser/searchplugins
 
   for i in ${source[@]}; do
 install -D -m 0644 "${srcdir}"/$i ${_prefix}/$i



[arch-commits] Commit in arch-firefox-search/repos/community-any (16 files)

2013-05-16 Thread Sergej Pupykin
Date: Thursday, May 16, 2013 @ 19:35:01
  Author: spupykin
Revision: 90961

archrelease: copy trunk to community-any

Added:
  arch-firefox-search/repos/community-any/PKGBUILD
(from rev 90960, arch-firefox-search/trunk/PKGBUILD)
  arch-firefox-search/repos/community-any/arch-bugs-fs.xml
(from rev 90960, arch-firefox-search/trunk/arch-bugs-fs.xml)
  arch-firefox-search/repos/community-any/arch-bugs-t.xml
(from rev 90960, arch-firefox-search/trunk/arch-bugs-t.xml)
  arch-firefox-search/repos/community-any/arch-forum-a.xml
(from rev 90960, arch-firefox-search/trunk/arch-forum-a.xml)
  arch-firefox-search/repos/community-any/arch-forum-c.xml
(from rev 90960, arch-firefox-search/trunk/arch-forum-c.xml)
  arch-firefox-search/repos/community-any/arch-pkgs.xml
(from rev 90960, arch-firefox-search/trunk/arch-pkgs.xml)
  arch-firefox-search/repos/community-any/arch-wiki.xml
(from rev 90960, arch-firefox-search/trunk/arch-wiki.xml)
  arch-firefox-search/repos/community-any/aur.xml
(from rev 90960, arch-firefox-search/trunk/aur.xml)
Deleted:
  arch-firefox-search/repos/community-any/PKGBUILD
  arch-firefox-search/repos/community-any/arch-bugs-fs.xml
  arch-firefox-search/repos/community-any/arch-bugs-t.xml
  arch-firefox-search/repos/community-any/arch-forum-a.xml
  arch-firefox-search/repos/community-any/arch-forum-c.xml
  arch-firefox-search/repos/community-any/arch-pkgs.xml
  arch-firefox-search/repos/community-any/arch-wiki.xml
  arch-firefox-search/repos/community-any/aur.xml

--+
 PKGBUILD |   78 ++---
 arch-bugs-fs.xml |   32 ++---
 arch-bugs-t.xml  |   32 ++---
 arch-forum-a.xml |   40 +--
 arch-forum-c.xml |   40 +--
 arch-pkgs.xml|   30 ++--
 arch-wiki.xml|   32 ++---
 aur.xml  |   34 +++
 8 files changed, 159 insertions(+), 159 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-16 17:34:41 UTC (rev 90960)
+++ PKGBUILD2013-05-16 17:35:01 UTC (rev 90961)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-
-pkgname=arch-firefox-search
-pkgver=0.8.2
-pkgrel=5
-pkgdesc="Firefox Arch search engines (AUR, Pkgs, BBS, Wiki, etc.)"
-arch=('any')
-url="http://archlinux.org/";
-license=('GPL')
-depends=("firefox")
-replaces=('arch-firefox3-search')
-source=(arch-bugs-fs.xml
-   arch-bugs-t.xml
-   arch-forum-a.xml
-   arch-forum-c.xml
-   arch-pkgs.xml
-   arch-wiki.xml
-   aur.xml)
-md5sums=('df18835df1ea78bc3fc0e05f934b1e46'
- '0226a317c8bf23feaa80e21d1706f2d5'
- '4eaa3d26ac41077ee25b66127ad9ef0a'
- '2435c34ea6a012fe08a8d17a051e5f80'
- '403c346ce089ec56c2db67f9f3d87514'
- 'dbb93d1e793b92252b69f65110b33c42'
- 'bd0896ec148707b6980d23adc6015448')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=("firefox>=${_ffver}" "firefox<=${_ffver/0/99}")
-
-  cd "${srcdir}"
-  local _prefix="${pkgdir}"/usr/lib/firefox/searchplugins
-
-  for i in ${source[@]}; do
-install -D -m 0644 "${srcdir}"/$i ${_prefix}/$i
-  done
-}

Copied: arch-firefox-search/repos/community-any/PKGBUILD (from rev 90960, 
arch-firefox-search/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-16 17:35:01 UTC (rev 90961)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+
+pkgname=arch-firefox-search
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="Firefox Arch search engines (AUR, Pkgs, BBS, Wiki, etc.)"
+arch=('any')
+url="http://archlinux.org/";
+license=('GPL')
+depends=("firefox")
+replaces=('arch-firefox3-search')
+source=(arch-bugs-fs.xml
+   arch-bugs-t.xml
+   arch-forum-a.xml
+   arch-forum-c.xml
+   arch-pkgs.xml
+   arch-wiki.xml
+   aur.xml)
+md5sums=('df18835df1ea78bc3fc0e05f934b1e46'
+ '0226a317c8bf23feaa80e21d1706f2d5'
+ '4eaa3d26ac41077ee25b66127ad9ef0a'
+ '2435c34ea6a012fe08a8d17a051e5f80'
+ '403c346ce089ec56c2db67f9f3d87514'
+ 'dbb93d1e793b92252b69f65110b33c42'
+ 'bd0896ec148707b6980d23adc6015448')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=("firefox>=${_ffver}" "firefox<=${_ffver/0/99}")
+
+  cd "${srcdir}"
+  local _prefix="${pkgdir}"/usr/lib/firefox/browser/searchplugins
+
+  for i in ${source[@]}; do
+install -D -m 0644 "${srcdir}"/$i ${_prefix}/$i
+  done
+}

Deleted: arch-bugs-fs.xml
===
--- arch-bugs-fs.xml2013-05-16 17:34:41 UTC (rev 90960)
+++ arch-bugs-fs.xml2013-05-16 17:35:01 UTC (rev 90961)
@@ -1,16 +0,0 @@
-http://www.mozilla.org/2006/bro

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

2013-05-16 Thread Bartłomiej Piotrowski
Date: Thursday, May 16, 2013 @ 19:56:01
  Author: bpiotrowski
Revision: 90962

upgpkg: v8 3.19.0-1

- upstream release

Modified:
  v8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 17:35:01 UTC (rev 90961)
+++ PKGBUILD2013-05-16 17:56:01 UTC (rev 90962)
@@ -3,8 +3,8 @@
 # Contributor: tocer 
 
 pkgname=v8
-pkgver=3.16.4.1
-pkgrel=3
+pkgver=3.19.0
+pkgrel=1
 pkgdesc='Fast and modern Javascript engine'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/v8'
@@ -12,18 +12,18 @@
 depends=('gcc-libs' 'readline')
 makedepends=('subversion' 'python2')
 
source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
-sha256sums=('74ab3bc11f6761e5108affcbe15bc673d2ecbe06aa38ea4b27d850321c0fdc2b')
+sha256sums=('35af5629792e958968eacc94daef3ad358b6ed7126875db6138664f51c061368')
 
 [[ "$CARCH" = 'i686' ]]   && ARCH=ia32
 [[ "$CARCH" = 'x86_64' ]] && ARCH=x64
 
-build() {
-  cd $srcdir/$pkgname-$pkgver
+prepare() {
+  cd $pkgname-$pkgver
 
   # Fetch gyp
   make dependencies
 
-  # The world isn't ready for python2
+  # The world isn't ready for python3
   export PYTHON=python2
   find build/ test/ tools/ src/ -type f \
 -exec sed -e 's_^#!/usr/bin/env python$_&2_' \
@@ -31,24 +31,28 @@
   -e 's_^#!/usr/bin/python$_&2_' \
   -e "s_'python'_'python2'_" -i {} \;
   sed -i 's/python /python2 /' Makefile
+}
 
-  make $ARCH.release library=shared console=readline
+build() {
+  cd $pkgname-$pkgver
 
-  cd $srcdir && cp -r $pkgname-$pkgver d8-static-$pkgver
+  make $ARCH.release library=shared console=readline werror=no
+
+  cd "$srcdir" && cp -r $pkgname-$pkgver d8-static-$pkgver
   cd d8-static-$pkgver
-  make $ARCH.release library=static console=readline
+  make $ARCH.release library=static console=readline werror=no
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  install -Dm755 $srcdir/d8-static-$pkgver/out/$ARCH.release/d8 
$pkgdir/usr/bin/d8
-  install -Dm755 out/$ARCH.release/lib.target/libv8.so $pkgdir/usr/lib/libv8.so
+  install -Dm755 "$srcdir"/d8-static-$pkgver/out/$ARCH.release/d8 
"$pkgdir"/usr/bin/d8
+  install -Dm755 out/$ARCH.release/lib.target/libv8.so 
"$pkgdir"/usr/lib/libv8.so
 
-  install -d $pkgdir/usr/include
-  install -Dm644 include/*.h $pkgdir/usr/include
+  install -d "$pkgdir"/usr/include
+  install -Dm644 include/*.h "$pkgdir"/usr/include
 
-  install -d $pkgdir/usr/share/licenses/v8
+  install -d "$pkgdir"/usr/share/licenses/v8
   install -m644 LICENSE* ${pkgdir}/usr/share/licenses/v8
 }
 



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

2013-05-16 Thread Bartłomiej Piotrowski
Date: Thursday, May 16, 2013 @ 19:56:17
  Author: bpiotrowski
Revision: 90963

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

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

---+
 /PKGBUILD |  118 
 community-i686/PKGBUILD   |   55 
 community-x86_64/PKGBUILD |   55 
 3 files changed, 118 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-16 17:56:01 UTC (rev 90962)
+++ community-i686/PKGBUILD 2013-05-16 17:56:17 UTC (rev 90963)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen 
-# Contributor: tocer 
-
-pkgname=v8
-pkgver=3.16.4.1
-pkgrel=3
-pkgdesc='Fast and modern Javascript engine'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/v8'
-license=('BSD')
-depends=('gcc-libs' 'readline')
-makedepends=('subversion' 'python2')
-source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
-sha256sums=('74ab3bc11f6761e5108affcbe15bc673d2ecbe06aa38ea4b27d850321c0fdc2b')
-
-[[ "$CARCH" = 'i686' ]]   && ARCH=ia32
-[[ "$CARCH" = 'x86_64' ]] && ARCH=x64
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fetch gyp
-  make dependencies
-
-  # The world isn't ready for python2
-  export PYTHON=python2
-  find build/ test/ tools/ src/ -type f \
--exec sed -e 's_^#!/usr/bin/env python$_&2_' \
-  -e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
-  -e 's_^#!/usr/bin/python$_&2_' \
-  -e "s_'python'_'python2'_" -i {} \;
-  sed -i 's/python /python2 /' Makefile
-
-  make $ARCH.release library=shared console=readline
-
-  cd $srcdir && cp -r $pkgname-$pkgver d8-static-$pkgver
-  cd d8-static-$pkgver
-  make $ARCH.release library=static console=readline
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 $srcdir/d8-static-$pkgver/out/$ARCH.release/d8 
$pkgdir/usr/bin/d8
-  install -Dm755 out/$ARCH.release/lib.target/libv8.so $pkgdir/usr/lib/libv8.so
-
-  install -d $pkgdir/usr/include
-  install -Dm644 include/*.h $pkgdir/usr/include
-
-  install -d $pkgdir/usr/share/licenses/v8
-  install -m644 LICENSE* ${pkgdir}/usr/share/licenses/v8
-}
-
-# vim:set ts=2 sw=2 et:

Copied: v8/repos/community-i686/PKGBUILD (from rev 90962, v8/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 17:56:17 UTC (rev 90963)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Kaiting Chen 
+# Contributor: tocer 
+
+pkgname=v8
+pkgver=3.19.0
+pkgrel=1
+pkgdesc='Fast and modern Javascript engine'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/v8'
+license=('BSD')
+depends=('gcc-libs' 'readline')
+makedepends=('subversion' 'python2')
+source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
+sha256sums=('35af5629792e958968eacc94daef3ad358b6ed7126875db6138664f51c061368')
+
+[[ "$CARCH" = 'i686' ]]   && ARCH=ia32
+[[ "$CARCH" = 'x86_64' ]] && ARCH=x64
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fetch gyp
+  make dependencies
+
+  # The world isn't ready for python3
+  export PYTHON=python2
+  find build/ test/ tools/ src/ -type f \
+-exec sed -e 's_^#!/usr/bin/env python$_&2_' \
+  -e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+  -e 's_^#!/usr/bin/python$_&2_' \
+  -e "s_'python'_'python2'_" -i {} \;
+  sed -i 's/python /python2 /' Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make $ARCH.release library=shared console=readline werror=no
+
+  cd "$srcdir" && cp -r $pkgname-$pkgver d8-static-$pkgver
+  cd d8-static-$pkgver
+  make $ARCH.release library=static console=readline werror=no
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 "$srcdir"/d8-static-$pkgver/out/$ARCH.release/d8 
"$pkgdir"/usr/bin/d8
+  install -Dm755 out/$ARCH.release/lib.target/libv8.so 
"$pkgdir"/usr/lib/libv8.so
+
+  install -d "$pkgdir"/usr/include
+  install -Dm644 include/*.h "$pkgdir"/usr/include
+
+  install -d "$pkgdir"/usr/share/licenses/v8
+  install -m644 LICENSE* ${pkgdir}/usr/share/licenses/v8
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-16 17:56:01 UTC (rev 90962)
+++ community-x86_64/PKGBUILD   2013-05-16 17:56:17 UTC (rev 90963)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen 
-# Contributor: tocer 
-
-pkgname=v8
-pkgver=3.16.4.1
-pkgrel=3
-pkgdesc='Fast and modern Javascript engine'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/v8'
-license=('BSD')

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

2013-05-16 Thread Alexander Rødseth
Date: Thursday, May 16, 2013 @ 20:09:37
  Author: arodseth
Revision: 90964

upgpkg: pdns-recursor 3.5.1-1

Modified:
  pdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 17:56:17 UTC (rev 90963)
+++ PKGBUILD2013-05-16 18:09:37 UTC (rev 90964)
@@ -4,8 +4,8 @@
 # Contributor: Jan Steffens 
 
 pkgname=pdns-recursor
-pkgver=3.5
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
 pkgdesc='PowerDNS recursor'
 url='https://www.powerdns.com/'
 license=('GPL')
@@ -15,7 +15,7 @@
 backup=('etc/powerdns/recursor.conf')
 source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2";
 'pdns-recursor.service')
-sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549'
+sha256sums=('30655996d1963e259d4fc8648184031bf9cb83f64510d0b00539d3ce698b2824'
 '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
 
 build() {
@@ -30,7 +30,8 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
-  mv "$pkgdir/etc/powerdns/recursor.conf-dist" 
"$pkgdir/etc/powerdns/recursor.conf"
+  mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
+"$pkgdir/etc/powerdns/recursor.conf"
   rm -r "$pkgdir/etc/init.d"
   install -Dm644 "$srcdir/pdns-recursor.service" \
 "$pkgdir/usr/lib/systemd/system/pdns-recursor.service"



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

2013-05-16 Thread Alexander Rødseth
Date: Thursday, May 16, 2013 @ 20:09:50
  Author: arodseth
Revision: 90965

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

Added:
  pdns-recursor/repos/community-i686/PKGBUILD
(from rev 90964, pdns-recursor/trunk/PKGBUILD)
  pdns-recursor/repos/community-i686/pdns-recursor.service
(from rev 90964, pdns-recursor/trunk/pdns-recursor.service)
  pdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 90964, pdns-recursor/trunk/PKGBUILD)
  pdns-recursor/repos/community-x86_64/pdns-recursor.service
(from rev 90964, pdns-recursor/trunk/pdns-recursor.service)
Deleted:
  pdns-recursor/repos/community-i686/PKGBUILD
  pdns-recursor/repos/community-i686/pdns-recursor.service
  pdns-recursor/repos/community-x86_64/PKGBUILD
  pdns-recursor/repos/community-x86_64/pdns-recursor.service

+
 /PKGBUILD  |   80 +++
 /pdns-recursor.service |   20 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/pdns-recursor.service   |   10 ---
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/pdns-recursor.service |   10 ---
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-16 18:09:37 UTC (rev 90964)
+++ community-i686/PKGBUILD 2013-05-16 18:09:50 UTC (rev 90965)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Jan Steffens 
-
-pkgname=pdns-recursor
-pkgver=3.5
-pkgrel=2
-pkgdesc='PowerDNS recursor'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua51')
-makedepends=('boost')
-backup=('etc/powerdns/recursor.conf')
-source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2";
-'pdns-recursor.service')
-sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549'
-'51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make LUA=1 \
-LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
-LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)"
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
-  mv "$pkgdir/etc/powerdns/recursor.conf-dist" 
"$pkgdir/etc/powerdns/recursor.conf"
-  rm -r "$pkgdir/etc/init.d"
-  install -Dm644 "$srcdir/pdns-recursor.service" \
-"$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pdns-recursor/repos/community-i686/PKGBUILD (from rev 90964, 
pdns-recursor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 18:09:50 UTC (rev 90965)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+
+pkgname=pdns-recursor
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='PowerDNS recursor'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua51')
+makedepends=('boost')
+backup=('etc/powerdns/recursor.conf')
+source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2";
+'pdns-recursor.service')
+sha256sums=('30655996d1963e259d4fc8648184031bf9cb83f64510d0b00539d3ce698b2824'
+'51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make LUA=1 \
+LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
+LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)"
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
+  mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
+"$pkgdir/etc/powerdns/recursor.conf"
+  rm -r "$pkgdir/etc/init.d"
+  install -Dm644 "$srcdir/pdns-recursor.service" \
+"$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/pdns-recursor.service
===
--- community-i686/pdns-recursor.service2013-05-16 18:09:37 UTC (rev 
90964)
+++ community-i686/pdns-recursor.service2013-05-16 18:09:50 UTC (rev 
90965)
@@ -1,10 +0,0 @@
-[Unit]
-Description=PowerDNS recursing nameserver
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/pdns_recursor --daemon
-
-[Install]
-WantedBy=multi-user.target

Copied: pdns-recursor/repos/community-i686/pdns-recursor.service (from rev 
90964, pdns-recursor/trunk/pdns-recursor.service)
===
--- community-i686/pdns-recursor.service(rev 0)
+++ community-i686/pdns-recursor.service2013-05-16 18:09:50 UTC (rev 

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

2013-05-16 Thread Gaetan Bisson
Date: Thursday, May 16, 2013 @ 20:26:20
  Author: bisson
Revision: 185638

move binaries to /usr/bin

Modified:
  wireless_tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 17:56:59 UTC (rev 185637)
+++ PKGBUILD2013-05-16 18:26:20 UTC (rev 185638)
@@ -5,7 +5,7 @@
 
 pkgname=wireless_tools
 pkgver=29
-pkgrel=7
+pkgrel=8
 pkgdesc='Tools allowing to manipulate the Wireless Extensions'
 url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
 license=('GPL')
@@ -15,16 +15,20 @@
 sha1sums=('22040ac1497f4c5f8ddeca365591b01ae3475710'
   '5c297c7dff1ec1d2a3d918c20622ab3c6daf5b72')
 
+prepare() {
+   cd "${srcdir}/${pkgname}.${pkgver}"
+   patch -p1 -i ../dense.patch # FS#15363
+}
+
 build() {
cd "${srcdir}/${pkgname}.${pkgver}"
-   patch -p1 -i ../dense.patch # FS#15363
make CFLAGS="${CFLAGS} -I." LDFLAGS="${LDFLAGS}"
 }
 
 package() {
cd "${srcdir}/${pkgname}.${pkgver}"
make \
-   INSTALL_DIR="${pkgdir}/usr/sbin" \
+   INSTALL_DIR="${pkgdir}/usr/bin" \
INSTALL_LIB="${pkgdir}/usr/lib" \
INSTALL_INC="${pkgdir}/usr/include" \
INSTALL_MAN="${pkgdir}/usr/share/man" \



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

2013-05-16 Thread Gaetan Bisson
Date: Thursday, May 16, 2013 @ 20:27:24
  Author: bisson
Revision: 185639

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

Added:
  wireless_tools/repos/testing-i686/
  wireless_tools/repos/testing-i686/PKGBUILD
(from rev 185638, wireless_tools/trunk/PKGBUILD)
  wireless_tools/repos/testing-i686/dense.patch
(from rev 185638, wireless_tools/trunk/dense.patch)
  wireless_tools/repos/testing-x86_64/
  wireless_tools/repos/testing-x86_64/PKGBUILD
(from rev 185638, wireless_tools/trunk/PKGBUILD)
  wireless_tools/repos/testing-x86_64/dense.patch
(from rev 185638, wireless_tools/trunk/dense.patch)

+
 testing-i686/PKGBUILD  |   36 +++
 testing-i686/dense.patch   |   49 +++
 testing-x86_64/PKGBUILD|   36 +++
 testing-x86_64/dense.patch |   49 +++
 4 files changed, 170 insertions(+)

Copied: wireless_tools/repos/testing-i686/PKGBUILD (from rev 185638, 
wireless_tools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-16 18:27:24 UTC (rev 185639)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Jason Chu 
+
+pkgname=wireless_tools
+pkgver=29
+pkgrel=8
+pkgdesc='Tools allowing to manipulate the Wireless Extensions'
+url='http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz";
+'dense.patch')
+sha1sums=('22040ac1497f4c5f8ddeca365591b01ae3475710'
+  '5c297c7dff1ec1d2a3d918c20622ab3c6daf5b72')
+
+prepare() {
+   cd "${srcdir}/${pkgname}.${pkgver}"
+   patch -p1 -i ../dense.patch # FS#15363
+}
+
+build() {
+   cd "${srcdir}/${pkgname}.${pkgver}"
+   make CFLAGS="${CFLAGS} -I." LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+   cd "${srcdir}/${pkgname}.${pkgver}"
+   make \
+   INSTALL_DIR="${pkgdir}/usr/bin" \
+   INSTALL_LIB="${pkgdir}/usr/lib" \
+   INSTALL_INC="${pkgdir}/usr/include" \
+   INSTALL_MAN="${pkgdir}/usr/share/man" \
+   install
+}

Copied: wireless_tools/repos/testing-i686/dense.patch (from rev 185638, 
wireless_tools/trunk/dense.patch)
===
--- testing-i686/dense.patch(rev 0)
+++ testing-i686/dense.patch2013-05-16 18:27:24 UTC (rev 185639)
@@ -0,0 +1,49 @@
+The length field of wext data (iw_point.data) is 16 bits. The largest
+value is thus 65535. During the attempts to increase buffer size the
+buffer starts at 4096 and is doubled after each failure to fill. From the
+time this length reaches 65536 it is effectively zero. We thus loose all
+potential space from 32768 to 65535.
+
+This problem is clear when scanning in a RF dense environment.
+
+Without this patch:
+~$ iwlist wlan0 scan
+print_scanning_info: Allocation failed
+
+With this patch:
+~$ iwlist wlan0 scan | grep Cell | wc -l
+86
+
+Signed-off-by: Reinette Chatre 
+
+---
+A similar patch was recently created to fix wpa_supplicant.
+
+I could not find a source code repo for this code and created this patch
+against version 30-pre7 downloaded from 
+http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
+
+diff -uprN wireless_tools_org/wireless_tools.30/iwlist.c 
wireless_tools.30/iwlist.c
+--- wireless_tools_org/wireless_tools.30/iwlist.c  2008-01-16 
17:45:41.0 -0800
 wireless_tools.30/iwlist.c 2009-02-12 14:16:48.0 -0800
+@@ -800,7 +800,7 @@ print_scanning_info(intskfd,
+ if(iw_get_ext(skfd, ifname, SIOCGIWSCAN, &wrq) < 0)
+   {
+ /* Check if buffer was too small (WE-17 only) */
+-if((errno == E2BIG) && (range.we_version_compiled > 16))
++if((errno == E2BIG) && (range.we_version_compiled > 16) && 
(buflen < 65535))
+   {
+ /* Some driver may return very large scan results, either
+  * because there are many cells, or because they have many
+@@ -816,6 +816,10 @@ print_scanning_info(int   skfd,
+ else
+   buflen *= 2;
+ 
++/* wrq.u.data.length is 16 bits so max size is 65535 */
++if(buflen > 65535)
++  buflen = 65535;
++
+ /* Try again */
+ goto realloc;
+   }
+

Copied: wireless_tools/repos/testing-x86_64/PKGBUILD (from rev 185638, 
wireless_tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-16 18:27:24 UTC (rev 185639)
@@ -0

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

2013-05-16 Thread Gaetan Bisson
Date: Thursday, May 16, 2013 @ 20:30:10
  Author: bisson
Revision: 185640

move binaries to /usr/bin

Modified:
  jfsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 18:27:24 UTC (rev 185639)
+++ PKGBUILD2013-05-16 18:30:10 UTC (rev 185640)
@@ -1,24 +1,30 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
 
 pkgname=jfsutils
 pkgver=1.1.15
-pkgrel=3
+pkgrel=4
 pkgdesc='JFS filesystem utilities'
+url='http://jfs.sourceforge.net'
 arch=('i686' 'x86_64')
-url='http://jfs.sourceforge.net'
 license=('GPL')
-groups=('base')
 depends=('util-linux')
 source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz";
 'inttypes.patch')
 sha1sums=('291e8bd9d615cf3d27e4000117c81a3602484a50'
   '88551e7d8418bab0df4643dce248110d4c9b0a53')
 
+groups=('base')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../inttypes.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../inttypes.patch
-   ./configure --sbindir=/sbin 
+   ./configure --prefix=/usr --sbindir=/usr/bin 
make
 }
 



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

2013-05-16 Thread Gaetan Bisson
Date: Thursday, May 16, 2013 @ 20:31:08
  Author: bisson
Revision: 185641

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

Added:
  jfsutils/repos/testing-i686/
  jfsutils/repos/testing-i686/PKGBUILD
(from rev 185640, jfsutils/trunk/PKGBUILD)
  jfsutils/repos/testing-i686/inttypes.patch
(from rev 185640, jfsutils/trunk/inttypes.patch)
  jfsutils/repos/testing-x86_64/
  jfsutils/repos/testing-x86_64/PKGBUILD
(from rev 185640, jfsutils/trunk/PKGBUILD)
  jfsutils/repos/testing-x86_64/inttypes.patch
(from rev 185640, jfsutils/trunk/inttypes.patch)

---+
 testing-i686/PKGBUILD |   39 +++
 testing-i686/inttypes.patch   |   12 
 testing-x86_64/PKGBUILD   |   39 +++
 testing-x86_64/inttypes.patch |   12 
 4 files changed, 102 insertions(+)

Copied: jfsutils/repos/testing-i686/PKGBUILD (from rev 185640, 
jfsutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-16 18:31:08 UTC (rev 185641)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=jfsutils
+pkgver=1.1.15
+pkgrel=4
+pkgdesc='JFS filesystem utilities'
+url='http://jfs.sourceforge.net'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('util-linux')
+source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz";
+'inttypes.patch')
+sha1sums=('291e8bd9d615cf3d27e4000117c81a3602484a50'
+  '88551e7d8418bab0df4643dce248110d4c9b0a53')
+
+groups=('base')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../inttypes.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --sbindir=/usr/bin 
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: jfsutils/repos/testing-i686/inttypes.patch (from rev 185640, 
jfsutils/trunk/inttypes.patch)
===
--- testing-i686/inttypes.patch (rev 0)
+++ testing-i686/inttypes.patch 2013-05-16 18:31:08 UTC (rev 185641)
@@ -0,0 +1,12 @@
+diff -Naur old/libfs/devices.h new/libfs/devices.h
+--- old/libfs/devices.h2005-11-23 07:43:55.0 +1100
 new/libfs/devices.h2013-01-06 11:30:25.381538024 +1100
+@@ -40,6 +40,8 @@
+ #define ERROR_INVALID_PARAMETER   87
+ #define ERROR_DISK_FULL   112
+ 
++#include 
++
+ struct stat;
+ 
+ int ujfs_get_dev_size(FILE *, int64_t * size);

Copied: jfsutils/repos/testing-x86_64/PKGBUILD (from rev 185640, 
jfsutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-16 18:31:08 UTC (rev 185641)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=jfsutils
+pkgver=1.1.15
+pkgrel=4
+pkgdesc='JFS filesystem utilities'
+url='http://jfs.sourceforge.net'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('util-linux')
+source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz";
+'inttypes.patch')
+sha1sums=('291e8bd9d615cf3d27e4000117c81a3602484a50'
+  '88551e7d8418bab0df4643dce248110d4c9b0a53')
+
+groups=('base')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../inttypes.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --sbindir=/usr/bin 
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: jfsutils/repos/testing-x86_64/inttypes.patch (from rev 185640, 
jfsutils/trunk/inttypes.patch)
===
--- testing-x86_64/inttypes.patch   (rev 0)
+++ testing-x86_64/inttypes.patch   2013-05-16 18:31:08 UTC (rev 185641)
@@ -0,0 +1,12 @@
+diff -Naur old/libfs/devices.h new/libfs/devices.h
+--- old/libfs/devices.h2005-11-23 07:43:55.0 +1100
 new/libfs/devices.h2013-01-06 11:30:25.381538024 +1100
+@@ -40,6 +40,8 @@
+ #define ERROR_INVALID_PARAMETER   87
+ #define ERROR_DISK_FULL   112
+ 
++#include 
++
+ struct stat;
+ 
+ int ujfs_get_dev_size(FILE *, int64_t * size);



[arch-commits] Commit in rfkill/trunk (PKGBUILD service.block service.unblock)

2013-05-16 Thread Gaetan Bisson
Date: Thursday, May 16, 2013 @ 20:39:58
  Author: bisson
Revision: 185642

move binaries to /usr/bin, upstream update

Modified:
  rfkill/trunk/PKGBUILD
  rfkill/trunk/service.block
  rfkill/trunk/service.unblock

-+
 PKGBUILD|   16 
 service.block   |2 +-
 service.unblock |2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 18:31:08 UTC (rev 185641)
+++ PKGBUILD2013-05-16 18:39:58 UTC (rev 185642)
@@ -4,19 +4,19 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=rfkill
-pkgver=0.4
-pkgrel=7
+pkgver=0.5
+pkgrel=1
 pkgdesc='Tool for enabling and disabling wireless devices'
-url='http://linuxwireless.org/en/users/Documentation/rfkill'
+url='http://wireless.kernel.org/en/users/Documentation/rfkill'
 license=('custom')
 arch=('i686' 'x86_64')
-source=("http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+source=("https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
 'service.unblock'
 'service.block'
 'rules.d')
-sha1sums=('fccabf5a272ac2891f24dc35449dc6f4c45ff44b'
-  '4d0ef151891c32c882dcec8b03ab7204f015d0d1'
-  'c44581c4cc19509f53afd0abea1341cc30751fe2'
+sha1sums=('03025d4ae285c40d5c19ec99ef7b317afda9d900'
+  '5f4a04a434df2ca28ca6687326c67c1f125aa3d4'
+  '6cc294af37232469cd5ba63455b571fe258e1cc6'
   '6390eaa793b473098aaa11b13c5254d611a4c13a')
 
 build() {
@@ -26,7 +26,7 @@
 
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
+   make SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 ../rules.d 
"${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules"
install -Dm644 ../service.block 
"${pkgdir}/usr/lib/systemd/system/rfkill-block@.service"

Modified: service.block
===
--- service.block   2013-05-16 18:31:08 UTC (rev 185641)
+++ service.block   2013-05-16 18:39:58 UTC (rev 185642)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=oneshot
-ExecStart=/usr/sbin/rfkill block %I
+ExecStart=/usr/bin/rfkill block %I
 
 [Install]
 WantedBy=multi-user.target

Modified: service.unblock
===
--- service.unblock 2013-05-16 18:31:08 UTC (rev 185641)
+++ service.unblock 2013-05-16 18:39:58 UTC (rev 185642)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=oneshot
-ExecStart=/usr/sbin/rfkill unblock %I
+ExecStart=/usr/bin/rfkill unblock %I
 
 [Install]
 WantedBy=multi-user.target



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

2013-05-16 Thread Gaetan Bisson
Date: Thursday, May 16, 2013 @ 20:41:32
  Author: bisson
Revision: 185643

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

Added:
  rfkill/repos/testing-i686/
  rfkill/repos/testing-i686/PKGBUILD
(from rev 185642, rfkill/trunk/PKGBUILD)
  rfkill/repos/testing-i686/rules.d
(from rev 185642, rfkill/trunk/rules.d)
  rfkill/repos/testing-i686/service.block
(from rev 185642, rfkill/trunk/service.block)
  rfkill/repos/testing-i686/service.unblock
(from rev 185642, rfkill/trunk/service.unblock)
  rfkill/repos/testing-x86_64/
  rfkill/repos/testing-x86_64/PKGBUILD
(from rev 185642, rfkill/trunk/PKGBUILD)
  rfkill/repos/testing-x86_64/rules.d
(from rev 185642, rfkill/trunk/rules.d)
  rfkill/repos/testing-x86_64/service.block
(from rev 185642, rfkill/trunk/service.block)
  rfkill/repos/testing-x86_64/service.unblock
(from rev 185642, rfkill/trunk/service.unblock)

+
 testing-i686/PKGBUILD  |   34 ++
 testing-i686/rules.d   |1 +
 testing-i686/service.block |   10 ++
 testing-i686/service.unblock   |   10 ++
 testing-x86_64/PKGBUILD|   34 ++
 testing-x86_64/rules.d |1 +
 testing-x86_64/service.block   |   10 ++
 testing-x86_64/service.unblock |   10 ++
 8 files changed, 110 insertions(+)

Copied: rfkill/repos/testing-i686/PKGBUILD (from rev 185642, 
rfkill/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Thomas Bächler 
+# Contributor: Giovanni Scafora 
+
+pkgname=rfkill
+pkgver=0.5
+pkgrel=1
+pkgdesc='Tool for enabling and disabling wireless devices'
+url='http://wireless.kernel.org/en/users/Documentation/rfkill'
+license=('custom')
+arch=('i686' 'x86_64')
+source=("https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+'service.unblock'
+'service.block'
+'rules.d')
+sha1sums=('03025d4ae285c40d5c19ec99ef7b317afda9d900'
+  '5f4a04a434df2ca28ca6687326c67c1f125aa3d4'
+  '6cc294af37232469cd5ba63455b571fe258e1cc6'
+  '6390eaa793b473098aaa11b13c5254d611a4c13a')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../rules.d 
"${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules"
+   install -Dm644 ../service.block 
"${pkgdir}/usr/lib/systemd/system/rfkill-block@.service"
+   install -Dm644 ../service.unblock 
"${pkgdir}/usr/lib/systemd/system/rfkill-unblock@.service"
+}

Copied: rfkill/repos/testing-i686/rules.d (from rev 185642, 
rfkill/trunk/rules.d)
===
--- testing-i686/rules.d(rev 0)
+++ testing-i686/rules.d2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1 @@
+KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Copied: rfkill/repos/testing-i686/service.block (from rev 185642, 
rfkill/trunk/service.block)
===
--- testing-i686/service.block  (rev 0)
+++ testing-i686/service.block  2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Block %I
+After=rfkill-unblock@all.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill block %I
+
+[Install]
+WantedBy=multi-user.target

Copied: rfkill/repos/testing-i686/service.unblock (from rev 185642, 
rfkill/trunk/service.unblock)
===
--- testing-i686/service.unblock(rev 0)
+++ testing-i686/service.unblock2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Unblock %I
+After=rfkill-block@all.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill unblock %I
+
+[Install]
+WantedBy=multi-user.target

Copied: rfkill/repos/testing-x86_64/PKGBUILD (from rev 185642, 
rfkill/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-16 18:41:32 UTC (rev 185643)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Thomas Bächler 
+# Contributor: Giovanni Scafora 
+
+pkgname=rfkill
+pkgver=0.5
+pkgrel=1
+pkgdesc='Tool for enabling and disabling wireless devices'
+url='http://wireless.kernel.org/en/users/Documentation/rfkill'
+license=('custom')
+arch=('i686' 'x86_64')
+source=("https://www.kernel.org/pub/software/network/${pkgname}/

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:10:41
  Author: ronald
Revision: 185644

update trunk for new release

Modified:
  eina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 18:41:32 UTC (rev 185643)
+++ PKGBUILD2013-05-16 19:10:41 UTC (rev 185644)
@@ -48,3 +48,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
+sha1sums=('725667ed0448d27b63b76189267f8711fcdfaa2e')



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:10:48
  Author: ronald
Revision: 185645

update trunk for new release

Modified:
  eet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:10:41 UTC (rev 185644)
+++ PKGBUILD2013-05-16 19:10:48 UTC (rev 185645)
@@ -38,3 +38,4 @@
 $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
+sha1sums=('b02c723d199da665a2c32204d9b9f406bf5a')



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:10:53
  Author: ronald
Revision: 185646

update trunk for new release

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:10:48 UTC (rev 185645)
+++ PKGBUILD2013-05-16 19:10:53 UTC (rev 185646)
@@ -41,3 +41,4 @@
   install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
 "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
+sha1sums=('6f3d6a0fd888f39d941436ff3e48d86981e9f636')



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:17:59
  Author: ronald
Revision: 185647

update trunk for new release

Modified:
  eina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:10:53 UTC (rev 185646)
+++ PKGBUILD2013-05-16 19:17:59 UTC (rev 185647)
@@ -3,7 +3,7 @@
 # Contributor: Ronald van Haren 
 
 pkgname=eina
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="A core data structure and common utility library"
 arch=('i686' 'x86_64')
@@ -48,4 +48,3 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-sha1sums=('725667ed0448d27b63b76189267f8711fcdfaa2e')



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:19:01
  Author: ronald
Revision: 185648

update trunk for new release

Modified:
  eet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:17:59 UTC (rev 185647)
+++ PKGBUILD2013-05-16 19:19:01 UTC (rev 185648)
@@ -3,7 +3,7 @@
 # Contributor: Ronald van Haren 
 
 pkgname=eet
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="A data storage and compression library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libjpeg>=7' 'openssl' 'eina')
 options=(!libtool)
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('b02c723d199da665a2c32204d9b9f406bf5a')
+sha1sums=('d3f756321147b26c89b69ece8c6115ba0f68490e')
 
 build() {
cd $srcdir/$pkgname-$pkgver
@@ -38,4 +38,3 @@
 $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
-sha1sums=('b02c723d199da665a2c32204d9b9f406bf5a')



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:20:11
  Author: ronald
Revision: 185649

update trunk for new release

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:19:01 UTC (rev 185648)
+++ PKGBUILD2013-05-16 19:20:11 UTC (rev 185649)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=evas_generic_loaders
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="Additional generic loaders for Evas"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('6f3d6a0fd888f39d941436ff3e48d86981e9f636')
+sha1sums=('f4c753e995a7adb5e18535f41446e222f19227c2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -41,4 +41,3 @@
   install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
 "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
-sha1sums=('6f3d6a0fd888f39d941436ff3e48d86981e9f636')



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

2013-05-16 Thread Jan Steffens
Date: Thursday, May 16, 2013 @ 21:21:40
  Author: heftig
Revision: 185650

0.12.4

Modified:
  libchamplain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:20:11 UTC (rev 185649)
+++ PKGBUILD2013-05-16 19:21:40 UTC (rev 185650)
@@ -3,8 +3,8 @@
 # Contributor: Michael Kanis 
 
 pkgname=libchamplain
-pkgver=0.12.3
-pkgrel=2
+pkgver=0.12.4
+pkgrel=1
 pkgdesc="Gtk3 widget for displaying rasterized maps"
 url="http://projects.gnome.org/libchamplain/";
 license=('LGPL')
@@ -13,7 +13,7 @@
 depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
 makedepends=('gobject-introspection' 'gtk-doc' 'vala')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3d03d4e6892305a3b5b78e0718e486f6a13271df33d82383fd8361ef71f3e658')
+sha256sums=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493')
 
 build() {
 cd $pkgname-$pkgver



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:23:25
  Author: ronald
Revision: 185653

update trunk for new release

Modified:
  ecore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:22:22 UTC (rev 185652)
+++ PKGBUILD2013-05-16 19:23:25 UTC (rev 185653)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=ecore
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="OS abstraction layer for e17"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('subversion')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('b7be13256b1cc91636127b167a83af2980f5a302')
+sha1sums=('8ee61a186f2a41477415d78af4475e8a05132920')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:24:06
  Author: ronald
Revision: 185654

update trunk for new release

Modified:
  eio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:23:25 UTC (rev 185653)
+++ PKGBUILD2013-05-16 19:24:06 UTC (rev 185654)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=eio
-pkgver=1.7.6.1
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="Async IO library using Ecore"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ecore')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('4660797bd87b0ba8c1285cbcb173aceaeb93f9e4')
+sha1sums=('1c1bf133496de65c35a19319988796c9913d1d42')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:25:46
  Author: ronald
Revision: 185655

update trunk for new release

Modified:
  eeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:24:06 UTC (rev 185654)
+++ PKGBUILD2013-05-16 19:25:46 UTC (rev 185655)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=eeze
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="Manipulate devices using udev and sysfs"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ecore' 'eina' 'udev')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e7087e2068fb9fd4a2e8dc9d006adce69cc97406')
+sha1sums=('45b2920b059baa80a2ccf93320751139045e6a72')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:26:13
  Author: ronald
Revision: 185656

update trunk for new release

Modified:
  embryo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:25:46 UTC (rev 185655)
+++ PKGBUILD2013-05-16 19:26:13 UTC (rev 185656)
@@ -3,7 +3,7 @@
 # Contributor: Ronald van Haren 
 
 pkgname=embryo
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="implementation of a C like scripting language for e17"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc' 'eina')
 options=('!libtool')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('0d70796cd78b8ad9ed308193becdbb94dad5e51c')
+sha1sums=('204fa38463b64d3b97e4c598942e9389dc89216e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:26:54
  Author: ronald
Revision: 185657

update trunk for new release

Modified:
  edje/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:26:13 UTC (rev 185656)
+++ PKGBUILD2013-05-16 19:26:54 UTC (rev 185657)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=edje
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="A graphical design and layout library based on Evas"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=edje.install
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('742080922ab71a76d157058ea01e603b577c12bc')
+sha1sums=('cad21ed849b09d1436bebe3742e058177bc26a8b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:28:39
  Author: ronald
Revision: 185658

update trunk for new release

Modified:
  emotion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:26:54 UTC (rev 185657)
+++ PKGBUILD2013-05-16 19:28:39 UTC (rev 185658)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=emotion
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="Library to easily integrate media playback into EFL applications"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gstreamer0.10' 'edje' 'eeze')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('32b9d991cb33a7c1b96ad47b3c676238cdd278b7')
+sha1sums=('e42b73a268afaa022efb179966991cfb3865168b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:29:04
  Author: ronald
Revision: 185659

update trunk for new release

Modified:
  ethumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:28:39 UTC (rev 185658)
+++ PKGBUILD2013-05-16 19:29:04 UTC (rev 185659)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=ethumb
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="Thumbnailing library and D-Bus service using EFL"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libexif' 'e_dbus'  'emotion')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('7917215aead3aaef9fd20c141759b1cc17ec5c19')
+sha1sums=('37d173fea2ce68ee1cedd379f235663c1211d20d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:29:34
  Author: ronald
Revision: 185660

update trunk for new release

Modified:
  efreet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:29:04 UTC (rev 185659)
+++ PKGBUILD2013-05-16 19:29:34 UTC (rev 185660)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=efreet
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="FreeDesktop.Org specifications for e17"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('eina' 'ecore' 'e_dbus')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1c561497372c5b4c61074789c738b6d62bc9e5d0')
+sha1sums=('df466e60825b24d9c0eb1dbac5f688f884e58404')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:30:11
  Author: ronald
Revision: 185661

update trunk for new release

Modified:
  e_dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:29:34 UTC (rev 185660)
+++ PKGBUILD2013-05-16 19:30:11 UTC (rev 185661)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=e_dbus
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="D-Bus integration with Ecore"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ecore' 'dbus-core')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('94d839f5f198e82794e7cfeb174d42178c75c2e3')
+sha1sums=('f13e9c3bcd4823920cdf3bacbd2c03a1935399a1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:22:03
  Author: ronald
Revision: 185651

update trunk for new release

Modified:
  evas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:21:40 UTC (rev 185650)
+++ PKGBUILD2013-05-16 19:22:03 UTC (rev 185651)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=evas
-pkgver=1.7.6.1
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="A hardware-accelerated canvas API for X-Windows"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
   'fribidi' 'fontconfig' 'freetype2' 'harfbuzz' 'evas_generic_loaders')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('76b9b7338ae2a16fca25d6183355d425d4595594')
+sha1sums=('0b37848127872be7250d1c3bdff622d78cb7f3af')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-05-16 Thread Jan Steffens
Date: Thursday, May 16, 2013 @ 21:22:22
  Author: heftig
Revision: 185652

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 19:22:03 UTC (rev 185651)
+++ extra-i686/PKGBUILD 2013-05-16 19:22:22 UTC (rev 185652)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Michael Kanis 
-
-pkgname=libchamplain
-pkgver=0.12.3
-pkgrel=2
-pkgdesc="Gtk3 widget for displaying rasterized maps"
-url="http://projects.gnome.org/libchamplain/";
-license=('LGPL')
-arch=('i686' 'x86_64')
-options=('!libtool')
-depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3d03d4e6892305a3b5b78e0718e486f6a13271df33d82383fd8361ef71f3e658')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --disable-static --disable-debug --enable-vala
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: libchamplain/repos/extra-i686/PKGBUILD (from rev 185651, 
libchamplain/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 19:22:22 UTC (rev 185652)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.4
+pkgrel=1
+pkgdesc="Gtk3 widget for displaying rasterized maps"
+url="http://projects.gnome.org/libchamplain/";
+license=('LGPL')
+arch=('i686' 'x86_64')
+options=('!libtool')
+depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 19:22:03 UTC (rev 185651)
+++ extra-x86_64/PKGBUILD   2013-05-16 19:22:22 UTC (rev 185652)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Michael Kanis 
-
-pkgname=libchamplain
-pkgver=0.12.3
-pkgrel=2
-pkgdesc="Gtk3 widget for displaying rasterized maps"
-url="http://projects.gnome.org/libchamplain/";
-license=('LGPL')
-arch=('i686' 'x86_64')
-options=('!libtool')
-depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('3d03d4e6892305a3b5b78e0718e486f6a13271df33d82383fd8361ef71f3e658')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --disable-static --disable-debug --enable-vala
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: libchamplain/repos/extra-x86_64/PKGBUILD (from rev 185651, 
libchamplain/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-16 19:22:22 UTC (rev 185652)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.4
+pkgrel=1
+pkgdesc="Gtk3 widget for displaying rasterized maps"
+url="http://projects.gnome.org/libchamplain/";
+license=('LGPL')
+arch=('i686' 'x86_64')
+options=('!libtool')
+depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:32:03
  Author: ronald
Revision: 185662

update trunk for new release

Modified:
  elementary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:30:11 UTC (rev 185661)
+++ PKGBUILD2013-05-16 19:32:03 UTC (rev 185662)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=elementary
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="Enlightenment's widget set"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('26df183adac7a3572f04e6a8fcb8be38010b203a')
+sha1sums=('1a4dbc727780eff95c102cd8ecf9533c07a3631d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:38:29
  Author: ronald
Revision: 185663

update PKGBUILD to 0.17.3

Modified:
  enlightenment17/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:32:03 UTC (rev 185662)
+++ PKGBUILD2013-05-16 19:38:29 UTC (rev 185663)
@@ -4,7 +4,7 @@
 
 pkgname=enlightenment17
 _pkgname=enlightenment
-pkgver=0.17.2.1
+pkgver=0.17.3
 pkgrel=1
 pkgdesc="Enlightenment window manager DR17 (aka e17)"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 install=enlightenment17.install
 source=(http://download.enlightenment.org/releases/$_pkgname-$pkgver.tar.gz
   'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('5122a2b62d151d11b28457bd3626130e9c5bcc3c'
+sha1sums=('998a5ada3861028ffd65f994270e5f7f8e9baf9b'
   'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
   '3f53931ae86de8fe99e386aeb097521aac0decd8'
   '86f1c5e36dc274c3101362532378be034e89c593')



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 21:49:14
  Author: ronald
Revision: 185664

fix sha1

Modified:
  eina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:38:29 UTC (rev 185663)
+++ PKGBUILD2013-05-16 19:49:14 UTC (rev 185664)
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('725667ed0448d27b63b76189267f8711fcdfaa2e')
+sha1sums=('74260d239cdf1f7da1f0ab106fb144fa23d74a87')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2013-05-16 Thread Bartłomiej Piotrowski
Date: Thursday, May 16, 2013 @ 21:50:11
  Author: bpiotrowski
Revision: 90966

upgpkg: xdelta3 3.0.7-1

- upstream release

Modified:
  xdelta3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 18:09:50 UTC (rev 90965)
+++ PKGBUILD2013-05-16 19:50:11 UTC (rev 90966)
@@ -4,28 +4,28 @@
 # Contributor: Henning Garus 
 
 pkgname=xdelta3
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
-pkgdesc="A diff utility which works with binary files"
+pkgdesc="Diff utility which works with binary files"
 arch=('i686' 'x86_64')
 url="http://xdelta.org/";
 license=('GPL')
 depends=('xz')
 source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('652048ab4a7e5f927bce045228a17b31')
+md5sums=('ef6631e4f9219a80bcb9e3020962b6ec')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./xdelta3 test
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }



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

2013-05-16 Thread Bartłomiej Piotrowski
Date: Thursday, May 16, 2013 @ 21:50:32
  Author: bpiotrowski
Revision: 90967

archrelease: copy trunk to community-x86_64

Added:
  xdelta3/repos/community-x86_64/PKGBUILD
(from rev 90966, xdelta3/trunk/PKGBUILD)
Deleted:
  xdelta3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-16 19:50:11 UTC (rev 90966)
+++ PKGBUILD2013-05-16 19:50:32 UTC (rev 90967)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Eduard "bekks" Warkentin 
-# Contributor: Henning Garus 
-
-pkgname=xdelta3
-pkgver=3.0.6
-pkgrel=1
-pkgdesc="A diff utility which works with binary files"
-arch=('i686' 'x86_64')
-url="http://xdelta.org/";
-license=('GPL')
-depends=('xz')
-source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('652048ab4a7e5f927bce045228a17b31')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./xdelta3 test
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xdelta3/repos/community-x86_64/PKGBUILD (from rev 90966, 
xdelta3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-16 19:50:32 UTC (rev 90967)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Eduard "bekks" Warkentin 
+# Contributor: Henning Garus 
+
+pkgname=xdelta3
+pkgver=3.0.7
+pkgrel=1
+pkgdesc="Diff utility which works with binary files"
+arch=('i686' 'x86_64')
+url="http://xdelta.org/";
+license=('GPL')
+depends=('xz')
+source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('ef6631e4f9219a80bcb9e3020962b6ec')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  ./xdelta3 test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:54:50
  Author: ronald
Revision: 185665

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 19:49:14 UTC (rev 185664)
+++ extra-i686/PKGBUILD 2013-05-16 20:54:50 UTC (rev 185665)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=eina
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="A core data structure and common utility library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('725667ed0448d27b63b76189267f8711fcdfaa2e')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr --enable-amalgamation \
-   --with-internal-maximum-log-level=3 \
-   --disable-static \
-   --disable-benchmark \
-   --disable-install-examples \
-   --disable-build-examples \
-   --disable-doc \
-   --disable-tests \
-   --enable-default-mempool \
-   --enable-mempool-chained-pool \
-   --enable-mempool-pass-through \
-   --disable-mempool-buddy \
-   --disable-mempool-ememoa-fixed \
-   --disable-mempool-ememoa-unknown \
-   --disable-mempool-fixed-bitmap \
-   --disable-assert \
-   --disable-ememoa 
-
-#  --disable-mempool-one-big ## this option causes a segfault in 1.7.2
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eina/repos/extra-i686/PKGBUILD (from rev 185664, eina/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:54:50 UTC (rev 185665)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Ronald van Haren 
+
+pkgname=eina
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="A core data structure and common utility library"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('74260d239cdf1f7da1f0ab106fb144fa23d74a87')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure --prefix=/usr --enable-amalgamation \
+   --with-internal-maximum-log-level=3 \
+   --disable-static \
+   --disable-benchmark \
+   --disable-install-examples \
+   --disable-build-examples \
+   --disable-doc \
+   --disable-tests \
+   --enable-default-mempool \
+   --enable-mempool-chained-pool \
+   --enable-mempool-pass-through \
+   --disable-mempool-buddy \
+   --disable-mempool-ememoa-fixed \
+   --disable-mempool-ememoa-unknown \
+   --disable-mempool-fixed-bitmap \
+   --disable-assert \
+   --disable-ememoa 
+
+#  --disable-mempool-one-big ## this option causes a segfault in 1.7.2
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 19:49:14 UTC (rev 185664)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:54:50 UTC (rev 185665)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=eina
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="A core data structure and common utility library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('725667ed0448d27b63b76189267f8711fcdfaa2e')
-
-build()

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:55:11
  Author: ronald
Revision: 185666

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:54:50 UTC (rev 185665)
+++ extra-i686/PKGBUILD 2013-05-16 20:55:11 UTC (rev 185666)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=eet
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="A data storage and compression library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('libjpeg>=7' 'openssl' 'eina')
-options=(!libtool)
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('b02c723d199da665a2c32204d9b9f406bf5a')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr --enable-openssl --disable-gnutls \
-   --disable-build-examples \
-   --disable-doc --disable-install-examples \
-   --disable-old-eet-file-format --disable-tests \
-   --disable-static
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: eet/repos/extra-i686/PKGBUILD (from rev 185665, eet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:55:11 UTC (rev 185666)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Ronald van Haren 
+
+pkgname=eet
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="A data storage and compression library"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('libjpeg>=7' 'openssl' 'eina')
+options=(!libtool)
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('d3f756321147b26c89b69ece8c6115ba0f68490e')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure --prefix=/usr --enable-openssl --disable-gnutls \
+   --disable-build-examples \
+   --disable-doc --disable-install-examples \
+   --disable-old-eet-file-format --disable-tests \
+   --disable-static
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:54:50 UTC (rev 185665)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:55:11 UTC (rev 185666)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=eet
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="A data storage and compression library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('libjpeg>=7' 'openssl' 'eina')
-options=(!libtool)
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('b02c723d199da665a2c32204d9b9f406bf5a')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr --enable-openssl --disable-gnutls \
-   --disable-build-examples \
-   --disable-doc --disable-install-examples \
-   --disable-old-eet-file-format --disable-tests \
-   --disable-static
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-
-  

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:55:27
  Author: ronald
Revision: 185667

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:55:11 UTC (rev 185666)
+++ extra-i686/PKGBUILD 2013-05-16 20:55:27 UTC (rev 185667)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('6f3d6a0fd888f39d941436ff3e48d86981e9f636')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license files
-  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: evas_generic_loaders/repos/extra-i686/PKGBUILD (from rev 185666, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:55:27 UTC (rev 185667)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('f4c753e995a7adb5e18535f41446e222f19227c2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license files
+  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:55:11 UTC (rev 185666)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:55:27 UTC (rev 185667)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('6f3d6a0fd888f39d941436ff3e48d86981e9f636')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed 

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:55:43
  Author: ronald
Revision: 185668

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:55:27 UTC (rev 185667)
+++ extra-i686/PKGBUILD 2013-05-16 20:55:43 UTC (rev 185668)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas
-pkgver=1.7.6.1
-pkgrel=1
-pkgdesc="A hardware-accelerated canvas API for X-Windows"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eet' 'giflib' 'libpng' 'libjpeg>=7' 'libxrender' 'mesa'
-  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz' 'evas_generic_loaders')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('76b9b7338ae2a16fca25d6183355d425d4595594')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-strict \
---disable-static \
---enable-fontconfig \
---enable-fribidi \
---enable-harfbuzz \
---disable-pixman \
---enable-buffer=static \
---disable-gl-sdl \
---enable-fb \
---disable-directfb \
---disable-wayland-shm \
---disable-wayland-egl \
---disable-sdl-primitive \
---disable-software-xcb \
---enable-software-xlib=static \
---disable-gl-xcb \
---enable-gl-xlib \
---disable-image-loader-edb \
---enable-image-loader-gif=static \
---enable-image-loader-tiff=static \
---enable-image-loader-svg=static \
---enable-image-loader-eet=static \
---enable-image-loader-generic=static \
---disable-install-examples \
---disable-tests \
---disable-coverage \
---disable-doc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license files
-  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: evas/repos/extra-i686/PKGBUILD (from rev 185667, evas/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:55:43 UTC (rev 185668)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="A hardware-accelerated canvas API for X-Windows"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('eet' 'giflib' 'libpng' 'libjpeg>=7' 'libxrender' 'mesa'
+  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz' 'evas_generic_loaders')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('0b37848127872be7250d1c3bdff622d78cb7f3af')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-strict \
+--disable-static \
+--enable-fontconfig \
+--enable-fribidi \
+--enable-harfbuzz \
+--disable-pixman \
+--enable-buffer=static \
+--disable-gl-sdl \
+--enable-fb \
+--disable-directfb \
+--disable-wayland-shm \
+--disable-wayland-egl \
+--disable-sdl-primitive \
+--disable-software-xcb \
+--enable-software-xlib=static \
+--disable-gl-xcb \
+--enable-gl-xlib \
+--disable-image-loader-edb \
+--enable-image-loader-gif=static \
+--enable-image-loader-tiff=static \
+--enable-image-loader-svg=static \
+--enable-image-loader-eet=static \
+--enable-image-loader-generic=static \
+--disable-install-examples \
+--disable-tests \
+--disable-coverage \
+--disable-doc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgna

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:56:13
  Author: ronald
Revision: 185669

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:55:43 UTC (rev 185668)
+++ extra-i686/PKGBUILD 2013-05-16 20:56:13 UTC (rev 185669)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=ecore
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="OS abstraction layer for e17"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eina' 'evas' 'glib2' 'libxp' 'curl' 'libxss' 'libxtst'
-  'libxcomposite' 'libxrandr' 'libxinerama' 'libxcursor')
-makedepends=('subversion')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('b7be13256b1cc91636127b167a83af2980f5a302')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ecore \
---with-internal-maximum-log-level=3 \
---disable-static \
---disable-ecore-timer-dump \
---enable-glib \
---enable-ecore-x-composite \
---enable-ecore-x-damage \
---enable-ecore-x-dpms \
---enable-ecore-x-randr \
---enable-ecore-x-render \
---enable-ecore-x-screensaver \
---enable-ecore-x-shape \
---enable-ecore-x-gesture \
---enable-ecore-x-sync \
---enable-ecore-x-xfixes \
---enable-ecore-x-xinerama \
---enable-ecore-x-xprint \
---enable-ecore-x-xtest \
---enable-ecore-x-cursor \
---enable-ecore-x-input \
---enable-ecore-x-dri \
---enable-epoll \
---enable-posix-threads \
---disable-debug-threads \
---enable-atfile-source \
---enable-ecore-con \
---enable-curl \
---disable-gnutls \
---enable-openssl \
---enable-ecore-ipc \
---enable-ecore-file \
---enable-poll \
---enable-inotify \
---enable-ecore-imf \
---enable-ecore-imf-evas \
---enable-ecore-input \
---enable-ecore-input-evas \
---enable-ecore-imf-xim \
---disable-ecore-imf-scim \
---disable-ecore-imf-ibus \
---enable-ecore-x \
---disable-ecore-sdl \
---enable-ecore-fb \
---disable-ecore-directfb \
---enable-ecore-evas \
---enable-ecore-evas-software-buffer \
---enable-ecore-evas-software-x11 \
---enable-ecore-evas-opengl-x11 \
---enable-ecore-evas-fb \
---disable-ecore-evas-ews \
---disable-ecore-wayland \
---disable-tests \
---disable-coverage \
---disable-install-examples \
---disable-doc
-
-#--enable-thread-safety # e17 starts with a non-functioning black window 
if enabled
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: ecore/repos/extra-i686/PKGBUILD (from rev 185668, ecore/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:56:13 UTC (rev 185669)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=ecore
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="OS abstraction layer for e17"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('eina' 'evas' 'glib2' 'libxp' 'curl' 'libxss' 'libxtst'
+  'libxcomposite' 'libxrandr' 'libxinerama' 'libxcursor')
+makedepends=('subversion')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('8ee61a186f2a41477415d78af4475e8a05132920')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/us

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:56:37
  Author: ronald
Revision: 185670

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:56:13 UTC (rev 185669)
+++ extra-i686/PKGBUILD 2013-05-16 20:56:37 UTC (rev 185670)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=eio
-pkgver=1.7.6.1
-pkgrel=1
-pkgdesc="Async IO library using Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('4660797bd87b0ba8c1285cbcb173aceaeb93f9e4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-posix-threads \
---disable-debug-threads \
---enable-inotify \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eio/repos/extra-i686/PKGBUILD (from rev 185669, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:56:37 UTC (rev 185670)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=eio
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="Async IO library using Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('1c1bf133496de65c35a19319988796c9913d1d42')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-posix-threads \
+--disable-debug-threads \
+--enable-inotify \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:56:13 UTC (rev 185669)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:56:37 UTC (rev 185670)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=eio
-pkgver=1.7.6.1
-pkgrel=1
-pkgdesc="Async IO library using Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('4660797bd87b0ba8c1285cbcb173aceaeb93f9e4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-posix-threads \
---disable-debug-threads \
---enable-inotify \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eio/repos/extr

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:56:53
  Author: ronald
Revision: 185671

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:56:37 UTC (rev 185670)
+++ extra-i686/PKGBUILD 2013-05-16 20:56:53 UTC (rev 185671)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=eeze
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Manipulate devices using udev and sysfs"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore' 'eina' 'udev')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e7087e2068fb9fd4a2e8dc9d006adce69cc97406')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eeze/repos/extra-i686/PKGBUILD (from rev 185670, eeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:56:53 UTC (rev 185671)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=eeze
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="Manipulate devices using udev and sysfs"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('ecore' 'eina' 'udev')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('45b2920b059baa80a2ccf93320751139045e6a72')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-tests \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:56:37 UTC (rev 185670)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:56:53 UTC (rev 185671)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=eeze
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Manipulate devices using udev and sysfs"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore' 'eina' 'udev')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e7087e2068fb9fd4a2e8dc9d006adce69cc97406')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eeze/repos/extra-x86_64/PKGBUILD (from rev 185670, eeze/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD  

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:57:07
  Author: ronald
Revision: 185672

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:56:53 UTC (rev 185671)
+++ extra-i686/PKGBUILD 2013-05-16 20:57:07 UTC (rev 185672)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=embryo
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="implementation of a C like scripting language for e17"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('glibc' 'eina')
-options=('!libtool')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('0d70796cd78b8ad9ed308193becdbb94dad5e51c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr \
-   --disable-static \
-   --disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: embryo/repos/extra-i686/PKGBUILD (from rev 185671, 
embryo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:57:07 UTC (rev 185672)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Ronald van Haren 
+
+pkgname=embryo
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="implementation of a C like scripting language for e17"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('glibc' 'eina')
+options=('!libtool')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('204fa38463b64d3b97e4c598942e9389dc89216e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:56:53 UTC (rev 185671)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:57:07 UTC (rev 185672)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=embryo
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="implementation of a C like scripting language for e17"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('glibc' 'eina')
-options=('!libtool')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('0d70796cd78b8ad9ed308193becdbb94dad5e51c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr \
-   --disable-static \
-   --disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: embryo/repos/extra-x86_64/PKGBUILD (from rev 185671, 
embryo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:57:07 UTC (rev 185672)
@@ -0,

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:57:24
  Author: ronald
Revision: 185673

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

Added:
  edje/repos/extra-i686/PKGBUILD
(from rev 185672, edje/trunk/PKGBUILD)
  edje/repos/extra-i686/changeset_76449.diff
(from rev 185672, edje/trunk/changeset_76449.diff)
  edje/repos/extra-i686/edje.install
(from rev 185672, edje/trunk/edje.install)
  edje/repos/extra-x86_64/PKGBUILD
(from rev 185672, edje/trunk/PKGBUILD)
  edje/repos/extra-x86_64/changeset_76449.diff
(from rev 185672, edje/trunk/changeset_76449.diff)
  edje/repos/extra-x86_64/edje.install
(from rev 185672, edje/trunk/edje.install)
Deleted:
  edje/repos/extra-i686/PKGBUILD
  edje/repos/extra-i686/changeset_76449.diff
  edje/repos/extra-i686/edje.install
  edje/repos/extra-x86_64/PKGBUILD
  edje/repos/extra-x86_64/changeset_76449.diff
  edje/repos/extra-x86_64/edje.install

---+
 /PKGBUILD |  104 
 /changeset_76449.diff |   92 +++
 /edje.install |   32 +++
 extra-i686/PKGBUILD   |   52 --
 extra-i686/changeset_76449.diff   |   46 ---
 extra-i686/edje.install   |   16 -
 extra-x86_64/PKGBUILD |   52 --
 extra-x86_64/changeset_76449.diff |   46 ---
 extra-x86_64/edje.install |   16 -
 9 files changed, 228 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:57:07 UTC (rev 185672)
+++ extra-i686/PKGBUILD 2013-05-16 20:57:24 UTC (rev 185673)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=edje
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="A graphical design and layout library based on Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
-optdepends=('python2: inkscape2edc')
-install=edje.install
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('742080922ab71a76d157058ea01e603b577c12bc')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-sndfile \
---disable-remix \
---disable-vorbisenc \
---disable-alsa \
---disable-flac \
---disable-tests \
---disable-coverage \
---enable-amalgamation \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: edje/repos/extra-i686/PKGBUILD (from rev 185672, edje/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:57:24 UTC (rev 185673)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=edje
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="A graphical design and layout library based on Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
+optdepends=('python2: inkscape2edc')
+install=edje.install
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('cad21ed849b09d1436bebe3742e058177bc26a8b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  # python2 fix
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-sndfile \
+--disable-remix \
+--disable-vorbisenc \
+--disable-alsa \
+--disable-flac \
+--disable-tests \
+--disable-coverage \
+--enable-amalgamation \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:57:59
  Author: ronald
Revision: 185674

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:57:24 UTC (rev 185673)
+++ extra-i686/PKGBUILD 2013-05-16 20:57:59 UTC (rev 185674)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('32b9d991cb33a7c1b96ad47b3c676238cdd278b7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 185673, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:57:59 UTC (rev 185674)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('e42b73a268afaa022efb179966991cfb3865168b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:57:24 UTC (rev 185673)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:57:59 UTC (rev 185674)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('32b9d991cb33a7c1b96ad47b3c676238cdd278b7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
--

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:58:16
  Author: ronald
Revision: 185675

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:57:59 UTC (rev 185674)
+++ extra-i686/PKGBUILD 2013-05-16 20:58:16 UTC (rev 185675)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=ethumb
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Thumbnailing library and D-Bus service using EFL"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('libexif' 'e_dbus'  'emotion')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('7917215aead3aaef9fd20c141759b1cc17ec5c19')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ethumb \
---with-internal-maximum-log-level=3 \
---disable-static \
---enable-emotion \
---disable-epdf \
---enable-libexif \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: ethumb/repos/extra-i686/PKGBUILD (from rev 185674, 
ethumb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:58:16 UTC (rev 185675)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=ethumb
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="Thumbnailing library and D-Bus service using EFL"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('libexif' 'e_dbus'  'emotion')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('37d173fea2ce68ee1cedd379f235663c1211d20d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ethumb \
+--with-internal-maximum-log-level=3 \
+--disable-static \
+--enable-emotion \
+--disable-epdf \
+--enable-libexif \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:57:59 UTC (rev 185674)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:58:16 UTC (rev 185675)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=ethumb
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Thumbnailing library and D-Bus service using EFL"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('libexif' 'e_dbus'  'emotion')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('7917215aead3aaef9fd20c141759b1cc17ec5c19')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ethumb \
---with-internal-maximum-log-level=3 \
---disable-static

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:58:32
  Author: ronald
Revision: 185676

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:58:16 UTC (rev 185675)
+++ extra-i686/PKGBUILD 2013-05-16 20:58:32 UTC (rev 185676)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=efreet
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="FreeDesktop.Org specifications for e17"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eina' 'ecore' 'e_dbus')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1c561497372c5b4c61074789c738b6d62bc9e5d0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-coverage \
---disable-doc
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-

Copied: efreet/repos/extra-i686/PKGBUILD (from rev 185675, 
efreet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:58:32 UTC (rev 185676)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=efreet
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="FreeDesktop.Org specifications for e17"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('eina' 'ecore' 'e_dbus')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('df466e60825b24d9c0eb1dbac5f688f884e58404')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-tests \
+--disable-coverage \
+--disable-doc
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:58:16 UTC (rev 185675)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:58:32 UTC (rev 185676)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=efreet
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="FreeDesktop.Org specifications for e17"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eina' 'ecore' 'e_dbus')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1c561497372c5b4c61074789c738b6d62bc9e5d0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-coverage \
---disable-doc
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-

Copied: efreet/repos/extra-x86_64/PKGBUILD (from rev 185675, 
efreet/trunk/PKGB

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:58:57
  Author: ronald
Revision: 185677

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:58:32 UTC (rev 185676)
+++ extra-i686/PKGBUILD 2013-05-16 20:58:57 UTC (rev 185677)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=e_dbus
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="D-Bus integration with Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('94d839f5f198e82794e7cfeb174d42178c75c2e3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: e_dbus/repos/extra-i686/PKGBUILD (from rev 185676, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:58:57 UTC (rev 185677)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=e_dbus
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="D-Bus integration with Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('f13e9c3bcd4823920cdf3bacbd2c03a1935399a1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:58:32 UTC (rev 185676)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:58:57 UTC (rev 185677)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=e_dbus
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="D-Bus integration with Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('94d839f5f198e82794e7cfeb174d42178c75c2e3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 22:59:24
  Author: ronald
Revision: 185678

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:58:57 UTC (rev 185677)
+++ extra-i686/PKGBUILD 2013-05-16 20:59:24 UTC (rev 185678)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=elementary
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('26df183adac7a3572f04e6a8fcb8be38010b203a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/elementary \
---with-internal-maximum-log-level=3 \
---disable-static \
---enable-quick-launch \
---enable-emotion \
---enable-ecore-x \
---enable-ecore-fb \
---disable-ecore-sdl \
---disable-ecore-wayland \
---enable-edbus \
---enable-efreet \
---disable-eweather \
---disable-emap \
---enable-ethumb \
---disable-debug \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: elementary/repos/extra-i686/PKGBUILD (from rev 185677, 
elementary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-16 20:59:24 UTC (rev 185678)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=elementary
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="Enlightenment's widget set"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('1a4dbc727780eff95c102cd8ecf9533c07a3631d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/elementary \
+--with-internal-maximum-log-level=3 \
+--disable-static \
+--enable-quick-launch \
+--enable-emotion \
+--enable-ecore-x \
+--enable-ecore-fb \
+--disable-ecore-sdl \
+--disable-ecore-wayland \
+--enable-edbus \
+--enable-efreet \
+--disable-eweather \
+--disable-emap \
+--enable-ethumb \
+--disable-debug \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-16 20:58:57 UTC (rev 185677)
+++ extra-x86_64/PKGBUILD   2013-05-16 20:59:24 UTC (rev 185678)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=elementary
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('26df183adac7a3572f04e6a8fcb8be38010b203a')
-
-build(

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

2013-05-16 Thread Ronald van Haren
Date: Thursday, May 16, 2013 @ 23:02:06
  Author: ronald
Revision: 185679

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 185678, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 185678, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 185678, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 185678, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 185678, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 185678, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 185678, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 185678, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 185678, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 185678, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 /PKGBUILD |  168 +
 /e-applications.menu  |  308 
 /enlightenment17.install  |   34 +++
 /quickstart.patch |   26 ++
 /sysactions_systemd.patch |   34 +++
 extra-i686/PKGBUILD   |   84 
 extra-i686/e-applications.menu|  154 
 extra-i686/enlightenment17.install|   17 -
 extra-i686/quickstart.patch   |   13 -
 extra-i686/sysactions_systemd.patch   |   17 -
 extra-x86_64/PKGBUILD |   84 
 extra-x86_64/e-applications.menu  |  154 
 extra-x86_64/enlightenment17.install  |   17 -
 extra-x86_64/quickstart.patch |   13 -
 extra-x86_64/sysactions_systemd.patch |   17 -
 15 files changed, 570 insertions(+), 570 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-16 20:59:24 UTC (rev 185678)
+++ extra-i686/PKGBUILD 2013-05-16 21:02:06 UTC (rev 185679)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.2.1
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd' 'ttf-font')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('5122a2b62d151d11b28457bd3626130e9c5bcc3c'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wa

[arch-commits] Commit in muffin/trunk (PKGBUILD fix-dnd.patch)

2013-05-16 Thread Balló György
Date: Thursday, May 16, 2013 @ 23:05:03
  Author: bgyorgy
Revision: 90968

upgpkg: muffin 1.8.1-2

Fix unresponsive panel again

Added:
  muffin/trunk/fix-dnd.patch
Modified:
  muffin/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 fix-dnd.patch |   51 +++
 2 files changed, 59 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 19:50:32 UTC (rev 90967)
+++ PKGBUILD2013-05-16 21:05:03 UTC (rev 90968)
@@ -5,7 +5,7 @@
 
 pkgname=muffin
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/muffin";
@@ -16,9 +16,11 @@
 options=('!libtool' '!emptydirs')
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";
-"switch-applications.patch")
+"switch-applications.patch"
+"fix-dnd.patch")
 sha256sums=('6907d2b2fb78c7b710c4454ef321d40cffe5ab1273df14facbbd5cda691ccb34'
-'206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96')
+'206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96'
+'4d8f5ed1bec02160d252a956ffd441ab3c119db29f690f86568dbd34474d1a90')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -26,6 +28,9 @@
   # Fix windows switcher keybinding with default settings in GNOME 3.8
   patch -Np1 -i ../switch-applications.patch
 
+  # Fix unresponsive panel on DND
+  patch -Np1 -i ../fix-dnd.patch
+
   PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
 --localstatedir=/var 
--disable-static --disable-schemas-compile
   make

Added: fix-dnd.patch
===
--- fix-dnd.patch   (rev 0)
+++ fix-dnd.patch   2013-05-16 21:05:03 UTC (rev 90968)
@@ -0,0 +1,51 @@
+From 9f3216b081104c92c4ce5ce3ca2cc48f14bad85a Mon Sep 17 00:00:00 2001
+From: Albert Pool 
+Date: Mon, 13 May 2013 12:04:17 +0200
+Subject: [PATCH 1/2] Remove NOTIFICATION from top window group
+
+---
+ src/compositor/meta-window-actor.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/compositor/meta-window-actor.c 
b/src/compositor/meta-window-actor.c
+index de8d292..7b0f83c 100644
+--- a/src/compositor/meta-window-actor.c
 b/src/compositor/meta-window-actor.c
+@@ -1514,7 +1514,6 @@ const char *meta_window_actor_get_description 
(MetaWindowActor *self)
+   if (window->type == META_WINDOW_DROPDOWN_MENU ||
+   window->type == META_WINDOW_POPUP_MENU ||
+   window->type == META_WINDOW_COMBO ||
+-  window->type == META_WINDOW_NOTIFICATION ||
+   window->type == META_WINDOW_OVERRIDE_OTHER){
+ clutter_container_add_actor (CLUTTER_CONTAINER (info->top_window_group),
+  CLUTTER_ACTOR (self));
+-- 
+1.8.1.6
+
+
+From bbbde724320036f894779c2402fc6eba969428d2 Mon Sep 17 00:00:00 2001
+From: Albert Pool 
+Date: Mon, 13 May 2013 12:09:58 +0200
+Subject: [PATCH 2/2] Remove OVERRIDE_OTHER from top window group
+
+---
+ src/compositor/meta-window-actor.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/src/compositor/meta-window-actor.c 
b/src/compositor/meta-window-actor.c
+index 7b0f83c..fb77f1d 100644
+--- a/src/compositor/meta-window-actor.c
 b/src/compositor/meta-window-actor.c
+@@ -1513,8 +1513,7 @@ const char *meta_window_actor_get_description 
(MetaWindowActor *self)
+   
+   if (window->type == META_WINDOW_DROPDOWN_MENU ||
+   window->type == META_WINDOW_POPUP_MENU ||
+-  window->type == META_WINDOW_COMBO ||
+-  window->type == META_WINDOW_OVERRIDE_OTHER){
++  window->type == META_WINDOW_COMBO) {
+ clutter_container_add_actor (CLUTTER_CONTAINER (info->top_window_group),
+  CLUTTER_ACTOR (self));
+   }
+-- 
+1.8.1.6
+



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

2013-05-16 Thread Balló György
Date: Thursday, May 16, 2013 @ 23:05:16
  Author: bgyorgy
Revision: 90969

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 90968, muffin/trunk/PKGBUILD)
  muffin/repos/community-i686/fix-dnd.patch
(from rev 90968, muffin/trunk/fix-dnd.patch)
  muffin/repos/community-i686/muffin.install
(from rev 90968, muffin/trunk/muffin.install)
  muffin/repos/community-i686/switch-applications.patch
(from rev 90968, muffin/trunk/switch-applications.patch)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 90968, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/fix-dnd.patch
(from rev 90968, muffin/trunk/fix-dnd.patch)
  muffin/repos/community-x86_64/muffin.install
(from rev 90968, muffin/trunk/muffin.install)
  muffin/repos/community-x86_64/switch-applications.patch
(from rev 90968, muffin/trunk/switch-applications.patch)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-i686/muffin.install
  muffin/repos/community-i686/switch-applications.patch
  muffin/repos/community-x86_64/PKGBUILD
  muffin/repos/community-x86_64/muffin.install
  muffin/repos/community-x86_64/switch-applications.patch

+
 /PKGBUILD  |   88 +++
 /muffin.install|   20 ++
 /switch-applications.patch |   40 
 community-i686/PKGBUILD|   39 ---
 community-i686/fix-dnd.patch   |   51 +++
 community-i686/muffin.install  |   10 ---
 community-i686/switch-applications.patch   |   20 --
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/fix-dnd.patch |   51 +++
 community-x86_64/muffin.install|   10 ---
 community-x86_64/switch-applications.patch |   20 --
 11 files changed, 250 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-16 21:05:03 UTC (rev 90968)
+++ community-i686/PKGBUILD 2013-05-16 21:05:16 UTC (rev 90969)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin";
-license=('GPL')
-depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
-'libcanberra' 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
-options=('!libtool' '!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";
-"switch-applications.patch")
-sha256sums=('6907d2b2fb78c7b710c4454ef321d40cffe5ab1273df14facbbd5cda691ccb34'
-'206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Fix windows switcher keybinding with default settings in GNOME 3.8
-  patch -Np1 -i ../switch-applications.patch
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 90968, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 21:05:16 UTC (rev 90969)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin";
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
+'libcanberra' 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";
+"switch-applications.patch"
+"fix-dnd.patch")
+sha256sums=('6907d2b2fb78c7b710c4454ef321d40cffe5ab1273df14facbbd5cda691ccb34'
+'206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96'
+'4d8f5ed1bec02160d252a956ffd441ab3c119db29f690f86568dbd34474d1a90')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix windows switcher keybinding with default settings in GNOME 3.8
+  patch -Np1 -i ../switch-ap

[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD gnomerrlabeler.patch)

2013-05-16 Thread Balló György
Date: Friday, May 17, 2013 @ 00:26:14
  Author: bgyorgy
Revision: 90970

upgpkg: cinnamon-control-center 1.8.0-2

Fix rrlabeler patch

Modified:
  cinnamon-control-center/trunk/PKGBUILD
  cinnamon-control-center/trunk/gnomerrlabeler.patch

--+
 PKGBUILD |4 ++--
 gnomerrlabeler.patch |   29 -
 2 files changed, 22 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 21:05:16 UTC (rev 90969)
+++ PKGBUILD2013-05-16 22:26:14 UTC (rev 90970)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon-control-center
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
 depends=('cinnamon' 'cheese' 'libgnomekbd' 'network-manager-applet')
@@ -20,7 +20,7 @@
 "gnomerrlabeler.patch"
 "idle-delay.patch")
 sha256sums=('7230d509f5837906b5497279cfbd96180e5c8dad89777fb31a81fd0c73354fa9'
-'604f0a30369d0380a0c5634f1fd50f3f44a89c0b3caec66b60d9e2648b569b90'
+'a01db243251c3da59c969d4538a35a63020d1e20866ff700ef273debd05456db'
 '42ea92628dc234d65e582592a66c0011d5bb2c2eac14854a06f7a9dc923c8d67')
 
 build() {

Modified: gnomerrlabeler.patch
===
--- gnomerrlabeler.patch2013-05-16 21:05:16 UTC (rev 90969)
+++ gnomerrlabeler.patch2013-05-16 22:26:14 UTC (rev 90970)
@@ -1,5 +1,6 @@
 cinnamon-control-center-1.8.0.orig/panels/display/cc-display-panel.c  
2013-05-05 13:12:28.0 +0200
-+++ cinnamon-control-center-1.8.0/panels/display/cc-display-panel.c 2013-05-07 
00:27:44.901035877 +0200
+diff -Naur 
cinnamon-control-center-1.7.3.orig/panels/display/cc-display-panel.c 
cinnamon-control-center-1.7.3/panels/display/cc-display-panel.c
+--- cinnamon-control-center-1.7.3.orig/panels/display/cc-display-panel.c   
2013-04-15 16:04:38.0 +0200
 cinnamon-control-center-1.7.3/panels/display/cc-display-panel.c
2013-04-22 03:46:53.499944701 +0200
 @@ -31,12 +31,13 @@
  #define GNOME_DESKTOP_USE_UNSTABLE_API
  #include 
@@ -33,7 +34,7 @@
g_object_unref (self->priv->labeler);
  
G_OBJECT_CLASS (cc_display_panel_parent_class)->finalize (object);
-@@ -293,14 +294,14 @@
+@@ -293,16 +294,16 @@
self->priv->current_output = NULL;
  
if (self->priv->labeler) {
@@ -42,26 +43,36 @@
  g_object_unref (self->priv->labeler);
}
  
-   self->priv->labeler = gnome_rr_labeler_new 
(self->priv->current_configuration);
+-  self->priv->labeler = gnome_rr_labeler_new 
(self->priv->current_configuration);
++  self->priv->labeler = cc_rr_labeler_new (self->priv->current_configuration);
  
if (cc_panel_get_shell (CC_PANEL (self)) == NULL)
 -gnome_rr_labeler_hide (self->priv->labeler);
 +cc_rr_labeler_hide (self->priv->labeler);
else
- gnome_rr_labeler_show (self->priv->labeler);
+-gnome_rr_labeler_show (self->priv->labeler);
++cc_rr_labeler_show (self->priv->labeler);
  
-@@ -2596,7 +2597,7 @@
+   select_current_output_from_dialog_position (self);
+ 
+@@ -2594,9 +2595,9 @@
+   if (self->priv->labeler == NULL)
+ return;
if (gtk_window_has_toplevel_focus (window))
- gnome_rr_labeler_show (self->priv->labeler);
+-gnome_rr_labeler_show (self->priv->labeler);
++cc_rr_labeler_show (self->priv->labeler);
else
 -gnome_rr_labeler_hide (self->priv->labeler);
 +cc_rr_labeler_hide (self->priv->labeler);
  }
  
  static void
-@@ -2608,7 +2609,7 @@
+@@ -2606,9 +2607,9 @@
+ if (CC_DISPLAY_PANEL(widget)->priv->labeler == NULL)
+ return;
  if (gtk_widget_get_visible (widget)) {
- gnome_rr_labeler_show (CC_DISPLAY_PANEL (widget)->priv->labeler);
+-gnome_rr_labeler_show (CC_DISPLAY_PANEL (widget)->priv->labeler);
++cc_rr_labeler_show (CC_DISPLAY_PANEL (widget)->priv->labeler);
  } else {
 -gnome_rr_labeler_hide (CC_DISPLAY_PANEL (widget)->priv->labeler);
 +cc_rr_labeler_hide (CC_DISPLAY_PANEL (widget)->priv->labeler);



[arch-commits] Commit in cinnamon-control-center/repos (16 files)

2013-05-16 Thread Balló György
Date: Friday, May 17, 2013 @ 00:26:24
  Author: bgyorgy
Revision: 90971

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 90970, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 90970, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/gnomerrlabeler.patch
(from rev 90970, cinnamon-control-center/trunk/gnomerrlabeler.patch)
  cinnamon-control-center/repos/community-i686/idle-delay.patch
(from rev 90970, cinnamon-control-center/trunk/idle-delay.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 90970, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 90970, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/gnomerrlabeler.patch
(from rev 90970, cinnamon-control-center/trunk/gnomerrlabeler.patch)
  cinnamon-control-center/repos/community-x86_64/idle-delay.patch
(from rev 90970, cinnamon-control-center/trunk/idle-delay.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/gnomerrlabeler.patch
  cinnamon-control-center/repos/community-i686/idle-delay.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/gnomerrlabeler.patch
  cinnamon-control-center/repos/community-x86_64/idle-delay.patch

--+
 /PKGBUILD|  130 +
 /cinnamon-control-center.install |   22 
 /gnomerrlabeler.patch| 1532 +
 /idle-delay.patch|  142 +
 community-i686/PKGBUILD  |   65 
 community-i686/cinnamon-control-center.install   |   11 
 community-i686/gnomerrlabeler.patch  |  755 --
 community-i686/idle-delay.patch  |   71 
 community-x86_64/PKGBUILD|   65 
 community-x86_64/cinnamon-control-center.install |   11 
 community-x86_64/gnomerrlabeler.patch|  755 --
 community-x86_64/idle-delay.patch|   71 
 12 files changed, 1826 insertions(+), 1804 deletions(-)

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


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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:06:23
  Author: svenstaro
Revision: 90972

upgpkg: qtcreator 2.7.1-1

Updating to 2.7.1

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 22:26:24 UTC (rev 90971)
+++ PKGBUILD2013-05-16 23:06:23 UTC (rev 90972)
@@ -7,8 +7,8 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=2.7.0
-_pkgver=2.7.0
+pkgver=2.7.1
+_pkgver=2.7.1
 pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
@@ -26,22 +26,16 @@
 'bzr: for bazaar support'
 'valgrind: for analyze support')
 install=qtcreator.install
-source=("http://releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz";
-'qtcreator.desktop'
-'fix-build.patch')
-md5sums=('7bf25d211ff8babea47c2034f1b93d08'
- '82888d4be900e7833d768050a135cd37'
- '4087c00d853addf97ca329d304e9a0a5')
+source=("https://qt.gitorious.org/qt-creator/qt-creator/archive-tarball/v${_pkgver}";
+'qtcreator.desktop')
+md5sums=('3f552e173918b2705c9dbb17725057b5'
+ '82888d4be900e7833d768050a135cd37')
 
 build() {
-  cd qt-creator-${_pkgver}-src
-  patch -p1 -i "${srcdir}"/fix-build.patch
-  cd ../
-
   [[ -d build ]] && rm -r build
   mkdir build && cd build
 
-  qmake ../qt-creator-${_pkgver}-src/qtcreator.pro
+  qmake ../qt-creator-qt-creator/qtcreator.pro
   make
   make docs -j1
 }
@@ -53,5 +47,5 @@
   make INSTALL_ROOT="${pkgdir}/usr/" install_docs
 
   install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator-${_pkgver}-src/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+  install -Dm644 ${srcdir}/qt-creator-qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
 }



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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:06:59
  Author: svenstaro
Revision: 90973

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

Added:
  qtcreator/repos/community-i686/PKGBUILD
(from rev 90972, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-i686/fix-build.patch
(from rev 90972, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-i686/qtcreator.desktop
(from rev 90972, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-i686/qtcreator.install
(from rev 90972, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/community-x86_64/PKGBUILD
(from rev 90972, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-x86_64/fix-build.patch
(from rev 90972, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-x86_64/qtcreator.desktop
(from rev 90972, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-x86_64/qtcreator.install
(from rev 90972, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/community-i686/PKGBUILD
  qtcreator/repos/community-i686/fix-build.patch
  qtcreator/repos/community-i686/qtcreator.desktop
  qtcreator/repos/community-i686/qtcreator.install
  qtcreator/repos/community-x86_64/PKGBUILD
  qtcreator/repos/community-x86_64/fix-build.patch
  qtcreator/repos/community-x86_64/qtcreator.desktop
  qtcreator/repos/community-x86_64/qtcreator.install

+
 /PKGBUILD  |  102 +++
 /fix-build.patch   |   20 ++
 /qtcreator.desktop |   18 ++
 /qtcreator.install |   24 
 community-i686/PKGBUILD|   57 ---
 community-i686/fix-build.patch |   10 ---
 community-i686/qtcreator.desktop   |9 ---
 community-i686/qtcreator.install   |   12 
 community-x86_64/PKGBUILD  |   57 ---
 community-x86_64/fix-build.patch   |   10 ---
 community-x86_64/qtcreator.desktop |9 ---
 community-x86_64/qtcreator.install |   12 
 12 files changed, 164 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-16 23:06:23 UTC (rev 90972)
+++ community-i686/PKGBUILD 2013-05-16 23:06:59 UTC (rev 90973)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Imanol Celaya 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=2.7.0
-_pkgver=2.7.0
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools')
-makedepends=('git')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=("http://releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz";
-'qtcreator.desktop'
-'fix-build.patch')
-md5sums=('7bf25d211ff8babea47c2034f1b93d08'
- '82888d4be900e7833d768050a135cd37'
- '4087c00d853addf97ca329d304e9a0a5')
-
-build() {
-  cd qt-creator-${_pkgver}-src
-  patch -p1 -i "${srcdir}"/fix-build.patch
-  cd ../
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  qmake ../qt-creator-${_pkgver}-src/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator-${_pkgver}-src/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/community-i686/PKGBUILD (from rev 90972, 
qtcreator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 23:06:59 UTC (rev 90973)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Imanol Celaya 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=2.7.1
+_pkgver=2.7.1
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: 

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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:09:08
  Author: svenstaro
Revision: 90974

upgpkg: bumblebee 3.2.1-2

Try to fix nvidia loading on bootup

Modified:
  bumblebee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 23:06:59 UTC (rev 90973)
+++ PKGBUILD2013-05-16 23:09:08 UTC (rev 90974)
@@ -2,7 +2,7 @@
 
 pkgname=bumblebee
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA Optimus support for Linux through VirtualGL"
 arch=('i686' 'x86_64')
 depends=('virtualgl' 'glib2' 'mesa-libgl')
@@ -47,6 +47,10 @@
 
 make install DESTDIR="$pkgdir"
 
+# Stop nvidia from loading on boot
+mkdir -p "${pkgdir}/usr/lib/modprobe.d/"
+echo "blacklist nvidia" > "${pkgdir}/usr/lib/modprobe.d/bumblebee.conf"
+
 # Install systemd unit
 install -D -m644 "scripts/systemd/bumblebeed.service" 
"${pkgdir}/usr/lib/systemd/system/bumblebeed.service"
 



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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:09:31
  Author: svenstaro
Revision: 90975

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

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

+
 /PKGBUILD  |  118 +++
 /bumblebee.install |   32 +
 community-i686/PKGBUILD|   54 
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   54 
 community-x86_64/bumblebee.install |   16 
 6 files changed, 150 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-16 23:09:08 UTC (rev 90974)
+++ community-i686/PKGBUILD 2013-05-16 23:09:31 UTC (rev 90975)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="NVIDIA Optimus support for Linux through VirtualGL"
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'primus: faster back-end for optirun')
-if [ "$CARCH" = "x86_64" ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-provides=('nvidia-libgl')
-url="http://www.bumblebee-project.org";
-license=("GPL3")
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=("http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make install DESTDIR="$pkgdir"
-
-# Install systemd unit
-install -D -m644 "scripts/systemd/bumblebeed.service" 
"${pkgdir}/usr/lib/systemd/system/bumblebeed.service"
-
-# Make bash_completion work
-mv -v "${pkgdir}/etc/bash_completion.d/bumblebee" 
"${pkgdir}/etc/bash_completion.d/optirun"
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 90974, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 23:09:31 UTC (rev 90975)
@@ -0,0 +1,59 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="NVIDIA Optimus support for Linux through VirtualGL"
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'primus: faster back-end for optirun')
+if [ "$CARCH" = "x86_64" ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl')
+provides=('nvidia-libgl')
+url="http://www.bumblebee-project.org";
+license=("GPL3")
+install='bumblebee.install'
+backup=('etc/bumblebee/bumblebee.conf' 
+'etc/bumblebee/xorg.conf.nouveau' 
+'etc/bumblebee/xorg.conf.nvidia')
+source=("http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+./configure \
+CONF_DRIVER_MODULE_NVIDIA=nvidia \
+CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
+CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
+--prefix=/usr \
+--with-udev-rules=/usr/li

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

2013-05-16 Thread Jan Steffens
Date: Friday, May 17, 2013 @ 01:17:17
  Author: heftig
Revision: 90976

Add jruby

Added:
  jruby/
  jruby/repos/
  jruby/trunk/
  jruby/trunk/PKGBUILD

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

Added: jruby/trunk/PKGBUILD
===
--- jruby/trunk/PKGBUILD(rev 0)
+++ jruby/trunk/PKGBUILD2013-05-16 23:17:17 UTC (rev 90976)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=1.7.4
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="http://www.jruby.org/";
+license=(EPL/1.0 GPL2 LGPL2.1 custom)
+depends=(java-runtime)
+options=(!strip)
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('ef6dead787780f18a43758003689fd9ba40e64abc04cd41a6ff1eaf1557dfa69')
+
+# For build from source (-src-) package
+#makedepends=(java-environment apache-ant)
+#build() {
+#  cd jruby
+#  ant dist-bin
+#  tar -C .. -xf dist/$pkgname-bin-$pkgver.tar.gz
+#}
+
+package() {
+  cd "$pkgdir"
+
+  mkdir opt
+  cp -r "$srcdir/jruby-$pkgver" opt/jruby
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jruby{,c} jgem; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING \
+usr/share/licenses/$pkgname/COPYING
+}


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


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

2013-05-16 Thread Jan Steffens
Date: Friday, May 17, 2013 @ 01:21:59
  Author: heftig
Revision: 90977

tweaks

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 23:17:17 UTC (rev 90976)
+++ PKGBUILD2013-05-16 23:21:59 UTC (rev 90977)
@@ -8,8 +8,8 @@
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 arch=(any)
 url="http://www.jruby.org/";
-license=(EPL/1.0 GPL2 LGPL2.1 custom)
-depends=(java-runtime)
+license=(EPL GPL2 LGPL2.1 custom)
+depends=(java-runtime-headless bash)
 options=(!strip)
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
 sha256sums=('ef6dead787780f18a43758003689fd9ba40e64abc04cd41a6ff1eaf1557dfa69')



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

2013-05-16 Thread Jan Steffens
Date: Friday, May 17, 2013 @ 01:27:41
  Author: heftig
Revision: 90978

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/
  jruby/repos/community-any/PKGBUILD
(from rev 90977, jruby/trunk/PKGBUILD)

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

Copied: jruby/repos/community-any/PKGBUILD (from rev 90977, 
jruby/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-05-16 23:27:41 UTC (rev 90978)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=1.7.4
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="http://www.jruby.org/";
+license=(EPL GPL2 LGPL2.1 custom)
+depends=(java-runtime-headless bash)
+options=(!strip)
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('ef6dead787780f18a43758003689fd9ba40e64abc04cd41a6ff1eaf1557dfa69')
+
+# For build from source (-src-) package
+#makedepends=(java-environment apache-ant)
+#build() {
+#  cd jruby
+#  ant dist-bin
+#  tar -C .. -xf dist/$pkgname-bin-$pkgver.tar.gz
+#}
+
+package() {
+  cd "$pkgdir"
+
+  mkdir opt
+  cp -r "$srcdir/jruby-$pkgver" opt/jruby
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jruby{,c} jgem; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING \
+usr/share/licenses/$pkgname/COPYING
+}



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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:35:31
  Author: svenstaro
Revision: 90979

upgpkg: nbd 3.3-2

Move stuff out of sbin

Modified:
  nbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 23:27:41 UTC (rev 90978)
+++ PKGBUILD2013-05-16 23:35:31 UTC (rev 90979)
@@ -6,7 +6,7 @@
 
 pkgname=nbd
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
 arch=('i686' 'x86_64')
 url="http://nbd.sourceforge.net";
@@ -24,7 +24,7 @@
 build(){
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
 
   make
 }



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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:35:43
  Author: svenstaro
Revision: 90980

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

Added:
  nbd/repos/community-i686/PKGBUILD
(from rev 90979, nbd/trunk/PKGBUILD)
  nbd/repos/community-i686/config
(from rev 90979, nbd/trunk/config)
  nbd/repos/community-i686/nbd
(from rev 90979, nbd/trunk/nbd)
  nbd/repos/community-i686/nbd.install
(from rev 90979, nbd/trunk/nbd.install)
  nbd/repos/community-i686/nbd.service
(from rev 90979, nbd/trunk/nbd.service)
  nbd/repos/community-x86_64/PKGBUILD
(from rev 90979, nbd/trunk/PKGBUILD)
  nbd/repos/community-x86_64/config
(from rev 90979, nbd/trunk/config)
  nbd/repos/community-x86_64/nbd
(from rev 90979, nbd/trunk/nbd)
  nbd/repos/community-x86_64/nbd.install
(from rev 90979, nbd/trunk/nbd.install)
  nbd/repos/community-x86_64/nbd.service
(from rev 90979, nbd/trunk/nbd.service)
Deleted:
  nbd/repos/community-i686/PKGBUILD
  nbd/repos/community-i686/config
  nbd/repos/community-i686/nbd
  nbd/repos/community-i686/nbd.install
  nbd/repos/community-i686/nbd.service
  nbd/repos/community-x86_64/PKGBUILD
  nbd/repos/community-x86_64/config
  nbd/repos/community-x86_64/nbd
  nbd/repos/community-x86_64/nbd.install
  nbd/repos/community-x86_64/nbd.service

--+
 /PKGBUILD|   84 +
 /config  |   66 
 /nbd |   78 ++
 /nbd.install |   26 
 /nbd.service |   20 +
 community-i686/PKGBUILD  |   42 
 community-i686/config|   33 
 community-i686/nbd   |   39 ---
 community-i686/nbd.install   |   13 --
 community-i686/nbd.service   |   10 
 community-x86_64/PKGBUILD|   42 
 community-x86_64/config  |   33 
 community-x86_64/nbd |   39 ---
 community-x86_64/nbd.install |   13 --
 community-x86_64/nbd.service |   10 
 15 files changed, 274 insertions(+), 274 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-16 23:35:31 UTC (rev 90979)
+++ community-i686/PKGBUILD 2013-05-16 23:35:43 UTC (rev 90980)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christian Hesse 
-# Contributor: Ionut Biru 
-# Contributor: Gerhard Brauer 
-
-pkgname=nbd
-pkgver=3.3
-pkgrel=1
-pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
-arch=('i686' 'x86_64')
-url="http://nbd.sourceforge.net";
-license=('GPL')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
-   config nbd nbd.service)
-backup=('etc/nbd-server/config')
-depends=('glib2')
-install=nbd.install
-md5sums=('cde8fe6e870b8a7459f12e5dcf572d86'
- '2d05d426b8c2708d5f8a0d028fcbae05'
- 'e7b13a8b3369e11927d9917664557efa'
- '5d1acc143018117174f79eff15afa038')
-
-build(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
-  install -D -m755 "${srcdir}"/nbd "${pkgdir}"/etc/rc.d/nbd
-  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
-
-  install -D -m644 README "${pkgdir}"/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-i686/PKGBUILD (from rev 90979, nbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 23:35:43 UTC (rev 90980)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christian Hesse 
+# Contributor: Ionut Biru 
+# Contributor: Gerhard Brauer 
+
+pkgname=nbd
+pkgver=3.3
+pkgrel=2
+pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
+arch=('i686' 'x86_64')
+url="http://nbd.sourceforge.net";
+license=('GPL')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
+   config nbd nbd.service)
+backup=('etc/nbd-server/config')
+depends=('glib2')
+install=nbd.install
+md5sums=('cde8fe6e870b8a7459f12e5dcf572d86'
+ '2d05d426b8c2708d5f8a0d028fcbae05'
+ 'e7b13a8b3369e11927d9917664557efa'
+ '5d1acc143018117174f79eff15afa038')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}"/config "${pkgd

[arch-commits] Commit in murmur/trunk (PKGBUILD murmur.service)

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:47:23
  Author: svenstaro
Revision: 90981

upgpkg: murmur 1.2.3-14

Move stuff out of sbin

Modified:
  murmur/trunk/PKGBUILD
  murmur/trunk/murmur.service

+
 PKGBUILD   |6 +++---
 murmur.service |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 23:35:43 UTC (rev 90980)
+++ PKGBUILD2013-05-16 23:47:23 UTC (rev 90981)
@@ -5,7 +5,7 @@
 
 pkgname=murmur
 pkgver=1.2.3
-pkgrel=13
+pkgrel=14
 pkgdesc="The voice chat application server for Mumble"
 arch=('i686' 'x86_64')
 url="http://mumble.sourceforge.net";
@@ -19,7 +19,7 @@
 "murmur.service")
 md5sums=('55804e3dfe98b16eeb40abca6c254625'
  'eddea4cdbd0bde4b960a67e16b5d5478'
- '4ce52d399ba2d95705e997146e0e2544')
+ 'd27a9adcd7561859e7b033046729bc0e')
 
 build() {
   cd ${srcdir}/mumble-$pkgver
@@ -38,7 +38,7 @@
 -i scripts/murmur.ini
 
   install -dm755 ${pkgdir}/var/lib/murmur
-  install -Dm755 release/murmurd ${pkgdir}/usr/sbin/murmurd
+  install -Dm755 release/murmurd ${pkgdir}/usr/bin/murmurd
   install -Dm644 scripts/murmur.ini ${pkgdir}/etc/murmur.ini
   install -Dm644 ${srcdir}/murmur.dbus.conf 
${pkgdir}/etc/dbus-1/system.d/murmur.conf
   install -Dm644 README ${pkgdir}/usr/share/doc/murmur/README

Modified: murmur.service
===
--- murmur.service  2013-05-16 23:35:43 UTC (rev 90980)
+++ murmur.service  2013-05-16 23:47:23 UTC (rev 90981)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=simple
-ExecStart=/usr/sbin/murmurd -ini /etc/murmur.ini -fg
+ExecStart=/usr/bin/murmurd -ini /etc/murmur.ini -fg
 Restart=always
 
 [Install]



[arch-commits] Commit in murmur/repos (28 files)

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:47:36
  Author: svenstaro
Revision: 90982

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

Added:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
(from rev 90981, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-i686/0004-fix-username-validation.patch
(from rev 90981, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-i686/ChangeLog
(from rev 90981, murmur/trunk/ChangeLog)
  murmur/repos/community-i686/PKGBUILD
(from rev 90981, murmur/trunk/PKGBUILD)
  murmur/repos/community-i686/murmur.dbus.conf
(from rev 90981, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-i686/murmur.install
(from rev 90981, murmur/trunk/murmur.install)
  murmur/repos/community-i686/murmur.service
(from rev 90981, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
(from rev 90981, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
(from rev 90981, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-x86_64/ChangeLog
(from rev 90981, murmur/trunk/ChangeLog)
  murmur/repos/community-x86_64/PKGBUILD
(from rev 90981, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 90981, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 90981, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 90981, murmur/trunk/murmur.service)
Deleted:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
  murmur/repos/community-i686/0004-fix-username-validation.patch
  murmur/repos/community-i686/ChangeLog
  murmur/repos/community-i686/PKGBUILD
  murmur/repos/community-i686/murmur.dbus.conf
  murmur/repos/community-i686/murmur.install
  murmur/repos/community-i686/murmur.service
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
  murmur/repos/community-x86_64/ChangeLog
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service

-+
 /0003-fix-long-username-query.patch |   84 +++
 /0004-fix-username-validation.patch |   72 +
 /ChangeLog  |   72 +
 /PKGBUILD   |   98 ++
 /murmur.dbus.conf   |   44 
 /murmur.install |   32 +
 /murmur.service |   22 
 community-i686/0003-fix-long-username-query.patch   |   42 ---
 community-i686/0004-fix-username-validation.patch   |   36 --
 community-i686/ChangeLog|   36 --
 community-i686/PKGBUILD |   49 -
 community-i686/murmur.dbus.conf |   22 
 community-i686/murmur.install   |   16 --
 community-i686/murmur.service   |   11 --
 community-x86_64/0003-fix-long-username-query.patch |   42 ---
 community-x86_64/0004-fix-username-validation.patch |   36 --
 community-x86_64/ChangeLog  |   36 --
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/murmur.dbus.conf   |   22 
 community-x86_64/murmur.install |   16 --
 community-x86_64/murmur.service |   11 --
 21 files changed, 424 insertions(+), 424 deletions(-)

Deleted: community-i686/0003-fix-long-username-query.patch
===
--- community-i686/0003-fix-long-username-query.patch   2013-05-16 23:47:23 UTC 
(rev 90981)
+++ community-i686/0003-fix-long-username-query.patch   2013-05-16 23:47:36 UTC 
(rev 90982)
@@ -1,42 +0,0 @@
-commit 6b33dda344f89e5a039b7d79eb43925040654242
-Author: Benjamin Jemlich 
-Date:   Tue Jun 29 14:49:14 2010 +0200
-
-Don't crash on long usernames
-
-diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
-index f12867a..de307ea 100644
 a/src/murmur/Messages.cpp
-+++ b/src/murmur/Messages.cpp
-@@ -1231,6 +1231,9 @@ void Server::msgQueryUsers(ServerUser *uSource, 
MumbleProto::QueryUsers &msg) {
- 
-   for (int i=0;i= 0) {
-   name = getUserName(id);
-diff --git a/src/murmur/ServerDB.cpp b/src/murmur/ServerDB.cpp
-index 11b6906..7e15def 100644
 a/src/murmur/ServerDB.cpp
-+++ b/src/murmur/ServerDB.cpp
-@@ -810,7 +810,7 @@ int Server::authenticate(QString &name, const QString &pw, 
const QStringList &em
-   TransactionHolder th;
-   QSql

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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:49:50
  Author: svenstaro
Revision: 90983

upgpkg: nbd 3.3-3

Remove initscript

Modified:
  nbd/trunk/PKGBUILD
Deleted:
  nbd/trunk/nbd

--+
 PKGBUILD |6 ++
 nbd  |   39 ---
 2 files changed, 2 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 23:47:36 UTC (rev 90982)
+++ PKGBUILD2013-05-16 23:49:50 UTC (rev 90983)
@@ -6,19 +6,18 @@
 
 pkgname=nbd
 pkgver=3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
 arch=('i686' 'x86_64')
 url="http://nbd.sourceforge.net";
 license=('GPL')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
-   config nbd nbd.service)
+   config nbd.service)
 backup=('etc/nbd-server/config')
 depends=('glib2')
 install=nbd.install
 md5sums=('cde8fe6e870b8a7459f12e5dcf572d86'
  '2d05d426b8c2708d5f8a0d028fcbae05'
- 'e7b13a8b3369e11927d9917664557efa'
  '5d1acc143018117174f79eff15afa038')
 
 build(){
@@ -35,7 +34,6 @@
   make DESTDIR="${pkgdir}" install
 
   install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
-  install -D -m755 "${srcdir}"/nbd "${pkgdir}"/etc/rc.d/nbd
   install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
 
   install -D -m644 README "${pkgdir}"/usr/share/doc/nbd/README

Deleted: nbd
===
--- nbd 2013-05-16 23:47:36 UTC (rev 90982)
+++ nbd 2013-05-16 23:49:50 UTC (rev 90983)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PIDFILE="/var/run/nbd-server.pid"
-PID=`cat $PIDFILE 2>/dev/null`
-case "$1" in
-  start)
-stat_busy "Starting Network Block Device Server"
-if [ "$PID" = "" ]; then 
-   /usr/bin/nbd-server
-fi
-if [ "$PID" != "" -o $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon nbd
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping Network Block Device Server"
-[ ! -z "$PID" ]  && kill $PID &> /dev/null
-rm -f $PIDFILE
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon nbd
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"  
-esac



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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:49:59
  Author: svenstaro
Revision: 90984

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

Added:
  nbd/repos/community-i686/PKGBUILD
(from rev 90983, nbd/trunk/PKGBUILD)
  nbd/repos/community-i686/config
(from rev 90983, nbd/trunk/config)
  nbd/repos/community-i686/nbd.install
(from rev 90983, nbd/trunk/nbd.install)
  nbd/repos/community-i686/nbd.service
(from rev 90983, nbd/trunk/nbd.service)
  nbd/repos/community-x86_64/PKGBUILD
(from rev 90983, nbd/trunk/PKGBUILD)
  nbd/repos/community-x86_64/config
(from rev 90983, nbd/trunk/config)
  nbd/repos/community-x86_64/nbd.install
(from rev 90983, nbd/trunk/nbd.install)
  nbd/repos/community-x86_64/nbd.service
(from rev 90983, nbd/trunk/nbd.service)
Deleted:
  nbd/repos/community-i686/PKGBUILD
  nbd/repos/community-i686/config
  nbd/repos/community-i686/nbd
  nbd/repos/community-i686/nbd.install
  nbd/repos/community-i686/nbd.service
  nbd/repos/community-x86_64/PKGBUILD
  nbd/repos/community-x86_64/config
  nbd/repos/community-x86_64/nbd
  nbd/repos/community-x86_64/nbd.install
  nbd/repos/community-x86_64/nbd.service

--+
 /PKGBUILD|   80 +
 /config  |   66 +
 /nbd.install |   26 +
 /nbd.service |   20 ++
 community-i686/PKGBUILD  |   42 -
 community-i686/config|   33 
 community-i686/nbd   |   39 ---
 community-i686/nbd.install   |   13 --
 community-i686/nbd.service   |   10 -
 community-x86_64/PKGBUILD|   42 -
 community-x86_64/config  |   33 
 community-x86_64/nbd |   39 ---
 community-x86_64/nbd.install |   13 --
 community-x86_64/nbd.service |   10 -
 14 files changed, 192 insertions(+), 274 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-16 23:49:50 UTC (rev 90983)
+++ community-i686/PKGBUILD 2013-05-16 23:49:59 UTC (rev 90984)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christian Hesse 
-# Contributor: Ionut Biru 
-# Contributor: Gerhard Brauer 
-
-pkgname=nbd
-pkgver=3.3
-pkgrel=2
-pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
-arch=('i686' 'x86_64')
-url="http://nbd.sourceforge.net";
-license=('GPL')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
-   config nbd nbd.service)
-backup=('etc/nbd-server/config')
-depends=('glib2')
-install=nbd.install
-md5sums=('cde8fe6e870b8a7459f12e5dcf572d86'
- '2d05d426b8c2708d5f8a0d028fcbae05'
- 'e7b13a8b3369e11927d9917664557efa'
- '5d1acc143018117174f79eff15afa038')
-
-build(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
-  install -D -m755 "${srcdir}"/nbd "${pkgdir}"/etc/rc.d/nbd
-  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
-
-  install -D -m644 README "${pkgdir}"/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-i686/PKGBUILD (from rev 90983, nbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 23:49:59 UTC (rev 90984)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christian Hesse 
+# Contributor: Ionut Biru 
+# Contributor: Gerhard Brauer 
+
+pkgname=nbd
+pkgver=3.3
+pkgrel=3
+pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
+arch=('i686' 'x86_64')
+url="http://nbd.sourceforge.net";
+license=('GPL')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
+   config nbd.service)
+backup=('etc/nbd-server/config')
+depends=('glib2')
+install=nbd.install
+md5sums=('cde8fe6e870b8a7459f12e5dcf572d86'
+ '2d05d426b8c2708d5f8a0d028fcbae05'
+ '5d1acc143018117174f79eff15afa038')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
+  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
+
+  install -D -m644 README "${pkgdir}"/usr/share/doc/nbd/README
+}

Deleted: community-i686/config
==

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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:52:19
  Author: svenstaro
Revision: 90985

Remove initscript

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 23:49:59 UTC (rev 90984)
+++ PKGBUILD2013-05-16 23:52:19 UTC (rev 90985)
@@ -18,12 +18,10 @@
 options=(!emptydirs)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
 wesnothd.tmpfiles.conf
-wesnothd.rc.d
 wesnothd.service
 https://github.com/wesnoth/wesnoth-old/commit/bbd7f6.patch)
 md5sums=('547e3489bbfa778912b11dbee612c380'
  '2d2fea6b3d86dfd589f5ad35a3be1f97'
- '85659b47d22dfdf4e4d046556973fc3e'
  'd1b6bf1d3dc05086ee6a370adff0ae4a'
  'edc7c0547e67cba4ca4f813ca261f572')
 
@@ -54,5 +52,4 @@
 
   install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
   install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
-  install -Dm755 "$srcdir/wesnothd.rc.d" "$pkgdir/etc/rc.d/wesnothd"
 }



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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:59:09
  Author: svenstaro
Revision: 90986

upgpkg: bumblebee 3.2.1-3

Move stuff out of sbin

Modified:
  bumblebee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 23:52:19 UTC (rev 90985)
+++ PKGBUILD2013-05-16 23:59:09 UTC (rev 90986)
@@ -2,7 +2,7 @@
 
 pkgname=bumblebee
 pkgver=3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA Optimus support for Linux through VirtualGL"
 arch=('i686' 'x86_64')
 depends=('virtualgl' 'glib2' 'mesa-libgl')
@@ -35,6 +35,7 @@
 CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
 CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
 --prefix=/usr \
+--sbindir=/usr/bin \
 --with-udev-rules=/usr/lib/udev/rules.d/ \
 --sysconfdir=/etc \
 --without-pidfile
@@ -53,6 +54,7 @@
 
 # Install systemd unit
 install -D -m644 "scripts/systemd/bumblebeed.service" 
"${pkgdir}/usr/lib/systemd/system/bumblebeed.service"
+sed -i "s/sbin/bin/" "${pkgdir}/usr/lib/systemd/system/bumblebeed.service"
 
 # Make bash_completion work
 mv -v "${pkgdir}/etc/bash_completion.d/bumblebee" 
"${pkgdir}/etc/bash_completion.d/optirun"



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

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:59:14
  Author: svenstaro
Revision: 90987

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

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

+
 /PKGBUILD  |  122 +++
 /bumblebee.install |   32 +
 community-i686/PKGBUILD|   59 
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   59 
 community-x86_64/bumblebee.install |   16 
 6 files changed, 154 insertions(+), 150 deletions(-)

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

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 90986, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 23:59:14 UTC (rev 90987)
@@ -0,0 +1,61 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=3
+pkgdesc="NVIDIA Optimus support for Linux through VirtualGL"
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'primus: faster back-end for optirun')
+if [ "$CARCH" = "x86_64" ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl')
+provides=('nvidia-libgl')
+url="http://www.bumblebee-project.org";
+license=("GPL3")
+install='bumblebee.install'
+backup=('etc/bumblebee/bumblebee.conf' 
+'etc/bumblebee/xorg.conf.nouveau' 
+'etc/bumblebee/xorg.conf.nvidia')
+source=("http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+./configure \
+CONF_DRIVER_MODU

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

2013-05-16 Thread Jan Steffens
Date: Friday, May 17, 2013 @ 03:33:10
  Author: heftig
Revision: 185680

FS#35333 intltool

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 21:02:06 UTC (rev 185679)
+++ PKGBUILD2013-05-17 01:33:10 UTC (rev 185680)
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(grilo sqlite libgcrypt)
 makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
- json-glib)
+ json-glib intltool)
 optdepends=('gupnp-av: uPnP plugin'
 'libgdata: Youtube plugin'
 'libquvi: Youtube plugin, Vimeo plugin'



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

2013-05-16 Thread Bartłomiej Piotrowski
Date: Friday, May 17, 2013 @ 08:18:40
  Author: bpiotrowski
Revision: 90988

upgpkg: fail2ban 0.8.9-1

- upstream release

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-16 23:59:14 UTC (rev 90987)
+++ PKGBUILD2013-05-17 06:18:40 UTC (rev 90988)
@@ -5,8 +5,8 @@
 # Contributor: nbags 
 
 pkgname=fail2ban
-pkgver=0.8.8
-pkgrel=3
+pkgver=0.8.9
+pkgrel=1
 pkgdesc='Bans IPs after too many failed authentification attempts against 
common daemons'
 url='http://www.fail2ban.org/'
 license=('GPL')
@@ -17,9 +17,9 @@
 install=fail2ban.install
 source=(https://nodeload.github.com/$pkgname/$pkgname/legacy.tar.gz/$pkgver
 service tmpfiles.conf)
-md5sums=('352f41692cc731297b078923e46d3aea'
- 'b4af226eb2d3029241a70e005ec7b3ac'
- '88d51ecc760ad2e017a165c632f49892')
+sha256sums=('b20c1a074620a1003ec4e48e30ac40a41cc6f4242a37eb6a78fa29daa9165bb7'
+'1bce54ad435b7dd3547baceea050a1d66745010b28a4ded269f6707cebdc99b1'
+'ce8922c4734a56c88f22ffa4f2ad5819d113c7d4e439b142c984816599ebc1f4')
 
 package() {
   cd $pkgname-$pkgname-*



[arch-commits] Commit in fail2ban/repos/community-any (8 files)

2013-05-16 Thread Bartłomiej Piotrowski
Date: Friday, May 17, 2013 @ 08:19:03
  Author: bpiotrowski
Revision: 90989

archrelease: copy trunk to community-any

Added:
  fail2ban/repos/community-any/PKGBUILD
(from rev 90988, fail2ban/trunk/PKGBUILD)
  fail2ban/repos/community-any/fail2ban.install
(from rev 90988, fail2ban/trunk/fail2ban.install)
  fail2ban/repos/community-any/service
(from rev 90988, fail2ban/trunk/service)
  fail2ban/repos/community-any/tmpfiles.conf
(from rev 90988, fail2ban/trunk/tmpfiles.conf)
Deleted:
  fail2ban/repos/community-any/PKGBUILD
  fail2ban/repos/community-any/fail2ban.install
  fail2ban/repos/community-any/service
  fail2ban/repos/community-any/tmpfiles.conf

--+
 PKGBUILD |   72 ++---
 fail2ban.install |6 ++--
 service  |   26 +--
 tmpfiles.conf|2 -
 4 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-17 06:18:40 UTC (rev 90988)
+++ PKGBUILD2013-05-17 06:19:03 UTC (rev 90989)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Geoffroy Carrier 
-# Contributor: michalzxc
-# Contributor: nbags 
-
-pkgname=fail2ban
-pkgver=0.8.8
-pkgrel=3
-pkgdesc='Bans IPs after too many failed authentification attempts against 
common daemons'
-url='http://www.fail2ban.org/'
-license=('GPL')
-arch=('any')
-depends=('python2' 'iptables')
-backup=(etc/fail2ban/fail2ban.conf
-etc/fail2ban/jail.conf)
-install=fail2ban.install
-source=(https://nodeload.github.com/$pkgname/$pkgname/legacy.tar.gz/$pkgver
-service tmpfiles.conf)
-md5sums=('352f41692cc731297b078923e46d3aea'
- 'b4af226eb2d3029241a70e005ec7b3ac'
- '88d51ecc760ad2e017a165c632f49892')
-
-package() {
-  cd $pkgname-$pkgname-*
-  python2 setup.py install --root "$pkgdir"
-
-  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # avoid conflict with filesystem>=2012.06
-  rm -r "$pkgdir"/var/run
-
-  # fix sendmail location
-  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
-}

Copied: fail2ban/repos/community-any/PKGBUILD (from rev 90988, 
fail2ban/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-17 06:19:03 UTC (rev 90989)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Geoffroy Carrier 
+# Contributor: michalzxc
+# Contributor: nbags 
+
+pkgname=fail2ban
+pkgver=0.8.9
+pkgrel=1
+pkgdesc='Bans IPs after too many failed authentification attempts against 
common daemons'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('python2' 'iptables')
+backup=(etc/fail2ban/fail2ban.conf
+etc/fail2ban/jail.conf)
+install=fail2ban.install
+source=(https://nodeload.github.com/$pkgname/$pkgname/legacy.tar.gz/$pkgver
+service tmpfiles.conf)
+sha256sums=('b20c1a074620a1003ec4e48e30ac40a41cc6f4242a37eb6a78fa29daa9165bb7'
+'1bce54ad435b7dd3547baceea050a1d66745010b28a4ded269f6707cebdc99b1'
+'ce8922c4734a56c88f22ffa4f2ad5819d113c7d4e439b142c984816599ebc1f4')
+
+package() {
+  cd $pkgname-$pkgname-*
+  python2 setup.py install --root "$pkgdir"
+
+  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 "$srcdir"/tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # avoid conflict with filesystem>=2012.06
+  rm -r "$pkgdir"/var/run
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
+}

Deleted: fail2ban.install
===
--- fail2ban.install2013-05-17 06:18:40 UTC (rev 90988)
+++ fail2ban.install2013-05-17 06:19:03 UTC (rev 90989)
@@ -1,3 +0,0 @@
-post_install() {
-  usr/bin/systemd-tmpfiles --create fail2ban.conf
-}

Copied: fail2ban/repos/community-any/fail2ban.install (from rev 90988, 
fail2ban/trunk/fail2ban.install)
===
--- fail2ban.install(rev 0)
+++ fail2ban.install2013-05-17 06:19:03 UTC (rev 90989)
@@ -0,0 +1,3 @@
+post_install() {
+  usr/bin/systemd-tmpfiles --create fail2ban.conf
+}

Deleted: service
===
--- service 2013-05-17 06:18:40 UTC (rev 90988)
+++ service 2013-05-17 06:19:03 UTC (rev 90989)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Ban IPs that make too many password failures
-After=syslog.target network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/fail2ban-client start
-ExecReload=/usr/bin/fail2ban-client reload
-ExecStop=/usr/bin/fail2ban-client stop
-PIDFile=/var/run/fail2ban/fail2ban.pid
-
-[Install]
-W

[arch-commits] Commit in (5 files)

2013-05-16 Thread Felix Yan
Date: Friday, May 17, 2013 @ 08:44:28
  Author: fyan
Revision: 90990

add sshuttle

Added:
  sshuttle/
  sshuttle/repos/
  sshuttle/trunk/
  sshuttle/trunk/PKGBUILD
  sshuttle/trunk/arch-install.patch

+
 PKGBUILD   |   40 
 arch-install.patch |   19 +++
 2 files changed, 59 insertions(+)

Added: sshuttle/trunk/PKGBUILD
===
--- sshuttle/trunk/PKGBUILD (rev 0)
+++ sshuttle/trunk/PKGBUILD 2013-05-17 06:44:28 UTC (rev 90990)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: alphazo 
+
+pkgname=sshuttle
+pkgver=0.61
+pkgrel=3
+pkgdesc="Transparent proxy server that works as a poor man's VPN. Forwards all 
TCP packets over ssh (and even DNS requests when using --dns option). Doesn't 
require admin privileges on the server side"
+arch=('any')
+url="https://github.com/apenwarr/sshuttle";
+license=('GPL2')
+depends=('python2' 'iptables')
+makedepends=('python2-markdown' 'python2-beautifulsoup4')
+optdepends=('openssh: Recommended and default ssh-cmd for sshuttle')
+source=("https://github.com/apenwarr/$pkgname/archive/$pkgname-$pkgver.tar.gz";
+"arch-install.patch")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+  patch -p1 -i "$srcdir/arch-install.patch"
+
+  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' Documentation/md2man.py
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+  install -Dm755 sshuttle "$pkgdir/usr/bin/sshuttle"
+
+  install -d "$pkgdir/usr/share/sshuttle"
+  cp -r *.py compat "$pkgdir/usr/share/sshuttle"/
+
+  install -d "$pkgdir/usr/share/sshuttle/version"
+  cp -r version/*.py "$pkgdir/usr/share/sshuttle/version"
+
+  install -Dm644 Documentation/sshuttle.8 
"$pkgdir/usr/share/man/man8/sshuttle.8"
+}
+
+md5sums=('99a3178524eb960189c89e63f85e5b43'
+ '15ed72e2b68dd07ef97abfdcb828d188')

Added: sshuttle/trunk/arch-install.patch
===
--- sshuttle/trunk/arch-install.patch   (rev 0)
+++ sshuttle/trunk/arch-install.patch   2013-05-17 06:44:28 UTC (rev 90990)
@@ -0,0 +1,19 @@
+*** sshuttleORIGIN/sshuttle2011-05-21 22:58:24.156725075 +0200
+--- sshuttle   2011-05-21 22:59:16.354698468 +0200
+***
+*** 4,10 
+   [ -L "$EXE" ] || break
+   EXE=$(readlink "$EXE")
+  done
+! DIR=$(dirname "$EXE")
+  if python2 -V 2>/dev/null; then
+   exec python2 "$DIR/main.py" python2 "$@"
+  else
+--- 4,10 
+   [ -L "$EXE" ] || break
+   EXE=$(readlink "$EXE")
+  done
+! DIR=/usr/share/sshuttle
+  if python2 -V 2>/dev/null; then
+   exec python2 "$DIR/main.py" python2 "$@"
+  else



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

2013-05-16 Thread Bartłomiej Piotrowski
Date: Friday, May 17, 2013 @ 08:49:09
  Author: bpiotrowski
Revision: 90991

upgpkg: passenger 4.0.2-1

- upstream release

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-17 06:44:28 UTC (rev 90990)
+++ PKGBUILD2013-05-17 06:49:09 UTC (rev 90991)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=passenger
-pkgver=4.0.0.rc6
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="mod_rails passenger"
 arch=('i686' 'x86_64')
 url="http://www.modrails.com";
@@ -14,7 +14,7 @@
 install=passenger.install
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('2cc01a611431f4f980b65b87dbbd9e5a')
+md5sums=('0b261a5a9a23858c3fe2999aecdbc552')
 
 build(){
   cd $srcdir/passenger-release-$pkgver



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

2013-05-16 Thread Bartłomiej Piotrowski
Date: Friday, May 17, 2013 @ 08:49:35
  Author: bpiotrowski
Revision: 90992

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

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

+
 /PKGBUILD  |   72 +++
 /passenger.install |   64 +++
 community-i686/PKGBUILD|   36 -
 community-i686/passenger.install   |   32 ---
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/passenger.install |   32 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-17 06:49:09 UTC (rev 90991)
+++ community-i686/PKGBUILD 2013-05-17 06:49:35 UTC (rev 90992)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=passenger
-pkgver=4.0.0.rc6
-pkgrel=2
-pkgdesc="mod_rails passenger"
-arch=('i686' 'x86_64')
-url="http://www.modrails.com";
-#http://rubyforge.org/frs/?group_id=5873
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('2cc01a611431f4f980b65b87dbbd9e5a')
-
-build(){
-  cd $srcdir/passenger-release-$pkgver
-
-  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
-
-  ./bin/passenger-install-apache2-module -a
-  rake nginx
-}
-
-package() {
-  cd $srcdir/passenger-release-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/libout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 90991, 
passenger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-17 06:49:35 UTC (rev 90992)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=passenger
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="mod_rails passenger"
+arch=('i686' 'x86_64')
+url="http://www.modrails.com";
+#http://rubyforge.org/frs/?group_id=5873
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
+md5sums=('0b261a5a9a23858c3fe2999aecdbc552')
+
+build(){
+  cd $srcdir/passenger-release-$pkgver
+
+  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
+
+  ./bin/passenger-install-apache2-module -a
+  rake nginx
+}
+
+package() {
+  cd $srcdir/passenger-release-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/libout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: community-i686/passenger.install
===
--- community-i686/passenger.install2013-05-17 06:49:09 UTC (rev 90991)
+++ community-i686/passenger.install2013-05-17 06:49:35 UTC (rev 90992)
@@ -1,32 +0,0 @@
-post_install() {
-   echo "Please edit your Apache configuration file, and add these lines:"
-   echo ""
-   echo "LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so"
-   echo "PassengerRoot /usr/lib/passenger"
-   echo "PassengerRuby /usr/bin/ruby"
-   echo ""
-   echo "After you restart Apache, you are ready to deploy any number of 
Ruby on Rails"
-   echo "applications on Apache, without any further Ruby on 
Rails-specific"
-   echo "configuration!"
-   echo ""
-   echo ""
-   echo "Deploying a Ruby on Rails application: an example"
-   echo ""
-   echo "Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host"
-   echo "to your Apache configuration file, and set its DocumentRoot to"
-   echo "/somewhere/public, like this:"
-   echo ""
-   echo ""
-   echo "  ServerName www.yourhost.com"
-   echo "  Docum

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

2013-05-16 Thread Felix Yan
Date: Friday, May 17, 2013 @ 08:50:21
  Author: fyan
Revision: 90993

upgpkg: sshuttle 0.61-3

Modified:
  sshuttle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-17 06:49:35 UTC (rev 90992)
+++ PKGBUILD2013-05-17 06:50:21 UTC (rev 90993)
@@ -10,7 +10,7 @@
 url="https://github.com/apenwarr/sshuttle";
 license=('GPL2')
 depends=('python2' 'iptables')
-makedepends=('python2-markdown' 'python2-beautifulsoup4')
+makedepends=('python2-markdown' 'python2-beautifulsoup3')
 optdepends=('openssh: Recommended and default ssh-cmd for sshuttle')
 source=("https://github.com/apenwarr/$pkgname/archive/$pkgname-$pkgver.tar.gz";
 "arch-install.patch")
@@ -19,7 +19,7 @@
   cd "$srcdir/$pkgname-$pkgname-$pkgver"
   patch -p1 -i "$srcdir/arch-install.patch"
 
-  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' Documentation/md2man.py
+  sed -i 's#/usr/bin/env python#/usr/bin/env python2#' stresstest.py 
Documentation/md2man.py
   make
 }
 



  1   2   >