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

2013-10-26 Thread Laurent Carlier
Date: Sunday, October 27, 2013 @ 07:37:07
  Author: lcarlier
Revision: 99331

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

Added:
  gkrellm/repos/community-i686/PKGBUILD
(from rev 99330, gkrellm/trunk/PKGBUILD)
  gkrellm/repos/community-i686/gkrellm.service
(from rev 99330, gkrellm/trunk/gkrellm.service)
  gkrellm/repos/community-x86_64/PKGBUILD
(from rev 99330, gkrellm/trunk/PKGBUILD)
  gkrellm/repos/community-x86_64/gkrellm.service
(from rev 99330, gkrellm/trunk/gkrellm.service)
Deleted:
  gkrellm/repos/community-i686/PKGBUILD
  gkrellm/repos/community-i686/gkrellm.service
  gkrellm/repos/community-x86_64/PKGBUILD
  gkrellm/repos/community-x86_64/gkrellm.service

--+
 /PKGBUILD|   74 +
 /gkrellm.service |   22 +++
 community-i686/PKGBUILD  |   37 --
 community-i686/gkrellm.service   |   11 -
 community-x86_64/PKGBUILD|   37 --
 community-x86_64/gkrellm.service |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-27 06:36:54 UTC (rev 99330)
+++ community-i686/PKGBUILD 2013-10-27 06:37:07 UTC (rev 99331)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: dorphell 
-# Contributor: Matt Smith (Majik) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jozef Riha 
-# Contributor: Alexander Rødseth 
-pkgname=gkrellm
-pkgver=2.3.5
-pkgrel=4
-pkgdesc="System monitor package for GTK2"
-arch=('x86_64' 'i686')
-url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html";
-license=('GPL3')
-depends=('gtk2' 'libsm' 'lm_sensors')
-makedepends=('gettext')
-backup=('etc/gkrellmd.conf')
-source=("http://members.dslextreme.com/users/billw/$pkgname/$pkgname-$pkgver.tar.bz2";
-"gkrellm.service")
-sha256sums=('702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b'
-'2829931127632d0391f6749024809594b78c138fe4f03c98cd65fdbd47cea376')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make LOCALEDIR=/usr/share/locale SYS_LIBS+=-lgmodule-2.0
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 "server/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf"
-  install -Dm644 "../gkrellm.service" 
"$pkgdir/usr/lib/systemd/system/gkrellm.service"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gkrellm/repos/community-i686/PKGBUILD (from rev 99330, 
gkrellm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-27 06:37:07 UTC (rev 99331)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: dorphell 
+# Contributor: Matt Smith (Majik) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jozef Riha 
+# Contributor: Alexander Rødseth 
+
+pkgname=gkrellm
+pkgver=2.3.5
+pkgrel=5
+pkgdesc="System monitor package for GTK2"
+arch=('x86_64' 'i686')
+url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html";
+license=('GPL3')
+depends=('gtk2' 'libsm' 'lm_sensors')
+makedepends=('gettext')
+backup=('etc/gkrellmd.conf')
+source=("http://members.dslextreme.com/users/billw/$pkgname/$pkgname-$pkgver.tar.bz2";
+"gkrellm.service")
+sha256sums=('702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b'
+'2829931127632d0391f6749024809594b78c138fe4f03c98cd65fdbd47cea376')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make LOCALEDIR=/usr/share/locale SYS_LIBS+=-lgmodule-2.0
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 "server/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf"
+  install -Dm644 "../gkrellm.service" 
"$pkgdir/usr/lib/systemd/system/gkrellm.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gkrellm.service
===
--- community-i686/gkrellm.service  2013-10-27 06:36:54 UTC (rev 99330)
+++ community-i686/gkrellm.service  2013-10-27 06:37:07 UTC (rev 99331)
@@ -1,11 +0,0 @@
-[Unit]
-Description=GNU Krell Monitors server
-After=network.target
-# If hddtemp is added to the dependencies in the PKGBUILD, then use
-#After=network.target hddtemp.service
-
-[Service]
-ExecStart=/usr/bin/gkrellmd
-
-[Install]
-WantedBy=multi-user.target

Copied: gkrellm/repos/community-i686/gkrellm.service (from rev 99330, 
gkrellm/trunk/gkrellm.service)
===
--- community-i686/gkrellm.service  (rev 0)
+++ community-i686/gkrellm.service  2013-10-27 06:37:07 UTC (rev 99331)
@@ -0,0 +1,11 @@
+[Unit]
+Description=GNU Krell Monitors server
+After=network.target
+# If hddtemp i

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

2013-10-26 Thread Laurent Carlier
Date: Sunday, October 27, 2013 @ 07:36:54
  Author: lcarlier
Revision: 99330

upgpkg: gkrellm 2.3.5-5

Fix license issue

Modified:
  gkrellm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 04:40:21 UTC (rev 99329)
+++ PKGBUILD2013-10-27 06:36:54 UTC (rev 99330)
@@ -4,9 +4,10 @@
 # Contributor: Jaroslav Lichtblau 
 # Contributor: Jozef Riha 
 # Contributor: Alexander Rødseth 
+
 pkgname=gkrellm
 pkgver=2.3.5
-pkgrel=4
+pkgrel=5
 pkgdesc="System monitor package for GTK2"
 arch=('x86_64' 'i686')
 url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html";
@@ -31,7 +32,6 @@
   make DESTDIR="$pkgdir" PREFIX=/usr install
   install -Dm644 "server/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf"
   install -Dm644 "../gkrellm.service" 
"$pkgdir/usr/lib/systemd/system/gkrellm.service"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-10-26 Thread Alexandre Filgueira
Date: Sunday, October 27, 2013 @ 05:40:21
  Author: faidoc
Revision: 99329

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

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

---+
 /PKGBUILD |  124 
 /nemo.install |   28 +
 community-i686/PKGBUILD   |   60 ---
 community-i686/nemo.install   |   14 
 community-x86_64/PKGBUILD |   60 ---
 community-x86_64/nemo.install |   14 
 6 files changed, 152 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-27 04:39:00 UTC (rev 99328)
+++ community-i686/PKGBUILD 2013-10-27 04:40:21 UTC (rev 99329)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo";
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 
'libxml2'
- 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
-optdepends=('gksu: Open as Root')
-options=('!emptydirs' '!libtool')
-install=nemo.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
-sha256sums=('3848d55a20134826aa6512898c78b05a953f5d2f353817e7003c1a4f6286e31c')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
-
-  # Fix build
-  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-packagekit \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir/" install
-
-  # Autostart only in Cinnamon to avoid conflict with GNOME Classic session
-  cp "$pkgdir/etc/xdg/autostart/nemo-autostart.desktop" \
-"$pkgdir/etc/xdg/autostart/nemo-autostart2d.desktop"
-  sed -i 's/^AutostartCondition=.*/AutostartCondition=GNOME3 if-session 
cinnamon/' \
-"$pkgdir/etc/xdg/autostart/nemo-autostart.desktop"
-  sed -i 's/^AutostartCondition=.*/AutostartCondition=GNOME3 if-session 
cinnamon2d/' \
-"$pkgdir/etc/xdg/autostart/nemo-autostart2d.desktop"
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 99328, nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-27 04:40:21 UTC (rev 99329)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo";
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 
'libxml2'
+ 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
+options=('!emptydirs' '!libtool')
+install=nemo.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
+sha256sums=('209b8140a653b9861c7ee51f77171b9ab8db196eb6f9ba0268645c0a2e1998ce')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
+
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-gtk-doc-html \
+ 

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

2013-10-26 Thread Alexandre Filgueira
Date: Sunday, October 27, 2013 @ 05:39:00
  Author: faidoc
Revision: 99328

upgpkg: nemo 2.0.2-1

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 04:18:39 UTC (rev 99327)
+++ PKGBUILD2013-10-27 04:39:00 UTC (rev 99328)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo";
@@ -16,7 +16,7 @@
 options=('!emptydirs' '!libtool')
 install=nemo.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
-sha256sums=('3848d55a20134826aa6512898c78b05a953f5d2f353817e7003c1a4f6286e31c')
+sha256sums=('209b8140a653b9861c7ee51f77171b9ab8db196eb6f9ba0268645c0a2e1998ce')
 
 prepare() {
   cd linuxmint-nemo-*
@@ -50,8 +50,11 @@
   make DESTDIR="$pkgdir/" install
 
   # Autostart only in Cinnamon to avoid conflict with GNOME Classic session
-  cp "$pkgdir/etc/xdg/autostart/nemo-autostart.desktop" \
+  install -d "$pkgdir/etc/xdg/autostart/"
+  cp "$pkgdir/usr/share/applications/nemo-autostart.desktop" \
 "$pkgdir/etc/xdg/autostart/nemo-autostart2d.desktop"
+  cp "$pkgdir/usr/share/applications/nemo-autostart.desktop" \
+"$pkgdir/etc/xdg/autostart/nemo-autostart.desktop"
   sed -i 's/^AutostartCondition=.*/AutostartCondition=GNOME3 if-session 
cinnamon/' \
 "$pkgdir/etc/xdg/autostart/nemo-autostart.desktop"
   sed -i 's/^AutostartCondition=.*/AutostartCondition=GNOME3 if-session 
cinnamon2d/' \



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

2013-10-26 Thread Felix Yan
Date: Sunday, October 27, 2013 @ 05:18:39
  Author: fyan
Revision: 99327

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

Added:
  fcitx-configtool/repos/community-i686/PKGBUILD
(from rev 99326, fcitx-configtool/trunk/PKGBUILD)
  fcitx-configtool/repos/community-x86_64/PKGBUILD
(from rev 99326, fcitx-configtool/trunk/PKGBUILD)
Deleted:
  fcitx-configtool/repos/community-i686/PKGBUILD
  fcitx-configtool/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 3 files changed, 58 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-27 04:17:12 UTC (rev 99326)
+++ community-i686/PKGBUILD 2013-10-27 04:18:39 UTC (rev 99327)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-configtool
-pkgver=0.4.7
-pkgrel=2
-pkgdesc="GTK based config tool for Fcitx"
-arch=('i686' 'x86_64')
-url="http://fcitx.googlecode.com/";
-license=('GPL2')
-depends=("fcitx>=4.2.7" "gtk3" "iso-codes")
-optdepends=('fcitx-qt4: for some configuration windows')
-makedepends=("cmake")
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz";)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  msg "Starting make..."
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make 
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2')

Copied: fcitx-configtool/repos/community-i686/PKGBUILD (from rev 99326, 
fcitx-configtool/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-27 04:18:39 UTC (rev 99327)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-configtool
+pkgver=0.4.8
+pkgrel=1
+pkgdesc="GTK based config tool for Fcitx"
+arch=('i686' 'x86_64')
+url="http://fcitx.googlecode.com/";
+license=('GPL2')
+depends=("fcitx>=4.2.7" "gtk3" "iso-codes")
+optdepends=('fcitx-qt4: for some configuration windows')
+makedepends=("cmake")
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz";)
+
+build() {
+  cd $pkgname-$pkgver
+  msg "Starting make..."
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('7b3c43b9d7d1dab04880effe6fc4e80e64c9bad34699c0c8d2992ec971605ef2eaa0b1fb13f71a582289c75560c3edc95af21f6413ac2bb594d5cdb31a0b4cb7')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-27 04:17:12 UTC (rev 99326)
+++ community-x86_64/PKGBUILD   2013-10-27 04:18:39 UTC (rev 99327)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-configtool
-pkgver=0.4.7
-pkgrel=2
-pkgdesc="GTK based config tool for Fcitx"
-arch=('i686' 'x86_64')
-url="http://fcitx.googlecode.com/";
-license=('GPL2')
-depends=("fcitx>=4.2.7" "gtk3" "iso-codes")
-optdepends=('fcitx-qt4: for some configuration windows')
-makedepends=("cmake")
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz";)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  msg "Starting make..."
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make 
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2')

Copied: fcitx-configtool/repos/community-x86_64/PKGBUILD (from rev 99326, 
fcitx-configtool/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-27 04:18:39 UTC (rev 99327)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-configtool
+pkgver=0.4.8
+pkgrel=1
+pkgdesc="GTK based config tool for Fcitx"
+arch=('i686' 'x86_64')
+url="http://fcitx.googlecode.com/";
+license=('GPL2')
+depends=("fcitx>=4.2.7" "gtk3" "iso-codes")
+optdepends=('fcitx-qt4: for some configuration windows')
+makedepends=("cmake")
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz";)
+
+build() {
+  cd $pkgname-$pkgver
+  msg "Starting make..."
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('7b3c43b9d7d1dab04880effe6fc4e80e64c9bad34699c0c8d2992ec971605ef2eaa0b1fb13f71a582289c75560c3edc95af21f6413ac2bb594d5cdb31a0b

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

2013-10-26 Thread Felix Yan
Date: Sunday, October 27, 2013 @ 05:17:12
  Author: fyan
Revision: 99326

upgpkg: fcitx-configtool 0.4.8-1

Modified:
  fcitx-configtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 03:19:15 UTC (rev 99325)
+++ PKGBUILD2013-10-27 04:17:12 UTC (rev 99326)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=fcitx-configtool
-pkgver=0.4.7
-pkgrel=2
+pkgver=0.4.8
+pkgrel=1
 pkgdesc="GTK based config tool for Fcitx"
 arch=('i686' 'x86_64')
 url="http://fcitx.googlecode.com/";
@@ -14,19 +14,16 @@
 source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz";)
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   msg "Starting make..."
 
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make 
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 
-sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2')
+sha512sums=('7b3c43b9d7d1dab04880effe6fc4e80e64c9bad34699c0c8d2992ec971605ef2eaa0b1fb13f71a582289c75560c3edc95af21f6413ac2bb594d5cdb31a0b4cb7')



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 04:29:02
  Author: eric
Revision: 197590

archrelease: copy trunk to extra-x86_64

Added:
  allegro4/repos/extra-x86_64/LICENSE
(from rev 197589, allegro4/trunk/LICENSE)
  allegro4/repos/extra-x86_64/PKGBUILD
(from rev 197589, allegro4/trunk/PKGBUILD)
Deleted:
  allegro4/repos/extra-x86_64/LICENSE
  allegro4/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |   52 -
 PKGBUILD |   77 ++---
 2 files changed, 65 insertions(+), 64 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-10-27 03:28:22 UTC (rev 197589)
+++ LICENSE 2013-10-27 03:29:02 UTC (rev 197590)
@@ -1,26 +0,0 @@
-===
- Copyright 
-===
-
-   Allegro is gift-ware. It was created by a number of people working in 
-   cooperation, and is given to you freely as a gift. You may use, modify, 
-   redistribute, and generally hack it about in any way you like, and you do 
-   not have to give us anything in return. However, if you like this product 
-   you are encouraged to thank us by making a return gift to the Allegro 
-   community. This could be by writing an add-on package, providing a useful 
-   bug report, making an improvement to the library, or perhaps just 
-   releasing the sources of your program so that other people can learn from 
-   them. If you redistribute parts of this code or make a game using it, it 
-   would be nice if you mentioned Allegro somewhere in the credits, but you 
-   are not required to do this. We trust you not to abuse our generosity.
-
-   Disclaimer:
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-   DEALINGS IN THE SOFTWARE.
-

Copied: allegro4/repos/extra-x86_64/LICENSE (from rev 197589, 
allegro4/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-10-27 03:29:02 UTC (rev 197590)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-27 03:28:22 UTC (rev 197589)
+++ PKGBUILD2013-10-27 03:29:02 UTC (rev 197590)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: arjan 
-
-pkgname=allegro4
-pkgver=4.4.2
-pkgrel=2
-pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
-arch=('i686' 'x86_64')
-url="http://alleg.sourceforge.net/";
-license=('custom')
-depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
-makedepends=('cmake' 'libpng' 'mesa')
-source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
-LICENSE)
-md5sums=('4db71b0460fc99926ae91d223199c2e6'
- 'cd97e2992e8e66b9e6a449d832dc9c7a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build && cd build
-
-  cmake "../allegro-${pkgver}" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INST

[arch-commits] Commit in allegro4/repos/extra-i686 (LICENSE LICENSE PKGBUILD PKGBUILD)

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 04:28:22
  Author: eric
Revision: 197589

archrelease: copy trunk to extra-i686

Added:
  allegro4/repos/extra-i686/LICENSE
(from rev 197588, allegro4/trunk/LICENSE)
  allegro4/repos/extra-i686/PKGBUILD
(from rev 197588, allegro4/trunk/PKGBUILD)
Deleted:
  allegro4/repos/extra-i686/LICENSE
  allegro4/repos/extra-i686/PKGBUILD

--+
 LICENSE  |   52 -
 PKGBUILD |   77 ++---
 2 files changed, 65 insertions(+), 64 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-10-27 03:27:27 UTC (rev 197588)
+++ LICENSE 2013-10-27 03:28:22 UTC (rev 197589)
@@ -1,26 +0,0 @@
-===
- Copyright 
-===
-
-   Allegro is gift-ware. It was created by a number of people working in 
-   cooperation, and is given to you freely as a gift. You may use, modify, 
-   redistribute, and generally hack it about in any way you like, and you do 
-   not have to give us anything in return. However, if you like this product 
-   you are encouraged to thank us by making a return gift to the Allegro 
-   community. This could be by writing an add-on package, providing a useful 
-   bug report, making an improvement to the library, or perhaps just 
-   releasing the sources of your program so that other people can learn from 
-   them. If you redistribute parts of this code or make a game using it, it 
-   would be nice if you mentioned Allegro somewhere in the credits, but you 
-   are not required to do this. We trust you not to abuse our generosity.
-
-   Disclaimer:
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-   DEALINGS IN THE SOFTWARE.
-

Copied: allegro4/repos/extra-i686/LICENSE (from rev 197588, 
allegro4/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-10-27 03:28:22 UTC (rev 197589)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-27 03:27:27 UTC (rev 197588)
+++ PKGBUILD2013-10-27 03:28:22 UTC (rev 197589)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: arjan 
-
-pkgname=allegro4
-pkgver=4.4.2
-pkgrel=2
-pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
-arch=('i686' 'x86_64')
-url="http://alleg.sourceforge.net/";
-license=('custom')
-depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
-makedepends=('cmake' 'libpng' 'mesa')
-source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
-LICENSE)
-md5sums=('4db71b0460fc99926ae91d223199c2e6'
- 'cd97e2992e8e66b9e6a449d832dc9c7a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build && cd build
-
-  cmake "../allegro-${pkgver}" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/

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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 04:27:27
  Author: eric
Revision: 197588

Add staticlibs options

Modified:
  allegro4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 03:20:07 UTC (rev 197587)
+++ PKGBUILD2013-10-27 03:27:27 UTC (rev 197588)
@@ -12,6 +12,7 @@
 license=('custom')
 depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
 makedepends=('cmake' 'libpng' 'mesa')
+options=('staticlibs')
 source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
 LICENSE)
 md5sums=('4db71b0460fc99926ae91d223199c2e6'



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 04:20:07
  Author: eric
Revision: 197587

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

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

+
 /PKGBUILD  |   64 +++
 /ccrtp.install |   44 +
 extra-i686/PKGBUILD|   33 --
 extra-i686/ccrtp.install   |   22 --
 extra-x86_64/PKGBUILD  |   33 --
 extra-x86_64/ccrtp.install |   22 --
 6 files changed, 108 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-27 03:19:07 UTC (rev 197586)
+++ extra-i686/PKGBUILD 2013-10-27 03:20:07 UTC (rev 197587)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin 
-# Contributor: Jeff Mickey 
-# Contributor: John Proctor 
-# Contributor: Alexander Rødseth 
-
-pkgname=ccrtp
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="An implementation of RTP, the real-time transport protocol from the 
IETF"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ccrtp/";
-license=('GPL' 'custom')
-depends=('ucommon' 'libgcrypt')
-options=('!libtool')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('7f462f6b31c68180a93f36b06944fef4'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING.addendum "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ccrtp/repos/extra-i686/PKGBUILD (from rev 197586, ccrtp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-27 03:20:07 UTC (rev 197587)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: John Proctor 
+# Contributor: Alexander Rødseth 
+
+pkgname=ccrtp
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="An implementation of RTP, the real-time transport protocol from the 
IETF"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ccrtp/";
+license=('GPL' 'custom')
+depends=('ucommon' 'libgcrypt')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('ca0a7a184b242d660d81caf6101a2c0c'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING.addendum "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-i686/ccrtp.install
===
--- extra-i686/ccrtp.install2013-10-27 03:19:07 UTC (rev 197586)
+++ extra-i686/ccrtp.install2013-10-27 03:20:07 UTC (rev 197587)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(ccrtp.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ccrtp/repos/extra-i686/ccrtp.install (from rev 197586, 
ccrtp/trunk/ccrtp.install)
===
--- extra-i686/ccrtp.install(rev 0)
+++ extra-i686/ccrtp.install2013-10-27 03:20:07 UTC (rev 197587)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(ccrtp.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-27 03:19:07 UTC (rev 197586)
+++ extra-x86_64/PKGBUILD   2013-10-27 03:20:07 UTC

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

2013-10-26 Thread Alexandre Filgueira
Date: Sunday, October 27, 2013 @ 04:19:15
  Author: faidoc
Revision: 99325

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 99324, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 99324, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-i686/fix-dbus-compatibility.patch
(from rev 99324, cinnamon-screensaver/trunk/fix-dbus-compatibility.patch)
  cinnamon-screensaver/repos/community-i686/lock_screen_on_suspend.patch
(from rev 99324, cinnamon-screensaver/trunk/lock_screen_on_suspend.patch)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 99324, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 99324, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/fix-dbus-compatibility.patch
(from rev 99324, cinnamon-screensaver/trunk/fix-dbus-compatibility.patch)
  cinnamon-screensaver/repos/community-x86_64/lock_screen_on_suspend.patch
(from rev 99324, cinnamon-screensaver/trunk/lock_screen_on_suspend.patch)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-i686/fix-dbus-compatibility.patch
  cinnamon-screensaver/repos/community-i686/lock_screen_on_suspend.patch
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/fix-dbus-compatibility.patch
  cinnamon-screensaver/repos/community-x86_64/lock_screen_on_suspend.patch

---+
 /PKGBUILD |  126 ++
 /cinnamon-screensaver.pam |6 
 /fix-dbus-compatibility.patch |  298 
 /lock_screen_on_suspend.patch |  102 
 community-i686/PKGBUILD   |   60 
 community-i686/cinnamon-screensaver.pam   |3 
 community-i686/fix-dbus-compatibility.patch   |  149 
 community-i686/lock_screen_on_suspend.patch   |   51 
 community-x86_64/PKGBUILD |   60 
 community-x86_64/cinnamon-screensaver.pam |3 
 community-x86_64/fix-dbus-compatibility.patch |  149 
 community-x86_64/lock_screen_on_suspend.patch |   51 
 12 files changed, 532 insertions(+), 526 deletions(-)

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


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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 04:19:07
  Author: eric
Revision: 197586

upgpkg: ccrtp 2.0.6-1

Upstream update

Modified:
  ccrtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 03:05:15 UTC (rev 197585)
+++ PKGBUILD2013-10-27 03:19:07 UTC (rev 197586)
@@ -6,7 +6,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ccrtp
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 pkgdesc="An implementation of RTP, the real-time transport protocol from the 
IETF"
 arch=('i686' 'x86_64')
@@ -13,10 +13,9 @@
 url="http://www.gnu.org/software/ccrtp/";
 license=('GPL' 'custom')
 depends=('ucommon' 'libgcrypt')
-options=('!libtool')
 install=$pkgname.install
 source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('7f462f6b31c68180a93f36b06944fef4'
+md5sums=('ca0a7a184b242d660d81caf6101a2c0c'
  'SKIP')
 
 build() {



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

2013-10-26 Thread Alexandre Filgueira
Date: Sunday, October 27, 2013 @ 04:17:22
  Author: faidoc
Revision: 99324

upgpkg: cinnamon-screensaver 2.0.3-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 21:26:22 UTC (rev 99323)
+++ PKGBUILD2013-10-27 03:17:22 UTC (rev 99324)
@@ -4,7 +4,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=2.0.0
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
cinnamon-screensaver.pam
fix-dbus-compatibility.patch
lock_screen_on_suspend.patch)
-sha256sums=('90da7f811892f667202ecd1240091f9c4d253eebe223bbfedb3d544dd68b3fc7'
+sha256sums=('00c866e98994afc8939d1d347de631cebaa6ec34ad59646a7ccd223bd757cc7d'
 'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
 'eebd1d056c21d2d3f60fb954677b9214fd1d575ed1c2bbb56326cedf41a39eb6'
 '516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8')
@@ -49,8 +49,11 @@
   install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
 
   # Autostart only in Cinnamon
-  cp "$pkgdir/etc/xdg/autostart/cinnamon-screensaver.desktop" \
+  install -d "$pkgdir/etc/xdg/autostart/"
+  cp "$pkgdir/usr/share/applications/cinnamon-screensaver.desktop" \
 "$pkgdir/etc/xdg/autostart/cinnamon2d-screensaver.desktop"
+  cp "$pkgdir/usr/share/applications/cinnamon-screensaver.desktop" \
+"$pkgdir/etc/xdg/autostart/cinnamon-screensaver.desktop"
   sed -i 's/^OnlyShowIn=.*/OnlyShowIn=GNOME;/' \
 "$pkgdir"/etc/xdg/autostart/cinnamon{,2d}-screensaver.desktop
   echo 'AutostartCondition=GNOME3 if-session cinnamon' \



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 04:05:15
  Author: eric
Revision: 197585

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

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

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 68 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-27 03:04:09 UTC (rev 197584)
+++ extra-i686/PKGBUILD 2013-10-27 03:05:15 UTC (rev 197585)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=opensp
-pkgver=1.5.2
-pkgrel=3
-pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
-arch=('i686' 'x86_64')
-url="http://openjade.sourceforge.net/";
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('xmlto' 'docbook-xsl')
-options=('!libtool')
-source=("http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz";)
-md5sums=('670b223c5d12cee40c9137be86b6c39b')
-
-build() {
-  cd "${srcdir}"/OpenSP-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---disable-nls \
---enable-http \
---enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \
---enable-default-search-path=/usr/share/sgml:/usr/share/xml \
---enable-xml-messages
-  make
-}
-
-package() {
-  cd "${srcdir}"/OpenSP-$pkgver
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: opensp/repos/extra-i686/PKGBUILD (from rev 197584, 
opensp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-27 03:05:15 UTC (rev 197585)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=opensp
+pkgver=1.5.2
+pkgrel=4
+pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
+arch=('i686' 'x86_64')
+url="http://openjade.sourceforge.net/";
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('xmlto' 'docbook-xsl')
+source=("http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz";)
+md5sums=('670b223c5d12cee40c9137be86b6c39b')
+
+build() {
+  cd OpenSP-$pkgver
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--disable-nls \
+--enable-http \
+--enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \
+--enable-default-search-path=/usr/share/sgml:/usr/share/xml \
+--enable-xml-messages
+  make
+}
+
+package() {
+  cd OpenSP-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-27 03:04:09 UTC (rev 197584)
+++ extra-x86_64/PKGBUILD   2013-10-27 03:05:15 UTC (rev 197585)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=opensp
-pkgver=1.5.2
-pkgrel=3
-pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
-arch=('i686' 'x86_64')
-url="http://openjade.sourceforge.net/";
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('xmlto' 'docbook-xsl')
-options=('!libtool')
-source=("http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz";)
-md5sums=('670b223c5d12cee40c9137be86b6c39b')
-
-build() {
-  cd "${srcdir}"/OpenSP-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---disable-nls \
---enable-http \
---enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \
---enable-default-search-path=/usr/share/sgml:/usr/share/xml \
---enable-xml-messages
-  make
-}
-
-package() {
-  cd "${srcdir}"/OpenSP-$pkgver
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: opensp/repos/extra-x86_64/PKGBUILD (from rev 197584, 
opensp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-27 03:05:15 UTC (rev 197585)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=opensp
+pkgver=1.5.2
+pkgrel=4
+pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
+arch=('i686' 'x86_64')
+url="http://openjade.sourceforge.net/";
+license=('BSD')
+depends=('gcc-libs')
+mak

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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 04:04:09
  Author: eric
Revision: 197584

upgpkg: opensp 1.5.2-4

Rebuild without static libraries

Modified:
  opensp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 02:51:46 UTC (rev 197583)
+++ PKGBUILD2013-10-27 03:04:09 UTC (rev 197584)
@@ -5,7 +5,7 @@
 
 pkgname=opensp
 pkgver=1.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents"
 arch=('i686' 'x86_64')
 url="http://openjade.sourceforge.net/";
@@ -12,12 +12,11 @@
 license=('BSD')
 depends=('gcc-libs')
 makedepends=('xmlto' 'docbook-xsl')
-options=('!libtool')
 source=("http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz";)
 md5sums=('670b223c5d12cee40c9137be86b6c39b')
 
 build() {
-  cd "${srcdir}"/OpenSP-$pkgver
+  cd OpenSP-$pkgver
   ./configure --prefix=/usr \
 --mandir=/usr/share/man \
 --disable-nls \
@@ -29,7 +28,7 @@
 }
 
 package() {
-  cd "${srcdir}"/OpenSP-$pkgver
+  cd OpenSP-$pkgver
   make DESTDIR="${pkgdir}" install
   install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }



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

2013-10-26 Thread Jan Steffens
Date: Sunday, October 27, 2013 @ 03:51:46
  Author: heftig
Revision: 197583

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

Added:
  gamin/repos/extra-i686/0001-Poll-files-on-nfs4.patch
(from rev 197582, gamin/trunk/0001-Poll-files-on-nfs4.patch)
  gamin/repos/extra-i686/18_gam_server_deadlocks.patch
(from rev 197582, gamin/trunk/18_gam_server_deadlocks.patch)
  gamin/repos/extra-i686/PKGBUILD
(from rev 197582, gamin/trunk/PKGBUILD)
  gamin/repos/extra-i686/fix-deprecated-const.patch
(from rev 197582, gamin/trunk/fix-deprecated-const.patch)
  gamin/repos/extra-x86_64/0001-Poll-files-on-nfs4.patch
(from rev 197582, gamin/trunk/0001-Poll-files-on-nfs4.patch)
  gamin/repos/extra-x86_64/18_gam_server_deadlocks.patch
(from rev 197582, gamin/trunk/18_gam_server_deadlocks.patch)
  gamin/repos/extra-x86_64/PKGBUILD
(from rev 197582, gamin/trunk/PKGBUILD)
  gamin/repos/extra-x86_64/fix-deprecated-const.patch
(from rev 197582, gamin/trunk/fix-deprecated-const.patch)
Deleted:
  gamin/repos/extra-i686/18_gam_server_deadlocks.patch
  gamin/repos/extra-i686/PKGBUILD
  gamin/repos/extra-i686/fix-deprecated-const.patch
  gamin/repos/extra-x86_64/18_gam_server_deadlocks.patch
  gamin/repos/extra-x86_64/PKGBUILD
  gamin/repos/extra-x86_64/fix-deprecated-const.patch

+
 /18_gam_server_deadlocks.patch |  140 +++
 /PKGBUILD  |  108 
 /fix-deprecated-const.patch|  112 +
 extra-i686/0001-Poll-files-on-nfs4.patch   |   27 +
 extra-i686/18_gam_server_deadlocks.patch   |   70 -
 extra-i686/PKGBUILD|   46 
 extra-i686/fix-deprecated-const.patch  |   56 --
 extra-x86_64/0001-Poll-files-on-nfs4.patch |   27 +
 extra-x86_64/18_gam_server_deadlocks.patch |   70 -
 extra-x86_64/PKGBUILD  |   46 
 extra-x86_64/fix-deprecated-const.patch|   56 --
 11 files changed, 414 insertions(+), 344 deletions(-)

Copied: gamin/repos/extra-i686/0001-Poll-files-on-nfs4.patch (from rev 197582, 
gamin/trunk/0001-Poll-files-on-nfs4.patch)
===
--- extra-i686/0001-Poll-files-on-nfs4.patch(rev 0)
+++ extra-i686/0001-Poll-files-on-nfs4.patch2013-10-27 02:51:46 UTC (rev 
197583)
@@ -0,0 +1,27 @@
+From b92b17ecced6df463da73d6de566740cf5cd00d4 Mon Sep 17 00:00:00 2001
+From: Marek Kasik 
+Date: Fri, 1 Feb 2013 15:19:58 +0100
+Subject: [PATCH 1/2] Poll files on nfs4
+
+Add nfs4 among polled filesystems.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=693006
+---
+ server/gam_fs.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/server/gam_fs.c b/server/gam_fs.c
+index c8ca704..143a603 100644
+--- a/server/gam_fs.c
 b/server/gam_fs.c
+@@ -178,6 +178,7 @@ gam_fs_init (void)
+   gam_fs_set ("reiserfs", GFS_MT_DEFAULT, 0);
+   gam_fs_set ("novfs", GFS_MT_POLL, 30);
+   gam_fs_set ("nfs", GFS_MT_POLL, 5);
++  gam_fs_set ("nfs4", GFS_MT_POLL, 5);
+   if (stat("/etc/mtab", &mtab_sbuf) != 0)
+   {
+   GAM_DEBUG(DEBUG_INFO, "Could not stat /etc/mtab\n");
+-- 
+1.8.1.2
+

Deleted: extra-i686/18_gam_server_deadlocks.patch
===
--- extra-i686/18_gam_server_deadlocks.patch2013-10-27 02:49:40 UTC (rev 
197582)
+++ extra-i686/18_gam_server_deadlocks.patch2013-10-27 02:51:46 UTC (rev 
197583)
@@ -1,70 +0,0 @@
-From cc14440eface093548cb3bc7814da11d9a99d283 Mon Sep 17 00:00:00 2001
-From: Anssi Hannula 
-Date: Wed, 4 Jan 2012 00:23:55 +0200
-Subject: [PATCH] fix possible server deadlock in ih_sub_cancel
-
-ih_sub_foreach() calls ih_sub_cancel() while inotify_lock is locked.
-However, ih_sub_cancel() locks it again, and locking GMutex recursively
-causes undefined behaviour.
-
-Fix that by removing locking from ih_sub_cancel() as ih_sub_foreach()
-is its only user. Also make the function static so that it won't
-accidentally get used by other files without locking (inotify-helper.h
-is an internal server header).
-
-This should fix the intermittent deadlocks I've been experiencing
-causing KDE applications to no longer start, and probably also
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542361
-
-Origin: http://bugzilla-attachments.gnome.org/attachment.cgi?id=204537
-Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gamin/+bug/926862
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542361
-

- server/inotify-helper.c |7 ++-
- server/inotify-helper.h |1 -
- 2 files changed, 2 insertions(+), 6 deletions(-)
-
-diff --git a/server/inotify-helper.c b/server/inotify-helper.c
-index d77203e..0789fa4 100644
 a/server/inotify-helper.c
-+++ b/server/inotify-helper.c
-@

[arch-commits] Commit in gamin/trunk (0001-Poll-files-on-nfs4.patch PKGBUILD)

2013-10-26 Thread Jan Steffens
Date: Sunday, October 27, 2013 @ 03:49:40
  Author: heftig
Revision: 197582

libtool and patch

Added:
  gamin/trunk/0001-Poll-files-on-nfs4.patch
Modified:
  gamin/trunk/PKGBUILD  (contents, properties)

---+
 0001-Poll-files-on-nfs4.patch |   27 +++
 PKGBUILD  |   32 
 2 files changed, 47 insertions(+), 12 deletions(-)

Added: 0001-Poll-files-on-nfs4.patch
===
--- 0001-Poll-files-on-nfs4.patch   (rev 0)
+++ 0001-Poll-files-on-nfs4.patch   2013-10-27 02:49:40 UTC (rev 197582)
@@ -0,0 +1,27 @@
+From b92b17ecced6df463da73d6de566740cf5cd00d4 Mon Sep 17 00:00:00 2001
+From: Marek Kasik 
+Date: Fri, 1 Feb 2013 15:19:58 +0100
+Subject: [PATCH 1/2] Poll files on nfs4
+
+Add nfs4 among polled filesystems.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=693006
+---
+ server/gam_fs.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/server/gam_fs.c b/server/gam_fs.c
+index c8ca704..143a603 100644
+--- a/server/gam_fs.c
 b/server/gam_fs.c
+@@ -178,6 +178,7 @@ gam_fs_init (void)
+   gam_fs_set ("reiserfs", GFS_MT_DEFAULT, 0);
+   gam_fs_set ("novfs", GFS_MT_POLL, 30);
+   gam_fs_set ("nfs", GFS_MT_POLL, 5);
++  gam_fs_set ("nfs4", GFS_MT_POLL, 5);
+   if (stat("/etc/mtab", &mtab_sbuf) != 0)
+   {
+   GAM_DEBUG(DEBUG_INFO, "Could not stat /etc/mtab\n");
+-- 
+1.8.1.2
+

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 02:46:26 UTC (rev 197581)
+++ PKGBUILD2013-10-27 02:49:40 UTC (rev 197582)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 30749 2010-10-20 11:18:33Z schuay $
+# $Id$
 # Maintainer:
 # Contributor: Abhishek Dasgupta 
 # Contributor: Pulphix 
@@ -5,7 +5,7 @@
 
 pkgname=gamin
 pkgver=0.1.10
-pkgrel=7
+pkgrel=8
 pkgdesc='File and directory monitoring system defined to be a subset of the 
FAM (File Alteration Monitor)'
 url='http://www.gnome.org/~veillard/gamin'
 license=('GPL')
@@ -12,35 +12,43 @@
 arch=('i686' 'x86_64')
 depends=('glib2')
 makedepends=('python2')
-options=('libtool')
-optdepends=('python2: for the python module.')
+optdepends=('python2: for the python module')
 provides=('fam')
 conflicts=('fam')
-source=("http://www.gnome.org/~veillard/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz";
+options=('!libtool')
+source=("$url/sources/${pkgname}-${pkgver}.tar.gz"
 'fix-deprecated-const.patch'
-'18_gam_server_deadlocks.patch')
+'18_gam_server_deadlocks.patch'
+'0001-Poll-files-on-nfs4.patch')
 md5sums=('b4ec549e57da470c04edd5ec2876a028'
  'f679aeb48fe9dd376c8828cc9b6941ab'
- '4784359a3206bfa3c0dce1c23468f87f')
+ '4784359a3206bfa3c0dce1c23468f87f'
+ '6711cd0b1e8d2ad038c5761715d084a5')
 
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
+prepare() {
+  cd $pkgname-$pkgver
 
   # https://bugs.archlinux.org/task/33642
-  patch -p1 -i "${srcdir}"/18_gam_server_deadlocks.patch
+  patch -Np1 -i ../18_gam_server_deadlocks.patch
 
-  patch -p1 -i "${srcdir}"/fix-deprecated-const.patch
+  patch -Np1 -i ../fix-deprecated-const.patch
+  patch -Np1 -i ../0001-Poll-files-on-nfs4.patch
 
   # python 2
   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' python/gamin.py
+}
 
+build() {
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static --with-threads \
 --disable-debug-api --disable-debug --libexecdir=/usr/lib/gamin \
 --with-python=/usr/bin/python2
   make
 }
+
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
+
 # vim:set ts=2 sw=2 et:


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


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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:46:26
  Author: eric
Revision: 197581

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-27 02:45:16 UTC (rev 197580)
+++ extra-i686/PKGBUILD 2013-10-27 02:46:26 UTC (rev 197581)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 11362 2010-02-09 23:57:26Z dgriffiths $
-# Contributor: Aaron Malone 
-
-pkgname=freetds
-pkgver=0.91
-pkgrel=2
-pkgdesc='Library for accessing Sybase and MS SQL Server databases'
-url='http://www.freetds.org'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('unixodbc')
-options=('!libtool')
-backup=('etc/freetds/freetds.conf'
-'etc/freetds/locales.conf'
-'etc/freetds/pool.conf')
-source=("ftp://ftp.freetds.org/pub/freetds/stable/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('e88e96800c89d62307812315b235eb18')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc/freetds 
--mandir=/usr/share/man --enable-msdblib --with-tdsver=7.0
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}

Copied: freetds/repos/extra-i686/PKGBUILD (from rev 197580, 
freetds/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-27 02:46:26 UTC (rev 197581)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Aaron Malone 
+
+pkgname=freetds
+pkgver=0.91
+pkgrel=3
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='http://www.freetds.org'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('unixodbc')
+options=('!libtool')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('e88e96800c89d62307812315b235eb18')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc/freetds 
--mandir=/usr/share/man --enable-msdblib --with-tdsver=7.0
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-27 02:45:16 UTC (rev 197580)
+++ extra-x86_64/PKGBUILD   2013-10-27 02:46:26 UTC (rev 197581)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 11362 2010-02-09 23:57:26Z dgriffiths $
-# Contributor: Aaron Malone 
-
-pkgname=freetds
-pkgver=0.91
-pkgrel=2
-pkgdesc='Library for accessing Sybase and MS SQL Server databases'
-url='http://www.freetds.org'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('unixodbc')
-options=('!libtool')
-backup=('etc/freetds/freetds.conf'
-'etc/freetds/locales.conf'
-'etc/freetds/pool.conf')
-source=("ftp://ftp.freetds.org/pub/freetds/stable/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('e88e96800c89d62307812315b235eb18')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc/freetds 
--mandir=/usr/share/man --enable-msdblib --with-tdsver=7.0
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}

Copied: freetds/repos/extra-x86_64/PKGBUILD (from rev 197580, 
freetds/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-27 02:46:26 UTC (rev 197581)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Aaron Malone 
+
+pkgname=freetds
+pkgver=0.91
+pkgrel=3
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='http://www.freetds.org'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('unixodbc')
+options=('!libtool')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('e88e96800c89d62307812315b235eb18')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc/freetds 
--mandir=/usr/share/man --enable-msdblib --with-tdsver=7.0
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:45:16
  Author: eric
Revision: 197580

upgpkg: freetds 0.91-3

Rebuild without static libraries

Modified:
  freetds/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 02:33:41 UTC (rev 197579)
+++ PKGBUILD2013-10-27 02:45:16 UTC (rev 197580)
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 11362 2010-02-09 23:57:26Z dgriffiths $
+# $Id$
+# Maintainer:
 # Contributor: Aaron Malone 
 
 pkgname=freetds
 pkgver=0.91
-pkgrel=2
+pkgrel=3
 pkgdesc='Library for accessing Sybase and MS SQL Server databases'
 url='http://www.freetds.org'
 arch=('i686' 'x86_64')


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


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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:33:41
  Author: eric
Revision: 197579

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

Added:
  pywebkitgtk/repos/extra-i686/PKGBUILD
(from rev 197578, pywebkitgtk/trunk/PKGBUILD)
  pywebkitgtk/repos/extra-x86_64/PKGBUILD
(from rev 197578, pywebkitgtk/trunk/PKGBUILD)
Deleted:
  pywebkitgtk/repos/extra-i686/PKGBUILD
  pywebkitgtk/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-10-27 02:31:49 UTC (rev 197578)
+++ extra-i686/PKGBUILD 2013-10-27 02:33:41 UTC (rev 197579)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez   
-# Contributor: kasa 
-# Contributor: Daniel J Griffiths 
-
-pkgname=pywebkitgtk
-pkgver=1.1.8
-pkgrel=2
-pkgdesc="Python bindings to the WebKit GTK+ port"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pywebkitgtk/";
-license=('LGPL')
-depends=('libwebkit' 'pygtk')
-options=('!libtool' '!makeflags')
-source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('158335385354ba38090c9324b37bf225')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pywebkitgtk/repos/extra-i686/PKGBUILD (from rev 197578, 
pywebkitgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-27 02:33:41 UTC (rev 197579)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: kasa 
+# Contributor: Daniel J Griffiths 
+
+pkgname=pywebkitgtk
+pkgver=1.1.8
+pkgrel=3
+pkgdesc="Python bindings to the WebKit GTK+ port"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pywebkitgtk/";
+license=('LGPL')
+depends=('webkitgtk2' 'pygtk')
+options=('!makeflags')
+source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('158335385354ba38090c9324b37bf225')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-27 02:31:49 UTC (rev 197578)
+++ extra-x86_64/PKGBUILD   2013-10-27 02:33:41 UTC (rev 197579)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez   
-# Contributor: kasa 
-# Contributor: Daniel J Griffiths 
-
-pkgname=pywebkitgtk
-pkgver=1.1.8
-pkgrel=2
-pkgdesc="Python bindings to the WebKit GTK+ port"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pywebkitgtk/";
-license=('LGPL')
-depends=('libwebkit' 'pygtk')
-options=('!libtool' '!makeflags')
-source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('158335385354ba38090c9324b37bf225')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: pywebkitgtk/repos/extra-x86_64/PKGBUILD (from rev 197578, 
pywebkitgtk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-27 02:33:41 UTC (rev 197579)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Angel Velasquez   
+# Contributor: kasa 
+# Contributor: Daniel J Griffiths 
+
+pkgname=pywebkitgtk
+pkgver=1.1.8
+pkgrel=3
+pkgdesc="Python bindings to the WebKit GTK+ port"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pywebkitgtk/";
+license=('LGPL')
+depends=('webkitgtk2' 'pygtk')
+options=('!makeflags')
+source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('158335385354ba38090c9324b37bf225')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:31:49
  Author: eric
Revision: 197578

upgpkg: pywebkitgtk 1.1.8-3

Rebuild without static libraries

Modified:
  pywebkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 02:25:22 UTC (rev 197577)
+++ PKGBUILD2013-10-27 02:31:49 UTC (rev 197578)
@@ -5,23 +5,23 @@
 
 pkgname=pywebkitgtk
 pkgver=1.1.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings to the WebKit GTK+ port"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/pywebkitgtk/";
 license=('LGPL')
 depends=('webkitgtk2' 'pygtk')
-options=('!libtool' '!makeflags')
+options=('!makeflags')
 source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
 md5sums=('158335385354ba38090c9324b37bf225')
 
 build() {
-cd ${srcdir}/${pkgname}-${pkgver}
+cd ${pkgname}-${pkgver}
 ./configure --prefix=/usr
 make
 }
 
 package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in lesstif/repos/extra-x86_64 (6 files)

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:25:22
  Author: eric
Revision: 197577

archrelease: copy trunk to extra-x86_64

Added:
  lesstif/repos/extra-x86_64/040_fedora_XxxxProperty-64bit.diff
(from rev 197576, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
  lesstif/repos/extra-x86_64/LICENSE
(from rev 197576, lesstif/trunk/LICENSE)
  lesstif/repos/extra-x86_64/PKGBUILD
(from rev 197576, lesstif/trunk/PKGBUILD)
Deleted:
  lesstif/repos/extra-x86_64/040_fedora_XxxxProperty-64bit.diff
  lesstif/repos/extra-x86_64/LICENSE
  lesstif/repos/extra-x86_64/PKGBUILD

+
 040_fedora_XxxxProperty-64bit.diff |   40 ++--
 LICENSE|   52 +++
 PKGBUILD   |  114 +--
 3 files changed, 103 insertions(+), 103 deletions(-)

Deleted: 040_fedora_XxxxProperty-64bit.diff
===
--- 040_fedora_XxxxProperty-64bit.diff  2013-10-27 02:24:37 UTC (rev 197576)
+++ 040_fedora_XxxxProperty-64bit.diff  2013-10-27 02:25:22 UTC (rev 197577)
@@ -1,20 +0,0 @@
-Description: Copy/paste segfaults on i386
-Forwarded: yes
-Author: Hans de Goede 
-diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long642007-09-12 
22:05:58.0 +0200
-+++ lesstif-0.95.2/lib/Xm-2.1/CutPaste.c   2009-07-28 11:32:20.0 
+0200
-@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
-   /* XChangeProperty expects a buffer of longs when receiving 32 bits
-  data, MEUHH */
-   if (sizeof(long) != 4)
-+  {
-   convert_buf = XtMalloc(len * sizeof(long));
--for (i = 0; i < len; i++)
--convert_buf[i] = data[i];
-+  for (i = 0; i < len; i++)
-+convert_buf[i] = data[i];
-+  }
-   break;
- 
- case 16:

Copied: lesstif/repos/extra-x86_64/040_fedora_XxxxProperty-64bit.diff (from rev 
197576, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
===
--- 040_fedora_XxxxProperty-64bit.diff  (rev 0)
+++ 040_fedora_XxxxProperty-64bit.diff  2013-10-27 02:25:22 UTC (rev 197577)
@@ -0,0 +1,20 @@
+Description: Copy/paste segfaults on i386
+Forwarded: yes
+Author: Hans de Goede 
+diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
+--- lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long642007-09-12 
22:05:58.0 +0200
 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c   2009-07-28 11:32:20.0 
+0200
+@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
+   /* XChangeProperty expects a buffer of longs when receiving 32 bits
+  data, MEUHH */
+   if (sizeof(long) != 4)
++  {
+   convert_buf = XtMalloc(len * sizeof(long));
+-for (i = 0; i < len; i++)
+-convert_buf[i] = data[i];
++  for (i = 0; i < len; i++)
++convert_buf[i] = data[i];
++  }
+   break;
+ 
+ case 16:

Deleted: LICENSE
===
--- LICENSE 2013-10-27 02:24:37 UTC (rev 197576)
+++ LICENSE 2013-10-27 02:25:22 UTC (rev 197577)
@@ -1,26 +0,0 @@
-/*/
-/**   Copyright 1988 by Evans & Sutherland Computer Corporation,**/
-/**  Salt Lake City, Utah   **/
-/**  Portions Copyright 1989 by the Massachusetts Institute of Technology   **/
-/**Cambridge, Massachusetts **/
-/** **/
-/**   All Rights Reserved   **/
-/** **/
-/**Permission to use, copy, modify, and distribute this software and**/
-/**its documentation  for  any  purpose  and  without  fee is hereby**/
-/**granted, provided that the above copyright notice appear  in  all**/
-/**copies and that both  that  copyright  notice  and  this  permis-**/
-/**sion  notice appear in supporting  documentation,  and  that  the**/
-/**names of Evans & Sutherland and M.I.T. not be used in advertising**/
-/**in publicity pertaining to distribution of the  software  without**/
-/**specific, written prior permission.  **/
-/** **/
-/**EVANS & SUTHERLAND AND M.I.T. DISCLAIM ALL WARRANTIES WITH REGARD**/
-/**TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES  OF  MERCHANT-**/
-/**ABILITY  AND  FITNESS,  IN  NO  EVENT SHALL EVANS & SUTHERLAND OR**/
-/**M.I.

[arch-commits] Commit in lesstif/repos/extra-i686 (6 files)

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:24:37
  Author: eric
Revision: 197576

archrelease: copy trunk to extra-i686

Added:
  lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff
(from rev 197575, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
  lesstif/repos/extra-i686/LICENSE
(from rev 197575, lesstif/trunk/LICENSE)
  lesstif/repos/extra-i686/PKGBUILD
(from rev 197575, lesstif/trunk/PKGBUILD)
Deleted:
  lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff
  lesstif/repos/extra-i686/LICENSE
  lesstif/repos/extra-i686/PKGBUILD

+
 040_fedora_XxxxProperty-64bit.diff |   40 ++--
 LICENSE|   52 +++
 PKGBUILD   |  114 +--
 3 files changed, 103 insertions(+), 103 deletions(-)

Deleted: 040_fedora_XxxxProperty-64bit.diff
===
--- 040_fedora_XxxxProperty-64bit.diff  2013-10-27 02:23:39 UTC (rev 197575)
+++ 040_fedora_XxxxProperty-64bit.diff  2013-10-27 02:24:37 UTC (rev 197576)
@@ -1,20 +0,0 @@
-Description: Copy/paste segfaults on i386
-Forwarded: yes
-Author: Hans de Goede 
-diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long642007-09-12 
22:05:58.0 +0200
-+++ lesstif-0.95.2/lib/Xm-2.1/CutPaste.c   2009-07-28 11:32:20.0 
+0200
-@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
-   /* XChangeProperty expects a buffer of longs when receiving 32 bits
-  data, MEUHH */
-   if (sizeof(long) != 4)
-+  {
-   convert_buf = XtMalloc(len * sizeof(long));
--for (i = 0; i < len; i++)
--convert_buf[i] = data[i];
-+  for (i = 0; i < len; i++)
-+convert_buf[i] = data[i];
-+  }
-   break;
- 
- case 16:

Copied: lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff (from rev 
197575, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
===
--- 040_fedora_XxxxProperty-64bit.diff  (rev 0)
+++ 040_fedora_XxxxProperty-64bit.diff  2013-10-27 02:24:37 UTC (rev 197576)
@@ -0,0 +1,20 @@
+Description: Copy/paste segfaults on i386
+Forwarded: yes
+Author: Hans de Goede 
+diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
+--- lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long642007-09-12 
22:05:58.0 +0200
 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c   2009-07-28 11:32:20.0 
+0200
+@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
+   /* XChangeProperty expects a buffer of longs when receiving 32 bits
+  data, MEUHH */
+   if (sizeof(long) != 4)
++  {
+   convert_buf = XtMalloc(len * sizeof(long));
+-for (i = 0; i < len; i++)
+-convert_buf[i] = data[i];
++  for (i = 0; i < len; i++)
++convert_buf[i] = data[i];
++  }
+   break;
+ 
+ case 16:

Deleted: LICENSE
===
--- LICENSE 2013-10-27 02:23:39 UTC (rev 197575)
+++ LICENSE 2013-10-27 02:24:37 UTC (rev 197576)
@@ -1,26 +0,0 @@
-/*/
-/**   Copyright 1988 by Evans & Sutherland Computer Corporation,**/
-/**  Salt Lake City, Utah   **/
-/**  Portions Copyright 1989 by the Massachusetts Institute of Technology   **/
-/**Cambridge, Massachusetts **/
-/** **/
-/**   All Rights Reserved   **/
-/** **/
-/**Permission to use, copy, modify, and distribute this software and**/
-/**its documentation  for  any  purpose  and  without  fee is hereby**/
-/**granted, provided that the above copyright notice appear  in  all**/
-/**copies and that both  that  copyright  notice  and  this  permis-**/
-/**sion  notice appear in supporting  documentation,  and  that  the**/
-/**names of Evans & Sutherland and M.I.T. not be used in advertising**/
-/**in publicity pertaining to distribution of the  software  without**/
-/**specific, written prior permission.  **/
-/** **/
-/**EVANS & SUTHERLAND AND M.I.T. DISCLAIM ALL WARRANTIES WITH REGARD**/
-/**TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES  OF  MERCHANT-**/
-/**ABILITY  AND  FITNESS,  IN  NO  EVENT SHALL EVANS & SUTHERLAND OR**/
-/**M.I.T. BE LIABLE FOR

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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:23:39
  Author: eric
Revision: 197575

Disable SMP build

Modified:
  lesstif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 02:10:42 UTC (rev 197574)
+++ PKGBUILD2013-10-27 02:23:39 UTC (rev 197575)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Eric Bélanger 
 
 pkgname=lesstif
 pkgver=0.95.2
@@ -9,7 +9,7 @@
 url="http://sourceforge.net/projects/lesstif/";
 license=('LGPL' 'MIT')
 depends=('freetype2' 'libxt' 'libxp')
-options=('!buildflags')
+options=('!makeflags' '!buildflags')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
 'LICENSE'
 '040_fedora_XxxxProperty-64bit.diff')



[arch-commits] Commit in qhull/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:10:42
  Author: eric
Revision: 197574

archrelease: copy trunk to extra-x86_64

Added:
  qhull/repos/extra-x86_64/PKGBUILD
(from rev 197573, qhull/trunk/PKGBUILD)
Deleted:
  qhull/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-27 02:09:58 UTC (rev 197573)
+++ PKGBUILD2013-10-27 02:10:42 UTC (rev 197574)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Stefan Husmann 
-# Contributor: Jason Taylor 
-# Contributor: Darwin Bautista 
-
-pkgname=qhull
-pkgver=2012.1
-pkgrel=2
-pkgdesc="A general dimension code for computing convex hulls and related 
structures"
-arch=('i686' 'x86_64')
-url="http://www.qhull.org/";
-license=('custom')
-depends=('gcc-libs')
-makedepends=('cmake')
-options=('!libtool')
-source=("http://www.qhull.org/download/$pkgname-$pkgver-src.tgz";)
-md5sums=('d0f978c0d8dfb2e919caefa56ea2953c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  if [ "${CARCH}" = "x86_64" ]; then
-EXTRAOPTS="-DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_C_FLAGS=-fPIC"
-  fi
-
-  mkdir srcbuild
-  cd srcbuild
-  cmake -DCMAKE_INSTALL_PREFIX=/usr $EXTRAOPTS ..
-  make
-}
-
-package() { 
-  cd "$srcdir/$pkgname-$pkgver/srcbuild"
-
-  make DESTDIR="$pkgdir" install
-
-  # Install license
-  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}

Copied: qhull/repos/extra-x86_64/PKGBUILD (from rev 197573, 
qhull/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-27 02:10:42 UTC (rev 197574)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: Jason Taylor 
+# Contributor: Darwin Bautista 
+
+pkgname=qhull
+pkgver=2012.1
+pkgrel=2
+pkgdesc="A general dimension code for computing convex hulls and related 
structures"
+arch=('i686' 'x86_64')
+url="http://www.qhull.org/";
+license=('custom')
+depends=('gcc-libs')
+makedepends=('cmake')
+options=('staticlibs')
+source=("http://www.qhull.org/download/$pkgname-$pkgver-src.tgz";)
+md5sums=('d0f978c0d8dfb2e919caefa56ea2953c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ "${CARCH}" = "x86_64" ]; then
+EXTRAOPTS="-DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_C_FLAGS=-fPIC"
+  fi
+
+  mkdir srcbuild
+  cd srcbuild
+  cmake -DCMAKE_INSTALL_PREFIX=/usr $EXTRAOPTS ..
+  make
+}
+
+package() { 
+  cd $pkgname-$pkgver/srcbuild
+
+  make DESTDIR="$pkgdir" install
+
+  # Install license
+  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}



[arch-commits] Commit in qhull/repos/extra-i686 (PKGBUILD PKGBUILD)

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:09:58
  Author: eric
Revision: 197573

archrelease: copy trunk to extra-i686

Added:
  qhull/repos/extra-i686/PKGBUILD
(from rev 197572, qhull/trunk/PKGBUILD)
Deleted:
  qhull/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-27 02:07:51 UTC (rev 197572)
+++ PKGBUILD2013-10-27 02:09:58 UTC (rev 197573)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Stefan Husmann 
-# Contributor: Jason Taylor 
-# Contributor: Darwin Bautista 
-
-pkgname=qhull
-pkgver=2012.1
-pkgrel=2
-pkgdesc="A general dimension code for computing convex hulls and related 
structures"
-arch=('i686' 'x86_64')
-url="http://www.qhull.org/";
-license=('custom')
-depends=('gcc-libs')
-makedepends=('cmake')
-options=('!libtool')
-source=("http://www.qhull.org/download/$pkgname-$pkgver-src.tgz";)
-md5sums=('d0f978c0d8dfb2e919caefa56ea2953c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  if [ "${CARCH}" = "x86_64" ]; then
-EXTRAOPTS="-DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_C_FLAGS=-fPIC"
-  fi
-
-  mkdir srcbuild
-  cd srcbuild
-  cmake -DCMAKE_INSTALL_PREFIX=/usr $EXTRAOPTS ..
-  make
-}
-
-package() { 
-  cd "$srcdir/$pkgname-$pkgver/srcbuild"
-
-  make DESTDIR="$pkgdir" install
-
-  # Install license
-  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}

Copied: qhull/repos/extra-i686/PKGBUILD (from rev 197572, qhull/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-27 02:09:58 UTC (rev 197573)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Stefan Husmann 
+# Contributor: Jason Taylor 
+# Contributor: Darwin Bautista 
+
+pkgname=qhull
+pkgver=2012.1
+pkgrel=2
+pkgdesc="A general dimension code for computing convex hulls and related 
structures"
+arch=('i686' 'x86_64')
+url="http://www.qhull.org/";
+license=('custom')
+depends=('gcc-libs')
+makedepends=('cmake')
+options=('staticlibs')
+source=("http://www.qhull.org/download/$pkgname-$pkgver-src.tgz";)
+md5sums=('d0f978c0d8dfb2e919caefa56ea2953c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ "${CARCH}" = "x86_64" ]; then
+EXTRAOPTS="-DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_C_FLAGS=-fPIC"
+  fi
+
+  mkdir srcbuild
+  cd srcbuild
+  cmake -DCMAKE_INSTALL_PREFIX=/usr $EXTRAOPTS ..
+  make
+}
+
+package() { 
+  cd $pkgname-$pkgver/srcbuild
+
+  make DESTDIR="$pkgdir" install
+
+  # Install license
+  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING.txt" 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 03:07:51
  Author: eric
Revision: 197572

Add staticlibs options

Modified:
  qhull/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 01:35:33 UTC (rev 197571)
+++ PKGBUILD2013-10-27 02:07:51 UTC (rev 197572)
@@ -13,12 +13,12 @@
 license=('custom')
 depends=('gcc-libs')
 makedepends=('cmake')
-options=('!libtool')
+options=('staticlibs')
 source=("http://www.qhull.org/download/$pkgname-$pkgver-src.tgz";)
 md5sums=('d0f978c0d8dfb2e919caefa56ea2953c')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   if [ "${CARCH}" = "x86_64" ]; then
 EXTRAOPTS="-DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_C_FLAGS=-fPIC"
@@ -31,7 +31,7 @@
 }
 
 package() { 
-  cd "$srcdir/$pkgname-$pkgver/srcbuild"
+  cd $pkgname-$pkgver/srcbuild
 
   make DESTDIR="$pkgdir" install
 



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

2013-10-26 Thread Allan McRae
Date: Sunday, October 27, 2013 @ 02:35:33
  Author: allan
Revision: 197571

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

Added:
  grep/repos/testing-i686/
  grep/repos/testing-i686/PKGBUILD
(from rev 197570, grep/trunk/PKGBUILD)
  grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch
(from rev 197570, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-i686/grep.install
(from rev 197570, grep/trunk/grep.install)
  grep/repos/testing-x86_64/
  grep/repos/testing-x86_64/PKGBUILD
(from rev 197570, grep/trunk/PKGBUILD)
  grep/repos/testing-x86_64/grep-2.11-exclude-dir-crash.patch
(from rev 197570, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-x86_64/grep.install
(from rev 197570, grep/trunk/grep.install)

--+
 testing-i686/PKGBUILD|   34 
 testing-i686/grep-2.11-exclude-dir-crash.patch   |   44 +
 testing-i686/grep.install|   17 
 testing-x86_64/PKGBUILD  |   34 
 testing-x86_64/grep-2.11-exclude-dir-crash.patch |   44 +
 testing-x86_64/grep.install  |   17 
 6 files changed, 190 insertions(+)

Copied: grep/repos/testing-i686/PKGBUILD (from rev 197570, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-27 01:35:33 UTC (rev 197571)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.15
+pkgrel=1
+pkgdesc="A string search utility"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/grep/grep.html";
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('8cab8ca52bcae735af40278423c7c942'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch (from rev 
197570, grep/trunk/grep-2.11-exclude-dir-crash.patch)
===
--- testing-i686/grep-2.11-exclude-dir-crash.patch  
(rev 0)
+++ testing-i686/grep-2.11-exclude-dir-crash.patch  2013-10-27 01:35:33 UTC 
(rev 197571)
@@ -0,0 +1,44 @@
+From 12c957f786b12a4dd116f9c40a715d671d17fa16 Mon Sep 17 00:00:00 2001
+From: Allan McRae 
+Date: Mon, 12 Mar 2012 09:28:01 +0100
+Subject: [PATCH] grep: fix segfault with -r --exclude-dir and no file operand
+
+* src/main.c (grepdir): Don't invoke excluded_file_name on NULL.
+* NEWS (Bug fixes): Mention it.
+---
+ NEWS   |5 +
+ src/main.c |2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/NEWS b/NEWS
+index d0a63d5..d4d70f5 100644
+--- a/NEWS
 b/NEWS
+@@ -2,6 +2,11 @@ GNU grep NEWS-*- outline 
-*-
+ 
+ * Noteworthy changes in release ?.? (-??-??) [?]
+ 
++** Bug fixes
++
++   grep no longer segfaults with -r --exclude-dir and no file operand.
++   I.e., ":|grep -r --exclude-dir=D PAT" would segfault.
++
+ 
+ * Noteworthy changes in release 2.11 (2012-03-02) [stable]
+ 
+diff --git a/src/main.c b/src/main.c
+index 2f6c761..f4f1235 100644
+--- a/src/main.c
 b/src/main.c
+@@ -1361,7 +1361,7 @@ grepdir (char const *dir, struct stats const *stats)
+   struct stats const *ancestor;
+   char *name_space;
+   int status = 1;
+-  if (excluded_directory_patterns
++  if (dir && excluded_directory_patterns
+   && excluded_file_name (excluded_directory_patterns, dir))
+ return 1;
+ 
+-- 
+1.7.9.3
+

Copied: grep/repos/testing-i686/grep.install (from rev 197570, 
grep/trunk/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2013-10-27 01:35:33 UTC (rev 197571)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+}
+

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 197570, 
grep/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-27 01:35:33 UTC (rev 197571)
@@

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

2013-10-26 Thread Allan McRae
Date: Sunday, October 27, 2013 @ 02:34:20
  Author: allan
Revision: 197570

upgpkg: grep 2.15-1

upstream update

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 00:17:34 UTC (rev 197569)
+++ PKGBUILD2013-10-27 01:34:20 UTC (rev 197570)
@@ -3,8 +3,8 @@
 # Contributor: judd 
 
 pkgname=grep
-pkgver=2.14
-pkgrel=2
+pkgver=2.15
+pkgrel=1
 pkgdesc="A string search utility"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -14,8 +14,8 @@
 makedepends=('texinfo')
 install=${pkgname}.install
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('d4a3f03849d1e17ce56ab76aa5a24cab'
- 'b94fdcaa058b47a9a25099c26cd2e4c3')
+md5sums=('8cab8ca52bcae735af40278423c7c942'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 02:17:34
  Author: eric
Revision: 197569

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

Added:
  recode/repos/extra-i686/PKGBUILD
(from rev 197568, recode/trunk/PKGBUILD)
  recode/repos/extra-i686/recode-3.6-as-if.patch
(from rev 197568, recode/trunk/recode-3.6-as-if.patch)
  recode/repos/extra-i686/recode-3.6-gcc43.patch
(from rev 197568, recode/trunk/recode-3.6-gcc43.patch)
  recode/repos/extra-i686/recode-3.6-gettextfix.diff
(from rev 197568, recode/trunk/recode-3.6-gettextfix.diff)
  recode/repos/extra-i686/recode.install
(from rev 197568, recode/trunk/recode.install)
  recode/repos/extra-x86_64/PKGBUILD
(from rev 197568, recode/trunk/PKGBUILD)
  recode/repos/extra-x86_64/recode-3.6-as-if.patch
(from rev 197568, recode/trunk/recode-3.6-as-if.patch)
  recode/repos/extra-x86_64/recode-3.6-gcc43.patch
(from rev 197568, recode/trunk/recode-3.6-gcc43.patch)
  recode/repos/extra-x86_64/recode-3.6-gettextfix.diff
(from rev 197568, recode/trunk/recode-3.6-gettextfix.diff)
  recode/repos/extra-x86_64/recode.install
(from rev 197568, recode/trunk/recode.install)
Deleted:
  recode/repos/extra-i686/PKGBUILD
  recode/repos/extra-i686/recode-3.6-as-if.patch
  recode/repos/extra-i686/recode-3.6-gcc43.patch
  recode/repos/extra-i686/recode-3.6-gettextfix.diff
  recode/repos/extra-i686/recode.install
  recode/repos/extra-x86_64/PKGBUILD
  recode/repos/extra-x86_64/recode-3.6-as-if.patch
  recode/repos/extra-x86_64/recode-3.6-gcc43.patch
  recode/repos/extra-x86_64/recode-3.6-gettextfix.diff
  recode/repos/extra-x86_64/recode.install

-+
 /PKGBUILD   |   90 ++
 /recode-3.6-as-if.patch |   38 
 /recode-3.6-gcc43.patch |   40 +
 /recode-3.6-gettextfix.diff |   46 +++
 /recode.install |   40 +
 extra-i686/PKGBUILD |   43 --
 extra-i686/recode-3.6-as-if.patch   |   19 --
 extra-i686/recode-3.6-gcc43.patch   |   20 --
 extra-i686/recode-3.6-gettextfix.diff   |   23 ---
 extra-i686/recode.install   |   20 --
 extra-x86_64/PKGBUILD   |   43 --
 extra-x86_64/recode-3.6-as-if.patch |   19 --
 extra-x86_64/recode-3.6-gcc43.patch |   20 --
 extra-x86_64/recode-3.6-gettextfix.diff |   23 ---
 extra-x86_64/recode.install |   20 --
 15 files changed, 254 insertions(+), 250 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-27 00:15:28 UTC (rev 197568)
+++ extra-i686/PKGBUILD 2013-10-27 00:17:34 UTC (rev 197569)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: Tom Newsom 
-
-pkgname=recode
-pkgver=3.6
-pkgrel=7
-pkgdesc="Converts files between various character sets and usages"
-arch=('i686' 'x86_64')
-url="http://recode.progiciels-bpi.ca/index.html";
-license=('GPL' 'LGPL')
-depends=('glibc' 'texinfo')
-options=('!libtool')
-install=recode.install
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/pinard/${pkgname}/tarball/v${pkgver}";
-
'http://ftp.de.debian.org/debian/pool/main/r/recode/recode_3.6-15.diff.gz'
-'recode-3.6-as-if.patch' 'recode-3.6-gettextfix.diff')
-md5sums=('f82e9a6ede9119268c13493c9add2809'
- '95ca772e367a7ef56d3f46d724b6f86e'
- 'fca7484ba332c8ad59eb02334883cd92'
- 'eb602e80a24b5448604bfebeacc55304')
-
-build() {
-  cd ${srcdir}/pinard-Recode-2127b34
-  patch -Np1 -i ${srcdir}/recode-3.6-as-if.patch
-  patch -Np1 -i ${srcdir}/recode-3.6-gettextfix.diff
-  patch -Np1 -i ${srcdir}/recode_3.6-15.diff
-  sed -i '1i#include ' src/argmatch.c
-  rm -f acinclude.m4
-  autoreconf -fi
-  libtoolize
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---infodir=/usr/share/info --without-included-gettext
-  make
-}
-
-package() {
-  cd ${srcdir}/pinard-Recode-2127b34
-  make DESTDIR=${pkgdir} install
-
-  rm ${pkgdir}/usr/share/info/dir
-  gzip ${pkgdir}/usr/share/info/*
-}

Copied: recode/repos/extra-i686/PKGBUILD (from rev 197568, 
recode/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-27 00:17:34 UTC (rev 197569)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Tom Newsom 
+
+pkgname=recode
+pkgver=3.6
+pkgrel=8
+pkgdesc="Converts files between various character sets and usages"
+arch=('i686' 'x86_64')
+url="http://recode.progiciels-bpi.ca/index.html";
+license=('GPL' 'LGPL')
+depends=('glibc')
+install=recode.install
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/pinard/${pkgname}/tarball/v${pkgver}";
+
'http://ftp.de.debian.org/debian/pool/main/r/recode/recode_3.6-17.diff.gz'
+ 

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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 02:15:28
  Author: eric
Revision: 197568

upgpkg: recode 3.6-8

Rebuild without static libraries, Update Debian patch, Add autotools build fix, 
Clean up PKGBUILD and install scriptlet

Modified:
  recode/trunk/PKGBUILD
  recode/trunk/recode.install

+
 PKGBUILD   |   32 +---
 recode.install |2 +-
 2 files changed, 18 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 00:07:32 UTC (rev 197567)
+++ PKGBUILD2013-10-27 00:15:28 UTC (rev 197568)
@@ -4,28 +4,33 @@
 
 pkgname=recode
 pkgver=3.6
-pkgrel=7
+pkgrel=8
 pkgdesc="Converts files between various character sets and usages"
 arch=('i686' 'x86_64')
 url="http://recode.progiciels-bpi.ca/index.html";
 license=('GPL' 'LGPL')
-depends=('glibc' 'texinfo')
-options=('!libtool')
+depends=('glibc')
 install=recode.install
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/pinard/${pkgname}/tarball/v${pkgver}";
-
'http://ftp.de.debian.org/debian/pool/main/r/recode/recode_3.6-15.diff.gz'
+
'http://ftp.de.debian.org/debian/pool/main/r/recode/recode_3.6-17.diff.gz'
 'recode-3.6-as-if.patch' 'recode-3.6-gettextfix.diff')
 md5sums=('f82e9a6ede9119268c13493c9add2809'
- '95ca772e367a7ef56d3f46d724b6f86e'
+ '3716ae269074e31add3d29387ff09438'
  'fca7484ba332c8ad59eb02334883cd92'
  'eb602e80a24b5448604bfebeacc55304')
 
+prepare() {
+  cd pinard-Recode-2127b34
+  patch -Np1 -i "${srcdir}/recode-3.6-as-if.patch"
+  patch -Np1 -i "${srcdir}/recode-3.6-gettextfix.diff"
+  patch -Np1 -i "${srcdir}/recode_3.6-17.diff"
+  sed -i '1i#include ' src/argmatch.c
+  sed -i -e '/^AM_C_PROTOTYPES/d' -e '/^AUTOMAKE_OPTIONS.*ansi2knr/d' \
+configure.in src/Makefile.am
+}
+
 build() {
-  cd ${srcdir}/pinard-Recode-2127b34
-  patch -Np1 -i ${srcdir}/recode-3.6-as-if.patch
-  patch -Np1 -i ${srcdir}/recode-3.6-gettextfix.diff
-  patch -Np1 -i ${srcdir}/recode_3.6-15.diff
-  sed -i '1i#include ' src/argmatch.c
+  cd pinard-Recode-2127b34
   rm -f acinclude.m4
   autoreconf -fi
   libtoolize
@@ -35,9 +40,6 @@
 }
 
 package() {
-  cd ${srcdir}/pinard-Recode-2127b34
-  make DESTDIR=${pkgdir} install
-
-  rm ${pkgdir}/usr/share/info/dir
-  gzip ${pkgdir}/usr/share/info/*
+  cd pinard-Recode-2127b34
+  make DESTDIR="${pkgdir}" install
 }

Modified: recode.install
===
--- recode.install  2013-10-27 00:07:32 UTC (rev 197567)
+++ recode.install  2013-10-27 00:15:28 UTC (rev 197568)
@@ -1,5 +1,5 @@
 infodir=/usr/share/info
-filelist=(recode.info-5.gz recode.info-3.gz recode.info-7.gz recode.info-6.gz 
recode.info-2.gz recode.info-4.gz recode.info.gz recode.info-1.gz)
+filelist=(recode.info.gz)
 
 post_install() {
   [ -x usr/bin/install-info ] || return 0



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

2013-10-26 Thread Giovanni Scafora
Date: Sunday, October 27, 2013 @ 02:07:20
  Author: giovanni
Revision: 197566

upgpkg: mkvtoolnix 6.5.0-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 23:18:17 UTC (rev 197565)
+++ PKGBUILD2013-10-27 00:07:20 UTC (rev 197566)
@@ -4,7 +4,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.4.1
+pkgver=6.5.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,7 +12,7 @@
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
 
source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";)
-md5sums=('1e878646b34eb2c32772d05b91f84f4c')
+md5sums=('e2d8d539b8cb9249b6c398690bc61c78')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -52,6 +52,7 @@
   install -Dm755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
 
   rm -rf "${pkgdir}"/usr/bin/mmg
+  rm -rf "${pkgdir}"/usr/share/man/de/man1/mmg.1
   rm -rf "${pkgdir}"/usr/share/man/ja/man1/mmg.1
   rm -rf "${pkgdir}"/usr/share/man/man1/mmg.1
   rm -rf "${pkgdir}"/usr/share/man/nl/man1/mmg.1
@@ -76,6 +77,7 @@
 
   rm -rf "${pkgdir}"/usr/share/doc
   rm -rf "${pkgdir}"/usr/share/locale
+  rm -rf "${pkgdir}"/usr/share/man/de/man1/mkv*
   rm -rf "${pkgdir}"/usr/share/man/ja/man1/mkv*
   rm -rf "${pkgdir}"/usr/share/man/man1/mkv*
   rm -rf "${pkgdir}"/usr/share/man/nl/man1/mkv*



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

2013-10-26 Thread Giovanni Scafora
Date: Sunday, October 27, 2013 @ 02:07:32
  Author: giovanni
Revision: 197567

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

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

-+
 /PKGBUILD   |  172 ++
 /mkvtoolnix.install |   28 ++
 extra-i686/PKGBUILD |   84 --
 extra-i686/mkvtoolnix.install   |   14 ---
 extra-x86_64/PKGBUILD   |   84 --
 extra-x86_64/mkvtoolnix.install |   14 ---
 6 files changed, 200 insertions(+), 196 deletions(-)

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

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 197566, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-27 00:07:32 UTC (rev 197567)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.5.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";)
+md5sums=('e2d8d539b8cb9249b6c398690bc61c78')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+

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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 01:18:17
  Author: eric
Revision: 197565

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 23:17:04 UTC (rev 197564)
+++ extra-i686/PKGBUILD 2013-10-26 23:18:17 UTC (rev 197565)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=spandsp
-pkgver=0.0.6pre21
-pkgrel=1
-pkgdesc="A DSP library for telephony"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.soft-switch.org/";
-depends=('libtiff')
-source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
-options=(!libtool)
-
-build() {
-  cd $srcdir/$pkgname-0.0.6
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $srcdir/$pkgname-0.0.6
-   make check
-}  
-
-package() {
-  cd $srcdir/$pkgname-0.0.6
-  make DESTDIR=$pkgdir install
-}
-md5sums=('492f3790439891c07d8c06e97ccbfcf1')

Copied: spandsp/repos/extra-i686/PKGBUILD (from rev 197564, 
spandsp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 23:18:17 UTC (rev 197565)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=spandsp
+pkgver=0.0.6pre21
+pkgrel=2
+pkgdesc="A DSP library for telephony"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.soft-switch.org/";
+depends=('libtiff')
+source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
+md5sums=('492f3790439891c07d8c06e97ccbfcf1')
+
+build() {
+  cd $pkgname-0.0.6
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $pkgname-0.0.6
+   make check
+}  
+
+package() {
+  cd $pkgname-0.0.6
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-26 23:17:04 UTC (rev 197564)
+++ extra-x86_64/PKGBUILD   2013-10-26 23:18:17 UTC (rev 197565)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=spandsp
-pkgver=0.0.6pre21
-pkgrel=1
-pkgdesc="A DSP library for telephony"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.soft-switch.org/";
-depends=('libtiff')
-source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
-options=(!libtool)
-
-build() {
-  cd $srcdir/$pkgname-0.0.6
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $srcdir/$pkgname-0.0.6
-   make check
-}  
-
-package() {
-  cd $srcdir/$pkgname-0.0.6
-  make DESTDIR=$pkgdir install
-}
-md5sums=('492f3790439891c07d8c06e97ccbfcf1')

Copied: spandsp/repos/extra-x86_64/PKGBUILD (from rev 197564, 
spandsp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-26 23:18:17 UTC (rev 197565)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=spandsp
+pkgver=0.0.6pre21
+pkgrel=2
+pkgdesc="A DSP library for telephony"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.soft-switch.org/";
+depends=('libtiff')
+source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
+md5sums=('492f3790439891c07d8c06e97ccbfcf1')
+
+build() {
+  cd $pkgname-0.0.6
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $pkgname-0.0.6
+   make check
+}  
+
+package() {
+  cd $pkgname-0.0.6
+  make DESTDIR="$pkgdir" install
+}



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 01:17:04
  Author: eric
Revision: 197564

upgpkg: spandsp 0.0.6pre21-2

Rebuild without static libraries

Modified:
  spandsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 23:08:53 UTC (rev 197563)
+++ PKGBUILD2013-10-26 23:17:04 UTC (rev 197564)
@@ -3,28 +3,27 @@
 
 pkgname=spandsp
 pkgver=0.0.6pre21
-pkgrel=1
+pkgrel=2
 pkgdesc="A DSP library for telephony"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.soft-switch.org/";
 depends=('libtiff')
 source=(http://www.soft-switch.org/downloads/$pkgname/$pkgname-$pkgver.tgz)
-options=(!libtool)
+md5sums=('492f3790439891c07d8c06e97ccbfcf1')
 
 build() {
-  cd $srcdir/$pkgname-0.0.6
+  cd $pkgname-0.0.6
   ./configure --prefix=/usr
   make
 }
 
 check() {
-   cd $srcdir/$pkgname-0.0.6
+   cd $pkgname-0.0.6
make check
 }  
 
 package() {
-  cd $srcdir/$pkgname-0.0.6
-  make DESTDIR=$pkgdir install
+  cd $pkgname-0.0.6
+  make DESTDIR="$pkgdir" install
 }
-md5sums=('492f3790439891c07d8c06e97ccbfcf1')



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 01:08:53
  Author: eric
Revision: 197563

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

Added:
  speech-dispatcher/repos/extra-i686/PKGBUILD
(from rev 197562, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-i686/speech-dispatcher.install
(from rev 197562, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/extra-i686/speech-dispatcherd.service
(from rev 197562, speech-dispatcher/trunk/speech-dispatcherd.service)
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
(from rev 197562, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-x86_64/speech-dispatcher.install
(from rev 197562, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/extra-x86_64/speech-dispatcherd.service
(from rev 197562, speech-dispatcher/trunk/speech-dispatcherd.service)
Deleted:
  speech-dispatcher/repos/extra-i686/PKGBUILD
  speech-dispatcher/repos/extra-i686/speech-dispatcher.install
  speech-dispatcher/repos/extra-i686/speech-dispatcherd.service
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
  speech-dispatcher/repos/extra-x86_64/speech-dispatcher.install
  speech-dispatcher/repos/extra-x86_64/speech-dispatcherd.service

-+
 /PKGBUILD   |  116 ++
 /speech-dispatcher.install  |   44 +++
 /speech-dispatcherd.service |   20 +
 extra-i686/PKGBUILD |   59 ---
 extra-i686/speech-dispatcher.install|   22 -
 extra-i686/speech-dispatcherd.service   |   10 --
 extra-x86_64/PKGBUILD   |   59 ---
 extra-x86_64/speech-dispatcher.install  |   22 -
 extra-x86_64/speech-dispatcherd.service |   10 --
 9 files changed, 180 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 23:07:32 UTC (rev 197562)
+++ extra-i686/PKGBUILD 2013-10-26 23:08:53 UTC (rev 197563)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Steve Holmes 
-# Contributor: Alexander Jenisch 
-# Contributor: Chris Brannon 
-# Contributor: Andreas Messer 
-
-pkgname=speech-dispatcher
-pkgver=0.8
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="High-level device independent layer for speech synthesis interface"
-url="http://www.freebsoft.org/speechd";
-license=('GPL2' 'FDL')
-depends=('glib2' 'libltdl' 'python-xdg' 'dotconf' 'libpulse')
-makedepends=('intltool' 'espeak')
-optdepends=('festival: Speech output using Festival'
-'espeak: Speech output using ESpeak'
-'pulseaudio: PulseAudio support')
-provides=("speechd=${pkgver}")
-options=('!libtool') 
-backup=(etc/speech-dispatcher/clients/gnome-speech.conf
-   etc/speech-dispatcher/clients/emacs.conf
-   etc/speech-dispatcher/modules/ibmtts.conf
-   etc/speech-dispatcher/modules/espeak-generic.conf
-   etc/speech-dispatcher/modules/espeak.conf
-   etc/speech-dispatcher/modules/swift-generic.conf
-   etc/speech-dispatcher/modules/festival.conf
-   etc/speech-dispatcher/modules/cicero.conf
-   etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
-   etc/speech-dispatcher/modules/dtk-generic.conf
-   etc/speech-dispatcher/modules/llia_phon-generic.conf
-   etc/speech-dispatcher/modules/ivona.conf
-   etc/speech-dispatcher/modules/epos-generic.conf
-   etc/speech-dispatcher/modules/flite.conf
-   etc/speech-dispatcher/speechd.conf)
-install="${pkgname}.install"
-source=("http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz";
-'speech-dispatcherd.service')
-md5sums=('d88691a64c676122f996230c107c392f'
- 'd26f52e2e95a30eaa83560f0e63faca5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---without-flite
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/speech-dispatcherd.service 
"${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service"
-  install -d "${pkgdir}/var/log/speech-dispatcher"
-}

Copied: speech-dispatcher/repos/extra-i686/PKGBUILD (from rev 197562, 
speech-dispatcher/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 23:08:53 UTC (rev 197563)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Steve Holmes 
+# Contributor: Alexander Jenisch 
+# Contributor: Chris Brannon 
+# Contributor: Andreas Messer 
+
+pkgname=speech-dispatcher
+pkgver=0.8
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="High-level device independent layer for speech synthesis interface"
+url="http://www.freebsoft.org/speechd";
+license=('GPL2' 'FDL')
+depends=('g

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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 01:07:32
  Author: eric
Revision: 197562

upgpkg: speech-dispatcher 0.8-2

Rebuild without static libraries

Modified:
  speech-dispatcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 22:55:10 UTC (rev 197561)
+++ PKGBUILD2013-10-26 23:07:32 UTC (rev 197562)
@@ -8,7 +8,7 @@
 
 pkgname=speech-dispatcher
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="High-level device independent layer for speech synthesis interface"
 url="http://www.freebsoft.org/speechd";
@@ -19,7 +19,6 @@
 'espeak: Speech output using ESpeak'
 'pulseaudio: PulseAudio support')
 provides=("speechd=${pkgver}")
-options=('!libtool') 
 backup=(etc/speech-dispatcher/clients/gnome-speech.conf
etc/speech-dispatcher/clients/emacs.conf
etc/speech-dispatcher/modules/ibmtts.conf
@@ -42,7 +41,7 @@
  'd26f52e2e95a30eaa83560f0e63faca5')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
@@ -51,7 +50,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
   install -Dm644 "${srcdir}"/speech-dispatcherd.service 
"${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service"



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 00:55:10
  Author: eric
Revision: 197561

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

Added:
  lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff
(from rev 197560, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
  lesstif/repos/extra-i686/LICENSE
(from rev 197560, lesstif/trunk/LICENSE)
  lesstif/repos/extra-i686/PKGBUILD
(from rev 197560, lesstif/trunk/PKGBUILD)
  lesstif/repos/extra-x86_64/040_fedora_XxxxProperty-64bit.diff
(from rev 197560, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
  lesstif/repos/extra-x86_64/LICENSE
(from rev 197560, lesstif/trunk/LICENSE)
  lesstif/repos/extra-x86_64/PKGBUILD
(from rev 197560, lesstif/trunk/PKGBUILD)
Deleted:
  lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff
  lesstif/repos/extra-i686/LICENSE
  lesstif/repos/extra-i686/PKGBUILD
  lesstif/repos/extra-x86_64/040_fedora_XxxxProperty-64bit.diff
  lesstif/repos/extra-x86_64/LICENSE
  lesstif/repos/extra-x86_64/PKGBUILD

-+
 /040_fedora_XxxxProperty-64bit.diff |   40 +++
 /LICENSE|   52 ++
 /PKGBUILD   |  114 ++
 extra-i686/040_fedora_XxxxProperty-64bit.diff   |   20 ---
 extra-i686/LICENSE  |   26 -
 extra-i686/PKGBUILD |   58 ---
 extra-x86_64/040_fedora_XxxxProperty-64bit.diff |   20 ---
 extra-x86_64/LICENSE|   26 -
 extra-x86_64/PKGBUILD   |   58 ---
 9 files changed, 206 insertions(+), 208 deletions(-)

Deleted: extra-i686/040_fedora_XxxxProperty-64bit.diff
===
--- extra-i686/040_fedora_XxxxProperty-64bit.diff   2013-10-26 22:53:53 UTC 
(rev 197560)
+++ extra-i686/040_fedora_XxxxProperty-64bit.diff   2013-10-26 22:55:10 UTC 
(rev 197561)
@@ -1,20 +0,0 @@
-Description: Copy/paste segfaults on i386
-Forwarded: yes
-Author: Hans de Goede 
-diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long642007-09-12 
22:05:58.0 +0200
-+++ lesstif-0.95.2/lib/Xm-2.1/CutPaste.c   2009-07-28 11:32:20.0 
+0200
-@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
-   /* XChangeProperty expects a buffer of longs when receiving 32 bits
-  data, MEUHH */
-   if (sizeof(long) != 4)
-+  {
-   convert_buf = XtMalloc(len * sizeof(long));
--for (i = 0; i < len; i++)
--convert_buf[i] = data[i];
-+  for (i = 0; i < len; i++)
-+convert_buf[i] = data[i];
-+  }
-   break;
- 
- case 16:

Copied: lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff (from rev 
197560, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
===
--- extra-i686/040_fedora_XxxxProperty-64bit.diff   
(rev 0)
+++ extra-i686/040_fedora_XxxxProperty-64bit.diff   2013-10-26 22:55:10 UTC 
(rev 197561)
@@ -0,0 +1,20 @@
+Description: Copy/paste segfaults on i386
+Forwarded: yes
+Author: Hans de Goede 
+diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
+--- lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long642007-09-12 
22:05:58.0 +0200
 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c   2009-07-28 11:32:20.0 
+0200
+@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
+   /* XChangeProperty expects a buffer of longs when receiving 32 bits
+  data, MEUHH */
+   if (sizeof(long) != 4)
++  {
+   convert_buf = XtMalloc(len * sizeof(long));
+-for (i = 0; i < len; i++)
+-convert_buf[i] = data[i];
++  for (i = 0; i < len; i++)
++convert_buf[i] = data[i];
++  }
+   break;
+ 
+ case 16:

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-10-26 22:53:53 UTC (rev 197560)
+++ extra-i686/LICENSE  2013-10-26 22:55:10 UTC (rev 197561)
@@ -1,26 +0,0 @@
-/*/
-/**   Copyright 1988 by Evans & Sutherland Computer Corporation,**/
-/**  Salt Lake City, Utah   **/
-/**  Portions Copyright 1989 by the Massachusetts Institute of Technology   **/
-/**Cambridge, Massachusetts **/
-/** **/
-/**   All Rights Reserved   **/
-/** **/
-/**Permission to use, cop

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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 00:53:53
  Author: eric
Revision: 197560

upgpkg: lesstif 0.95.2-6

Rebuild without static libraries

Modified:
  lesstif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 22:44:00 UTC (rev 197559)
+++ PKGBUILD2013-10-26 22:53:53 UTC (rev 197560)
@@ -3,13 +3,13 @@
 
 pkgname=lesstif
 pkgver=0.95.2
-pkgrel=5
+pkgrel=6
 pkgdesc="LGPL'd re-implementation of Motif"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lesstif/";
 license=('LGPL' 'MIT')
 depends=('freetype2' 'libxt' 'libxp')
-options=('!libtool' '!buildflags')
+options=('!buildflags')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
 'LICENSE'
 '040_fedora_XxxxProperty-64bit.diff')
@@ -18,7 +18,7 @@
  '30e2c0babc84696af089d55cb9cb2908')
 
 prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   # https://bugs.archlinux.org/task/17712
   patch -p1 -i "${srcdir}"/040_fedora_XxxxProperty-64bit.diff
@@ -25,7 +25,7 @@
 }
 
 build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
 --enable-production \
@@ -33,8 +33,7 @@
 --enable-editres \
 --with-xdnd \
 --enable-build-21 \
---disable-debug \
---enable-static
+--disable-debug
 
   # fix linkage against already installed version
   perl -pi -e 's/^(hardcode_into_libs)=.*/$1=no/' libtool
@@ -50,7 +49,7 @@
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   make -C lib/Mrm-2.1 DESTDIR="${pkgdir}" install
   make DESTDIR="${pkgdir}" appdir=/usr/share/X11/app-defaults 
rootdir=/usr/share/doc/LessTif install



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 00:44:00
  Author: eric
Revision: 197559

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 22:42:43 UTC (rev 197558)
+++ extra-i686/PKGBUILD 2013-10-26 22:44:00 UTC (rev 197559)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: gregor 
-# Contributor: Tom Newsom 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=mhash
-pkgver=0.9.9.9
-pkgrel=2
-pkgdesc="A thread-safe hash library which provides a uniform interface to hash 
algorithms (MD5, SHA1, HAVAL, etc)"
-arch=('i686' 'x86_64')
-url="http://mhash.sourceforge.net/";
-license=('LGPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: mhash/repos/extra-i686/PKGBUILD (from rev 197558, mhash/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 22:44:00 UTC (rev 197559)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: gregor 
+# Contributor: Tom Newsom 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=mhash
+pkgver=0.9.9.9
+pkgrel=3
+pkgdesc="A thread-safe hash library which provides a uniform interface to hash 
algorithms (MD5, SHA1, HAVAL, etc)"
+arch=('i686' 'x86_64')
+url="http://mhash.sourceforge.net/";
+license=('LGPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-26 22:42:43 UTC (rev 197558)
+++ extra-x86_64/PKGBUILD   2013-10-26 22:44:00 UTC (rev 197559)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: gregor 
-# Contributor: Tom Newsom 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=mhash
-pkgver=0.9.9.9
-pkgrel=2
-pkgdesc="A thread-safe hash library which provides a uniform interface to hash 
algorithms (MD5, SHA1, HAVAL, etc)"
-arch=('i686' 'x86_64')
-url="http://mhash.sourceforge.net/";
-license=('LGPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: mhash/repos/extra-x86_64/PKGBUILD (from rev 197558, 
mhash/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-26 22:44:00 UTC (rev 197559)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: gregor 
+# Contributor: Tom Newsom 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=mhash
+pkgver=0.9.9.9
+pkgrel=3
+pkgdesc="A thread-safe hash library which provides a uniform interface to hash 
algorithms (MD5, SHA1, HAVAL, etc)"
+arch=('i686' 'x86_64')
+url="http://mhash.sourceforge.net/";
+license=('LGPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2013-10-26 Thread Eric Bélanger
Date: Sunday, October 27, 2013 @ 00:42:43
  Author: eric
Revision: 197558

upgpkg: mhash 0.9.9.9-3

Rebuild without static libraries

Modified:
  mhash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 21:24:07 UTC (rev 197557)
+++ PKGBUILD2013-10-26 22:42:43 UTC (rev 197558)
@@ -5,23 +5,22 @@
 
 pkgname=mhash
 pkgver=0.9.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A thread-safe hash library which provides a uniform interface to hash 
algorithms (MD5, SHA1, HAVAL, etc)"
 arch=('i686' 'x86_64')
 url="http://mhash.sourceforge.net/";
 license=('LGPL')
 depends=('glibc')
-options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-static
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 23:26:22
  Author: jelle
Revision: 99323

remove staticlibs

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 21:11:19 UTC (rev 99322)
+++ PKGBUILD2013-10-26 21:26:22 UTC (rev 99323)
@@ -12,9 +12,8 @@
 depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
 makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
 'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat')
-options=('strip' 'staticlibs')
+options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-options=('staticlibs')
 
 build() {
 cd ${srcdir}/xmobar-$pkgver



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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 23:24:07
  Author: eric
Revision: 197557

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

Added:
  netpbm/repos/extra-i686/PKGBUILD
(from rev 197556, netpbm/trunk/PKGBUILD)
  netpbm/repos/extra-i686/netpbm-CAN-2005-2471.patch
(from rev 197556, netpbm/trunk/netpbm-CAN-2005-2471.patch)
  netpbm/repos/extra-i686/netpbm-security-code.patch
(from rev 197556, netpbm/trunk/netpbm-security-code.patch)
  netpbm/repos/extra-i686/netpbm-security-scripts.patch
(from rev 197556, netpbm/trunk/netpbm-security-scripts.patch)
  netpbm/repos/extra-x86_64/PKGBUILD
(from rev 197556, netpbm/trunk/PKGBUILD)
  netpbm/repos/extra-x86_64/netpbm-CAN-2005-2471.patch
(from rev 197556, netpbm/trunk/netpbm-CAN-2005-2471.patch)
  netpbm/repos/extra-x86_64/netpbm-security-code.patch
(from rev 197556, netpbm/trunk/netpbm-security-code.patch)
  netpbm/repos/extra-x86_64/netpbm-security-scripts.patch
(from rev 197556, netpbm/trunk/netpbm-security-scripts.patch)
Deleted:
  netpbm/repos/extra-i686/PKGBUILD
  netpbm/repos/extra-i686/netpbm-CAN-2005-2471.patch
  netpbm/repos/extra-i686/netpbm-security-code.patch
  netpbm/repos/extra-i686/netpbm-security-scripts.patch
  netpbm/repos/extra-x86_64/PKGBUILD
  netpbm/repos/extra-x86_64/netpbm-CAN-2005-2471.patch
  netpbm/repos/extra-x86_64/netpbm-security-code.patch
  netpbm/repos/extra-x86_64/netpbm-security-scripts.patch

+
 /PKGBUILD  |  164 +
 /netpbm-CAN-2005-2471.patch|   32 
 /netpbm-security-code.patch| 3364 +++
 /netpbm-security-scripts.patch |  750 ++
 extra-i686/PKGBUILD|   86 
 extra-i686/netpbm-CAN-2005-2471.patch  |   16 
 extra-i686/netpbm-security-code.patch  | 1682 -
 extra-i686/netpbm-security-scripts.patch   |  375 ---
 extra-x86_64/PKGBUILD  |   86 
 extra-x86_64/netpbm-CAN-2005-2471.patch|   16 
 extra-x86_64/netpbm-security-code.patch| 1682 -
 extra-x86_64/netpbm-security-scripts.patch |  375 ---
 12 files changed, 4310 insertions(+), 4318 deletions(-)

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


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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 23:22:10
  Author: eric
Revision: 197556

upgpkg: netpbm 10.61.02-3

Rebuild without static libraries

Modified:
  netpbm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 19:51:23 UTC (rev 197555)
+++ PKGBUILD2013-10-26 21:22:10 UTC (rev 197556)
@@ -3,7 +3,7 @@
 
 pkgname=netpbm
 pkgver=10.61.02
-pkgrel=2
+pkgrel=3
 pkgdesc="A toolkit for manipulation of graphic images"
 arch=('i686' 'x86_64')
 license=('custom' 'BSD' 'GPL' 'LGPL')
@@ -34,7 +34,7 @@
 }
 
 prepare() {
-  cd "${srcdir}/advanced"
+  cd advanced
 
   patch -p1 < ../netpbm-CAN-2005-2471.patch
   patch -p1 < ../netpbm-security-code.patch
@@ -56,26 +56,22 @@
 }
 
 build() {
-  cd "${srcdir}/advanced"
-
+  cd advanced
   make
-
   # Generating useful man pages with html doc
-  cd  "${srcdir}/doc"
   make MAKEMAN="${srcdir}/advanced/buildtools/makeman" USERGUIDE=. \
--f "${srcdir}/advanced/buildtools/manpage.mk" manpages
+-C ../doc -f "${srcdir}/advanced/buildtools/manpage.mk" manpages
 }
 
 package() {
-  cd "${srcdir}/advanced"
+  cd advanced
   make pkgdir="${pkgdir}/usr" PKGMANDIR=share/man install-run install-dev
 
 # Removing dummy man pages
   rm "${pkgdir}"/usr/share/man/man{1,3,5}/*
 
-  cd  "${srcdir}/doc"
   make MAKEMAN="${srcdir}/advanced/buildtools/makeman" 
MANDIR="${pkgdir}/usr/share/man" \
--f "${srcdir}/advanced/buildtools/manpage.mk" installman
+-C ../doc -f "${srcdir}/advanced/buildtools/manpage.mk" installman
 
 # Replace obsolete utility
   echo -e '#!/bin/sh\npamditherbw $@ | pamtopnm\n' > 
"${pkgdir}/usr/bin/pgmtopbm"



[arch-commits] Commit in haskell-regex-compat/repos (8 files)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 23:11:19
  Author: jelle
Revision: 99322

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

Added:
  haskell-regex-compat/repos/community-i686/PKGBUILD
(from rev 99321, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-i686/haskell-regex-compat.install
(from rev 99321, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/community-x86_64/PKGBUILD
(from rev 99321, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-x86_64/haskell-regex-compat.install
(from rev 99321, haskell-regex-compat/trunk/haskell-regex-compat.install)
Deleted:
  haskell-regex-compat/repos/community-i686/PKGBUILD
  haskell-regex-compat/repos/community-i686/haskell-regex-compat.install
  haskell-regex-compat/repos/community-x86_64/PKGBUILD
  haskell-regex-compat/repos/community-x86_64/haskell-regex-compat.install

---+
 /PKGBUILD |   84 
 /haskell-regex-compat.install |   36 ++
 community-i686/PKGBUILD   |   41 ---
 community-i686/haskell-regex-compat.install   |   18 -
 community-x86_64/PKGBUILD |   41 ---
 community-x86_64/haskell-regex-compat.install |   18 -
 6 files changed, 120 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 21:10:37 UTC (rev 99321)
+++ community-i686/PKGBUILD 2013-10-26 21:11:19 UTC (rev 99322)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-_hkgname=regex-compat
-pkgname=haskell-regex-compat
-pkgver=0.95.1
-pkgrel=5
-pkgdesc='Replaces and enhances Text.Regex'
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2' 
'haskell-regex-posix=0.95.2')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haskell-regex-compat/repos/community-i686/PKGBUILD (from rev 99321, 
haskell-regex-compat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-26 21:11:19 UTC (rev 99322)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=6
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2' 
'haskell-regex-posix=0.95.2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+ 

[arch-commits] Commit in haskell-regex-compat/trunk (PKGBUILD)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 23:10:37
  Author: jelle
Revision: 99321

upgpkg: haskell-regex-compat 0.95.1-6

add staticlibs

Modified:
  haskell-regex-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 21:07:39 UTC (rev 99320)
+++ PKGBUILD2013-10-26 21:10:37 UTC (rev 99321)
@@ -6,7 +6,7 @@
 _hkgname=regex-compat
 pkgname=haskell-regex-compat
 pkgver=0.95.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Replaces and enhances Text.Regex'
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -14,6 +14,7 @@
 depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2' 
'haskell-regex-posix=0.95.2')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
+options=('staticlibs')
 sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
 
 build() {



[arch-commits] Commit in haskell-regex-posix/repos (8 files)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 23:07:39
  Author: jelle
Revision: 99320

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

Added:
  haskell-regex-posix/repos/community-i686/PKGBUILD
(from rev 99319, haskell-regex-posix/trunk/PKGBUILD)
  haskell-regex-posix/repos/community-i686/haskell-regex-posix.install
(from rev 99319, haskell-regex-posix/trunk/haskell-regex-posix.install)
  haskell-regex-posix/repos/community-x86_64/PKGBUILD
(from rev 99319, haskell-regex-posix/trunk/PKGBUILD)
  haskell-regex-posix/repos/community-x86_64/haskell-regex-posix.install
(from rev 99319, haskell-regex-posix/trunk/haskell-regex-posix.install)
Deleted:
  haskell-regex-posix/repos/community-i686/PKGBUILD
  haskell-regex-posix/repos/community-i686/haskell-regex-posix.install
  haskell-regex-posix/repos/community-x86_64/PKGBUILD
  haskell-regex-posix/repos/community-x86_64/haskell-regex-posix.install

--+
 /PKGBUILD|   84 +
 /haskell-regex-posix.install |   36 ++
 community-i686/PKGBUILD  |   41 
 community-i686/haskell-regex-posix.install   |   18 -
 community-x86_64/PKGBUILD|   41 
 community-x86_64/haskell-regex-posix.install |   18 -
 6 files changed, 120 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 21:06:42 UTC (rev 99319)
+++ community-i686/PKGBUILD 2013-10-26 21:07:39 UTC (rev 99320)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-_hkgname=regex-posix
-pkgname=haskell-regex-posix
-pkgver=0.95.2
-pkgrel=4
-pkgdesc='The posix regex backend for regex-base'
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
-
-build() {
-  cd ${srcdir}/${_hkgname}-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
---docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd ${srcdir}/${_hkgname}-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-  runhaskell Setup copy --destdir=${pkgdir}
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haskell-regex-posix/repos/community-i686/PKGBUILD (from rev 99319, 
haskell-regex-posix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-26 21:07:39 UTC (rev 99320)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-posix
+pkgname=haskell-regex-posix
+pkgver=0.95.2
+pkgrel=5
+pkgdesc='The posix regex backend for regex-base'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/

[arch-commits] Commit in haskell-regex-posix/trunk (PKGBUILD)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 23:06:42
  Author: jelle
Revision: 99319

upgpkg: haskell-regex-posix 0.95.2-5

add staticlibs

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 21:05:51 UTC (rev 99318)
+++ PKGBUILD2013-10-26 21:06:42 UTC (rev 99319)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=4
+pkgrel=5
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -14,6 +14,7 @@
 depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
+options=('staticlibs')
 sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
 
 build() {



[arch-commits] Commit in haskell-regex-base/repos (8 files)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 23:05:51
  Author: jelle
Revision: 99318

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

Added:
  haskell-regex-base/repos/community-i686/PKGBUILD
(from rev 99317, haskell-regex-base/trunk/PKGBUILD)
  haskell-regex-base/repos/community-i686/haskell-regex-base.install
(from rev 99317, haskell-regex-base/trunk/haskell-regex-base.install)
  haskell-regex-base/repos/community-x86_64/PKGBUILD
(from rev 99317, haskell-regex-base/trunk/PKGBUILD)
  haskell-regex-base/repos/community-x86_64/haskell-regex-base.install
(from rev 99317, haskell-regex-base/trunk/haskell-regex-base.install)
Deleted:
  haskell-regex-base/repos/community-i686/PKGBUILD
  haskell-regex-base/repos/community-i686/haskell-regex-base.install
  haskell-regex-base/repos/community-x86_64/PKGBUILD
  haskell-regex-base/repos/community-x86_64/haskell-regex-base.install

-+
 /PKGBUILD   |   88 ++
 /haskell-regex-base.install |   36 ++
 community-i686/PKGBUILD |   43 
 community-i686/haskell-regex-base.install   |   18 -
 community-x86_64/PKGBUILD   |   43 
 community-x86_64/haskell-regex-base.install |   18 -
 6 files changed, 124 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 21:05:04 UTC (rev 99317)
+++ community-i686/PKGBUILD 2013-10-26 21:05:51 UTC (rev 99318)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-# Contributor: Alexander Rødseth 
-
-_hkgname=regex-base
-pkgname=haskell-regex-base
-pkgver=0.93.2
-pkgrel=14
-pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
-url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
-license=('custom:BSD3')
-arch=('x86_64' 'i686')
-depends=('ghc' 'haskell-mtl')
-source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-install="$pkgname.install"
-sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
-
-build() {
-  cd "$_hkgname-$pkgver"
-
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
---docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd "$_hkgname-$pkgver"
-
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-  runhaskell Setup copy --destdir=${pkgdir}
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haskell-regex-base/repos/community-i686/PKGBUILD (from rev 99317, 
haskell-regex-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-26 21:05:51 UTC (rev 99318)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Contributor: Alexander Rødseth 
+
+_hkgname=regex-base
+pkgname=haskell-regex-base
+pkgver=0.93.2
+pkgrel=15
+pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
+url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-mtl')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
+
+build() {
+  cd "$_hkgname-$pkgver"
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$_hkgname-$pkgver"
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${

[arch-commits] Commit in haskell-regex-base/trunk (PKGBUILD)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 23:05:04
  Author: jelle
Revision: 99317

upgpkg: haskell-regex-base 0.93.2-15

add staticlibs

Modified:
  haskell-regex-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 20:18:27 UTC (rev 99316)
+++ PKGBUILD2013-10-26 21:05:04 UTC (rev 99317)
@@ -6,7 +6,7 @@
 _hkgname=regex-base
 pkgname=haskell-regex-base
 pkgver=0.93.2
-pkgrel=14
+pkgrel=15
 pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
 url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
 license=('custom:BSD3')
@@ -14,6 +14,7 @@
 depends=('ghc' 'haskell-mtl')
 
source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
 install="$pkgname.install"
+options=('staticlibs')
 sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
 
 build() {



[arch-commits] Commit in (3 files)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 22:18:27
  Author: jelle
Revision: 99316

add staticlibs

Modified:
  xmobar/trunk/PKGBUILD
  xmonad-contrib/trunk/PKGBUILD
  xmonad/trunk/PKGBUILD

---+
 xmobar/trunk/PKGBUILD |5 +++--
 xmonad-contrib/trunk/PKGBUILD |1 +
 xmonad/trunk/PKGBUILD |1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

Modified: xmobar/trunk/PKGBUILD
===
--- xmobar/trunk/PKGBUILD   2013-10-26 20:12:38 UTC (rev 99315)
+++ xmobar/trunk/PKGBUILD   2013-10-26 20:18:27 UTC (rev 99316)
@@ -11,9 +11,10 @@
 arch=('i686' 'x86_64')
 depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
 makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
-'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-compat')
-options=('strip')
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat')
+options=('strip' 'staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+options=('staticlibs')
 
 build() {
 cd ${srcdir}/xmobar-$pkgver

Modified: xmonad/trunk/PKGBUILD
===
--- xmonad/trunk/PKGBUILD   2013-10-26 20:12:38 UTC (rev 99315)
+++ xmonad/trunk/PKGBUILD   2013-10-26 20:18:27 UTC (rev 99316)
@@ -16,6 +16,7 @@
 install='xmonad.install'
 
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";
 'xmonad.svg')
+options=('staticlibs')
 md5sums=('5ac9dc1dae5e85dcbdfb9f70cbe312c1'
  '72bfa5e62e4e44fe7fa59b6a7593d993')
 

Modified: xmonad-contrib/trunk/PKGBUILD
===
--- xmonad-contrib/trunk/PKGBUILD   2013-10-26 20:12:38 UTC (rev 99315)
+++ xmonad-contrib/trunk/PKGBUILD   2013-10-26 20:18:27 UTC (rev 99316)
@@ -12,6 +12,7 @@
 license=('BSD')
 depends=('ghc=7.6.3-1' 'xmonad=0.11-7' 'sh' 'haskell-x11=1.6.1.1-3' 
'haskell-x11-xft=0.3.1-9' 'haskell-utf8-string=0.3.7-5' 
'haskell-random=1.0.1.1-5')
 install='xmonad-contrib.install'
+options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
 md5sums=('415a7ed9449198b0e93d49ab0a4a0f72')
 



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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 22:12:38
  Author: heftig
Revision: 99315

noextract

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 20:12:23 UTC (rev 99314)
+++ PKGBUILD2013-10-26 20:12:38 UTC (rev 99315)
@@ -11,6 +11,7 @@
 license=(EPL GPL2 LGPL2.1 custom)
 depends=(java-runtime-headless bash)
 options=(!strip)
+noextract=("$pkgname-bin-${pkgver}.tar.gz")
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
 sha256sums=('16a64c56319fed34ec877cf151f2735c60457abe6c73d9dc32c56cce52b0ce45')
 
@@ -18,7 +19,7 @@
   cd "$pkgdir"
 
   mkdir opt
-  tar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
+  bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
   mv opt/jruby-$pkgver opt/jruby
 
   find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete



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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 22:12:23
  Author: heftig
Revision: 99314

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-26 20:08:43 UTC (rev 99313)
+++ PKGBUILD2013-10-26 20:12:23 UTC (rev 99314)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=1.7.5
-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=('9ebd082cf9f29697c76e503e00b79d30e3e9b87071afb8823c3b8b033f5f5723')
-
-build() {
-  cd jruby-$pkgver/tool/nailgun
-  ./configure
-  make
-}
-
-
-package() {
-  cd "$pkgdir"
-
-  mkdir opt
-  tar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
-  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
-
-  install "$srcdir/$pkgname-$pkgver/tool/nailgun/ng" opt/jruby/tool/nailgun/ng
-
-  mkdir -p usr/bin
-  for _file in jirb{,_swing} jruby 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
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 99313, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-26 20:12:23 UTC (rev 99314)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=1.7.6
+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=('16a64c56319fed34ec877cf151f2735c60457abe6c73d9dc32c56cce52b0ce45')
+
+package() {
+  cd "$pkgdir"
+
+  mkdir opt
+  tar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jgem jruby{,c,fx-{compile,generator,jarify}}; 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 jruby/trunk (PKGBUILD)

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 22:08:43
  Author: heftig
Revision: 99313

1.7.6

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 19:59:17 UTC (rev 99312)
+++ PKGBUILD2013-10-26 20:08:43 UTC (rev 99313)
@@ -3,7 +3,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=1.7.5
+pkgver=1.7.6
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 arch=(any)
@@ -12,15 +12,8 @@
 depends=(java-runtime-headless bash)
 options=(!strip)
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('9ebd082cf9f29697c76e503e00b79d30e3e9b87071afb8823c3b8b033f5f5723')
+sha256sums=('16a64c56319fed34ec877cf151f2735c60457abe6c73d9dc32c56cce52b0ce45')
 
-build() {
-  cd jruby-$pkgver/tool/nailgun
-  ./configure
-  make
-}
-
-
 package() {
   cd "$pkgdir"
 
@@ -31,10 +24,8 @@
   find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
   rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
 
-  install "$srcdir/$pkgname-$pkgver/tool/nailgun/ng" opt/jruby/tool/nailgun/ng
-
   mkdir -p usr/bin
-  for _file in jirb{,_swing} jruby jgem; do
+  for _file in jirb{,_swing} jgem jruby{,c,fx-{compile,generator,jarify}}; do
 ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
   done
 



[arch-commits] Commit in lib32-glibc/repos (11 files)

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:59:17
  Author: heftig
Revision: 99312

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glibc/repos/multilib-testing-x86_64/
  lib32-glibc/repos/multilib-testing-x86_64/PKGBUILD
(from rev 99311, lib32-glibc/trunk/PKGBUILD)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
(from rev 99311, 
lib32-glibc/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-getaddrinfo-assertion.patch
(from rev 99311, lib32-glibc/trunk/glibc-2.18-getaddrinfo-assertion.patch)
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-make-4.patch
(from rev 99311, lib32-glibc/trunk/glibc-2.18-make-4.patch)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
(from rev 99311, 
lib32-glibc/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
(from rev 99311, 
lib32-glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-readdir_r-CVE-2013-4237.patch
(from rev 99311, lib32-glibc/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch)
  
lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
(from rev 99311, 
lib32-glibc/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch)
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-strstr-hackfix.patch
(from rev 99311, lib32-glibc/trunk/glibc-2.18-strstr-hackfix.patch)
  lib32-glibc/repos/multilib-testing-x86_64/lib32-glibc.conf
(from rev 99311, lib32-glibc/trunk/lib32-glibc.conf)

---+
 PKGBUILD  |  170 
 glibc-2.18-getaddrinfo-CVE-2013-4458.patch|   41 
 glibc-2.18-getaddrinfo-assertion.patch|   39 
 glibc-2.18-make-4.patch   |   45 +
 glibc-2.18-malloc-corrupt-CVE-2013-4332.patch |   54 +
 glibc-2.18-ptr-mangle-CVE-2013-4788.patch |  485 +++
 glibc-2.18-readdir_r-CVE-2013-4237.patch  |  281 ++
 glibc-2.18-strcoll-CVE-2012-4412+4424.patch   | 1004 
 glibc-2.18-strstr-hackfix.patch   |   13 
 lib32-glibc.conf  |1 
 10 files changed, 2133 insertions(+)

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


[arch-commits] Commit in lib32-glibc/trunk (3 files)

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:57:23
  Author: heftig
Revision: 99311

2.18-9

Added:
  lib32-glibc/trunk/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
  lib32-glibc/trunk/glibc-2.18-getaddrinfo-assertion.patch
Modified:
  lib32-glibc/trunk/PKGBUILD

+
 PKGBUILD   |   17 +++
 glibc-2.18-getaddrinfo-CVE-2013-4458.patch |   41 +++
 glibc-2.18-getaddrinfo-assertion.patch |   39 +
 3 files changed, 92 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 19:51:38 UTC (rev 99310)
+++ PKGBUILD2013-10-26 19:57:23 UTC (rev 99311)
@@ -9,7 +9,7 @@
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
 pkgver=2.18
-pkgrel=8
+pkgrel=9
 pkgdesc="GNU C Library for multilib"
 arch=('x86_64')
 url="http://www.gnu.org/software/libc";
@@ -22,6 +22,8 @@
 glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
 glibc-2.18-strcoll-CVE-2012-4412+4424.patch
 glibc-2.18-ptr-mangle-CVE-2013-4788.patch
+glibc-2.18-getaddrinfo-CVE-2013-4458.patch
+glibc-2.18-getaddrinfo-assertion.patch
 glibc-2.18-strstr-hackfix.patch
 lib32-glibc.conf)
 md5sums=('88fbbceafee809e82efd52efa1e3c58f'
@@ -31,6 +33,8 @@
  'b79561ab9dce900e9bbeaf0d49927c2b'
  'c7264b99d0f7e51922a4d3126182c40a'
  '9749ba386b08a8fe53e7ecede9bf2dfb'
+ '71329fccb8eb583fb0d67b55f1e8df68'
+ 'd4d86add33f22125777e0ecff06bc9bb'
  '4441f6dfe7d75ced1fa75e54dd21d36e'
  '6e052f1cb693d5d3203f50f9d4e8c33b')
 
@@ -47,13 +51,17 @@
   patch -p1 -i $srcdir/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch
 
   # upstream commits 1326ba1a, 141f3a77 and 303e567a
-  # https://sourceware.org/ml/libc-alpha/2013-08/msg00394.html
-  # https://sourceware.org/ml/libc-alpha/2013-08/msg00462.html
   patch -p1 -i $srcdir/glibc-2.18-strcoll-CVE-2012-4412+4424.patch
 
   # upstream commits c61b4d41 and 0b1f8e35
   patch -p1 -i $srcdir/glibc-2.18-ptr-mangle-CVE-2013-4788.patch
 
+  # upstream commit 7cbcdb36
+  patch -p1 -i $srcdir/glibc-2.18-getaddrinfo-CVE-2013-4458.patch
+
+  # upstream commit 894f3f10
+  patch -p1 -i $srcdir/glibc-2.18-getaddrinfo-assertion.patch
+
   # hack fix for strstr issues on x86
   patch -p1 -i $srcdir/glibc-2.18-strstr-hackfix.patch
 
@@ -135,9 +143,8 @@
   ln -s ../lib/locale "$pkgdir/usr/lib32/locale"
 
   # remove the static libraries that have a shared counterpart
-  cd $pkgdir/usr/lib32
   # note: keep libc, libdl, libm, libpthread for binutils testsuite
-  rm lib{anl,BrokenLocale,crypt,nsl,resolv,rt,util}.a
+  rm $pkgdir/usr/lib32/lib{anl,BrokenLocale,crypt,nsl,resolv,rt,util}.a
 
   # Do not strip the following files for improved debugging support
   # ("improved" as in not breaking gdb and valgrind...):

Added: glibc-2.18-getaddrinfo-CVE-2013-4458.patch
===
--- glibc-2.18-getaddrinfo-CVE-2013-4458.patch  (rev 0)
+++ glibc-2.18-getaddrinfo-CVE-2013-4458.patch  2013-10-26 19:57:23 UTC (rev 
99311)
@@ -0,0 +1,41 @@
+diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c
+index e6ce4cf..8ff74b4 100644
+--- a/sysdeps/posix/getaddrinfo.c
 b/sysdeps/posix/getaddrinfo.c
+@@ -197,7 +197,22 @@ gaih_inet_serv (const char *servicename, const struct 
gaih_typeproto *tp,
+   &rc, &herrno, NULL, &localcanon));\
+ if (rc != ERANGE || herrno != NETDB_INTERNAL)   \
+   break;\
+-tmpbuf = extend_alloca (tmpbuf, tmpbuflen, 2 * tmpbuflen);
  \
++if (!malloc_tmpbuf && __libc_use_alloca (alloca_used + 2 * tmpbuflen))
\
++  tmpbuf = extend_alloca_account (tmpbuf, tmpbuflen, 2 * tmpbuflen,   
  \
++alloca_used);   \
++else\
++  {   
  \
++  char *newp = realloc (malloc_tmpbuf ? tmpbuf : NULL,  \
++2 * tmpbuflen); \
++  if (newp == NULL) \
++{   \
++  result = -EAI_MEMORY; \
++  goto free_and_return; \
++}   \
++  tmpbuf = newp;\
++  malloc_tmpbuf = true; \
++  tmpbuflen = 2 * tmpbuflen;

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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:49:49
  Author: heftig
Revision: 197548

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

Added:
  smpeg2/repos/staging-i686/
  smpeg2/repos/staging-i686/PKGBUILD
(from rev 197547, smpeg2/trunk/PKGBUILD)
  smpeg2/repos/staging-x86_64/
  smpeg2/repos/staging-x86_64/PKGBUILD
(from rev 197547, smpeg2/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: smpeg2/repos/staging-i686/PKGBUILD (from rev 197547, 
smpeg2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-26 19:49:49 UTC (rev 197548)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=smpeg2
+epoch=1
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="SDL2 MPEG Player Library"
+arch=('i686' 'x86_64')
+url="http://icculus.org/smpeg/";
+license=('LGPL')
+depends=('sdl2' 'gcc-libs')
+makedepends=('svn')
+options=('!libtool')
+source=("${pkgname}::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+
+  # hacky way of resolving conflicts
+  rm ${pkgdir}/usr/bin/plaympeg
+  rm -r ${pkgdir}/usr/share/man
+}

Copied: smpeg2/repos/staging-x86_64/PKGBUILD (from rev 197547, 
smpeg2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-26 19:49:49 UTC (rev 197548)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=smpeg2
+epoch=1
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="SDL2 MPEG Player Library"
+arch=('i686' 'x86_64')
+url="http://icculus.org/smpeg/";
+license=('LGPL')
+depends=('sdl2' 'gcc-libs')
+makedepends=('svn')
+options=('!libtool')
+source=("${pkgname}::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  ./autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir} install
+
+  # hacky way of resolving conflicts
+  rm ${pkgdir}/usr/bin/plaympeg
+  rm -r ${pkgdir}/usr/share/man
+}



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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:49:19
  Author: heftig
Revision: 197547

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

Added:
  sdl2_ttf/repos/staging-i686/
  sdl2_ttf/repos/staging-i686/PKGBUILD
(from rev 197546, sdl2_ttf/trunk/PKGBUILD)
  sdl2_ttf/repos/staging-x86_64/
  sdl2_ttf/repos/staging-x86_64/PKGBUILD
(from rev 197546, sdl2_ttf/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: sdl2_ttf/repos/staging-i686/PKGBUILD (from rev 197546, 
sdl2_ttf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-26 19:49:19 UTC (rev 197547)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2_ttf
+pkgver=2.0.12
+pkgrel=2
+pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_ttf";
+license=('MIT')
+depends=('sdl2' 'freetype2')
+makedepends=('cmake')
+options=(!libtool)
+source=("$url/release/SDL2_ttf-${pkgver}.tar.gz")
+md5sums=('79787216b56cb4707f39d538f2225e00')
+
+build() {
+  cd "${srcdir}/SDL2_ttf-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_ttf-${pkgver}/"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: sdl2_ttf/repos/staging-x86_64/PKGBUILD (from rev 197546, 
sdl2_ttf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-26 19:49:19 UTC (rev 197547)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2_ttf
+pkgver=2.0.12
+pkgrel=2
+pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_ttf";
+license=('MIT')
+depends=('sdl2' 'freetype2')
+makedepends=('cmake')
+options=(!libtool)
+source=("$url/release/SDL2_ttf-${pkgver}.tar.gz")
+md5sums=('79787216b56cb4707f39d538f2225e00')
+
+build() {
+  cd "${srcdir}/SDL2_ttf-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_ttf-${pkgver}/"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:48:48
  Author: heftig
Revision: 197546

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

Added:
  sdl2_net/repos/staging-i686/
  sdl2_net/repos/staging-i686/PKGBUILD
(from rev 197545, sdl2_net/trunk/PKGBUILD)
  sdl2_net/repos/staging-x86_64/
  sdl2_net/repos/staging-x86_64/PKGBUILD
(from rev 197545, sdl2_net/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: sdl2_net/repos/staging-i686/PKGBUILD (from rev 197545, 
sdl2_net/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-26 19:48:48 UTC (rev 197546)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2_net
+epoch=1
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A small sample cross-platform networking library (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_net";
+license=('MIT')
+depends=(sdl2)
+options=(!libtool)
+source=("$url/release/SDL2_net-${pkgver}.tar.gz")
+md5sums=('83bcd0e67796b81b35b08a014c677200')
+
+build() {
+  cd "${srcdir}/SDL2_net-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_net-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: sdl2_net/repos/staging-x86_64/PKGBUILD (from rev 197545, 
sdl2_net/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-26 19:48:48 UTC (rev 197546)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2_net
+epoch=1
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A small sample cross-platform networking library (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_net";
+license=('MIT')
+depends=(sdl2)
+options=(!libtool)
+source=("$url/release/SDL2_net-${pkgver}.tar.gz")
+md5sums=('83bcd0e67796b81b35b08a014c677200')
+
+build() {
+  cd "${srcdir}/SDL2_net-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_net-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:48:19
  Author: heftig
Revision: 197545

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

Added:
  sdl2_mixer/repos/staging-i686/
  sdl2_mixer/repos/staging-i686/PKGBUILD
(from rev 197544, sdl2_mixer/trunk/PKGBUILD)
  sdl2_mixer/repos/staging-x86_64/
  sdl2_mixer/repos/staging-x86_64/PKGBUILD
(from rev 197544, sdl2_mixer/trunk/PKGBUILD)

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

Copied: sdl2_mixer/repos/staging-i686/PKGBUILD (from rev 197544, 
sdl2_mixer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-26 19:48:19 UTC (rev 197545)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2_mixer
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A simple multi-channel audio mixer (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_mixer";
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+options=(!libtool)
+source=("$url/release/SDL2_mixer-${pkgver}.tar.gz")
+md5sums=('65f6d80df073a1fb3bb537fbda031b50')
+
+build() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: sdl2_mixer/repos/staging-x86_64/PKGBUILD (from rev 197544, 
sdl2_mixer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-26 19:48:19 UTC (rev 197545)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2_mixer
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A simple multi-channel audio mixer (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_mixer";
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+options=(!libtool)
+source=("$url/release/SDL2_mixer-${pkgver}.tar.gz")
+md5sums=('65f6d80df073a1fb3bb537fbda031b50')
+
+build() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:47:17
  Author: heftig
Revision: 197543

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

Added:
  sdl2_image/repos/staging-i686/
  sdl2_image/repos/staging-i686/PKGBUILD
(from rev 197542, sdl2_image/trunk/PKGBUILD)
  sdl2_image/repos/staging-x86_64/
  sdl2_image/repos/staging-x86_64/PKGBUILD
(from rev 197542, sdl2_image/trunk/PKGBUILD)

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

Copied: sdl2_image/repos/staging-i686/PKGBUILD (from rev 197542, 
sdl2_image/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-26 19:47:17 UTC (rev 197543)
@@ -0,0 +1,27 @@
+#Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2_image
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A simple library to load images of various formats as SDL surfaces 
(Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_image";
+license=('MIT')
+depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
+makedepends=('cmake')
+options=(!libtool)
+source=("$url/release/SDL2_image-${pkgver}.tar.gz")
+sha1sums=('20b1b0db9dd540d6d5e40c7da8a39c6a81248865')
+
+build() {
+  cd "${srcdir}/SDL2_image-${pkgver}/"
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_image-${pkgver}/"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: sdl2_image/repos/staging-x86_64/PKGBUILD (from rev 197542, 
sdl2_image/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-26 19:47:17 UTC (rev 197543)
@@ -0,0 +1,27 @@
+#Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2_image
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="A simple library to load images of various formats as SDL surfaces 
(Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_image";
+license=('MIT')
+depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
+makedepends=('cmake')
+options=(!libtool)
+source=("$url/release/SDL2_image-${pkgver}.tar.gz")
+sha1sums=('20b1b0db9dd540d6d5e40c7da8a39c6a81248865')
+
+build() {
+  cd "${srcdir}/SDL2_image-${pkgver}/"
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_image-${pkgver}/"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:47:47
  Author: heftig
Revision: 197544

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

Added:
  sdl2_gfx/repos/staging-i686/
  sdl2_gfx/repos/staging-i686/PKGBUILD
(from rev 197543, sdl2_gfx/trunk/PKGBUILD)
  sdl2_gfx/repos/staging-x86_64/
  sdl2_gfx/repos/staging-x86_64/PKGBUILD
(from rev 197543, sdl2_gfx/trunk/PKGBUILD)

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

Copied: sdl2_gfx/repos/staging-i686/PKGBUILD (from rev 197543, 
sdl2_gfx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-26 19:47:47 UTC (rev 197544)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jameson Pugh 
+
+pkgname=sdl2_gfx
+pkgver=7
+pkgrel=1
+pkgdesc="SDL Graphic Primitives (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx";
+license=('zlib')
+depends=('sdl2')
+makedepends=('svn')
+options=(!libtool)
+source=("sdl2-gfx::svn://svn.code.sf.net/p/sdl2gfx/code/trunk#revision=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/sdl2-gfx"
+
+  ./autogen.sh
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/sdl2-gfx"
+  make DESTDIR="${pkgdir}/" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: sdl2_gfx/repos/staging-x86_64/PKGBUILD (from rev 197543, 
sdl2_gfx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-26 19:47:47 UTC (rev 197544)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jameson Pugh 
+
+pkgname=sdl2_gfx
+pkgver=7
+pkgrel=1
+pkgdesc="SDL Graphic Primitives (Version 2)"
+arch=('i686' 'x86_64')
+url="http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx";
+license=('zlib')
+depends=('sdl2')
+makedepends=('svn')
+options=(!libtool)
+source=("sdl2-gfx::svn://svn.code.sf.net/p/sdl2gfx/code/trunk#revision=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/sdl2-gfx"
+
+  ./autogen.sh
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/sdl2-gfx"
+  make DESTDIR="${pkgdir}/" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:46:22
  Author: heftig
Revision: 197542

2.0.0

Modified:
  smpeg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 19:44:56 UTC (rev 197541)
+++ PKGBUILD2013-10-26 19:46:22 UTC (rev 197542)
@@ -1,22 +1,21 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=smpeg2
-pkgver=412
-pkgrel=2
+epoch=1
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="SDL2 MPEG Player Library"
 arch=('i686' 'x86_64')
 url="http://icculus.org/smpeg/";
 license=('LGPL')
-depends=('sdl2')
-makedepends=('gtk' 'mesa' 'glu' 'svn')
-optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
+depends=('sdl2' 'gcc-libs')
+makedepends=('svn')
 options=('!libtool')
-source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
+source=("${pkgname}::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")
 md5sums=('SKIP')
 
 build() {
-  cd ${srcdir}/trunk
-  sed -i s/SDL_CONFIG/SDL2_CONFIG/g smpeg2-config.in
+  cd ${srcdir}/${pkgname}
   ./autogen.sh
   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
   make
@@ -23,7 +22,7 @@
 }
 
 package() {
-  cd ${srcdir}/trunk
+  cd ${srcdir}/${pkgname}
   make DESTDIR=${pkgdir} install
 
   # hacky way of resolving conflicts



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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:44:56
  Author: heftig
Revision: 197541

sdl2 rebuild

Modified:
  sdl2_ttf/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 19:34:39 UTC (rev 197540)
+++ PKGBUILD2013-10-26 19:44:56 UTC (rev 197541)
@@ -1,22 +1,22 @@
+# $Id$
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=sdl2_ttf
 pkgver=2.0.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)"
 arch=('i686' 'x86_64')
-url="http://www.libsdl.org";
+url="http://www.libsdl.org/projects/SDL_ttf";
 license=('MIT')
 depends=('sdl2' 'freetype2')
 makedepends=('cmake')
 options=(!libtool)
-source=("http://www.libsdl.org/tmp/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz";)
-md5sums=('a0925e117cc5f0fb7cf2a66c7968c117')
+source=("$url/release/SDL2_ttf-${pkgver}.tar.gz")
+md5sums=('79787216b56cb4707f39d538f2225e00')
 
 build() {
   cd "${srcdir}/SDL2_ttf-${pkgver}/"
 
-  ./autogen.sh
   ./configure --disable-static --prefix=/usr
   make
 }
@@ -25,6 +25,5 @@
   cd "${srcdir}/SDL2_ttf-${pkgver}/"
 
   make DESTDIR="${pkgdir}/" install
-
   install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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


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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:34:39
  Author: heftig
Revision: 197540

sdl2 rebuild

Modified:
  sdl2_mixer/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 19:34:31 UTC (rev 197539)
+++ PKGBUILD2013-10-26 19:34:39 UTC (rev 197540)
@@ -1,18 +1,19 @@
-#Maintainer: Sven-Hendrik Haase 
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
 
 pkgname=sdl2_mixer
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple multi-channel audio mixer (Version 2)"
 arch=('i686' 'x86_64')
-url="http://www.libsdl.org";
+url="http://www.libsdl.org/projects/SDL_mixer";
 license=('MIT')
 depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
 makedepends=('fluidsynth')
 optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
 options=(!libtool)
-source=("http://www.libsdl.org/tmp/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz";)
-md5sums=('4c85cdc7b6d162afb918aed626436109')
+source=("$url/release/SDL2_mixer-${pkgver}.tar.gz")
+md5sums=('65f6d80df073a1fb3bb537fbda031b50')
 
 build() {
   cd "${srcdir}/SDL2_mixer-${pkgver}/"


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


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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:34:31
  Author: heftig
Revision: 197539

2.0.0

Modified:
  sdl2_net/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 19:30:08 UTC (rev 197538)
+++ PKGBUILD2013-10-26 19:34:31 UTC (rev 197539)
@@ -1,30 +1,29 @@
+# $Id$
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=sdl2_net
-pkgver=249
+epoch=1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="A small sample cross-platform networking library (Version 2)"
 arch=('i686' 'x86_64')
-url="http://www.libsdl.org";
+url="http://www.libsdl.org/projects/SDL_net";
 license=('MIT')
 depends=(sdl2)
-makedepends=(mercurial)
 options=(!libtool)
-source=("sdl2_net::hg+http://hg.libsdl.org/SDL_net#revision=$pkgver";)
-md5sums=('SKIP')
+source=("$url/release/SDL2_net-${pkgver}.tar.gz")
+md5sums=('83bcd0e67796b81b35b08a014c677200')
 
 build() {
-  cd "${srcdir}/sdl2_net/"
+  cd "${srcdir}/SDL2_net-${pkgver}/"
 
-  ./autogen.sh
   ./configure --disable-static --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/sdl2_net/"
+  cd "${srcdir}/SDL2_net-${pkgver}/"
 
-  make DESTDIR="${pkgdir}/" install
-
+  make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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


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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:30:08
  Author: heftig
Revision: 197538

sdl2 rebuild

Modified:
  sdl2_image/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 19:29:11 UTC (rev 197537)
+++ PKGBUILD2013-10-26 19:30:08 UTC (rev 197538)
@@ -2,16 +2,16 @@
 
 pkgname=sdl2_image
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple library to load images of various formats as SDL surfaces 
(Version 2)"
 arch=('i686' 'x86_64')
-url="http://www.libsdl.org";
+url="http://www.libsdl.org/projects/SDL_image";
 license=('MIT')
 depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
 makedepends=('cmake')
 options=(!libtool)
-source=("http://www.libsdl.org/tmp/SDL_image/release/SDL2_image-${pkgver}.tar.gz";)
-sha1sums=('1a37f0f63421bd1b86dd6ddabcb04fa8f28874ce')
+source=("$url/release/SDL2_image-${pkgver}.tar.gz")
+sha1sums=('20b1b0db9dd540d6d5e40c7da8a39c6a81248865')
 
 build() {
   cd "${srcdir}/SDL2_image-${pkgver}/"


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


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

2013-10-26 Thread Jan Steffens
Date: Saturday, October 26, 2013 @ 21:29:11
  Author: heftig
Revision: 197537

bump; sdl2 rebuild

Modified:
  sdl2_gfx/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 17:26:39 UTC (rev 197536)
+++ PKGBUILD2013-10-26 19:29:11 UTC (rev 197537)
@@ -2,7 +2,7 @@
 # Contributor: Jameson Pugh 
 
 pkgname=sdl2_gfx
-pkgver=5
+pkgver=7
 pkgrel=1
 pkgdesc="SDL Graphic Primitives (Version 2)"
 arch=('i686' 'x86_64')


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


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

2013-10-26 Thread Laurent Carlier
Date: Saturday, October 26, 2013 @ 21:22:49
  Author: lcarlier
Revision: 99309

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

Added:
  gambas3/repos/community-i686/PKGBUILD
(from rev 99308, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-i686/gambas3-3.4.1-llvm-3.3.patch
(from rev 99308, gambas3/trunk/gambas3-3.4.1-llvm-3.3.patch)
  gambas3/repos/community-i686/gambas3-runtime.install
(from rev 99308, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-i686/gambas3-script.install
(from rev 99308, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 99308, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-x86_64/gambas3-3.4.1-llvm-3.3.patch
(from rev 99308, gambas3/trunk/gambas3-3.4.1-llvm-3.3.patch)
  gambas3/repos/community-x86_64/gambas3-runtime.install
(from rev 99308, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-x86_64/gambas3-script.install
(from rev 99308, gambas3/trunk/gambas3-script.install)
Deleted:
  gambas3/repos/community-i686/PKGBUILD
  gambas3/repos/community-i686/gambas3-3.4.1-llvm-3.3.patch
  gambas3/repos/community-i686/gambas3-runtime.install
  gambas3/repos/community-i686/gambas3-script.install
  gambas3/repos/community-x86_64/PKGBUILD
  gambas3/repos/community-x86_64/gambas3-3.4.1-llvm-3.3.patch
  gambas3/repos/community-x86_64/gambas3-runtime.install
  gambas3/repos/community-x86_64/gambas3-script.install

---+
 /PKGBUILD | 1928 
 /gambas3-3.4.1-llvm-3.3.patch |  172 ++
 /gambas3-runtime.install  |   20 
 /gambas3-script.install   |   30 
 community-i686/PKGBUILD   |  952 ---
 community-i686/gambas3-3.4.1-llvm-3.3.patch   |   86 -
 community-i686/gambas3-runtime.install|   10 
 community-i686/gambas3-script.install |   15 
 community-x86_64/PKGBUILD |  952 ---
 community-x86_64/gambas3-3.4.1-llvm-3.3.patch |   86 -
 community-x86_64/gambas3-runtime.install  |   10 
 community-x86_64/gambas3-script.install   |   15 
 12 files changed, 2150 insertions(+), 2126 deletions(-)

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


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

2013-10-26 Thread Laurent Carlier
Date: Saturday, October 26, 2013 @ 21:22:31
  Author: lcarlier
Revision: 99308

upgpkg: gambas3 3.5.0-2

Move clipper component into its own package

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 18:27:15 UTC (rev 99307)
+++ PKGBUILD2013-10-26 19:22:31 UTC (rev 99308)
@@ -3,8 +3,8 @@
 # Contributor : sebikul 
 
 pkgbase=gambas3
-_components=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-dbus' 'gambas3-gb-complex'
- 'gambas3-gb-compress' 'gambas3-gb-crypt' 'gambas3-gb-data' 
'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
+_components=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-clipper' 'gambas3-gb-complex'
+ 'gambas3-gb-compress' 'gambas3-gb-crypt' 'gambas3-gb-dbus' 
'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
  'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 
'gambas3-gb-db-sqlite2' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db' 
  'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop' 
'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 'gambas3-gb-form-dialog' 
'gambas3-gb-form-mdi' 
  'gambas3-gb-form-stock' 'gambas3-gb-form' 'gambas3-gb-gmp' 
'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-image-effect'
@@ -16,7 +16,7 @@
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
 pkgver=3.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/";
@@ -91,6 +91,18 @@
   mv -v usr/share/gambas3/info/gb.chart.* ${pkgdir}/usr/share/gambas3/info/
 }
 
+package_gambas3-gb-clipper() {
+  depends=('gambas3-gb-runtime')
+  pkgdesc="Polygon clipping component"
+
+  cd ${srcdir}/fakeinstall
+  
+  create_dirs
+  
+  mv -v usr/lib/gambas3/gb.clipper.* ${pkgdir}/usr/lib/gambas3/
+  mv -v usr/share/gambas3/info/gb.clipper.* ${pkgdir}/usr/share/gambas3/info/
+}
+
 package_gambas3-gb-complex() {
   depends=('gambas3-runtime')
   pkgdesc="Complex numbers component"



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:27:15
  Author: jelle
Revision: 99307

add staticlibs to keep the static libs

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 18:26:30 UTC (rev 99306)
+++ PKGBUILD2013-10-26 18:27:15 UTC (rev 99307)
@@ -16,6 +16,7 @@
 conflicts=(haskell-x11-extras)
 install=hsmod.install
 
source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+options=('staticlibs')
 md5sums=('80638b99238f72d4cc351b4fbd7274fc')
 
 build() {



[arch-commits] Commit in haskell-x11-xft/trunk (PKGBUILD)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:26:30
  Author: jelle
Revision: 99306

add staticlibs to keep the static libs

Modified:
  haskell-x11-xft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 18:25:02 UTC (rev 99305)
+++ PKGBUILD2013-10-26 18:26:30 UTC (rev 99306)
@@ -13,6 +13,7 @@
 options=('strip')
 install=haskell-x11-xft.install
 
source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
 md5sums=('ad885150a59f63de328e73abe5ffc79e')
 
 build() {



[arch-commits] Commit in haskell-extensible-exceptions/trunk (PKGBUILD)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:24:25
  Author: jelle
Revision: 99304

add staticlibs to keep the static libs

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 18:21:31 UTC (rev 99303)
+++ PKGBUILD2013-10-26 18:24:25 UTC (rev 99304)
@@ -12,6 +12,7 @@
 depends=('ghc=7.6.3-1' sh)
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
+options=('staticlibs')
 md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
 
 build() {



[arch-commits] Commit in haskell-utf8-string/trunk (PKGBUILD)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:25:02
  Author: jelle
Revision: 99305

add staticlibs to keep the static libs

Modified:
  haskell-utf8-string/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 18:24:25 UTC (rev 99304)
+++ PKGBUILD2013-10-26 18:25:02 UTC (rev 99305)
@@ -13,8 +13,8 @@
 depends=('ghc=7.6.3-1' 'sh')
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+options=('staticlibs')
 md5sums=('50e5c395713e716e0e4a56da73f87ccd')
-options=('staticlibs')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



[arch-commits] Commit in haskell-data-default (6 files)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:21:31
  Author: jelle
Revision: 99303

add staticlibs to keep the static libs

Modified:
  haskell-data-default-class/trunk/PKGBUILD
  haskell-data-default-instances-base/trunk/PKGBUILD
  haskell-data-default-instances-containers/trunk/PKGBUILD
  haskell-data-default-instances-dlist/trunk/PKGBUILD
  haskell-data-default-instances-old-locale/trunk/PKGBUILD
  haskell-data-default/trunk/PKGBUILD

--+
 -class/trunk/PKGBUILD|2 ++
 -instances-base/trunk/PKGBUILD   |2 ++
 -instances-containers/trunk/PKGBUILD |2 ++
 -instances-dlist/trunk/PKGBUILD  |2 ++
 -instances-old-locale/trunk/PKGBUILD |2 ++
 trunk/PKGBUILD   |2 ++
 6 files changed, 12 insertions(+)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-10-26 18:18:19 UTC (rev 99302)
+++ trunk/PKGBUILD  2013-10-26 18:21:31 UTC (rev 99303)
@@ -13,6 +13,8 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('03a98d999273ad20d5bc0c711bf1c533')
+options=('staticlibs')
+
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
 runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \

Modified: -class/trunk/PKGBUILD
===
--- -class/trunk/PKGBUILD   2013-10-26 18:18:19 UTC (rev 99302)
+++ -class/trunk/PKGBUILD   2013-10-26 18:21:31 UTC (rev 99303)
@@ -13,6 +13,8 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('abfd756bcc6d92e47436992c80ccdb80')
+options=('staticlibs')
+
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
 runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \

Modified: -instances-base/trunk/PKGBUILD
===
--- -instances-base/trunk/PKGBUILD  2013-10-26 18:18:19 UTC (rev 99302)
+++ -instances-base/trunk/PKGBUILD  2013-10-26 18:21:31 UTC (rev 99303)
@@ -13,6 +13,8 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('37fc6531e0227bcf9cfbbf85f04e759d')
+options=('staticlibs')
+
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
 runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \

Modified: -instances-containers/trunk/PKGBUILD
===
--- -instances-containers/trunk/PKGBUILD2013-10-26 18:18:19 UTC (rev 
99302)
+++ -instances-containers/trunk/PKGBUILD2013-10-26 18:21:31 UTC (rev 
99303)
@@ -13,6 +13,8 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('1c574d87bf9bc69d4748e3236d575a3c')
+options=('staticlibs')
+
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
 runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \

Modified: -instances-dlist/trunk/PKGBUILD
===
--- -instances-dlist/trunk/PKGBUILD 2013-10-26 18:18:19 UTC (rev 99302)
+++ -instances-dlist/trunk/PKGBUILD 2013-10-26 18:21:31 UTC (rev 99303)
@@ -13,6 +13,8 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('6683d943ab70b7077ff6837fce75b4de')
+options=('staticlibs')
+
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
 runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \

Modified: -instances-old-locale/trunk/PKGBUILD
===
--- -instances-old-locale/trunk/PKGBUILD2013-10-26 18:18:19 UTC (rev 
99302)
+++ -instances-old-locale/trunk/PKGBUILD2013-10-26 18:21:31 UTC (rev 
99303)
@@ -13,6 +13,8 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('43bd868049d870ee722eda6bdd89fc28')
+options=('staticlibs')
+
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
 runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \



[arch-commits] Commit in haskell-utf8-string/trunk (PKGBUILD)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:18:19
  Author: jelle
Revision: 99302

add staticlibs to keep the static libs

Modified:
  haskell-utf8-string/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 18:08:20 UTC (rev 99301)
+++ PKGBUILD2013-10-26 18:18:19 UTC (rev 99302)
@@ -14,6 +14,7 @@
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('50e5c395713e716e0e4a56da73f87ccd')
+options=('staticlibs')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:08:20
  Author: jelle
Revision: 99301

add staticlibs to keep the static libs

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 18:06:07 UTC (rev 99300)
+++ PKGBUILD2013-10-26 18:08:20 UTC (rev 99301)
@@ -13,6 +13,7 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('ec2719d444a6561b2424dcef10b4fe34')
+options=('staticlibs')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:06:07
  Author: jelle
Revision: 99300

add staticlibs to keep the static libs

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 18:03:47 UTC (rev 99299)
+++ PKGBUILD2013-10-26 18:06:07 UTC (rev 99300)
@@ -13,6 +13,7 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
 md5sums=('a0008fce2e12a18ab230516132d4117e')
+options=('staticlibs')
 
 build() {
 cd ${srcdir}/${_hkgname}-$pkgver



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:03:47
  Author: jelle
Revision: 99299

add staticlibs to keep the static libs

Modified:
  haskell-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 17:45:47 UTC (rev 99298)
+++ PKGBUILD2013-10-26 18:03:47 UTC (rev 99299)
@@ -18,6 +18,7 @@
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('4780e5409eff55bbfdd7470ef802a087a04048c9cd5efe0482c82878292f19ea')
 install="${pkgname}.install"
+options=('staticlibs')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2013-10-26 Thread Alexandre Filgueira
Date: Saturday, October 26, 2013 @ 19:45:47
  Author: faidoc
Revision: 99298

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 99296, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
(from rev 99296, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 99296, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
(from rev 99296, cinnamon-desktop/trunk/cinnamon-desktop.install)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install

---+
 /PKGBUILD |   58 
 /cinnamon-desktop.install |   22 ++
 community-i686/PKGBUILD   |   29 --
 community-i686/cinnamon-desktop.install   |   11 -
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/cinnamon-desktop.install |   11 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 17:45:34 UTC (rev 99297)
+++ community-i686/PKGBUILD 2013-10-26 17:45:47 UTC (rev 99298)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile)
-makedepends=(intltool gobject-introspection gnome-common)
-url="https://github.com/linuxmint/cinnamon-desktop";
-options=(!libtool)
-install=cinnamon-desktop.install
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";)
-sha256sums=('326bb7f02692a0baa21821ec70968be3cf70702d8330a7452aa03f9fbc851de1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 99296, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-26 17:45:47 UTC (rev 99298)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile)
+makedepends=(intltool gobject-introspection gnome-common)
+url="https://github.com/linuxmint/cinnamon-desktop";
+options=(!libtool)
+install=cinnamon-desktop.install
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";)
+sha256sums=('3a417c6f1a1f77182c794e8df6bbea7f36bf3501a332f974322fa4dd0759319d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/cinnamon-desktop.install
===
--- community-i686/cinnamon-desktop.install 2013-10-26 17:45:34 UTC (rev 
99297)
+++ community-i686/cinnamon-desktop.install 2013-10-26 17:45:47 UTC (rev 
99298)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cinnamon-desktop/repos/community-i686/cinnamon-desktop.install (from 
rev 99296, cinnamon-desktop/trunk/cinnamon-desktop.install)
===
--- community-i686/cinnamon-desktop.install (rev 0)
+++ community-i686/cinnamon-desktop.install 2013-10-26 17:45:47 UTC (rev 
99298)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-26 17:45:34 UTC (rev 99297)
+++ community-x86_64/PKGBUILD   2013-10-26 17:45:47 UTC (rev 99298)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=

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

2013-10-26 Thread Laurent Carlier
Date: Saturday, October 26, 2013 @ 19:45:34
  Author: lcarlier
Revision: 99297

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  261 ++---
 1 file changed, 131 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-26 17:44:32 UTC (rev 99296)
+++ PKGBUILD2013-10-26 17:45:34 UTC (rev 99297)
@@ -1,130 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Sebastian Nowicki 
-# Contributor: Devin Cofer 
-# Contributor: Tobias Kieslich 
-# Contributor: Geoffroy Carrier 
-# Contributor: Tomas Lindquist Olsen 
-# Contributor: Roberto Alsina 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgname=('lib32-llvm' 'lib32-llvm-libs')
-pkgver=3.3
-pkgrel=1
-arch=('x86_64')
-url="http://llvm.org/";
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('lib32-libffi' 'lib32-zlib' 'python2' 'gcc-multilib')
-source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.gz
-http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.gz)
-sha256sums=('68766b1e70d05a25e2f502e997a3cb3937187a3296595cf6e0977d5cd6727578'
-'0e2f3180d6316e6c43f064fdd406c5c6515e682c5f31c57c28335b68c7525423')
-
-prepare() {
-  cd "$srcdir/llvm-$pkgver.src"
-
-  rm -rf tools/clang
-  
-  rm -rf projects/compiler-rt
-  mv "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt
-
-  # Fix installation directories, ./configure doesn't seem to set them right
-  sed -i -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib32:' \
- -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
-Makefile.config.in
-  sed -i '/ActiveLibDir = ActivePrefix/s:lib:lib32:' \
-tools/llvm-config/llvm-config.cpp
-  sed -i 's:LLVM_LIBDIR="${prefix}/lib":LLVM_LIBDIR="${prefix}/lib32":' \
-autoconf/configure.ac \
-configure
-
-  # Fix insecure rpath (http://bugs.archlinux.org/task/14017)
-  sed -i 's:$(RPATH) -Wl,$(\(ToolDir\|LibDir\|ExmplDir\))::g' Makefile.rules
-}
-
-build() {
-  cd "$srcdir/llvm-$pkgver.src"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  # Apply strip option to configure
-  _optimized_switch="enable"
-  [[ $(check_option strip) == n ]] && _optimized_switch="disable"
-
-  # Include location of libffi headers in CPPFLAGS
-  CPPFLAGS+=" $(pkg-config --cflags libffi)"
-
-  # We had to force host and target to get
-  # a proper triplet reported by llvm
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---sysconfdir=/etc \
---enable-shared \
---enable-libffi \
---enable-targets=all \
---enable-experimental-targets=R600 \
---disable-expensive-checks \
---disable-debug-runtime \
---disable-assertions \
---with-binutils-include=/usr/include \
---with-python=/usr/bin/python2 \
---host=i386-pc-linux-gnu \
---target=i386-pc-linux-gnu \
---$_optimized_switch-optimized
-
-  make REQUIRES_RTTI=1
-}
-
-package_lib32-llvm() {
-  pkgdesc="Low Level Virtual Machine (32-bit)"
-  depends=('lib32-llvm-libs' 'llvm')
-
-  cd "$srcdir/llvm-$pkgver.src"
-
-  make DESTDIR="$pkgdir" install
-
-  # The runtime library goes into lib32-llvm-libs
-  mv "$pkgdir/usr/lib32/libLLVM-3.3.so" "$srcdir"
-
-  # Fix permissions of static libs
-  chmod -x "$pkgdir"/usr/lib32/*.a
-
-  mv "$pkgdir/usr/bin/i386-pc-linux-gnu-llvm-config" 
"$pkgdir/usr/lib32/llvm-config"
-
-  # Get rid of example Hello transformation
-  rm "$pkgdir"/usr/lib32/*LLVMHello.*
-
-  # Symlink LLVMgold.so into /usr/lib/bfd-plugins
-  # (https://bugs.archlinux.org/task/28479)
-  install -d "$pkgdir/usr/lib32/bfd-plugins"
-  ln -s ../LLVMgold.so "$pkgdir/usr/lib32/bfd-plugins/LLVMgold.so"
-
-  mv "$pkgdir"/usr/include/llvm/Config/*config.h "$pkgdir/"
-  rm -rf "$pkgdir"/usr/{bin,include,share/{doc,man}}
-
-  install -d "$pkgdir/usr/include/llvm/Config"
-  mv "$pkgdir/config.h" "$pkgdir/usr/include/llvm/Config/config-32.h"
-  mv "$pkgdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config-32.h"
-
-  mkdir "$pkgdir"/usr/bin
-  mv "$pkgdir/usr/lib32/llvm-config" "$pkgdir/usr/bin/llvm-config32"
-
-  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lib32-llvm-libs() {
-  pkgdesc="Low Level Virtual Machine (runtime library)(32-bit) "
-  depends=('lib32-libffi' 'lib32-zlib' 'lib32-gcc-libs')
-
-  cd "$srcdir"
-
-  install -D libLLVM-3.3.so "$pkgdir/usr/lib32/libLLVM-3.3.so"
-
-  install -Dm644 llvm-$pkgver.src/LICENSE.TXT 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: lib32-llvm/repos/multilib-x86_64/PKGBUILD (from rev 99296, 
lib32-llvm/trunk/PKGBUILD)

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

2013-10-26 Thread Alexandre Filgueira
Date: Saturday, October 26, 2013 @ 19:44:32
  Author: faidoc
Revision: 99296

upgpkg: cinnamon-desktop 2.0.2-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 17:44:22 UTC (rev 99295)
+++ PKGBUILD2013-10-26 17:44:32 UTC (rev 99296)
@@ -3,7 +3,7 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!libtool)
 install=cinnamon-desktop.install
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";)
-sha256sums=('326bb7f02692a0baa21821ec70968be3cf70702d8330a7452aa03f9fbc851de1')
+sha256sums=('3a417c6f1a1f77182c794e8df6bbea7f36bf3501a332f974322fa4dd0759319d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in haskell-regex-base/trunk (PKGBUILD)

2013-10-26 Thread Alexander Rødseth
Date: Saturday, October 26, 2013 @ 19:44:13
  Author: arodseth
Revision: 99294

upgpkg: haskell-regex-base 0.93.2-14

Modified:
  haskell-regex-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 17:42:14 UTC (rev 99293)
+++ PKGBUILD2013-10-26 17:44:13 UTC (rev 99294)
@@ -6,18 +6,18 @@
 _hkgname=regex-base
 pkgname=haskell-regex-base
 pkgver=0.93.2
-pkgrel=13
+pkgrel=14
 pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
 url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-mtl=2.1.2')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
-install=$pkgname.install
+depends=('ghc' 'haskell-mtl')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
 sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
 
 build() {
-  cd "$srcdir/$_hkgname-$pkgver"
+  cd "$_hkgname-$pkgver"
 
   runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
 --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
@@ -29,7 +29,7 @@
 }
 
 package() {
-  cd "$srcdir/$_hkgname-$pkgver"
+  cd "$_hkgname-$pkgver"
 
   install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
   install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh



[arch-commits] Commit in haskell-regex-base/repos (8 files)

2013-10-26 Thread Alexander Rødseth
Date: Saturday, October 26, 2013 @ 19:44:22
  Author: arodseth
Revision: 99295

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

Added:
  haskell-regex-base/repos/community-i686/PKGBUILD
(from rev 99294, haskell-regex-base/trunk/PKGBUILD)
  haskell-regex-base/repos/community-i686/haskell-regex-base.install
(from rev 99294, haskell-regex-base/trunk/haskell-regex-base.install)
  haskell-regex-base/repos/community-x86_64/PKGBUILD
(from rev 99294, haskell-regex-base/trunk/PKGBUILD)
  haskell-regex-base/repos/community-x86_64/haskell-regex-base.install
(from rev 99294, haskell-regex-base/trunk/haskell-regex-base.install)
Deleted:
  haskell-regex-base/repos/community-i686/PKGBUILD
  haskell-regex-base/repos/community-i686/haskell-regex-base.install
  haskell-regex-base/repos/community-x86_64/PKGBUILD
  haskell-regex-base/repos/community-x86_64/haskell-regex-base.install

-+
 /PKGBUILD   |   86 ++
 /haskell-regex-base.install |   36 ++
 community-i686/PKGBUILD |   43 -
 community-i686/haskell-regex-base.install   |   18 -
 community-x86_64/PKGBUILD   |   43 -
 community-x86_64/haskell-regex-base.install |   18 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 17:44:13 UTC (rev 99294)
+++ community-i686/PKGBUILD 2013-10-26 17:44:22 UTC (rev 99295)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-# Contributor: Alexander Rødseth 
-
-_hkgname=regex-base
-pkgname=haskell-regex-base
-pkgver=0.93.2
-pkgrel=13
-pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
-url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
-license=('custom:BSD3')
-arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-mtl=2.1.2')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
-install=$pkgname.install
-sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
-
-build() {
-  cd "$srcdir/$_hkgname-$pkgver"
-
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
---docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd "$srcdir/$_hkgname-$pkgver"
-
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-  runhaskell Setup copy --destdir=${pkgdir}
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haskell-regex-base/repos/community-i686/PKGBUILD (from rev 99294, 
haskell-regex-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-26 17:44:22 UTC (rev 99295)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Contributor: Alexander Rødseth 
+
+_hkgname=regex-base
+pkgname=haskell-regex-base
+pkgver=0.93.2
+pkgrel=14
+pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
+url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-mtl')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
+
+build() {
+  cd "$_hkgname-$pkgver"
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$_hkgname-$pkgver"
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/$

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

2013-10-26 Thread Laurent Carlier
Date: Saturday, October 26, 2013 @ 19:42:14
  Author: lcarlier
Revision: 99293

Add staticlibs option

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 17:41:03 UTC (rev 99292)
+++ PKGBUILD2013-10-26 17:42:14 UTC (rev 99293)
@@ -11,11 +11,12 @@
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs')
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://llvm.org/";
 license=('custom:University of Illinois/NCSA Open Source License')
 makedepends=('lib32-libffi' 'lib32-zlib' 'python2' 'gcc-multilib')
+options=('staticlibs')
 source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.gz
 http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.gz)
 sha256sums=('68766b1e70d05a25e2f502e997a3cb3937187a3296595cf6e0977d5cd6727578'



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

2013-10-26 Thread Alexandre Filgueira
Date: Saturday, October 26, 2013 @ 19:41:03
  Author: faidoc
Revision: 99292

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 99291, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 99291, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/region.patch
(from rev 99291, cinnamon-control-center/trunk/region.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 99291, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 99291, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/region.patch
(from rev 99291, cinnamon-control-center/trunk/region.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/region.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/region.patch

--+
 /PKGBUILD|  128 
 /cinnamon-control-center.install |   22 
 /region.patch|10626 +
 community-i686/PKGBUILD  |   64 
 community-i686/cinnamon-control-center.install   |   11 
 community-i686/region.patch  | 5313 --
 community-x86_64/PKGBUILD|   64 
 community-x86_64/cinnamon-control-center.install |   11 
 community-x86_64/region.patch| 5313 --
 9 files changed, 10776 insertions(+), 10776 deletions(-)

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


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

2013-10-26 Thread Alexandre Filgueira
Date: Saturday, October 26, 2013 @ 19:39:44
  Author: faidoc
Revision: 99291

upgpkg: cinnamon-control-center 2.0.5-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 17:33:27 UTC (rev 99290)
+++ PKGBUILD2013-10-26 17:39:44 UTC (rev 99291)
@@ -5,7 +5,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-control-center
-pkgver=2.0.2
+pkgver=2.0.5
 pkgrel=1
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!libtool' '!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz";
 region.patch)
-sha256sums=('28318423297dd27a51a0a84d0f4b28453aca5c16ca362f7f4b56bd8e1b67b594'
+sha256sums=('ed88759079ce374fa3c78a18c1bc46bc82e37985aa6a2584038092634d1df03d'
 '077cb8d6814c32a4df85f71c2b8fa84da25e5260263a6e0536c6e1626051f022')
 
 prepare() {



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

2013-10-26 Thread Alexander Rødseth
Date: Saturday, October 26, 2013 @ 19:33:27
  Author: arodseth
Revision: 99290

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

Added:
  
haskell-quickcheck/repos/community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch
(from rev 99289, 
haskell-quickcheck/trunk/0001-update-code-to-support-extensible-exceptions-no-long.patch)
  haskell-quickcheck/repos/community-i686/PKGBUILD
(from rev 99289, haskell-quickcheck/trunk/PKGBUILD)
  haskell-quickcheck/repos/community-i686/haskell-quickcheck.install
(from rev 99289, haskell-quickcheck/trunk/haskell-quickcheck.install)
  
haskell-quickcheck/repos/community-x86_64/0001-update-code-to-support-extensible-exceptions-no-long.patch
(from rev 99289, 
haskell-quickcheck/trunk/0001-update-code-to-support-extensible-exceptions-no-long.patch)
  haskell-quickcheck/repos/community-x86_64/PKGBUILD
(from rev 99289, haskell-quickcheck/trunk/PKGBUILD)
  haskell-quickcheck/repos/community-x86_64/haskell-quickcheck.install
(from rev 99289, haskell-quickcheck/trunk/haskell-quickcheck.install)
Deleted:
  
haskell-quickcheck/repos/community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch
  haskell-quickcheck/repos/community-i686/PKGBUILD
  haskell-quickcheck/repos/community-i686/haskell-quickcheck.install
  
haskell-quickcheck/repos/community-x86_64/0001-update-code-to-support-extensible-exceptions-no-long.patch
  haskell-quickcheck/repos/community-x86_64/PKGBUILD
  haskell-quickcheck/repos/community-x86_64/haskell-quickcheck.install

--+
 /0001-update-code-to-support-extensible-exceptions-no-long.patch   
  |  100 ++
 /PKGBUILD  
  |  100 ++
 /haskell-quickcheck.install
  |   36 +++
 community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch 
  |   50 -
 community-i686/PKGBUILD
  |   49 
 community-i686/haskell-quickcheck.install  
  |   18 -
 
community-x86_64/0001-update-code-to-support-extensible-exceptions-no-long.patch
 |   50 -
 community-x86_64/PKGBUILD  
  |   49 
 community-x86_64/haskell-quickcheck.install
  |   18 -
 9 files changed, 236 insertions(+), 234 deletions(-)

Deleted: 
community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch
===
--- 
community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch  
2013-10-26 17:33:17 UTC (rev 99289)
+++ 
community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch  
2013-10-26 17:33:27 UTC (rev 99290)
@@ -1,50 +0,0 @@
-From 554b8dc1439b4dbb5bc9a853fc27efe7b1e111de Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic 
-Date: Tue, 11 Sep 2012 03:59:50 -0700
-Subject: [PATCH] update code to support extensible exceptions no longer being
- a part of ghc >= 7.6.1
-

- QuickCheck.cabal | 6 +-
- Test/QuickCheck/Exception.hs | 6 ++
- 2 files changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/QuickCheck.cabal b/QuickCheck.cabal
-index 1a9126e..5afd6fb 100644
 a/QuickCheck.cabal
-+++ b/QuickCheck.cabal
-@@ -60,9 +60,13 @@ library
-   Build-depends: ghc
- 
-   -- We want to use extensible-exceptions even if linking against base-3.
--  if impl(ghc >= 6.9)
-+  if impl(ghc >= 6.9) && impl(ghc < 7.6)
- Build-depends: extensible-exceptions
- 
-+  -- GHC >= 7.6.1 no longer provides extensible exceptions
-+  if impl(ghc >= 7.6)
-+cpp-options: -DNEW_EXCEPTIONS
-+
-   -- Modules that are always built.
-   Exposed-Modules:
- Test.QuickCheck,
-diff --git a/Test/QuickCheck/Exception.hs b/Test/QuickCheck/Exception.hs
-index f895351..d463195 100644
 a/Test/QuickCheck/Exception.hs
-+++ b/Test/QuickCheck/Exception.hs
-@@ -18,6 +18,12 @@ module Test.QuickCheck.Exception where
- 
- #if defined(OLD_EXCEPTIONS)
- import Control.Exception(evaluate, try, Exception(..), throw)
-+#elif defined(NEW_EXCEPTIONS)
-+import Control.Exception(evaluate, try, SomeException(SomeException), 
ErrorCall(..), throw
-+#if defined(GHC_INTERRUPT)
-+  , AsyncException(UserInterrupt)
-+#endif
-+  )
- #else
- import Control.Exception.Extensible(evaluate, try, 
SomeException(SomeException), ErrorCall(..), throw
- #if defined(GHC_INTERRUPT)
--- 
-1.7.12
-

Copied: 
haskell-quickcheck/repos/community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch
 (from rev 99289, 
haskell-quickcheck/trunk/0001-update-code-to-support-extensible-exceptions-no-long.patch)
===
--- 
community-i686/0001-update-code-to-support-exten

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

2013-10-26 Thread Alexander Rødseth
Date: Saturday, October 26, 2013 @ 19:33:17
  Author: arodseth
Revision: 99289

upgpkg: haskell-quickcheck 2.6-3

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 17:30:16 UTC (rev 99288)
+++ PKGBUILD2013-10-26 17:33:17 UTC (rev 99289)
@@ -6,18 +6,19 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Automatic testing of Haskell programs'
 url='http://hackage.haskell.org/package/QuickCheck'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1' 'haskell-random=1.0.1.1-5' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
-install=${pkgname}.install
+depends=('ghc' 'haskell-random')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
 sha256sums=('8001c00a1892714d914e5007ba72cdd428c1ea4c6b8418c6cb5e7809753d970d')
 
 build() {
-  cd "$srcdir/$_hkgname-$pkgver"
+  cd "$_hkgname-$pkgver"
 
   runhaskell Setup configure -O -p \
 --enable-split-objs \
@@ -33,7 +34,7 @@
 }
 
 package() {
-  cd "$srcdir/$_hkgname-$pkgver"
+  cd "$_hkgname-$pkgver"
 
   install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
   install -m744 unregister.sh \



[arch-commits] Commit in cinnamon/repos (32 files)

2013-10-26 Thread Alexandre Filgueira
Date: Saturday, October 26, 2013 @ 19:30:16
  Author: faidoc
Revision: 99288

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 99287, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/background.patch
(from rev 99287, cinnamon/trunk/background.patch)
  cinnamon/repos/community-i686/cinnamon-gstreamer1.patch
(from rev 99287, cinnamon/trunk/cinnamon-gstreamer1.patch)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 99287, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/fix-control-center-check.patch
(from rev 99287, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-i686/input_keybindings.patch
(from rev 99287, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 99287, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 99287, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 99287, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/background.patch
(from rev 99287, cinnamon/trunk/background.patch)
  cinnamon/repos/community-x86_64/cinnamon-gstreamer1.patch
(from rev 99287, cinnamon/trunk/cinnamon-gstreamer1.patch)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 99287, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
(from rev 99287, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-x86_64/input_keybindings.patch
(from rev 99287, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 99287, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 99287, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/background.patch
  cinnamon/repos/community-i686/cinnamon-gstreamer1.patch
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/fix-control-center-check.patch
  cinnamon/repos/community-i686/input_keybindings.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/background.patch
  cinnamon/repos/community-x86_64/cinnamon-gstreamer1.patch
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-x86_64/input_keybindings.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy

-+
 /PKGBUILD   |  196 +++
 /background.patch   |   32 +
 /cinnamon-gstreamer1.patch  |  564 ++
 /cinnamon.install   |   22 
 /fix-control-center-check.patch |   24 
 /input_keybindings.patch|   22 
 /keyboard_applet.patch  |  266 ++
 community-i686/PKGBUILD |   98 ---
 community-i686/background.patch |   16 
 community-i686/cinnamon-gstreamer1.patch|  282 ---
 community-i686/cinnamon.install |   11 
 community-i686/fix-control-center-check.patch   |   12 
 community-i686/input_keybindings.patch  |   11 
 community-i686/keyboard_applet.patch|  133 -
 community-x86_64/PKGBUILD   |   98 ---
 community-x86_64/background.patch   |   16 
 community-x86_64/cinnamon-gstreamer1.patch  |  282 ---
 community-x86_64/cinnamon.install   |   11 
 community-x86_64/fix-control-center-check.patch |   12 
 community-x86_64/input_keybindings.patch|   11 
 community-x86_64/keyboard_applet.patch  |  133 -
 21 files changed, 1126 insertions(+), 1126 deletions(-)

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


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

2013-10-26 Thread Alexandre Filgueira
Date: Saturday, October 26, 2013 @ 19:27:42
  Author: faidoc
Revision: 99283

upgpkg: cinnamon 2.0.6-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 17:20:31 UTC (rev 99282)
+++ PKGBUILD2013-10-26 17:27:42 UTC (rev 99283)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.0.6
+pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="http://cinnamon.linuxmint.com/";
@@ -31,7 +31,7 @@
 "keyboard_applet.patch"
 "input_keybindings.patch"
 "org.archlinux.pkexec.cinnamon-settings-users.policy")
-sha256sums=('3b7043a603c19d96bf1e5ccaafde24ca507c93ee51e81e8c5c8754457a18a5ac'
+sha256sums=('0acd307bb8e8d87f6083d5b112deda20967933f6c70387fee72b2a3b5143ef4f'
 '2e10ba71fd9ba40afd7e9492b2fc0d5bcc27874bcde543cfd8a47ad20c52354a'
 'ee5694bdc997ffa35a817f691b15bae13747137d35ec2aecd0da298d7edbe426'
 '373d80cdb23250fbde846ed493ba422672cc42b03a111c2ce044467ee782df7f'



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

2013-10-26 Thread Alexander Rødseth
Date: Saturday, October 26, 2013 @ 19:20:31
  Author: arodseth
Revision: 99282

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   60 +---
 wordpress.install |   42 ++--
 2 files changed, 50 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-26 17:20:24 UTC (rev 99281)
+++ PKGBUILD2013-10-26 17:20:31 UTC (rev 99282)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jose Valecillos 
-# Contributor: Kaos 
-# Contributor: Christopher Rogers 
-
-pkgname=wordpress
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=('any')
-url='http://wordpress.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run wordpress'
-'cherokee: Lightweight Web server to run wordpress'
-'mysql: Database server')
-options=('emptydirs')
-install=$pkgname.install
-source=("http://wordpress.org/$pkgname-$pkgver.tar.gz";)
-sha256sums=('6a44302b6375c5e97ad116913d84610f4f0589dd9906d5d9166e66e5146f94d1')
-
-package() {
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/webapps"
-  cp -r wordpress "$pkgdir/usr/share/webapps"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 99281, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-26 17:20:31 UTC (rev 99282)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jose Valecillos 
+# Contributor: Kaos 
+# Contributor: Christopher Rogers 
+
+pkgname=wordpress
+pkgver=3.7
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=('any')
+url='http://wordpress.org/'
+license=('GPL')
+depends=('php')
+optdepends=('apache: Web server to run wordpress'
+'cherokee: Lightweight Web server to run wordpress'
+'mysql: Database server')
+options=('emptydirs')
+install="$pkgname.install"
+source=("http://wordpress.org/$pkgname-$pkgver.tar.gz";)
+sha256sums=('94b8b7a7241ec0817defa1c35f738d777f01ac17a4e45ee325c0f1778504fd94')
+
+package() {
+  install -d "$pkgdir/usr/share/webapps"
+  cp -r wordpress "$pkgdir/usr/share/webapps"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wordpress.install
===
--- wordpress.install   2013-10-26 17:20:24 UTC (rev 99281)
+++ wordpress.install   2013-10-26 17:20:31 UTC (rev 99282)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'Wordpress is in /usr/share/webapps now'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 99281, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2013-10-26 17:20:31 UTC (rev 99282)
@@ -0,0 +1,21 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'Wordpress is in /usr/share/webapps now'
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 19:21:06
  Author: eric
Revision: 197534

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

Added:
  portmidi/repos/extra-i686/PKGBUILD
(from rev 197533, portmidi/trunk/PKGBUILD)
  portmidi/repos/extra-i686/portmidi-217-build-fix.patch
(from rev 197533, portmidi/trunk/portmidi-217-build-fix.patch)
  portmidi/repos/extra-x86_64/PKGBUILD
(from rev 197533, portmidi/trunk/PKGBUILD)
  portmidi/repos/extra-x86_64/portmidi-217-build-fix.patch
(from rev 197533, portmidi/trunk/portmidi-217-build-fix.patch)
Deleted:
  portmidi/repos/extra-i686/PKGBUILD
  portmidi/repos/extra-i686/portmidi-217-build-fix.patch
  portmidi/repos/extra-x86_64/PKGBUILD
  portmidi/repos/extra-x86_64/portmidi-217-build-fix.patch

---+
 /PKGBUILD |   88 +++
 /portmidi-217-build-fix.patch |   58 +
 extra-i686/PKGBUILD   |   38 ---
 extra-i686/portmidi-217-build-fix.patch   |  318 
 extra-x86_64/PKGBUILD |   38 ---
 extra-x86_64/portmidi-217-build-fix.patch |  318 
 6 files changed, 146 insertions(+), 712 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 17:18:56 UTC (rev 197533)
+++ extra-i686/PKGBUILD 2013-10-26 17:21:06 UTC (rev 197534)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=portmidi
-pkgver=217
-pkgrel=4
-pkgdesc="Platform independent library for real-time MIDI input/output"
-arch=('i686' 'x86_64')
-url="http://portmedia.sourceforge.net/";
-license=('GPL')
-depends=('alsa-lib')
-makedepends=('cmake' 'java-environment')
-optdepends=('java-runtime: for using pmdefaults')
-source=(http://downloads.sourceforge.net/project/portmedia/${pkgname}/${pkgver}/${pkgname}-src-${pkgver}.zip
-portmidi-217-build-fix.patch)
-sha1sums=('f45bf4e247c0d7617deacd6a65d23d9fddae6117'
-  '7fe10874ea8689e1ba51e8f50da38e79d10b76e1')
-
-prepare() {
-  cd ${pkgname}
-  # build fix for "pm_java/CMakeLists.txt" (fixes FS#27118)
-  patch -p1 -i "${srcdir}/portmidi-217-build-fix.patch" 
-}
-
-build() {
-  cd ${pkgname}
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
--DPORTMIDI_ENABLE_TEST=OFF -DPORTMIDI_ENABLE_JAVA=ON
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-
-  # Fix missing symlink for libporttime.so (FS#21528).
-  ln -s libportmidi.so "${pkgdir}/usr/lib/libporttime.so"
-}

Copied: portmidi/repos/extra-i686/PKGBUILD (from rev 197533, 
portmidi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 17:21:06 UTC (rev 197534)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=portmidi
+pkgver=217
+pkgrel=5
+pkgdesc="Platform independent library for real-time MIDI input/output"
+arch=('i686' 'x86_64')
+url="http://portmedia.sourceforge.net/";
+license=('GPL')
+depends=('alsa-lib')
+makedepends=('cmake' 'java-environment')
+optdepends=('java-runtime: for using pmdefaults')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/portmedia/${pkgname}/${pkgver}/${pkgname}-src-${pkgver}.zip
+portmidi-217-build-fix.patch)
+sha1sums=('f45bf4e247c0d7617deacd6a65d23d9fddae6117'
+  'a89b80531ccc823ba267aaf21920e59deec80e99')
+
+prepare() {
+  cd ${pkgname}
+  sed -i "s#/usr/local#/usr#" */CMakeLists.txt pm_python/setup.py
+  mkdir -p pm_java/Release
+
+  # build fix for "pm_java/CMakeLists.txt" (fixes FS#27118)
+  patch -p1 -i "${srcdir}/portmidi-217-build-fix.patch" 
+}
+
+build() {
+  cd ${pkgname}
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY=Release \
+-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=Release \
+-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=Release
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+
+  # Fix missing symlink for libporttime.so (FS#21528).
+  ln -s libportmidi.so "${pkgdir}/usr/lib/libporttime.so"
+}

Deleted: extra-i686/portmidi-217-build-fix.patch
===
--- extra-i686/portmidi-217-build-fix.patch 2013-10-26 17:18:56 UTC (rev 
197533)
+++ extra-i686/portmidi-217-build-fix.patch 2013-10-26 17:21:06 UTC (rev 
197534)
@@ -1,318 +0,0 @@
 portmidi/CMakeLists.txt
-+++ portmidi/CMakeLists.txt
-@@ -9,12 +9,11 @@
-   set(CMAKE_BUILD_TYPE Release CACHE STRING 
-   "Semicolon-separate list of supported configuration types")
-   # set default directories but don't override cached values...
--  set(CMAKE_LIBRARY_OUTPUT_DIRECTORY 
${CMAKE_CACHEFILE_DIR}/${CMAKE_BUILD_TYPE}
-+  set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
-   CACHE STRING "libraries go here")
--  set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY 
${CMAKE_CACHEFILE_DI

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

2013-10-26 Thread Alexander Rødseth
Date: Saturday, October 26, 2013 @ 19:20:24
  Author: arodseth
Revision: 99281

upgpkg: wordpress 3.7-1

Modified:
  wordpress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 17:07:19 UTC (rev 99280)
+++ PKGBUILD2013-10-26 17:20:24 UTC (rev 99281)
@@ -6,7 +6,7 @@
 # Contributor: Christopher Rogers 
 
 pkgname=wordpress
-pkgver=3.6.1
+pkgver=3.7
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=('any')
@@ -17,13 +17,11 @@
 'cherokee: Lightweight Web server to run wordpress'
 'mysql: Database server')
 options=('emptydirs')
-install=$pkgname.install
+install="$pkgname.install"
 source=("http://wordpress.org/$pkgname-$pkgver.tar.gz";)
-sha256sums=('6a44302b6375c5e97ad116913d84610f4f0589dd9906d5d9166e66e5146f94d1')
+sha256sums=('94b8b7a7241ec0817defa1c35f738d777f01ac17a4e45ee325c0f1778504fd94')
 
 package() {
-  cd "$srcdir"
-
   install -d "$pkgdir/usr/share/webapps"
   cp -r wordpress "$pkgdir/usr/share/webapps"
 }



[arch-commits] Commit in portmidi/trunk (PKGBUILD portmidi-217-build-fix.patch)

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 19:18:56
  Author: eric
Revision: 197533

upgpkg: portmidi 217-5

Revert patch to previous version (close FS#37499), Disable SMP build

Modified:
  portmidi/trunk/PKGBUILD
  portmidi/trunk/portmidi-217-build-fix.patch

--+
 PKGBUILD |   14 +
 portmidi-217-build-fix.patch |  335 ++---
 2 files changed, 33 insertions(+), 316 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 17:10:36 UTC (rev 197532)
+++ PKGBUILD2013-10-26 17:18:56 UTC (rev 197533)
@@ -3,7 +3,7 @@
 
 pkgname=portmidi
 pkgver=217
-pkgrel=4
+pkgrel=5
 pkgdesc="Platform independent library for real-time MIDI input/output"
 arch=('i686' 'x86_64')
 url="http://portmedia.sourceforge.net/";
@@ -11,13 +11,17 @@
 depends=('alsa-lib')
 makedepends=('cmake' 'java-environment')
 optdepends=('java-runtime: for using pmdefaults')
+options=('!makeflags')
 
source=(http://downloads.sourceforge.net/project/portmedia/${pkgname}/${pkgver}/${pkgname}-src-${pkgver}.zip
 portmidi-217-build-fix.patch)
 sha1sums=('f45bf4e247c0d7617deacd6a65d23d9fddae6117'
-  '7fe10874ea8689e1ba51e8f50da38e79d10b76e1')
+  'a89b80531ccc823ba267aaf21920e59deec80e99')
 
 prepare() {
   cd ${pkgname}
+  sed -i "s#/usr/local#/usr#" */CMakeLists.txt pm_python/setup.py
+  mkdir -p pm_java/Release
+
   # build fix for "pm_java/CMakeLists.txt" (fixes FS#27118)
   patch -p1 -i "${srcdir}/portmidi-217-build-fix.patch" 
 }
@@ -24,8 +28,10 @@
 
 build() {
   cd ${pkgname}
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
--DPORTMIDI_ENABLE_TEST=OFF -DPORTMIDI_ENABLE_JAVA=ON
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY=Release \
+-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=Release \
+-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=Release
   make
 }
 

Modified: portmidi-217-build-fix.patch
===
--- portmidi-217-build-fix.patch2013-10-26 17:10:36 UTC (rev 197532)
+++ portmidi-217-build-fix.patch2013-10-26 17:18:56 UTC (rev 197533)
@@ -1,318 +1,29 @@
 portmidi/CMakeLists.txt
-+++ portmidi/CMakeLists.txt
-@@ -9,12 +9,11 @@
-   set(CMAKE_BUILD_TYPE Release CACHE STRING 
-   "Semicolon-separate list of supported configuration types")
-   # set default directories but don't override cached values...
--  set(CMAKE_LIBRARY_OUTPUT_DIRECTORY 
${CMAKE_CACHEFILE_DIR}/${CMAKE_BUILD_TYPE}
-+  set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
-   CACHE STRING "libraries go here")
--  set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY 
${CMAKE_CACHEFILE_DIR}/${CMAKE_BUILD_TYPE}
-+  set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
-   CACHE STRING "libraries go here")
--  set(CMAKE_RUNTIME_OUTPUT_DIRECTORY 
--  ${CMAKE_CACHEFILE_DIR}/${CMAKE_BUILD_TYPE}
-+  set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
-   CACHE STRING "executables go here")
- 
- else(UNIX)
-@@ -68,10 +67,20 @@
- include_directories(pm_common porttime)
- add_subdirectory(pm_common)
- 
--add_subdirectory(pm_test)
-+option(PORTMIDI_ENABLE_JAVA "Enable Java bindings support" ON)
-+option(PORTMIDI_ENABLE_STATIC "Build and install static libraries" OFF)
-+option(PORTMIDI_ENABLE_TEST "Build test programs" ON)
-+
-+if(PORTMIDI_ENABLE_TEST)
-+  add_subdirectory(pm_test)
-+endif(PORTMIDI_ENABLE_TEST)
- 
- add_subdirectory(pm_dylib)
- 
- # Cannot figure out how to make an xcode Java application with CMake
--add_subdirectory(pm_java)
-+if(PORTMIDI_ENABLE_JAVA)
-+  set(JAR_INSTALL_DIR share/java
-+  CACHE STRING "Define directory name for jar installation")
-+  add_subdirectory(pm_java)
-+endif(PORTMIDI_ENABLE_JAVA)
- 
 portmidi/pm_common/CMakeLists.txt
-+++ portmidi/pm_common/CMakeLists.txt
-@@ -44,9 +44,6 @@
- 
- # first include the appropriate system-dependent file:
- if(UNIX)
--  # add the -g switch for Linux and Mac OS X (not used in Win32)
--  set (CMAKE_C_FLAGS_DEBUG "-g ${CMAKE_C_FLAGS_DEBUG}" 
--   CACHE STRING "enable extra checks for debugging" FORCE)
-   if(APPLE)
- set(MACSRC pmmacosxcm pmmac readbinaryplist finddefault)
- prepend_path(LIBSRC ../pm_mac/ ${MACSRC})
-@@ -62,19 +59,23 @@
-  ${COREMIDI_LIB} ${CORESERVICES_LIB}
- CACHE INTERNAL "")
- 
--set(JAVAVM_LIB "${FRAMEWORK_PATH}/JavaVM.framework")
--set(JAVA_INCLUDE_PATHS ${JAVAVM_LIB}/Headers)
-+if(PORTMIDI_ENABLE_JAVA)
-+  set(JAVAVM_LIB "${FRAMEWORK_PATH}/JavaVM.framework")
-+  set(JAVA_INCLUDE_PATHS ${JAVAVM_LIB}/Headers)
-+endif(PORTMIDI_ENABLE_JAVA)
- message(STATUS "SYSROOT: " ${CMAKE_OSX_SYSROOT})
-   else(APPLE)
- # LINUX settings...
--include(FindJNI)
--message(STATUS "JAVA_JVM_LIB_PATH is " ${JAVA_JVM_LIB_PATH})
--message(STATUS "JAVA_INCLUDE_PATH is " ${JAVA_INCLUDE_PATH})
--message(STATU

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

2013-10-26 Thread Laurent Carlier
Date: Saturday, October 26, 2013 @ 19:10:36
  Author: lcarlier
Revision: 197532

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

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

+
 staging-i686/PKGBUILD  |   44 +++
 staging-i686/gnucash.install   |   34 ++
 staging-x86_64/PKGBUILD|   44 +++
 staging-x86_64/gnucash.install |   34 ++
 4 files changed, 156 insertions(+)

Copied: gnucash/repos/staging-i686/PKGBUILD (from rev 197531, 
gnucash/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-26 17:10:36 UTC (rev 197532)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.4.13
+pkgrel=2
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org";
+license=("GPL")
+depends=('gtkhtml' 'slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 
'aqbanking' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!libtool' '!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('cd28d4e7d84d71ade56173734d634ccadc59ed81')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|guile-config|guile-config1.8|g' configure
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export GUILE=/usr/bin/guile1.8
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-install --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+}

Copied: gnucash/repos/staging-i686/gnucash.install (from rev 197531, 
gnucash/trunk/gnucash.install)
===
--- staging-i686/gnucash.install(rev 0)
+++ staging-i686/gnucash.install2013-10-26 17:10:36 UTC (rev 197532)
@@ -0,0 +1,34 @@
+pkgname=gnucash
+info_dir=usr/share/info
+info_files=(gnucash-design.info)
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> 
/dev/null
+  done
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: gnucash/repos/staging-x86_64/PKGBUILD (from rev 197531, 
gnucash/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-26 17:10:36 UTC (rev 197532)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.4.13
+pkgrel=2
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org";
+license=("GPL")
+depends=('gtkhtml' 'slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 
'aqbanking' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!libtool' '!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgnam

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

2013-10-26 Thread Laurent Carlier
Date: Saturday, October 26, 2013 @ 19:10:27
  Author: lcarlier
Revision: 197531

upgpkg: gnucash 2.4.13-2

libofx 0.9.9 rebuild

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 15:19:15 UTC (rev 197530)
+++ PKGBUILD2013-10-26 17:10:27 UTC (rev 197531)
@@ -4,7 +4,7 @@
 
 pkgname=gnucash
 pkgver=2.4.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A personal and small-business financial-accounting application"
 arch=('i686' 'x86_64')
 url="http://www.gnucash.org";



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 19:07:19
  Author: jelle
Revision: 99280

archrelease: copy trunk to community-any

Added:
  python-jedi/repos/community-any/
  python-jedi/repos/community-any/PKGBUILD
(from rev 99279, python-jedi/trunk/PKGBUILD)

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

Copied: python-jedi/repos/community-any/PKGBUILD (from rev 99279, 
python-jedi/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-10-26 17:07:19 UTC (rev 99280)
@@ -0,0 +1,37 @@
+# Submitter: Simon Conseil 
+# Submitter: Jesus Alvarez
+# Maintainer: Danilo Bargen 
+
+pkgbase=python-jedi
+pkgname=('python2-jedi' 'python-jedi')
+pkgver=0.7.0
+pkgrel=3
+arch=('any')
+url="https://github.com/davidhalter/jedi";
+license=('LGPL3')
+depends=('python2')
+makedepends=('python2-distribute' 'python-distribute')
+source=("https://pypi.python.org/packages/source/j/jedi/jedi-${pkgver}.tar.gz";)
+sha256sums=('01f0d070ff3852bb6325f436c87070714ccf3d6edb057d9b562a1b19a601daa9')
+
+build() {
+   cd "$srcdir/jedi-$pkgver" 
+}
+
+package_python-jedi() {
+pkgdesc="Awesome autocompletion for python"
+depends=('python')
+conflicts=('python3-jedi-git')
+cd "$srcdir/jedi-$pkgver"
+python3 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-jedi() {
+pkgdesc="Awesome autocompletion for python2"
+depends=('python2')
+conflicts=('jedi-git' 'python2-jedi-git')
+cd "$srcdir/jedi-$pkgver"
+python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 19:06:47
  Author: jelle
Revision: 99279

upgpkg: python-jedi 0.7.0-3

Modified:
  python-jedi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 16:58:22 UTC (rev 99278)
+++ PKGBUILD2013-10-26 17:06:47 UTC (rev 99279)
@@ -15,6 +15,7 @@
 sha256sums=('01f0d070ff3852bb6325f436c87070714ccf3d6edb057d9b562a1b19a601daa9')
 
 build() {
+   cd "$srcdir/jedi-$pkgver" 
 }
 
 package_python-jedi() {
@@ -22,7 +23,7 @@
 depends=('python')
 conflicts=('python3-jedi-git')
 cd "$srcdir/jedi-$pkgver"
-python2 setup.py install --root="$pkgdir/" --optimize=1
+python3 setup.py install --root="$pkgdir/" --optimize=1
 }
 
 package_python2-jedi() {
@@ -30,7 +31,7 @@
 depends=('python2')
 conflicts=('jedi-git' 'python2-jedi-git')
 cd "$srcdir/jedi-$pkgver"
-python3 setup.py install --root="$pkgdir/" --optimize=1
+python2 setup.py install --root="$pkgdir/" --optimize=1
 }
 
 # vim:set ts=2 sw=2 et



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

2013-10-26 Thread Alexandre Filgueira
Date: Saturday, October 26, 2013 @ 18:58:22
  Author: faidoc
Revision: 99278

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

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

-+
 /PKGBUILD   |   68 ++
 /muffin.install |   20 +++
 community-i686/PKGBUILD |   34 ---
 community-i686/muffin.install   |   10 -
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/muffin.install |   10 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 16:57:28 UTC (rev 99277)
+++ community-i686/PKGBUILD 2013-10-26 16:58:22 UTC (rev 99278)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.0.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' 'cinnamon-desktop' '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";)
-sha256sums=('0643e10e4932ee575b864531e662df5bf209a87b64bd8e0324adbaee6d8af6dd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  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 99277, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-26 16:58:22 UTC (rev 99278)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.0.3
+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' 'cinnamon-desktop' '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";)
+sha256sums=('5d3f3916dce25f1e4398b28452688db540800eec379cf8891a925d4d56322b8c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  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:

Deleted: community-i686/muffin.install
===
--- community-i686/muffin.install   2013-10-26 16:57:28 UTC (rev 99277)
+++ community-i686/muffin.install   2013-10-26 16:58:22 UTC (rev 99278)
@@ -1,10 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-i686/muffin.install (from rev 99277, 
muffin/trunk/muffin.install)
===
--- community-i686/muffin.install   (rev 0)
+++ community-i686/muffin.install   2013-10-26 16:58:22 UTC (rev 99278)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-26 16:57:28 UTC (rev 99277)
+++ community-x86_64/PKGBUILD   2013-10-26 16:58:22 UTC (rev 99278)
@@ -1,34 +0

  1   2   3   >