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

2015-11-24 Thread Levente Polyak
Date: Tuesday, November 24, 2015 @ 23:05:42
  Author: anthraxx
Revision: 147722

upgpkg: medusa 2.2-1

upgpkg: medusa 2.2-1

Modified:
  medusa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 21:51:11 UTC (rev 147721)
+++ PKGBUILD2015-11-24 22:05:42 UTC (rev 147722)
@@ -2,8 +2,8 @@
 # Contributor: s1gma 
 
 pkgname=medusa
-pkgver=2.1.1
-pkgrel=3
+pkgver=2.2
+pkgrel=1
 pkgdesc="Speedy, massively parallel and modular login brute-forcer for network 
"
 url="http://www.foofus.net/jmk/medusa/medusa.html;
 arch=('i686' 'x86_64')
@@ -15,13 +15,15 @@
   'postgresql-libs: PostgreSQL support'
   'afpfs-ng: AFP support'
   'subversion: Subversion support'
+  'freerdp: RDP support'
 )
-makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
+makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion' 'freerdp')
 
source=(${pkgname}-${pkgver}.tar.gz::http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
+sha512sums=('4117c95e9a93c1cdf275c33f86046811b7100bfc4430464d66051e736dcf105a0733855d896ee0ea85c02a6dd3d3c060c8a84bb795f9870ec589fd9a87232690')
 
 build() {
   cd ${pkgname}-${pkgver}
+  autoreconf --force --install
   ./configure --prefix=/usr
   make
 }


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

2015-11-24 Thread Levente Polyak
Date: Tuesday, November 24, 2015 @ 23:05:52
  Author: anthraxx
Revision: 147723

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-24 22:05:42 UTC (rev 147722)
+++ community-i686/PKGBUILD 2015-11-24 22:05:52 UTC (rev 147723)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: s1gma 
-
-pkgname=medusa
-pkgver=2.1.1
-pkgrel=3
-pkgdesc="Speedy, massively parallel and modular login brute-forcer for network 
"
-url="http://www.foofus.net/jmk/medusa/medusa.html;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-optdepends=(
-  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support'
-  'libssh2: SSH support'
-  'postgresql-libs: PostgreSQL support'
-  'afpfs-ng: AFP support'
-  'subversion: Subversion support'
-)
-makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
-source=(${pkgname}-${pkgver}.tar.gz::http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 misc/zsh/_medusa 
"${pkgdir}/usr/share/zsh/site-functions/_medusa"
-  install -Dm 644 doc/*.html README NEWS -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: medusa/repos/community-i686/PKGBUILD (from rev 147722, 
medusa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 22:05:52 UTC (rev 147723)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: s1gma 
+
+pkgname=medusa
+pkgver=2.2
+pkgrel=1
+pkgdesc="Speedy, massively parallel and modular login brute-forcer for network 
"
+url="http://www.foofus.net/jmk/medusa/medusa.html;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl')
+optdepends=(
+  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support'
+  'libssh2: SSH support'
+  'postgresql-libs: PostgreSQL support'
+  'afpfs-ng: AFP support'
+  'subversion: Subversion support'
+  'freerdp: RDP support'
+)
+makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion' 'freerdp')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('4117c95e9a93c1cdf275c33f86046811b7100bfc4430464d66051e736dcf105a0733855d896ee0ea85c02a6dd3d3c060c8a84bb795f9870ec589fd9a87232690')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf --force --install
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 misc/zsh/_medusa 
"${pkgdir}/usr/share/zsh/site-functions/_medusa"
+  install -Dm 644 doc/*.html README NEWS -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-24 22:05:42 UTC (rev 147722)
+++ community-x86_64/PKGBUILD   2015-11-24 22:05:52 UTC (rev 147723)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: s1gma 
-
-pkgname=medusa
-pkgver=2.1.1
-pkgrel=3
-pkgdesc="Speedy, massively parallel and modular login brute-forcer for network 
"
-url="http://www.foofus.net/jmk/medusa/medusa.html;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-optdepends=(
-  'openssl: HTTP, MSSQL, SMBNT and SSL-based connection support'
-  'libssh2: SSH support'
-  'postgresql-libs: PostgreSQL support'
-  'afpfs-ng: AFP support'
-  'subversion: Subversion support'
-)
-makedepends=('libssh2' 'libpqxx' 'afpfs-ng' 'subversion')
-source=(${pkgname}-${pkgver}.tar.gz::http://www.foofus.net/jmk/tools/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e8ea4a532e1af6dff9c0bcbf761df94b4e9b6f30da50fe2dec7f3402d70a1fdf5297fad84d12b5125f3edbbf350ca439993f60dabecaa46630615d271275b8e9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make 

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

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:25:04
  Author: heftig
Revision: 147728

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 147727, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 147727, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 147727, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 147727, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 147727, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 147727, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 +
 /cdemu-daemon.install |   84 ++
 /system-arch.patch|  248 
 community-i686/PKGBUILD   |   54 --
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  124 
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  124 
 9 files changed, 440 insertions(+), 440 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-24 22:24:24 UTC (rev 147727)
+++ community-i686/PKGBUILD 2015-11-24 22:25:04 UTC (rev 147728)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-daemon
-pkgver=3.0.2
-pkgrel=2
-pkgdesc="CD/DVD-ROM device emulator daemon"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname/$pkgname-$pkgver.tar.bz2;
-system-arch.patch)
-sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
-'dee634da8b8301893f458647f536b183d1d3898e289d1ac570c189c986828cfe')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/lib/modules-load.d"
-  echo vhba > "$pkgdir/usr/lib/modules-load.d/cdemu.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 147727, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 22:25:04 UTC (rev 147728)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-daemon
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="CD/DVD-ROM device emulator daemon"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname/$pkgname-$pkgver.tar.bz2;
+system-arch.patch)
+sha256sums=('75dc8da3e7c5dfb2f9d5257590c1e3eeb446750ef0ceeeb0b729003a401ff101'
+'dee634da8b8301893f458647f536b183d1d3898e289d1ac570c189c986828cfe')
+

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

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:25:28
  Author: heftig
Revision: 147729

archrelease: copy trunk to community-any

Added:
  cdemu-client/repos/community-any/PKGBUILD
(from rev 147728, cdemu-client/trunk/PKGBUILD)
  cdemu-client/repos/community-any/cdemu-client.install
(from rev 147728, cdemu-client/trunk/cdemu-client.install)
Deleted:
  cdemu-client/repos/community-any/PKGBUILD
  cdemu-client/repos/community-any/cdemu-client.install

--+
 PKGBUILD |   84 -
 cdemu-client.install |   22 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-24 22:25:04 UTC (rev 147728)
+++ PKGBUILD2015-11-24 22:25:28 UTC (rev 147729)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-client
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Simple command-line client for controlling cdemu-daemon"
-arch=(any)
-url="http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(python2 dbus-python cdemu-daemon desktop-file-utils)
-makedepends=(intltool cmake)
-conflicts=('cdemu')
-install=cdemu-client.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('359310a57422d5c59c8f93be0da827a2437edb1e62f455f5614089c28e34ae88')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # python2 fix
-  sed -i '1s|^#!.*python$|&2|' src/cdemu
-
-  # fix text domain
-  sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cdemu-client/repos/community-any/PKGBUILD (from rev 147728, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-24 22:25:28 UTC (rev 147729)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-client
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Simple command-line client for controlling cdemu-daemon"
+arch=(any)
+url="http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(python2 dbus-python cdemu-daemon desktop-file-utils)
+makedepends=(intltool cmake)
+conflicts=('cdemu')
+install=cdemu-client.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('cf7b2fedf14bb64df7e318546756e133eef9e018e04218f74891f676eda9e5cd')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  sed -i '1s|^#!.*python$|&2|' src/cdemu
+
+  # fix text domain
+  sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: cdemu-client.install
===
--- cdemu-client.install2015-11-24 22:25:04 UTC (rev 147728)
+++ cdemu-client.install2015-11-24 22:25:28 UTC (rev 147729)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cdemu-client/repos/community-any/cdemu-client.install (from rev 147728, 
cdemu-client/trunk/cdemu-client.install)
===
--- cdemu-client.install(rev 0)
+++ cdemu-client.install2015-11-24 22:25:28 UTC (rev 147729)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:24:24
  Author: heftig
Revision: 147727

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-24 22:23:36 UTC (rev 147726)
+++ community-i686/PKGBUILD 2015-11-24 22:24:24 UTC (rev 147727)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=libmirage
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
-makedepends=(gtk-doc gobject-introspection cmake)
-install=libmirage.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d65b70fe7045a4575d3bc71678d515db93e0b047bca58798b515e202497a2d0e')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPOST_INSTALL_HOOKS:BOOL=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libmirage/repos/community-i686/PKGBUILD (from rev 147726, 
libmirage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 22:24:24 UTC (rev 147727)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=libmirage
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
+makedepends=(gtk-doc gobject-introspection cmake)
+install=libmirage.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
+sha256sums=('cc05370f0cc15348910a149207384f03b48b204a19215c1510924244996a3f3f')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPOST_INSTALL_HOOKS:BOOL=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/libmirage.install
===
--- community-i686/libmirage.install2015-11-24 22:23:36 UTC (rev 147726)
+++ community-i686/libmirage.install2015-11-24 22:24:24 UTC (rev 147727)
@@ -1,11 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libmirage/repos/community-i686/libmirage.install (from rev 147726, 
libmirage/trunk/libmirage.install)
===
--- community-i686/libmirage.install(rev 0)
+++ community-i686/libmirage.install2015-11-24 22:24:24 UTC (rev 147727)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-24 22:23:36 UTC (rev 147726)
+++ community-x86_64/PKGBUILD   2015-11-24 22:24:24 UTC (rev 147727)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan 

[arch-commits] Commit in xf86-input-wacom/repos (4 files)

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:21:39
  Author: heftig
Revision: 251943

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

Added:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
(from rev 251942, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 251942, xf86-input-wacom/trunk/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-24 22:20:49 UTC (rev 251942)
+++ extra-i686/PKGBUILD 2015-11-24 22:21:39 UTC (rev 251943)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: M Rawash 
-
-pkgname=xf86-input-wacom
-pkgver=0.31.0
-pkgrel=2
-pkgdesc="X.Org Wacom tablet driver"
-arch=(i686 x86_64)
-url="http://linuxwacom.sourceforge.net/;
-license=(GPL)
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('84f46e8a8075b60d679c0ddb239dfa4d17096581')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xf86-input-wacom/repos/extra-i686/PKGBUILD (from rev 251942, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-24 22:21:39 UTC (rev 251943)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: M Rawash 
+
+pkgname=xf86-input-wacom
+pkgver=0.32.0
+pkgrel=1
+pkgdesc="X.Org Wacom tablet driver"
+arch=(i686 x86_64)
+url="http://linuxwacom.sourceforge.net/;
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('527dc9da04734348e905bead5fbda61aa5c17b5a')
+
+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   2015-11-24 22:20:49 UTC (rev 251942)
+++ extra-x86_64/PKGBUILD   2015-11-24 22:21:39 UTC (rev 251943)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: M Rawash 
-
-pkgname=xf86-input-wacom
-pkgver=0.31.0
-pkgrel=2
-pkgdesc="X.Org Wacom tablet driver"
-arch=(i686 x86_64)
-url="http://linuxwacom.sourceforge.net/;
-license=(GPL)
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('84f46e8a8075b60d679c0ddb239dfa4d17096581')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xf86-input-wacom/repos/extra-x86_64/PKGBUILD (from rev 251942, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-24 22:21:39 UTC (rev 251943)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: M Rawash 
+
+pkgname=xf86-input-wacom
+pkgver=0.32.0
+pkgrel=1
+pkgdesc="X.Org Wacom tablet driver"
+arch=(i686 x86_64)

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

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:19:12
  Author: heftig
Revision: 251940

1.1.1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 13:23:23 UTC (rev 251939)
+++ PKGBUILD2015-11-24 22:19:12 UTC (rev 251940)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('0f584a5947e60ede565e7a4e122baa5e4b17a62eab872abf5f73d8552ceb716b')
+sha256sums=('0c366a77276fa69d40006cf8a2f2dbcd82f3fb406f3960c3c3a0d34dd3a0f06c')
 
 prepare() {
   mkdir path


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

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:21:59
  Author: heftig
Revision: 147724

3.0.4

Modified:
  libmirage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 22:05:52 UTC (rev 147723)
+++ PKGBUILD2015-11-24 22:21:59 UTC (rev 147724)
@@ -4,7 +4,7 @@
 # Contributor: Charles Lindsay 
 
 pkgname=libmirage
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(gtk-doc gobject-introspection cmake)
 install=libmirage.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d65b70fe7045a4575d3bc71678d515db93e0b047bca58798b515e202497a2d0e')
+sha256sums=('cc05370f0cc15348910a149207384f03b48b204a19215c1510924244996a3f3f')
 
 prepare() {
   mkdir build


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

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:23:01
  Author: heftig
Revision: 147725

3.0.3

Modified:
  cdemu-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 22:21:59 UTC (rev 147724)
+++ PKGBUILD2015-11-24 22:23:01 UTC (rev 147725)
@@ -5,8 +5,8 @@
 # Contributor: Charles Lindsay 
 
 pkgname=cdemu-daemon
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc="CD/DVD-ROM device emulator daemon"
 arch=(i686 x86_64)
 url="http://cdemu.sourceforge.net/;
@@ -20,7 +20,7 @@
 install=cdemu-daemon.install
 
source=("http://downloads.sourceforge.net/cdemu/$pkgname/$pkgname-$pkgver.tar.bz2;
 system-arch.patch)
-sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
+sha256sums=('75dc8da3e7c5dfb2f9d5257590c1e3eeb446750ef0ceeeb0b729003a401ff101'
 'dee634da8b8301893f458647f536b183d1d3898e289d1ac570c189c986828cfe')
 
 prepare() {


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

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:23:36
  Author: heftig
Revision: 147726

3.0.1

Modified:
  cdemu-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 22:23:01 UTC (rev 147725)
+++ PKGBUILD2015-11-24 22:23:36 UTC (rev 147726)
@@ -4,7 +4,7 @@
 # Contributor: Charles Lindsay 
 
 pkgname=cdemu-client
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Simple command-line client for controlling cdemu-daemon"
 arch=(any)
@@ -15,7 +15,7 @@
 conflicts=('cdemu')
 install=cdemu-client.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('359310a57422d5c59c8f93be0da827a2437edb1e62f455f5614089c28e34ae88')
+sha256sums=('cf7b2fedf14bb64df7e318546756e133eef9e018e04218f74891f676eda9e5cd')
 
 prepare() {
   mkdir build


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

2015-11-24 Thread Kyle Keen
Date: Tuesday, November 24, 2015 @ 22:47:00
  Author: kkeen
Revision: 147718

upgpkg: jwm 2.3.4-1

Modified:
  jwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 19:21:15 UTC (rev 147717)
+++ PKGBUILD2015-11-24 21:47:00 UTC (rev 147718)
@@ -3,7 +3,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=jwm
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="A lightweight window manager for the X11 Window System"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 jwm.desktop)
 # contacted upstream about desktop
 # no reply
-md5sums=('b8cc10efb23d6a9f0535a244ae398d92'
+md5sums=('64660b8b9dbd842d02662e4de95789c3'
  'ad898472f7538ffc3ff511c055fee535')
 
 build() {


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

2015-11-24 Thread Kyle Keen
Date: Tuesday, November 24, 2015 @ 22:47:20
  Author: kkeen
Revision: 147719

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

Added:
  jwm/repos/community-i686/PKGBUILD
(from rev 147718, jwm/trunk/PKGBUILD)
  jwm/repos/community-i686/jwm.desktop
(from rev 147718, jwm/trunk/jwm.desktop)
  jwm/repos/community-x86_64/PKGBUILD
(from rev 147718, jwm/trunk/PKGBUILD)
  jwm/repos/community-x86_64/jwm.desktop
(from rev 147718, jwm/trunk/jwm.desktop)
Deleted:
  jwm/repos/community-i686/PKGBUILD
  jwm/repos/community-i686/jwm.desktop
  jwm/repos/community-x86_64/PKGBUILD
  jwm/repos/community-x86_64/jwm.desktop

--+
 /PKGBUILD|   64 +
 /jwm.desktop |   14 
 community-i686/PKGBUILD  |   32 
 community-i686/jwm.desktop   |7 
 community-x86_64/PKGBUILD|   32 
 community-x86_64/jwm.desktop |7 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-24 21:47:00 UTC (rev 147718)
+++ community-i686/PKGBUILD 2015-11-24 21:47:20 UTC (rev 147719)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-
-pkgname=jwm
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="A lightweight window manager for the X11 Window System"
-arch=('i686' 'x86_64')
-url="http://joewing.net/projects/jwm/;
-license=('GPL2')
-depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng' 
'cairo' 'librsvg')
-backup=('etc/system.jwmrc')
-source=(http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz
-jwm.desktop)
-# contacted upstream about desktop
-# no reply
-md5sums=('b8cc10efb23d6a9f0535a244ae398d92'
- 'ad898472f7538ffc3ff511c055fee535')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
-   SYSCONF="$pkgdir/etc" install
-  install -Dm644 "$srcdir/jwm.desktop" 
"$pkgdir/usr/share/xsessions/jwm.desktop"
-}

Copied: jwm/repos/community-i686/PKGBUILD (from rev 147718, jwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 21:47:20 UTC (rev 147719)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+
+pkgname=jwm
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="A lightweight window manager for the X11 Window System"
+arch=('i686' 'x86_64')
+url="http://joewing.net/projects/jwm/;
+license=('GPL2')
+depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng' 
'cairo' 'librsvg')
+backup=('etc/system.jwmrc')
+source=(http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz
+jwm.desktop)
+# contacted upstream about desktop
+# no reply
+md5sums=('64660b8b9dbd842d02662e4de95789c3'
+ 'ad898472f7538ffc3ff511c055fee535')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
+   SYSCONF="$pkgdir/etc" install
+  install -Dm644 "$srcdir/jwm.desktop" 
"$pkgdir/usr/share/xsessions/jwm.desktop"
+}

Deleted: community-i686/jwm.desktop
===
--- community-i686/jwm.desktop  2015-11-24 21:47:00 UTC (rev 147718)
+++ community-i686/jwm.desktop  2015-11-24 21:47:20 UTC (rev 147719)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=JWM
-Comment=A lightweight window manger for the X11 Window System
-Exec=/usr/bin/jwm
-TryExec=/usr/bin/jwm
-Type=XSession

Copied: jwm/repos/community-i686/jwm.desktop (from rev 147718, 
jwm/trunk/jwm.desktop)
===
--- community-i686/jwm.desktop  (rev 0)
+++ community-i686/jwm.desktop  2015-11-24 21:47:20 UTC (rev 147719)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=JWM
+Comment=A lightweight window manger for the X11 Window System
+Exec=/usr/bin/jwm
+TryExec=/usr/bin/jwm
+Type=XSession

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-24 21:47:00 UTC (rev 147718)
+++ community-x86_64/PKGBUILD   2015-11-24 21:47:20 UTC (rev 147719)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-
-pkgname=jwm
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="A lightweight window manager for the X11 Window System"

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

2015-11-24 Thread Jaroslav Lichtblau
Date: Tuesday, November 24, 2015 @ 22:51:11
  Author: jlichtblau
Revision: 147721

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 147720, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 147720, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 147720, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 147720, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   92 +++---
 josm.changelog |  339 +++
 josm.conf.d|8 -
 josm.desktop   |   16 +-
 4 files changed, 229 insertions(+), 226 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-24 21:50:56 UTC (rev 147720)
+++ PKGBUILD2015-11-24 21:51:11 UTC (rev 147721)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=8969
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar
-$pkgname.desktop
-$pkgname.conf.d)
-sha256sums=('6fc65f184869d70c96b50121f16923fa756dbb21bbe6a7b9bcf30d8dd43cae26'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 147720, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-24 21:51:11 UTC (rev 147721)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=9060
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime' 'libxtst' 'ttf-font')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar
+$pkgname.desktop
+$pkgname.conf.d)
+sha256sums=('4202856102b40adbd551d22d384ba424daeddbbdb68bb2eae749863ef4023830'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2015-11-24 21:50:56 UTC (rev 147720)
+++ josm.changelog  2015-11-24 21:51:11 UTC (rev 147721)
@@ -1,168 +0,0 @@
-2015-10-30 Jaroslav Lichtblau 
-   * josm 8969-1
-
-2015-09-30 Jaroslav Lichtblau 
-  

[arch-commits] Commit in josm/trunk (PKGBUILD josm.changelog)

2015-11-24 Thread Jaroslav Lichtblau
Date: Tuesday, November 24, 2015 @ 22:50:56
  Author: jlichtblau
Revision: 147720

upgpkg: josm 9060-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 21:47:20 UTC (rev 147719)
+++ PKGBUILD2015-11-24 21:50:56 UTC (rev 147720)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=8969
+pkgver=9060
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar
 $pkgname.desktop
 $pkgname.conf.d)
-sha256sums=('6fc65f184869d70c96b50121f16923fa756dbb21bbe6a7b9bcf30d8dd43cae26'
+sha256sums=('4202856102b40adbd551d22d384ba424daeddbbdb68bb2eae749863ef4023830'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2015-11-24 21:47:20 UTC (rev 147719)
+++ josm.changelog  2015-11-24 21:50:56 UTC (rev 147720)
@@ -1,3 +1,6 @@
+2015-11-24 Jaroslav Lichtblau 
+   * josm 9060-1
+
 2015-10-30 Jaroslav Lichtblau 
* josm 8969-1
 


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

2015-11-24 Thread Levente Polyak
Date: Wednesday, November 25, 2015 @ 02:20:33
  Author: anthraxx
Revision: 147731

archrelease: copy trunk to community-any

Added:
  python-libarchive-c/repos/community-any/PKGBUILD
(from rev 147730, python-libarchive-c/trunk/PKGBUILD)
Deleted:
  python-libarchive-c/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 01:20:27 UTC (rev 147730)
+++ PKGBUILD2015-11-25 01:20:33 UTC (rev 147731)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-libarchive-c
-pkgname=('python-libarchive-c' 'python2-libarchive-c')
-pkgver=2.1
-pkgrel=1
-pkgdesc='Python interface to libarchive'
-url='https://github.com/Changaco/python-libarchive-c'
-arch=('any')
-license=('LGPL2.1')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'libarchive')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov')
-source=(${pkgbase}::"git+https://github.com/Changaco/python-libarchive-c#tag=${pkgver};)
-sha512sums=('SKIP')
-
-check() {
-  cd ${pkgbase}
-  py.test
-  py.test2
-}
-
-package_python-libarchive-c() {
-  depends=('python' 'libarchive')
-
-  cd ${pkgbase}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-package_python2-libarchive-c() {
-  depends=('python2' 'libarchive')
-
-  cd ${pkgbase}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-libarchive-c/repos/community-any/PKGBUILD (from rev 147730, 
python-libarchive-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 01:20:33 UTC (rev 147731)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-libarchive-c
+pkgname=('python-libarchive-c' 'python2-libarchive-c')
+pkgver=2.2
+pkgrel=1
+pkgdesc='Python interface to libarchive'
+url='https://github.com/Changaco/python-libarchive-c'
+arch=('any')
+license=('LGPL2.1')
+makedepends=('python-setuptools' 'python2-setuptools' 'libarchive')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/Changaco/python-libarchive-c/archive/${pkgver}.tar.gz)
+sha512sums=('c39057e893f3f3b48e823d4451298b101e1421944897d56a22d9c2f2d35cbd94ee8b6fc2fbd8542f83fb7cb62265b7d1afcc214e249d64938512295dd3cf0235')
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  py.test
+  py.test2
+}
+
+package_python-libarchive-c() {
+  depends=('python' 'libarchive')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+package_python2-libarchive-c() {
+  depends=('python2' 'libarchive')
+
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-24 Thread Levente Polyak
Date: Wednesday, November 25, 2015 @ 02:20:27
  Author: anthraxx
Revision: 147730

upgpkg: python-libarchive-c 2.2-1

upgpkg: python-libarchive-c 2.2-1

Modified:
  python-libarchive-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 22:25:28 UTC (rev 147729)
+++ PKGBUILD2015-11-25 01:20:27 UTC (rev 147730)
@@ -2,19 +2,19 @@
 
 pkgbase=python-libarchive-c
 pkgname=('python-libarchive-c' 'python2-libarchive-c')
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc='Python interface to libarchive'
 url='https://github.com/Changaco/python-libarchive-c'
 arch=('any')
 license=('LGPL2.1')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'libarchive')
+makedepends=('python-setuptools' 'python2-setuptools' 'libarchive')
 checkdepends=('python-pytest-cov' 'python2-pytest-cov')
-source=(${pkgbase}::"git+https://github.com/Changaco/python-libarchive-c#tag=${pkgver};)
-sha512sums=('SKIP')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/Changaco/python-libarchive-c/archive/${pkgver}.tar.gz)
+sha512sums=('c39057e893f3f3b48e823d4451298b101e1421944897d56a22d9c2f2d35cbd94ee8b6fc2fbd8542f83fb7cb62265b7d1afcc214e249d64938512295dd3cf0235')
 
 check() {
-  cd ${pkgbase}
+  cd ${pkgbase}-${pkgver}
   py.test
   py.test2
 }
@@ -22,7 +22,7 @@
 package_python-libarchive-c() {
   depends=('python' 'libarchive')
 
-  cd ${pkgbase}
+  cd ${pkgbase}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}"
   install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
 }
@@ -30,7 +30,7 @@
 package_python2-libarchive-c() {
   depends=('python2' 'libarchive')
 
-  cd ${pkgbase}
+  cd ${pkgbase}-${pkgver}
   python2 setup.py install -O1 --root="${pkgdir}"
   install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
 }


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:22:13
  Author: fyan
Revision: 147732

upgpkg: npm 3.5.0-1

bump to pre-release version, as it fixed a serious issue for our packaging 
(https://github.com/npm/npm/issues/10482)

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 01:20:33 UTC (rev 147731)
+++ PKGBUILD2015-11-25 02:22:13 UTC (rev 147732)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.4.1
+pkgver=3.5.0
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:22:16
  Author: fyan
Revision: 147733

upgpkg: keybase 0.8.24-1

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:22:13 UTC (rev 147732)
+++ PKGBUILD2015-11-25 02:22:16 UTC (rev 147733)
@@ -4,7 +4,7 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=0.8.23
+pkgver=0.8.24
 pkgrel=1
 arch=('any')
 url='http://keybase.io/'
@@ -13,7 +13,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('b3fc8c84289199cce461ae138df0896b46077f1e473e1006132ad1d78ff8d3ef')
+sha256sums=('5da685f8673ea4eb6bd73473ed663fddf25e6d7586a8f78d0ce5b256d409517f')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:22:33
  Author: fyan
Revision: 147735

archrelease: copy trunk to community-any

Added:
  keybase/repos/community-any/PKGBUILD
(from rev 147733, keybase/trunk/PKGBUILD)
Deleted:
  keybase/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 02:22:28 UTC (rev 147734)
+++ PKGBUILD2015-11-25 02:22:33 UTC (rev 147735)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=0.8.23
-pkgrel=1
-arch=('any')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg' 'nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('b3fc8c84289199cce461ae138df0896b46077f1e473e1006132ad1d78ff8d3ef')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: keybase/repos/community-any/PKGBUILD (from rev 147733, 
keybase/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 02:22:33 UTC (rev 147735)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=0.8.24
+pkgrel=1
+arch=('any')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg' 'nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('5da685f8673ea4eb6bd73473ed663fddf25e6d7586a8f78d0ce5b256d409517f')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:22:28
  Author: fyan
Revision: 147734

archrelease: copy trunk to community-testing-any

Added:
  npm/repos/community-testing-any/
  npm/repos/community-testing-any/PKGBUILD
(from rev 147733, npm/trunk/PKGBUILD)

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

Copied: npm/repos/community-testing-any/PKGBUILD (from rev 147733, 
npm/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-11-25 02:22:28 UTC (rev 147734)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.5.0
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:27:01
  Author: fyan
Revision: 147736

upgpkg: you-get 0.4.176-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:22:33 UTC (rev 147735)
+++ PKGBUILD2015-11-25 02:27:01 UTC (rev 147736)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.167
+pkgver=0.4.176
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:27:18
  Author: fyan
Revision: 147737

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 147736, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 02:27:01 UTC (rev 147736)
+++ PKGBUILD2015-11-25 02:27:18 UTC (rev 147737)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.167
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "${srcdir}"/${pkgname}
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}"/${pkgname}
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 147736, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 02:27:18 UTC (rev 147737)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.176
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${srcdir}"/${pkgname}
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:34:57
  Author: fyan
Revision: 251944

upgpkg: python-setuptools 1:18.6.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 22:21:39 UTC (rev 251943)
+++ PKGBUILD2015-11-25 02:34:57 UTC (rev 251944)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=18.5
+pkgver=18.6.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('d902b7e35c99d21e243168072bc96c07f88a7463e50035ba72d7e10818777e83ce534e4dab2ae0425620791f95f3d8cb2f9d9142be1ea24f05100d85d0d44835')
+sha512sums=('50752fc55fe70c1fe7c84d27d6dd046da376e0656c957e36709923ed129dcecf09637e35d64cc677d1e75612b2fc53f3213c97e8bed816dff5248085756a1882')
 
 prepare() {
   # We ship separated python{,2}-packaging packages.


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

2015-11-24 Thread Eric Bélanger
Date: Wednesday, November 25, 2015 @ 03:35:31
  Author: eric
Revision: 147739

upgpkg: youtube-dl 2015.11.24-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:35:22 UTC (rev 147738)
+++ PKGBUILD2015-11-25 02:35:31 UTC (rev 147739)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2015.11.10
+pkgver=2015.11.24
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('f172ac714d5dc85012462840eec70c246ac0e58e'
+sha1sums=('515e5e9a00eb4f4b09f35237ca9b5ce4e4e40143'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:35:22
  Author: fyan
Revision: 147738

upgpkg: python-logbook 0.12.3-1

Modified:
  python-logbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:27:18 UTC (rev 147737)
+++ PKGBUILD2015-11-25 02:35:22 UTC (rev 147738)
@@ -5,7 +5,7 @@
 pkgbase=python-logbook
 pkgname=(python-logbook python2-logbook)
 _pypiname=Logbook
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
 arch=('i686' 'x86_64')


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:35:14
  Author: fyan
Revision: 251945

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 251944, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 02:34:57 UTC (rev 251944)
+++ PKGBUILD2015-11-25 02:35:14 UTC (rev 251945)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=18.5
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('d902b7e35c99d21e243168072bc96c07f88a7463e50035ba72d7e10818777e83ce534e4dab2ae0425620791f95f3d8cb2f9d9142be1ea24f05100d85d0d44835')
-
-prepare() {
-  # We ship separated python{,2}-packaging packages.
-  rm -r setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 251944, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 02:35:14 UTC (rev 251945)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=18.6.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('50752fc55fe70c1fe7c84d27d6dd046da376e0656c957e36709923ed129dcecf09637e35d64cc677d1e75612b2fc53f3213c97e8bed816dff5248085756a1882')
+
+prepare() {
+  # We ship separated python{,2}-packaging packages.
+  rm -r setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  

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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:35:51
  Author: fyan
Revision: 147740

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

Added:
  python-logbook/repos/community-i686/PKGBUILD
(from rev 147739, python-logbook/trunk/PKGBUILD)
  python-logbook/repos/community-x86_64/PKGBUILD
(from rev 147739, python-logbook/trunk/PKGBUILD)
Deleted:
  python-logbook/repos/community-i686/PKGBUILD
  python-logbook/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-25 02:35:31 UTC (rev 147739)
+++ community-i686/PKGBUILD 2015-11-25 02:35:51 UTC (rev 147740)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tomas Schertel
-
-pkgbase=python-logbook
-pkgname=(python-logbook python2-logbook)
-_pypiname=Logbook
-pkgver=0.12.2
-pkgrel=1
-pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
-arch=('i686' 'x86_64')
-url="http://packages.python.org/Logbook/index.html;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
- 'python-six' 'python2-six')
-checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 
'python2-sqlalchemy')
-source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a logbook{,-py2}
-}
-
-build() {
-  cd "$srcdir/logbook"
-  cython logbook/_speedups.pyx
-  python setup.py build
-
-  cd "$srcdir/logbook-py2"
-  cython2 logbook/_speedups.pyx
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/logbook"
-  LC_CTYPE=en_US.UTF-8 py.test tests
-
-  cd "$srcdir/logbook-py2"
-  LC_CTYPE=en_US.UTF-8 py.test2 tests
-}
-
-package_python-logbook() {
-  depends=('python-six')
-
-  cd "${srcdir}/logbook"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-logbook() {
-  depends=('python2-six')
-
-  cd "${srcdir}/logbook-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-logbook/repos/community-i686/PKGBUILD (from rev 147739, 
python-logbook/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-25 02:35:51 UTC (rev 147740)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tomas Schertel
+
+pkgbase=python-logbook
+pkgname=(python-logbook python2-logbook)
+_pypiname=Logbook
+pkgver=0.12.3
+pkgrel=1
+pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
+arch=('i686' 'x86_64')
+url="http://packages.python.org/Logbook/index.html;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
+ 'python-six' 'python2-six')
+checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 
'python2-sqlalchemy')
+source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a logbook{,-py2}
+}
+
+build() {
+  cd "$srcdir/logbook"
+  cython logbook/_speedups.pyx
+  python setup.py build
+
+  cd "$srcdir/logbook-py2"
+  cython2 logbook/_speedups.pyx
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/logbook"
+  LC_CTYPE=en_US.UTF-8 py.test tests
+
+  cd "$srcdir/logbook-py2"
+  LC_CTYPE=en_US.UTF-8 py.test2 tests
+}
+
+package_python-logbook() {
+  depends=('python-six')
+
+  cd "${srcdir}/logbook"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-logbook() {
+  depends=('python2-six')
+
+  cd "${srcdir}/logbook-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-25 02:35:31 UTC (rev 147739)
+++ community-x86_64/PKGBUILD   2015-11-25 02:35:51 UTC (rev 147740)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tomas Schertel
-
-pkgbase=python-logbook
-pkgname=(python-logbook python2-logbook)
-_pypiname=Logbook
-pkgver=0.12.2
-pkgrel=1
-pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
-arch=('i686' 'x86_64')

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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:36:17
  Author: fyan
Revision: 147741

upgpkg: python-requests-toolbelt 0.5.0-1

Modified:
  python-requests-toolbelt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:35:51 UTC (rev 147740)
+++ PKGBUILD2015-11-25 02:36:17 UTC (rev 147741)
@@ -5,8 +5,8 @@
 pkgbase=python-requests-toolbelt
 pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
 _pkgname=requests-toolbelt
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
 arch=('any')
 url="https://github.com/sigmavirus24/requests-toolbelt;


[arch-commits] Commit in python-requests-toolbelt/repos/community-any (2 files)

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:36:35
  Author: fyan
Revision: 147742

archrelease: copy trunk to community-any

Added:
  python-requests-toolbelt/repos/community-any/PKGBUILD
(from rev 147741, python-requests-toolbelt/trunk/PKGBUILD)
Deleted:
  python-requests-toolbelt/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 02:36:17 UTC (rev 147741)
+++ PKGBUILD2015-11-25 02:36:35 UTC (rev 147742)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-_pkgname=requests-toolbelt
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
-arch=('any')
-url="https://github.com/sigmavirus24/requests-toolbelt;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
-  'python-mock' 'python2-mock')
-source=("git+https://github.com/sigmavirus24/requests-toolbelt.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ${_pkgname}{,-py2}
-}
-
-build() {
-  cd "$srcdir/${_pkgname}"
-  python setup.py build
-
-  cd "$srcdir/${_pkgname}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/${_pkgname}"
-  py.test
-
-  cd "$srcdir/${_pkgname}-py2"
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd "$srcdir/${_pkgname}"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd "$srcdir/${_pkgname}-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 147741, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 02:36:35 UTC (rev 147742)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+_pkgname=requests-toolbelt
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
+arch=('any')
+url="https://github.com/sigmavirus24/requests-toolbelt;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
+  'python-mock' 'python2-mock')
+source=("git+https://github.com/sigmavirus24/requests-toolbelt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ${_pkgname}{,-py2}
+}
+
+build() {
+  cd "$srcdir/${_pkgname}"
+  python setup.py build
+
+  cd "$srcdir/${_pkgname}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/${_pkgname}"
+  py.test
+
+  cd "$srcdir/${_pkgname}-py2"
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd "$srcdir/${_pkgname}"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd "$srcdir/${_pkgname}-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2015-11-24 Thread Eric Bélanger
Date: Wednesday, November 25, 2015 @ 03:36:57
  Author: eric
Revision: 147743

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 02:36:35 UTC (rev 147742)
+++ PKGBUILD2015-11-25 02:36:57 UTC (rev 147743)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2015.11.10
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('f172ac714d5dc85012462840eec70c246ac0e58e'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 147741, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 02:36:57 UTC (rev 147743)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2015.11.24
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('515e5e9a00eb4f4b09f35237ca9b5ce4e4e40143'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:37:17
  Author: fyan
Revision: 147744

upgpkg: python-coverage 4.0.3-1

Modified:
  python-coverage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:36:57 UTC (rev 147743)
+++ PKGBUILD2015-11-25 02:37:17 UTC (rev 147744)
@@ -4,7 +4,7 @@
 # Contributor: Fazlul Shahriar 
 
 pkgname=(python-coverage python2-coverage)
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 pkgdesc="A tool for measuring code coverage of Python programs"
 arch=('i686' 'x86_64')


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:37:46
  Author: fyan
Revision: 147745

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

Added:
  python-coverage/repos/community-i686/PKGBUILD
(from rev 147744, python-coverage/trunk/PKGBUILD)
  python-coverage/repos/community-x86_64/PKGBUILD
(from rev 147744, python-coverage/trunk/PKGBUILD)
Deleted:
  python-coverage/repos/community-i686/PKGBUILD
  python-coverage/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-25 02:37:17 UTC (rev 147744)
+++ community-i686/PKGBUILD 2015-11-25 02:37:46 UTC (rev 147745)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Clément Démoulins 
-# Contributor: Fazlul Shahriar 
-
-pkgname=(python-coverage python2-coverage)
-pkgver=4.0.2
-pkgrel=1
-pkgdesc="A tool for measuring code coverage of Python programs"
-arch=('i686' 'x86_64')
-url="http://nedbatchelder.com/code/coverage/;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'mercurial')
-checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose'
-  'python-pycontracts' 'python2-pycontracts' 'python-greenlet'
-  'python2-greenlet' 'python-virtualenv' 'python2-virtualenv')
-source=("hg+https://bitbucket.org/ned/coveragepy#tag=coverage-$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a coveragepy{,-py2}
-}
-
-check() {
-  # Hack entry points by installing it
-
-  export LC_CTYPE=en_US.UTF-8
-
-  (
-cd "$srcdir/coveragepy"
-virtualenv "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-export PYTHONPATH="$PYTHONPATH:/usr/lib/python3.5/site-packages"
-python setup.py --quiet develop
-python igor.py zip_mods install_egg remove_extension
-python igor.py test_with_tracer py
-python setup.py --quiet build_ext --inplace
-python igor.py test_with_tracer c
-  )
-
-  (
-cd "$srcdir/coveragepy-py2"
-virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-. "$srcdir/pyvenv-py2/bin/activate"
-export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/site-packages"
-python setup.py --quiet develop
-python igor.py zip_mods install_egg remove_extension
-python igor.py test_with_tracer py
-python setup.py --quiet build_ext --inplace
-python igor.py test_with_tracer c
-  )
-}
-
-package_python-coverage() {
-  depends=('python')
-
-  cd coveragepy
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-coverage() {
-  depends=('python2')
-
-  cd coveragepy
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir/usr/bin/coverage" "$pkgdir/usr/bin/coverage2"
-}

Copied: python-coverage/repos/community-i686/PKGBUILD (from rev 147744, 
python-coverage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-25 02:37:46 UTC (rev 147745)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Clément Démoulins 
+# Contributor: Fazlul Shahriar 
+
+pkgname=(python-coverage python2-coverage)
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="A tool for measuring code coverage of Python programs"
+arch=('i686' 'x86_64')
+url="http://nedbatchelder.com/code/coverage/;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'mercurial')
+checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose'
+  'python-pycontracts' 'python2-pycontracts' 'python-greenlet'
+  'python2-greenlet' 'python-virtualenv' 'python2-virtualenv')
+source=("hg+https://bitbucket.org/ned/coveragepy#tag=coverage-$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a coveragepy{,-py2}
+}
+
+check() {
+  # Hack entry points by installing it
+
+  export LC_CTYPE=en_US.UTF-8
+
+  (
+cd "$srcdir/coveragepy"
+virtualenv "$srcdir/pyvenv" --system-site-packages
+. "$srcdir/pyvenv/bin/activate"
+export PYTHONPATH="$PYTHONPATH:/usr/lib/python3.5/site-packages"
+python setup.py --quiet develop
+python igor.py zip_mods install_egg remove_extension
+python igor.py test_with_tracer py
+python setup.py --quiet build_ext --inplace
+python igor.py test_with_tracer c
+  )
+
+  (
+cd "$srcdir/coveragepy-py2"
+virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+. "$srcdir/pyvenv-py2/bin/activate"
+export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/site-packages"
+python 

[arch-commits] Commit in python-planout/repos/community-any (3 files)

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:44:55
  Author: fyan
Revision: 147747

archrelease: copy trunk to community-any

Added:
  python-planout/repos/community-any/PKGBUILD
(from rev 147746, python-planout/trunk/PKGBUILD)
Deleted:
  python-planout/repos/community-any/PKGBUILD
  python-planout/repos/community-any/py3k-fix.patch

+
 PKGBUILD   |  111 ++-
 py3k-fix.patch |   37 --
 2 files changed, 54 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 02:44:38 UTC (rev 147746)
+++ PKGBUILD2015-11-25 02:44:55 UTC (rev 147747)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-planout
-pkgname=(python-planout python2-planout)
-pkgver=0.5.20151001
-_commit=82ccf7b212bd5a292e1485c0942b513a52737c78
-pkgrel=1
-pkgdesc="A framework for online field experimentation"
-arch=('any')
-url='http://facebook.github.io/planout'
-license=('custom:BSD')
-makedepends=('python-six' 'python2-six' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/facebook/planout.git#commit=$_commit;
-py3k-fix.patch)
-sha512sums=('SKIP'
-
'1ec44bf082f73045a39076bed7dcf9ce25b79e1f288c5c06136d67894aac262ad309bad4feb0909b5690d3cd67862f3d15c71f51adfcc97a7cc4cc58bc13d78f')
-
-prepare() {
-  (cd planout; patch -p1 -i ../py3k-fix.patch)
-  cp -a planout{,-py2}
-}
-
-build() {
-  cd "$srcdir/planout/python"
-  python setup.py build
-
-  cd "$srcdir/planout-py2/python"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/planout/python/planout/test"
-  py.test
-
-  cd "$srcdir/planout-py2/python/planout/test"
-  py.test2
-}
-
-package_python-planout() {
-  depends=('python-six')
-
-  cd planout/python
-  python setup.py install -O1 --root "$pkgdir"
-
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-planout() {
-  depends=('python2-six')
-
-  cd planout-py2/python
-  python2 setup.py install -O1 --root "$pkgdir"
-
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-planout/repos/community-any/PKGBUILD (from rev 147746, 
python-planout/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 02:44:55 UTC (rev 147747)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-planout
+pkgname=(python-planout python2-planout)
+pkgver=0.5.20151020
+_commit=9a47b316aa31024588f063426bbadd8867cdab77
+pkgrel=1
+pkgdesc="A framework for online field experimentation"
+arch=('any')
+url='http://facebook.github.io/planout'
+license=('custom:BSD')
+makedepends=('python-six' 'python2-six' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/facebook/planout.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a planout{,-py2}
+}
+
+build() {
+  cd "$srcdir/planout/python"
+  python setup.py build
+
+  cd "$srcdir/planout-py2/python"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/planout/python/planout/test"
+  py.test
+
+  cd "$srcdir/planout-py2/python/planout/test"
+  py.test2
+}
+
+package_python-planout() {
+  depends=('python-six')
+
+  cd planout/python
+  python setup.py install -O1 --root "$pkgdir"
+
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-planout() {
+  depends=('python2-six')
+
+  cd planout-py2/python
+  python2 setup.py install -O1 --root "$pkgdir"
+
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: py3k-fix.patch
===
--- py3k-fix.patch  2015-11-25 02:44:38 UTC (rev 147746)
+++ py3k-fix.patch  2015-11-25 02:44:55 UTC (rev 147747)
@@ -1,37 +0,0 @@
-From 7108eaa07bd031630489b41f8e072957fbfed7a8 Mon Sep 17 00:00:00 2001
-From: Felix Yan 
-Date: Tue, 13 Oct 2015 22:41:23 +0800
-Subject: [PATCH] Fix prints in namespace.py for Python 3.x compatibility
-

- python/planout/namespace.py | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/python/planout/namespace.py b/python/planout/namespace.py
-index b5243fc..31ab927 100644
 a/python/planout/namespace.py
-+++ b/python/planout/namespace.py
-@@ -116,11 +116,11 @@ def primary_unit(self, value):
- def add_experiment(self, name, exp_object, segments):
- num_avail = len(self.available_segments)
- if num_avail < segments:
--print 'error: %s segments requested, only %s available.' % \
--(segments, num_avail)
-+print('error: %s segments requested, only %s available.' %
-+  (segments, num_avail))
- return False
- if name in 

[arch-commits] Commit in python-planout/trunk (PKGBUILD py3k-fix.patch)

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:44:38
  Author: fyan
Revision: 147746

upgpkg: python-planout 0.5.20151020-1

Modified:
  python-planout/trunk/PKGBUILD
Deleted:
  python-planout/trunk/py3k-fix.patch

+
 PKGBUILD   |   11 ---
 py3k-fix.patch |   37 -
 2 files changed, 4 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:37:46 UTC (rev 147745)
+++ PKGBUILD2015-11-25 02:44:38 UTC (rev 147746)
@@ -3,8 +3,8 @@
 
 pkgbase=python-planout
 pkgname=(python-planout python2-planout)
-pkgver=0.5.20151001
-_commit=82ccf7b212bd5a292e1485c0942b513a52737c78
+pkgver=0.5.20151020
+_commit=9a47b316aa31024588f063426bbadd8867cdab77
 pkgrel=1
 pkgdesc="A framework for online field experimentation"
 arch=('any')
@@ -12,13 +12,10 @@
 license=('custom:BSD')
 makedepends=('python-six' 'python2-six' 'git')
 checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/facebook/planout.git#commit=$_commit;
-py3k-fix.patch)
-sha512sums=('SKIP'
-
'1ec44bf082f73045a39076bed7dcf9ce25b79e1f288c5c06136d67894aac262ad309bad4feb0909b5690d3cd67862f3d15c71f51adfcc97a7cc4cc58bc13d78f')
+source=("git+https://github.com/facebook/planout.git#commit=$_commit;)
+sha512sums=('SKIP')
 
 prepare() {
-  (cd planout; patch -p1 -i ../py3k-fix.patch)
   cp -a planout{,-py2}
 }
 

Deleted: py3k-fix.patch
===
--- py3k-fix.patch  2015-11-25 02:37:46 UTC (rev 147745)
+++ py3k-fix.patch  2015-11-25 02:44:38 UTC (rev 147746)
@@ -1,37 +0,0 @@
-From 7108eaa07bd031630489b41f8e072957fbfed7a8 Mon Sep 17 00:00:00 2001
-From: Felix Yan 
-Date: Tue, 13 Oct 2015 22:41:23 +0800
-Subject: [PATCH] Fix prints in namespace.py for Python 3.x compatibility
-

- python/planout/namespace.py | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/python/planout/namespace.py b/python/planout/namespace.py
-index b5243fc..31ab927 100644
 a/python/planout/namespace.py
-+++ b/python/planout/namespace.py
-@@ -116,11 +116,11 @@ def primary_unit(self, value):
- def add_experiment(self, name, exp_object, segments):
- num_avail = len(self.available_segments)
- if num_avail < segments:
--print 'error: %s segments requested, only %s available.' % \
--(segments, num_avail)
-+print('error: %s segments requested, only %s available.' %
-+  (segments, num_avail))
- return False
- if name in self.current_experiments:
--print 'error: there is already an experiment called %s.' % name
-+print('error: there is already an experiment called %s.' % name)
- return False
- 
- # randomly select the given number of segments from all available
-@@ -140,7 +140,7 @@ def add_experiment(self, name, exp_object, segments):
- 
- def remove_experiment(self, name):
- if name not in self.current_experiments:
--print 'error: there is no experiment called %s.' % name
-+print('error: there is no experiment called %s.' % name)
- return False
- 
- segments_to_free = \


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:47:27
  Author: fyan
Revision: 147748

upgpkg: deepin-movie 2.3.0.20151102-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:44:55 UTC (rev 147747)
+++ PKGBUILD2015-11-25 02:47:27 UTC (rev 147748)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-movie
-pkgver=2.3.0.20151020
-_commit=6bf276cd47e4c85568dd175dfb4e3705e39ccb93
-pkgrel=2
+pkgver=2.3.0.20151102
+_commit=9046d58a99f0fd25e148e54290837712bc689a6c
+pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('any')
 url="https://gitcafe.com/Deepin/deepin-movie;


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:47:59
  Author: fyan
Revision: 147749

archrelease: copy trunk to community-any

Added:
  deepin-movie/repos/community-any/PKGBUILD
(from rev 147748, deepin-movie/trunk/PKGBUILD)
  deepin-movie/repos/community-any/deepin-movie.install
(from rev 147748, deepin-movie/trunk/deepin-movie.install)
Deleted:
  deepin-movie/repos/community-any/PKGBUILD
  deepin-movie/repos/community-any/deepin-movie.install

--+
 PKGBUILD |   76 -
 deepin-movie.install |   22 +++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 02:47:27 UTC (rev 147748)
+++ PKGBUILD2015-11-25 02:47:59 UTC (rev 147749)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-pkgver=2.3.0.20151020
-_commit=6bf276cd47e4c85568dd175dfb4e3705e39ccb93
-pkgrel=2
-pkgdesc='Movie player based on QtAV'
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-movie;
-license=('GPL3')
-depends=('python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 'python2-dbus'
- 'python2-peewee' 'python2-pillow' 'python2-magic' 'python2-bottle'
- 'deepin-qml-widgets' 'python2-xpybutil' 'python2-deepin-utils'
- 'python2-requests' 'dleyna-renderer' 'deepin-dbus-factory')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-movie.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-movie
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-movie
-  python2 configure.py
-  deepin-generate-mo locale/locale_config.ini
-}
-
-package() {
-  cd deepin-movie
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-}

Copied: deepin-movie/repos/community-any/PKGBUILD (from rev 147748, 
deepin-movie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 02:47:59 UTC (rev 147749)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+pkgver=2.3.0.20151102
+_commit=9046d58a99f0fd25e148e54290837712bc689a6c
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-movie;
+license=('GPL3')
+depends=('python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 'python2-dbus'
+ 'python2-peewee' 'python2-pillow' 'python2-magic' 'python2-bottle'
+ 'deepin-qml-widgets' 'python2-xpybutil' 'python2-deepin-utils'
+ 'python2-requests' 'dleyna-renderer' 'deepin-dbus-factory')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-movie.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-movie
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-movie
+  python2 configure.py
+  deepin-generate-mo locale/locale_config.ini
+}
+
+package() {
+  cd deepin-movie
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}

Deleted: deepin-movie.install
===
--- deepin-movie.install2015-11-25 02:47:27 UTC (rev 147748)
+++ deepin-movie.install2015-11-25 02:47:59 UTC (rev 147749)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Copied: deepin-movie/repos/community-any/deepin-movie.install (from rev 147748, 
deepin-movie/trunk/deepin-movie.install)
===
--- deepin-movie.install(rev 0)
+++ deepin-movie.install2015-11-25 02:47:59 UTC (rev 147749)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:52:21
  Author: fyan
Revision: 147751

archrelease: copy trunk to community-any

Added:
  dg/repos/community-any/PKGBUILD
(from rev 147750, dg/trunk/PKGBUILD)
Deleted:
  dg/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 02:52:03 UTC (rev 147750)
+++ PKGBUILD2015-11-25 02:52:21 UTC (rev 147751)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=dg
-pkgver=1.1.0.20151005
-_commit=8a2f9210352216855d0da04fdbb60e8080820bd6
-pkgrel=1
-pkgdesc="A simple language that compiles to CPython bytecode"
-arch=('any')
-url="https://pyos.github.io/dg;
-license=('MIT')
-depends=('python')
-makedepends=('git')
-source=("git://github.com/pyos/dg.git#commit=$_commit")
-md5sums=('SKIP')
-
-package() {
-  cd dg
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dg/repos/community-any/PKGBUILD (from rev 147750, dg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 02:52:21 UTC (rev 147751)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=dg
+pkgver=1.1.0.20151115
+_commit=c9aeb8adcec1546aeaa82b7aeba7aad563079ed9
+pkgrel=1
+pkgdesc="A simple language that compiles to CPython bytecode"
+arch=('any')
+url="https://pyos.github.io/dg;
+license=('MIT')
+depends=('python')
+makedepends=('git')
+source=("git://github.com/pyos/dg.git#commit=$_commit")
+md5sums=('SKIP')
+
+package() {
+  cd dg
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 03:52:03
  Author: fyan
Revision: 147750

upgpkg: dg 1.1.0.20151115-1

Modified:
  dg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:47:59 UTC (rev 147749)
+++ PKGBUILD2015-11-25 02:52:03 UTC (rev 147750)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dg
-pkgver=1.1.0.20151005
-_commit=8a2f9210352216855d0da04fdbb60e8080820bd6
+pkgver=1.1.0.20151115
+_commit=c9aeb8adcec1546aeaa82b7aeba7aad563079ed9
 pkgrel=1
 pkgdesc="A simple language that compiles to CPython bytecode"
 arch=('any')


[arch-commits] Commit in (5 files)

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 04:05:20
  Author: fyan
Revision: 147752

addpkg: haskell-uuid-types 1.0.2-1

Added:
  haskell-uuid-types/
  haskell-uuid-types/repos/
  haskell-uuid-types/trunk/
  haskell-uuid-types/trunk/PKGBUILD
  haskell-uuid-types/trunk/haskell-uuid-types.install

+
 PKGBUILD   |   42 ++
 haskell-uuid-types.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-uuid-types/trunk/PKGBUILD
===
--- haskell-uuid-types/trunk/PKGBUILD   (rev 0)
+++ haskell-uuid-types/trunk/PKGBUILD   2015-11-25 03:05:20 UTC (rev 147752)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid-types
+pkgname=haskell-uuid-types
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Type definitions for Universally Unique Identifiers"
+url="https://github.com/aslatter/uuid;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-hashable" "haskell-random" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('56c6e9d6c05f30461419d2c3b90ef7e5f2fb8dd51c09846b5f4ce12d034f2e05')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}


Property changes on: haskell-uuid-types/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-uuid-types/trunk/haskell-uuid-types.install
===
--- haskell-uuid-types/trunk/haskell-uuid-types.install 
(rev 0)
+++ haskell-uuid-types/trunk/haskell-uuid-types.install 2015-11-25 03:05:20 UTC 
(rev 147752)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-uuid-types
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


[arch-commits] Commit in haskell-uuid-types/repos (6 files)

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 04:06:01
  Author: fyan
Revision: 147753

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

Added:
  haskell-uuid-types/repos/community-i686/
  haskell-uuid-types/repos/community-i686/PKGBUILD
(from rev 147752, haskell-uuid-types/trunk/PKGBUILD)
  haskell-uuid-types/repos/community-i686/haskell-uuid-types.install
(from rev 147752, haskell-uuid-types/trunk/haskell-uuid-types.install)
  haskell-uuid-types/repos/community-x86_64/
  haskell-uuid-types/repos/community-x86_64/PKGBUILD
(from rev 147752, haskell-uuid-types/trunk/PKGBUILD)
  haskell-uuid-types/repos/community-x86_64/haskell-uuid-types.install
(from rev 147752, haskell-uuid-types/trunk/haskell-uuid-types.install)

-+
 community-i686/PKGBUILD |   42 ++
 community-i686/haskell-uuid-types.install   |   18 +++
 community-x86_64/PKGBUILD   |   42 ++
 community-x86_64/haskell-uuid-types.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-uuid-types/repos/community-i686/PKGBUILD (from rev 147752, 
haskell-uuid-types/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-25 03:06:01 UTC (rev 147753)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid-types
+pkgname=haskell-uuid-types
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Type definitions for Universally Unique Identifiers"
+url="https://github.com/aslatter/uuid;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-hashable" "haskell-random" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('56c6e9d6c05f30461419d2c3b90ef7e5f2fb8dd51c09846b5f4ce12d034f2e05')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: haskell-uuid-types/repos/community-i686/haskell-uuid-types.install 
(from rev 147752, haskell-uuid-types/trunk/haskell-uuid-types.install)
===
--- community-i686/haskell-uuid-types.install   (rev 0)
+++ community-i686/haskell-uuid-types.install   2015-11-25 03:06:01 UTC (rev 
147753)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-uuid-types
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-uuid-types/repos/community-x86_64/PKGBUILD (from rev 147752, 
haskell-uuid-types/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-25 03:06:01 UTC (rev 147753)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid-types
+pkgname=haskell-uuid-types
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Type definitions for Universally Unique Identifiers"
+url="https://github.com/aslatter/uuid;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-hashable" "haskell-random" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

[arch-commits] Commit in (5 files)

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 04:10:23
  Author: fyan
Revision: 147754

addpkg: haskell-aeson-extra 0.2.2.0-1

Added:
  haskell-aeson-extra/
  haskell-aeson-extra/repos/
  haskell-aeson-extra/trunk/
  haskell-aeson-extra/trunk/PKGBUILD
  haskell-aeson-extra/trunk/haskell-aeson-extra.install

-+
 PKGBUILD|   44 ++
 haskell-aeson-extra.install |   18 +
 2 files changed, 62 insertions(+)

Added: haskell-aeson-extra/trunk/PKGBUILD
===
--- haskell-aeson-extra/trunk/PKGBUILD  (rev 0)
+++ haskell-aeson-extra/trunk/PKGBUILD  2015-11-25 03:10:23 UTC (rev 147754)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.2.2.0
+pkgrel=1
+pkgdesc="Extra goodies for aeson"
+url="https://github.com/phadej/aeson-extra#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('368aa018e650f323a1d52cfd38596fe419667e1ef3f83faf0f7255518b18dc45')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}


Property changes on: haskell-aeson-extra/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-aeson-extra/trunk/haskell-aeson-extra.install
===
--- haskell-aeson-extra/trunk/haskell-aeson-extra.install   
(rev 0)
+++ haskell-aeson-extra/trunk/haskell-aeson-extra.install   2015-11-25 
03:10:23 UTC (rev 147754)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-extra
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


[arch-commits] Commit in haskell-aeson-extra/repos (6 files)

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 04:11:12
  Author: fyan
Revision: 147755

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

Added:
  haskell-aeson-extra/repos/community-i686/
  haskell-aeson-extra/repos/community-i686/PKGBUILD
(from rev 147754, haskell-aeson-extra/trunk/PKGBUILD)
  haskell-aeson-extra/repos/community-i686/haskell-aeson-extra.install
(from rev 147754, haskell-aeson-extra/trunk/haskell-aeson-extra.install)
  haskell-aeson-extra/repos/community-x86_64/
  haskell-aeson-extra/repos/community-x86_64/PKGBUILD
(from rev 147754, haskell-aeson-extra/trunk/PKGBUILD)
  haskell-aeson-extra/repos/community-x86_64/haskell-aeson-extra.install
(from rev 147754, haskell-aeson-extra/trunk/haskell-aeson-extra.install)

--+
 community-i686/PKGBUILD  |   44 +
 community-i686/haskell-aeson-extra.install   |   18 ++
 community-x86_64/PKGBUILD|   44 +
 community-x86_64/haskell-aeson-extra.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-aeson-extra/repos/community-i686/PKGBUILD (from rev 147754, 
haskell-aeson-extra/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-25 03:11:12 UTC (rev 147755)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.2.2.0
+pkgrel=1
+pkgdesc="Extra goodies for aeson"
+url="https://github.com/phadej/aeson-extra#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('368aa018e650f323a1d52cfd38596fe419667e1ef3f83faf0f7255518b18dc45')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: haskell-aeson-extra/repos/community-i686/haskell-aeson-extra.install 
(from rev 147754, haskell-aeson-extra/trunk/haskell-aeson-extra.install)
===
--- community-i686/haskell-aeson-extra.install  (rev 0)
+++ community-i686/haskell-aeson-extra.install  2015-11-25 03:11:12 UTC (rev 
147755)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-extra
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-aeson-extra/repos/community-x86_64/PKGBUILD (from rev 147754, 
haskell-aeson-extra/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-25 03:11:12 UTC (rev 147755)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.2.2.0
+pkgrel=1
+pkgdesc="Extra goodies for aeson"
+url="https://github.com/phadej/aeson-extra#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" 

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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 05:44:24
  Author: fyan
Revision: 147757

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 04:44:06 UTC (rev 147756)
+++ PKGBUILD2015-11-25 04:44:24 UTC (rev 147757)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez   
-# Contributor: Peter Garceau 
-
-pkgbase=python-sympy
-pkgname=('python2-sympy' 'python-sympy')
-pkgver=0.7.6.1.20151028
-_commit=6ccadc06eb33390d190d6f834261a3a82018541d
-pkgrel=1
-arch=('any')
-pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
-url='http://sympy.org/en/index.html'
-license=('BSD')
-makedepends=('python2-mpmath' 'python-mpmath' 'python-setuptools' 
'python2-setuptools' 'git')
-#source=("git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver};
-source=("git+https://github.com/sympy/sympy.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a sympy py3-sympy
-}
-
-build() {
-  cd sympy
-  python2 setup.py build
-
-  cd ../py3-sympy
-  python3 setup.py build
-}
-
-check() {
-  # Broken, waiting for upstream fixes.
-
-  cd sympy
-  python2 setup.py test || warning "Exit code: $?"
-
-  cd ../py3-sympy
-  python3 setup.py test || warning "Exit code: $?"
-}
-
-package_python2-sympy() {
-  depends=('python2-mpmath')
-  optdepends=('python2-pyglet: plotting'
-  'ipython2: user friendly interface for isympy')
-
-  cd sympy
-
-  python2 setup.py install --root "${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-sympy() {
-  depends=('python-mpmath')
-  optdepends=('ipython: user friendly interface for isympy')
-
-  cd py3-sympy
-
-  python3 setup.py install --root "${pkgdir}" --optimize=1
-
-  # rename files that exists in both 'python2-sympy' and 'python-sympy'
-  mv "${pkgdir}"/usr/bin/isympy{,-py3}
-  mv "${pkgdir}"/usr/share/man/man1/isympy{,-py3}.1
-
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-sympy/repos/community-any/PKGBUILD (from rev 147756, 
python-sympy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 04:44:24 UTC (rev 147757)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez   
+# Contributor: Peter Garceau 
+
+pkgbase=python-sympy
+pkgname=('python2-sympy' 'python-sympy')
+pkgver=0.7.6.1.20151123
+_commit=bf990d085afe47bbdde420c5e2e271a01377c487
+pkgrel=1
+arch=('any')
+pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
+url='http://sympy.org/en/index.html'
+license=('BSD')
+makedepends=('python2-mpmath' 'python-mpmath' 'python-setuptools' 
'python2-setuptools' 'git')
+#source=("git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver};
+source=("git+https://github.com/sympy/sympy.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a sympy py3-sympy
+}
+
+build() {
+  cd sympy
+  python2 setup.py build
+
+  cd ../py3-sympy
+  python3 setup.py build
+}
+
+check() {
+  # Broken, waiting for upstream fixes.
+
+  cd sympy
+  python2 setup.py test || warning "Exit code: $?"
+
+  cd ../py3-sympy
+  python3 setup.py test || warning "Exit code: $?"
+}
+
+package_python2-sympy() {
+  depends=('python2-mpmath')
+  optdepends=('python2-pyglet: plotting'
+  'ipython2: user friendly interface for isympy')
+
+  cd sympy
+
+  python2 setup.py install --root "${pkgdir}" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sympy() {
+  depends=('python-mpmath')
+  optdepends=('ipython: user friendly interface for isympy')
+
+  cd py3-sympy
+
+  python3 setup.py install --root "${pkgdir}" --optimize=1
+
+  # rename files that exists in both 'python2-sympy' and 'python-sympy'
+  mv "${pkgdir}"/usr/bin/isympy{,-py3}
+  mv "${pkgdir}"/usr/share/man/man1/isympy{,-py3}.1
+
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 05:44:06
  Author: fyan
Revision: 147756

upgpkg: python-sympy 0.7.6.1.20151123-1

Modified:
  python-sympy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 03:11:12 UTC (rev 147755)
+++ PKGBUILD2015-11-25 04:44:06 UTC (rev 147756)
@@ -7,8 +7,8 @@
 
 pkgbase=python-sympy
 pkgname=('python2-sympy' 'python-sympy')
-pkgver=0.7.6.1.20151028
-_commit=6ccadc06eb33390d190d6f834261a3a82018541d
+pkgver=0.7.6.1.20151123
+_commit=bf990d085afe47bbdde420c5e2e271a01377c487
 pkgrel=1
 arch=('any')
 pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 08:36:12
  Author: fyan
Revision: 147758

upgpkg: deepin-desktop-schemas 2.91.1-4

remove deepin-appstore and google-chrome from overrides

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 04:44:24 UTC (rev 147757)
+++ PKGBUILD2015-11-25 07:36:12 UTC (rev 147758)
@@ -5,12 +5,12 @@
 
 pkgname=deepin-desktop-schemas
 pkgver=2.91.1
-pkgrel=3
+pkgrel=4
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas;
 license=('GPL3')
-depends=('dconf')
+depends=('dconf' 'nautilus' 'deepin-music' 'deepin-movie' 
'deepin-control-center')
 makedepends=('git')
 conflicts=('dde-daemon<=2.92.1')
 replaces=('deepin-default-gsettings')
@@ -23,6 +23,8 @@
   cd "${pkgname}"
   # fix default background url
   sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
+  # Removing google-chrome and deepin-appstore, they are not packaged in our 
repos.
+  sed -i 
"s/^docked-apps=.*/docked-apps=['org.gnome.nautilus','deepin-music-player','deepin-movie','dde-control-center']/"
 overrides/com.deepin.dde.dock.override
 }
 
 build() {


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (4 files)

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 08:38:08
  Author: fyan
Revision: 147759

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 147758, deepin-desktop-schemas/trunk/PKGBUILD)
  deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install
(from rev 147758, 
deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
  deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install

+
 PKGBUILD   |   74 ---
 deepin-desktop-schemas.install |   22 +--
 2 files changed, 49 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 07:36:12 UTC (rev 147758)
+++ PKGBUILD2015-11-25 07:38:08 UTC (rev 147759)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=2.91.1
-pkgrel=3
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf')
-makedepends=('git')
-conflicts=('dde-daemon<=2.92.1')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
-  cd "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 147758, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 07:38:08 UTC (rev 147759)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=2.91.1
+pkgrel=4
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'nautilus' 'deepin-music' 'deepin-movie' 
'deepin-control-center')
+makedepends=('git')
+conflicts=('dde-daemon<=2.92.1')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
+  # Removing google-chrome and deepin-appstore, they are not packaged in our 
repos.
+  sed -i 
"s/^docked-apps=.*/docked-apps=['org.gnome.nautilus','deepin-music-player','deepin-movie','dde-control-center']/"
 overrides/com.deepin.dde.dock.override
+}
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: deepin-desktop-schemas.install
===
--- deepin-desktop-schemas.install  2015-11-25 07:36:12 UTC (rev 147758)
+++ deepin-desktop-schemas.install  2015-11-25 07:38:08 UTC (rev 147759)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install (from 
rev 147758, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
===
--- deepin-desktop-schemas.install  (rev 0)
+++ deepin-desktop-schemas.install  2015-11-25 07:38:08 UTC (rev 147759)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (4 files)

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 08:42:16
  Author: fyan
Revision: 147761

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 147760, deepin-desktop-schemas/trunk/PKGBUILD)
  deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install
(from rev 147760, 
deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
  deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install

+
 PKGBUILD   |   76 +++
 deepin-desktop-schemas.install |   22 +--
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-25 07:41:54 UTC (rev 147760)
+++ PKGBUILD2015-11-25 07:42:16 UTC (rev 147761)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=2.91.1
-pkgrel=4
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'nautilus' 'deepin-music' 'deepin-movie' 
'deepin-control-center')
-makedepends=('git')
-conflicts=('dde-daemon<=2.92.1')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
-  # Removing google-chrome and deepin-appstore, they are not packaged in our 
repos.
-  sed -i 
"s/^docked-apps=.*/docked-apps=['org.gnome.nautilus','deepin-music-player','deepin-movie','dde-control-center']/"
 overrides/com.deepin.dde.dock.override
-}
-
-build() {
-  cd "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 147760, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-25 07:42:16 UTC (rev 147761)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=2.91.1
+pkgrel=5
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf')
+makedepends=('git')
+conflicts=('dde-daemon<=2.92.1')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
+  # Removing google-chrome and deepin-appstore, they are not packaged in our 
repos.
+  sed -i 
"s/^docked-apps=.*/docked-apps=['org.gnome.nautilus','deepin-music-player','deepin-movie','dde-control-center']/"
 overrides/com.deepin.dde.dock.override
+}
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: deepin-desktop-schemas.install
===
--- deepin-desktop-schemas.install  2015-11-25 07:41:54 UTC (rev 147760)
+++ deepin-desktop-schemas.install  2015-11-25 07:42:16 UTC (rev 147761)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install (from 
rev 147760, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
===
--- deepin-desktop-schemas.install  (rev 0)
+++ deepin-desktop-schemas.install  2015-11-25 07:42:16 UTC (rev 147761)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-11-24 Thread Antonio Rojas
Date: Wednesday, November 25, 2015 @ 08:54:10
  Author: arojas
Revision: 251950

Cleanup

Deleted:
  libkgapi/kde-unstable/


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 08:41:54
  Author: fyan
Revision: 147760

upgpkg: deepin-desktop-schemas 2.91.1-5

wrong dependencies - they belong to deepin-dock

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 07:38:08 UTC (rev 147759)
+++ PKGBUILD2015-11-25 07:41:54 UTC (rev 147760)
@@ -5,12 +5,12 @@
 
 pkgname=deepin-desktop-schemas
 pkgver=2.91.1
-pkgrel=4
+pkgrel=5
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas;
 license=('GPL3')
-depends=('dconf' 'nautilus' 'deepin-music' 'deepin-movie' 
'deepin-control-center')
+depends=('dconf')
 makedepends=('git')
 conflicts=('dde-daemon<=2.92.1')
 replaces=('deepin-default-gsettings')


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 08:56:46
  Author: fyan
Revision: 147762

upgpkg: deepin-dock 2.90.1-3

adjust dependencies

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 07:42:16 UTC (rev 147761)
+++ PKGBUILD2015-11-25 07:56:46 UTC (rev 147762)
@@ -5,12 +5,12 @@
 
 pkgname=deepin-dock
 pkgver=2.90.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-dock;
 license=('GPL3')
-depends=('gtk2' 'libdui' 'qt5-svg')
+depends=('gtk2' 'libdui' 'qt5-svg' 'nautilus' 'deepin-music' 'deepin-movie' 
'deepin-control-center')
 makedepends=('git')
 conflicts=('dde-dock')
 replaces=('dde-dock')


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

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 08:57:16
  Author: fyan
Revision: 147763

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

Added:
  deepin-dock/repos/community-i686/PKGBUILD
(from rev 147762, deepin-dock/trunk/PKGBUILD)
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 147762, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-i686/PKGBUILD
  deepin-dock/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-25 07:56:46 UTC (rev 147762)
+++ community-i686/PKGBUILD 2015-11-25 07:57:16 UTC (rev 147763)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=2.90.1
-pkgrel=2
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('gtk2' 'libdui' 'qt5-svg')
-makedepends=('git')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/dde-dock.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-dock
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-dock/repos/community-i686/PKGBUILD (from rev 147762, 
deepin-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-25 07:57:16 UTC (rev 147763)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=2.90.1
+pkgrel=3
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'libdui' 'qt5-svg' 'nautilus' 'deepin-music' 'deepin-movie' 
'deepin-control-center')
+makedepends=('git')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-dock.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-25 07:56:46 UTC (rev 147762)
+++ community-x86_64/PKGBUILD   2015-11-25 07:57:16 UTC (rev 147763)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=2.90.1
-pkgrel=2
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('gtk2' 'libdui' 'qt5-svg')
-makedepends=('git')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/dde-dock.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-dock
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 147762, 
deepin-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-25 07:57:16 UTC (rev 147763)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=2.90.1
+pkgrel=3
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'libdui' 'qt5-svg' 'nautilus' 'deepin-music' 'deepin-movie' 
'deepin-control-center')
+makedepends=('git')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-dock.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2015-11-24 Thread Antonio Rojas
Date: Wednesday, November 25, 2015 @ 08:53:16
  Author: arojas
Revision: 251947

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

Added:
  libkgapi/repos/testing-i686/
  libkgapi/repos/testing-i686/PKGBUILD
(from rev 251946, libkgapi/trunk/PKGBUILD)
  libkgapi/repos/testing-x86_64/
  libkgapi/repos/testing-x86_64/PKGBUILD
(from rev 251946, libkgapi/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libkgapi/repos/testing-i686/PKGBUILD (from rev 251946, 
libkgapi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-25 07:53:16 UTC (rev 251947)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('a65d1d637f18655b9b9bd22acf3813ec')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkgapi/repos/testing-x86_64/PKGBUILD (from rev 251946, 
libkgapi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-25 07:53:16 UTC (rev 251947)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('a65d1d637f18655b9b9bd22acf3813ec')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-24 Thread Antonio Rojas
Date: Wednesday, November 25, 2015 @ 08:52:26
  Author: arojas
Revision: 251946

Update to 5.1.0

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 02:35:14 UTC (rev 251945)
+++ PKGBUILD2015-11-25 07:52:26 UTC (rev 251946)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libkgapi
-pkgver=5.0.0
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
@@ -12,7 +12,7 @@
 depends=(kcalcore kcontacts)
 makedepends=(extra-cmake-modules kdoctools qt5-tools)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('beeb6a9a147f6477cd3303e85fb5c440')
+md5sums=('a65d1d637f18655b9b9bd22acf3813ec')
 
 prepare() {
   mkdir -p build


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 17:11:10
  Author: fyan
Revision: 147693

upgpkg: haskell-pandoc-crossref 0.1.5.6-4

rebuild with streaming-commons-0.1.15

Modified:
  haskell-pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 16:05:53 UTC (rev 147692)
+++ PKGBUILD2015-11-24 16:11:10 UTC (rev 147693)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-crossref
 pkgname=haskell-pandoc-crossref
 pkgver=0.1.5.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("GPL2")


[arch-commits] Commit in haskell-pandoc-crossref/repos (6 files)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 17:11:30
  Author: fyan
Revision: 147694

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

Added:
  haskell-pandoc-crossref/repos/community-staging-i686/
  haskell-pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 147693, haskell-pandoc-crossref/trunk/PKGBUILD)
  
haskell-pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 147693, 
haskell-pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  haskell-pandoc-crossref/repos/community-staging-x86_64/
  haskell-pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 147693, haskell-pandoc-crossref/trunk/PKGBUILD)
  
haskell-pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 147693, 
haskell-pandoc-crossref/trunk/haskell-pandoc-crossref.install)

--+
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 +
 community-staging-x86_64/PKGBUILD|   42 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 
147693, haskell-pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-24 16:11:30 UTC (rev 147694)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-crossref
+pkgname=haskell-pandoc-crossref
+pkgver=0.1.5.6
+pkgrel=4
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-data-default" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('0164dcfa4d23c9e5b41172ab4e14e3f6a2aad4067c9cc3e151828baeb5d5164d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
haskell-pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
 (from rev 147693, 
haskell-pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2015-11-24 
16:11:30 UTC (rev 147694)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from 
rev 147693, haskell-pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-24 16:11:30 UTC (rev 147694)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-crossref
+pkgname=haskell-pandoc-crossref
+pkgver=0.1.5.6
+pkgrel=4
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("GPL2")
+arch=('i686' 

[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:20:49
  Author: heftig
Revision: 251942

0.32.0

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 22:20:42 UTC (rev 251941)
+++ PKGBUILD2015-11-24 22:20:49 UTC (rev 251942)
@@ -5,8 +5,8 @@
 # Contributor: M Rawash 
 
 pkgname=xf86-input-wacom
-pkgver=0.31.0
-pkgrel=2
+pkgver=0.32.0
+pkgrel=1
 pkgdesc="X.Org Wacom tablet driver"
 arch=(i686 x86_64)
 url="http://linuxwacom.sourceforge.net/;
@@ -15,7 +15,7 @@
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
 conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
 
source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('84f46e8a8075b60d679c0ddb239dfa4d17096581')
+sha1sums=('527dc9da04734348e905bead5fbda61aa5c17b5a')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:20:42
  Author: heftig
Revision: 251941

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-24 22:19:12 UTC (rev 251940)
+++ extra-i686/PKGBUILD 2015-11-24 22:20:42 UTC (rev 251941)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('0f584a5947e60ede565e7a4e122baa5e4b17a62eab872abf5f73d8552ceb716b')
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  PATH="$srcdir/path:$PATH" make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 251940, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-24 22:20:42 UTC (rev 251941)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('0c366a77276fa69d40006cf8a2f2dbcd82f3fb406f3960c3c3a0d34dd3a0f06c')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  PATH="$srcdir/path:$PATH" make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-24 22:19:12 UTC (rev 251940)
+++ extra-x86_64/PKGBUILD   2015-11-24 22:20:42 UTC (rev 251941)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu 

[arch-commits] Commit in tolua++/trunk (PKGBUILD config_linux.py)

2015-11-24 Thread Sven-Hendrik Haase
Date: Tuesday, November 24, 2015 @ 09:09:51
  Author: svenstaro
Revision: 147630

upgpkg: tolua++ 1.0.93-2

Fix and rebuild

Modified:
  tolua++/trunk/PKGBUILD
Deleted:
  tolua++/trunk/config_linux.py

-+
 PKGBUILD|   28 ++--
 config_linux.py |   22 --
 2 files changed, 14 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 07:33:08 UTC (rev 147629)
+++ PKGBUILD2015-11-24 08:09:51 UTC (rev 147630)
@@ -5,31 +5,31 @@
 
 pkgname=tolua++
 pkgver=1.0.93
-pkgrel=1
+pkgrel=2
 pkgdesc="Tool to integrate C/C++ code with Lua"
 arch=('i686' 'x86_64')
-url="http://www.codenix.com/~tolua;
+url="https://github.com/LuaDist/toluapp;
 license=('MIT')
 depends=('lua51')
-makedepends=('scons')
+makedepends=('cmake' 'git')
 options=('staticlibs')
-source=(http://www.codenix.com/~tolua/${pkgname}-${pkgver}.tar.bz2
-config_linux.py)
-md5sums=('100aa6907b8108582080b37d79c0afd7'
- '69ad5067084cec2924f172bb04700da6')
-provides=('toluapp')
+source=(git+https://github.com/LuaDist/toluapp.git#tag=${pkgver})
+md5sums=('SKIP')
 
 build() {
-cd ${pkgname}-${pkgver}
-cp ../config_linux.py "${srcdir}"/${pkgname}-${pkgver}
+cd toluapp
 
-scons all
+rm -rf build && mkdir build
+cd build
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr ..
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-scons prefix="${pkgdir}/usr" install
+cd toluapp/build
 
+make DESTDIR="${pkgdir}" install
+
 # install license files
-install -Dm644 "$srcdir/${pkgname}-${pkgver}/COPYRIGHT" 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+install -Dm644 "$srcdir/toluapp/COPYRIGHT" 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
 }

Deleted: config_linux.py
===
--- config_linux.py 2015-11-24 07:33:08 UTC (rev 147629)
+++ config_linux.py 2015-11-24 08:09:51 UTC (rev 147630)
@@ -1,22 +0,0 @@
-## This is the linux configuration file
-# This file was adapted to be used with ArchLinux
-# Use 'scons -h' to see the list of command line options available
-
-# Compiler flags (based on ArchLinux's installation of lua)
-#LINKFLAGS = ['-g']
-CCFLAGS = ['-I/usr/include/lua5.1', '-O2', '-ansi', '-Wall', '-fPIC']
-#CCFLAGS = ['-g']
-
-# this is the default directory for installation. Files will be installed on
-# /bin, /lib and /include when you run 'scons install'
-#
-# You can also specify this directory on the command line with the 'prefix'
-# option
-#
-# You can see more 'generic' options for POSIX systems on config_posix.py
-
-prefix = '/usr'
-
-# libraries (based on ArchLinux's installation of lua)
-LIBS = ['lua5.1', 'dl', 'm']
-


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

2015-11-24 Thread Sven-Hendrik Haase
Date: Tuesday, November 24, 2015 @ 09:10:00
  Author: svenstaro
Revision: 147631

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

Added:
  tolua++/repos/community-i686/PKGBUILD
(from rev 147630, tolua++/trunk/PKGBUILD)
  tolua++/repos/community-x86_64/PKGBUILD
(from rev 147630, tolua++/trunk/PKGBUILD)
Deleted:
  tolua++/repos/community-i686/PKGBUILD
  tolua++/repos/community-i686/config_linux.py
  tolua++/repos/community-x86_64/PKGBUILD
  tolua++/repos/community-x86_64/config_linux.py

--+
 /PKGBUILD|   70 +
 community-i686/PKGBUILD  |   35 --
 community-i686/config_linux.py   |   22 ---
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/config_linux.py |   22 ---
 5 files changed, 70 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-24 08:09:51 UTC (rev 147630)
+++ community-i686/PKGBUILD 2015-11-24 08:10:00 UTC (rev 147631)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Chirantan Ekbote 
-# Contributer: Doug Newgard 
-# Contributer: Stéphane Gaudreault 
-
-pkgname=tolua++
-pkgver=1.0.93
-pkgrel=1
-pkgdesc="Tool to integrate C/C++ code with Lua"
-arch=('i686' 'x86_64')
-url="http://www.codenix.com/~tolua;
-license=('MIT')
-depends=('lua51')
-makedepends=('scons')
-options=('staticlibs')
-source=(http://www.codenix.com/~tolua/${pkgname}-${pkgver}.tar.bz2
-config_linux.py)
-md5sums=('100aa6907b8108582080b37d79c0afd7'
- '69ad5067084cec2924f172bb04700da6')
-provides=('toluapp')
-
-build() {
-cd ${pkgname}-${pkgver}
-cp ../config_linux.py "${srcdir}"/${pkgname}-${pkgver}
-
-scons all
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-scons prefix="${pkgdir}/usr" install
-
-# install license files
-install -Dm644 "$srcdir/${pkgname}-${pkgver}/COPYRIGHT" 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}

Copied: tolua++/repos/community-i686/PKGBUILD (from rev 147630, 
tolua++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 08:10:00 UTC (rev 147631)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Chirantan Ekbote 
+# Contributer: Doug Newgard 
+# Contributer: Stéphane Gaudreault 
+
+pkgname=tolua++
+pkgver=1.0.93
+pkgrel=2
+pkgdesc="Tool to integrate C/C++ code with Lua"
+arch=('i686' 'x86_64')
+url="https://github.com/LuaDist/toluapp;
+license=('MIT')
+depends=('lua51')
+makedepends=('cmake' 'git')
+options=('staticlibs')
+source=(git+https://github.com/LuaDist/toluapp.git#tag=${pkgver})
+md5sums=('SKIP')
+
+build() {
+cd toluapp
+
+rm -rf build && mkdir build
+cd build
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+}
+
+package() {
+cd toluapp/build
+
+make DESTDIR="${pkgdir}" install
+
+# install license files
+install -Dm644 "$srcdir/toluapp/COPYRIGHT" 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}

Deleted: community-i686/config_linux.py
===
--- community-i686/config_linux.py  2015-11-24 08:09:51 UTC (rev 147630)
+++ community-i686/config_linux.py  2015-11-24 08:10:00 UTC (rev 147631)
@@ -1,22 +0,0 @@
-## This is the linux configuration file
-# This file was adapted to be used with ArchLinux
-# Use 'scons -h' to see the list of command line options available
-
-# Compiler flags (based on ArchLinux's installation of lua)
-#LINKFLAGS = ['-g']
-CCFLAGS = ['-I/usr/include/lua5.1', '-O2', '-ansi', '-Wall', '-fPIC']
-#CCFLAGS = ['-g']
-
-# this is the default directory for installation. Files will be installed on
-# /bin, /lib and /include when you run 'scons install'
-#
-# You can also specify this directory on the command line with the 'prefix'
-# option
-#
-# You can see more 'generic' options for POSIX systems on config_posix.py
-
-prefix = '/usr'
-
-# libraries (based on ArchLinux's installation of lua)
-LIBS = ['lua5.1', 'dl', 'm']
-

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-24 08:09:51 UTC (rev 147630)
+++ community-x86_64/PKGBUILD   2015-11-24 08:10:00 UTC (rev 147631)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Chirantan Ekbote 
-# Contributer: Doug Newgard 
-# Contributer: Stéphane Gaudreault 
-
-pkgname=tolua++
-pkgver=1.0.93
-pkgrel=1
-pkgdesc="Tool to integrate C/C++ code with Lua"
-arch=('i686' 'x86_64')
-url="http://www.codenix.com/~tolua;
-license=('MIT')
-depends=('lua51')
-makedepends=('scons')

[arch-commits] Commit in deepin-control-center/repos (8 files)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 09:26:52
  Author: fyan
Revision: 147633

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 147632, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-i686/deepin-control-center.install
(from rev 147632, deepin-control-center/trunk/deepin-control-center.install)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 147632, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/deepin-control-center.install
(from rev 147632, deepin-control-center/trunk/deepin-control-center.install)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-i686/deepin-control-center.install
  deepin-control-center/repos/community-x86_64/PKGBUILD
  deepin-control-center/repos/community-x86_64/deepin-control-center.install

+
 /PKGBUILD  |   64 +++
 /deepin-control-center.install |   22 +++
 community-i686/PKGBUILD|   32 ---
 community-i686/deepin-control-center.install   |   11 ---
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/deepin-control-center.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-24 08:26:27 UTC (rev 147632)
+++ community-i686/PKGBUILD 2015-11-24 08:26:52 UTC (rev 147633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=2.91.1
-pkgrel=2
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'libdui' 'gtk3' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory')
-makedepends=('deepin-dock' 'deepin-gettext-tools' 'git')
-conflicts=('dde-control-center')
-replaces=('dde-control-conter')
-groups=('deepin')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-control-center
-  qmake-qt5 PREFIX=/usr WITH_MODULE_GRUB=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 147632, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 08:26:52 UTC (rev 147633)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=2.91.2
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'libdui' 'gtk3' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'deepin-dbus-factory')
+makedepends=('deepin-dock' 'deepin-gettext-tools' 'git')
+conflicts=('dde-control-center')
+replaces=('dde-control-center')
+groups=('deepin')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/dde-control-center.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-control-center
+  qmake-qt5 PREFIX=/usr WITH_MODULE_GRUB=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-i686/deepin-control-center.install
===
--- community-i686/deepin-control-center.install2015-11-24 08:26:27 UTC 
(rev 147632)
+++ community-i686/deepin-control-center.install2015-11-24 08:26:52 UTC 
(rev 147633)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Copied: 
deepin-control-center/repos/community-i686/deepin-control-center.install (from 
rev 147632, deepin-control-center/trunk/deepin-control-center.install)
===
--- community-i686/deepin-control-center.install
(rev 0)
+++ community-i686/deepin-control-center.install2015-11-24 08:26:52 UTC 
(rev 147633)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}

Deleted: community-x86_64/PKGBUILD

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 09:26:27
  Author: fyan
Revision: 147632

upgpkg: deepin-control-center 2.91.2-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 08:10:00 UTC (rev 147631)
+++ PKGBUILD2015-11-24 08:26:27 UTC (rev 147632)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=2.91.1
-pkgrel=2
+pkgver=2.91.2
+pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')
 url="http://github.com/linuxdeepin/dde-control-center;
@@ -14,7 +14,7 @@
  'deepin-daemon' 'deepin-dbus-factory')
 makedepends=('deepin-dock' 'deepin-gettext-tools' 'git')
 conflicts=('dde-control-center')
-replaces=('dde-control-conter')
+replaces=('dde-control-center')
 groups=('deepin')
 install="${pkgname}.install"
 
source=("git+https://github.com/linuxdeepin/dde-control-center.git#tag=$pkgver;)


[arch-commits] Commit in deepin-account-faces/repos/community-any (PKGBUILD PKGBUILD)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 09:28:50
  Author: fyan
Revision: 147635

archrelease: copy trunk to community-any

Added:
  deepin-account-faces/repos/community-any/PKGBUILD
(from rev 147634, deepin-account-faces/trunk/PKGBUILD)
Deleted:
  deepin-account-faces/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-24 08:28:30 UTC (rev 147634)
+++ PKGBUILD2015-11-24 08:28:50 UTC (rev 147635)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-account-faces
-pkgver=1.0.8
-pkgrel=1
-pkgdesc='Account faces for Linux Deepin'
-arch=('any')
-license=('GPL3')
-url="https://github.com/linuxdeepin/dde-account-faces;
-makedepends=('git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/dde-account-faces.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-package() {
-  cd dde-account-faces
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-account-faces/repos/community-any/PKGBUILD (from rev 147634, 
deepin-account-faces/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-24 08:28:50 UTC (rev 147635)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-account-faces
+pkgver=1.0.8
+pkgrel=2
+pkgdesc='Account faces for Linux Deepin'
+arch=('any')
+license=('GPL3')
+url="https://github.com/linuxdeepin/dde-account-faces;
+makedepends=('git')
+conflicts=('dde-account-faces')
+replaces=('dde-account-faces')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-account-faces.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+package() {
+  cd dde-account-faces
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in deepin-account-faces/trunk (PKGBUILD)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 09:28:30
  Author: fyan
Revision: 147634

upgpkg: deepin-account-faces 1.0.8-2

replace old names

Modified:
  deepin-account-faces/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 08:26:52 UTC (rev 147633)
+++ PKGBUILD2015-11-24 08:28:30 UTC (rev 147634)
@@ -5,12 +5,14 @@
 
 pkgname=deepin-account-faces
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Account faces for Linux Deepin'
 arch=('any')
 license=('GPL3')
 url="https://github.com/linuxdeepin/dde-account-faces;
 makedepends=('git')
+conflicts=('dde-account-faces')
+replaces=('dde-account-faces')
 groups=('deepin')
 source=("git+https://github.com/linuxdeepin/dde-account-faces.git#tag=$pkgver;)
 sha256sums=('SKIP')


[arch-commits] Commit in deepin-session-ui/repos (4 files)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 09:40:58
  Author: fyan
Revision: 147637

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

Added:
  deepin-session-ui/repos/community-i686/PKGBUILD
(from rev 147636, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 147636, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-i686/PKGBUILD
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-24 08:40:32 UTC (rev 147636)
+++ community-i686/PKGBUILD 2015-11-24 08:40:58 UTC (rev 147637)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=2.90.2
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg')
-makedepends=('git')
-provides=('lightdm-deepin-greeter')
-replaces=('dde-workspace')
-source=("git+https://github.com/linuxdeepin/dde-session-ui.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 147636, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 08:40:58 UTC (rev 147637)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=2.90.2
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg')
+makedepends=('git')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://github.com/linuxdeepin/dde-session-ui.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-24 08:40:32 UTC (rev 147636)
+++ community-x86_64/PKGBUILD   2015-11-24 08:40:58 UTC (rev 147637)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=2.90.2
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg')
-makedepends=('git')
-provides=('lightdm-deepin-greeter')
-replaces=('dde-workspace')
-source=("git+https://github.com/linuxdeepin/dde-session-ui.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 147636, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-24 08:40:58 UTC (rev 147637)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=2.90.2
+pkgrel=2
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg')
+makedepends=('git')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://github.com/linuxdeepin/dde-session-ui.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {

[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 09:40:32
  Author: fyan
Revision: 147636

upgpkg: deepin-session-ui 2.90.2-2

replace old names

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 08:28:50 UTC (rev 147635)
+++ PKGBUILD2015-11-24 08:40:32 UTC (rev 147636)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-session-ui
 pkgver=2.90.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-session-ui;
@@ -14,7 +14,8 @@
 depends=('gsettings-qt' 'libdui' 'liblightdm-qt5' 'qt5-svg')
 makedepends=('git')
 provides=('lightdm-deepin-greeter')
-replaces=('dde-workspace')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
 source=("git+https://github.com/linuxdeepin/dde-session-ui.git#tag=$pkgver;)
 sha256sums=('SKIP')
 


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

2015-11-24 Thread Antonio Rojas
Date: Tuesday, November 24, 2015 @ 09:48:35
  Author: arojas
Revision: 251931

Update to 4.4.5

Modified:
  suitesparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 04:23:16 UTC (rev 251930)
+++ PKGBUILD2015-11-24 08:48:35 UTC (rev 251931)
@@ -2,10 +2,10 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=suitesparse
-pkgver=4.4.4
+pkgver=4.4.5
 pkgrel=1
 pkgdesc="A collection of sparse matrix libraries"
-url="http://www.cise.ufl.edu/research/sparse/SuiteSparse/;
+url="http://faculty.cse.tamu.edu/davis/suitesparse.html;
 arch=('i686' 'x86_64')
 conflicts=('umfpack')
 provides=('umfpack')
@@ -15,7 +15,7 @@
 license=('GPL')
 options=('staticlibs')
 
source=("http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-$pkgver.tar.gz;)
-sha1sums=('13f5d8caa8df92a4d704426781365e55c09baf01')
+sha1sums=('7666883423f56de760546a8be8795d5ac9d66c19')
 
 prepare() {
export CFLAGS=" ${CFLAGS} -DNPARTITION -fPIC -DHAVE_TBB"


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

2015-11-24 Thread Antonio Rojas
Date: Tuesday, November 24, 2015 @ 09:49:48
  Author: arojas
Revision: 251932

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

Added:
  suitesparse/repos/testing-i686/
  suitesparse/repos/testing-i686/PKGBUILD
(from rev 251931, suitesparse/trunk/PKGBUILD)
  suitesparse/repos/testing-x86_64/
  suitesparse/repos/testing-x86_64/PKGBUILD
(from rev 251931, suitesparse/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   89 ++
 testing-x86_64/PKGBUILD |   89 ++
 2 files changed, 178 insertions(+)

Copied: suitesparse/repos/testing-i686/PKGBUILD (from rev 251931, 
suitesparse/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-24 08:49:48 UTC (rev 251932)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=suitesparse
+pkgver=4.4.5
+pkgrel=1
+pkgdesc="A collection of sparse matrix libraries"
+url="http://faculty.cse.tamu.edu/davis/suitesparse.html;
+arch=('i686' 'x86_64')
+conflicts=('umfpack')
+provides=('umfpack')
+replaces=('umfpack')
+depends=('blas' 'lapack' 'intel-tbb')
+makedepends=('gcc-fortran')
+license=('GPL')
+options=('staticlibs')
+source=("http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-$pkgver.tar.gz;)
+sha1sums=('7666883423f56de760546a8be8795d5ac9d66c19')
+
+prepare() {
+   export CFLAGS=" ${CFLAGS} -DNPARTITION -fPIC -DHAVE_TBB"
+}
+
+build() {
+   cd "$srcdir"/SuiteSparse
+   
+   make -C SuiteSparse_config/xerbla
+   make -C SuiteSparse_config 
+   for _lib in AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK CHOLMOD CXSparse 
SPQR; do
+  make -C ${_lib} library
+   done
+   mkdir shared
+   # version numbers can be found in individual changelog files
+   ld -shared -soname libsuitesparseconfig.so.4 -o \
+  shared/libsuitesparseconfig.so.4.4.4 --whole-archive \
+  SuiteSparse_config/libsuitesparseconfig.a -lm && \
+  ln -sf libsuitesparseconfig.so.4.4.4 shared/libsuitesparseconfig.so
+   ld -shared -soname libamd.so.2 -o shared/libamd.so.2.4.1 \
+  --whole-archive AMD/Lib/libamd.a -L./shared -lsuitesparseconfig -lm && \
+  ln -sf libamd.so.2.4.1 shared/libamd.so
+   ld -shared -soname libcamd.so.2 -o shared/libcamd.so.2.4.1 \
+  --whole-archive CAMD/Lib/libcamd.a -L./shared -lsuitesparseconfig -lm && 
\
+  ln -sf libcamd.so.2.4.1 shared/libcamd.so
+   ld -shared -soname libcolamd.so.2 -o shared/libcolamd.so.2.9.1 \
+  --whole-archive COLAMD/Lib/libcolamd.a -L./shared -lsuitesparseconfig 
-lm \
+  && ln -sf libcolamd.so.2.9.1 shared/libcolamd.so
+   ld -shared -soname libccolamd.so.2 -o shared/libccolamd.so.2.9.1 \
+  --whole-archive CCOLAMD/Lib/libccolamd.a -L./shared -lsuitesparseconfig 
-lm \
+  && ln -sf libccolamd.so.2.9.1 shared/libccolamd.so
+   ld -shared -soname libbtf.so.1 -o shared/libbtf.so.1.2.1 \
+  --whole-archive BTF/Lib/libbtf.a && \
+  ln -sf libbtf.so.1.2.1 shared/libbtf.so
+   ld -shared -soname libldl.so.2 -o shared/libldl.so.2.2.1 \
+  --whole-archive LDL/Lib/libldl.a && \
+  ln -sf libldl.so.2.2.1 shared/libldl.so
+   ld -shared -soname libcholmod.so.3 -o shared/libcholmod.so.3.0.5 \
+  --whole-archive CHOLMOD/Lib/libcholmod.a -lblas -llapack \
+  -L./shared -lamd -lcamd -lcolamd -lccolamd -lsuitesparseconfig -lm && \
+  ln -sf libcholmod.so.3.0.5 shared/libcholmod.so
+   ld -shared -soname libspqr.so.2 -o shared/libspqr.so.2.0.1 \
+  --whole-archive SPQR/Lib/libspqr.a -lblas -llapack \
+  -L./shared -lcholmod -lsuitesparseconfig -lm && \
+  ln -sf libspqr.so.2.0.1 shared/libspqr.so
+   ld -shared -soname libcxsparse.so.3 -o shared/libcxsparse.so.3.1.4 \
+  --whole-archive CXSparse/Lib/libcxsparse.a && \
+  ln -sf libcxsparse.so.3.1.4 shared/libcxsparse.so
+   ld -shared -soname libklu.so.1 -o shared/libklu.so.1.3.2 \
+  --whole-archive KLU/Lib/libklu.a -L./shared -lamd -lbtf \
+  -lsuitesparseconfig -lm && ln -sf libklu.so.1.3.2 shared/libklu.so
+   ld -shared -soname libumfpack.so.5 -o shared/libumfpack.so.5.7.1 \
+  --whole-archive UMFPACK/Lib/libumfpack.a -lblas -llapack -L./shared \
+  -lamd -lcholmod -lsuitesparseconfig -lm && \
+  ln -sf libumfpack.so.5.7.1 shared/libumfpack.so
+}
+
+
+package() {
+   cd "${srcdir}"/SuiteSparse
+   install -dm755 "${pkgdir}"/usr/{lib,include}
+   
+   for _lib in SuiteSparse_config AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK 
CHOLMOD CXSparse SPQR; do
+  make -C ${_lib} INSTALL_LIB="${pkgdir}"/usr/lib 
INSTALL_INCLUDE="${pkgdir}"/usr/include install
+   done
+
+   rm -f "${pkgdir}"/usr/lib/*.a
+   cp -d shared/*.so* "${pkgdir}"/usr/lib/
+   ldconfig -n "${pkgdir}"/usr/lib/
+   chmod 644 "${pkgdir}"/usr/include/*.{h,hpp}
+}

Copied: suitesparse/repos/testing-x86_64/PKGBUILD (from rev 251931, 
suitesparse/trunk/PKGBUILD)

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 10:07:03
  Author: fyan
Revision: 147639

archrelease: copy trunk to community-x86_64

Added:
  python-logbook/repos/community-x86_64/PKGBUILD
(from rev 147638, python-logbook/trunk/PKGBUILD)
Deleted:
  python-logbook/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-24 09:06:47 UTC (rev 147638)
+++ PKGBUILD2015-11-24 09:07:03 UTC (rev 147639)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tomas Schertel
-
-pkgbase=python-logbook
-pkgname=(python-logbook python2-logbook)
-_pypiname=Logbook
-pkgver=0.11.3
-pkgrel=1
-pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
-arch=('i686' 'x86_64')
-url="http://packages.python.org/Logbook/index.html;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
- 'python-six' 'python2-six')
-checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 
'python2-sqlalchemy')
-source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a logbook{,-py2}
-}
-
-build() {
-  cd "$srcdir/logbook"
-  cython logbook/_speedups.pyx
-  python setup.py build
-
-  cd "$srcdir/logbook-py2"
-  cython2 logbook/_speedups.pyx
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/logbook"
-  LC_CTYPE=en_US.UTF-8 py.test tests
-
-  cd "$srcdir/logbook-py2"
-  LC_CTYPE=en_US.UTF-8 py.test2 tests
-}
-
-package_python-logbook() {
-  depends=('python-six')
-
-  cd "${srcdir}/logbook"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-logbook() {
-  depends=('python2-six')
-
-  cd "${srcdir}/logbook-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-logbook/repos/community-x86_64/PKGBUILD (from rev 147638, 
python-logbook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-24 09:07:03 UTC (rev 147639)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tomas Schertel
+
+pkgbase=python-logbook
+pkgname=(python-logbook python2-logbook)
+_pypiname=Logbook
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
+arch=('i686' 'x86_64')
+url="http://packages.python.org/Logbook/index.html;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
+ 'python-six' 'python2-six')
+checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 
'python2-sqlalchemy')
+source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a logbook{,-py2}
+}
+
+build() {
+  cd "$srcdir/logbook"
+  cython logbook/_speedups.pyx
+  python setup.py build
+
+  cd "$srcdir/logbook-py2"
+  cython2 logbook/_speedups.pyx
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/logbook"
+  LC_CTYPE=en_US.UTF-8 py.test tests
+
+  cd "$srcdir/logbook-py2"
+  LC_CTYPE=en_US.UTF-8 py.test2 tests
+}
+
+package_python-logbook() {
+  depends=('python-six')
+
+  cd "${srcdir}/logbook"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-logbook() {
+  depends=('python2-six')
+
+  cd "${srcdir}/logbook-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 10:06:47
  Author: fyan
Revision: 147638

upgpkg: python-logbook 0.12.2-1

Modified:
  python-logbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 08:40:58 UTC (rev 147637)
+++ PKGBUILD2015-11-24 09:06:47 UTC (rev 147638)
@@ -5,7 +5,7 @@
 pkgbase=python-logbook
 pkgname=(python-logbook python2-logbook)
 _pypiname=Logbook
-pkgver=0.11.3
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
 arch=('i686' 'x86_64')


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 10:09:31
  Author: fyan
Revision: 147640

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

Added:
  python-logbook/repos/community-i686/PKGBUILD
(from rev 147639, python-logbook/trunk/PKGBUILD)
  python-logbook/repos/community-x86_64/PKGBUILD
(from rev 147639, python-logbook/trunk/PKGBUILD)
Deleted:
  python-logbook/repos/community-i686/PKGBUILD
  python-logbook/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-24 09:07:03 UTC (rev 147639)
+++ community-i686/PKGBUILD 2015-11-24 09:09:31 UTC (rev 147640)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tomas Schertel
-
-pkgbase=python-logbook
-pkgname=(python-logbook python2-logbook)
-_pypiname=Logbook
-pkgver=0.11.3
-pkgrel=1
-pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
-arch=('i686' 'x86_64')
-url="http://packages.python.org/Logbook/index.html;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
- 'python-six' 'python2-six')
-checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 
'python2-sqlalchemy')
-source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a logbook{,-py2}
-}
-
-build() {
-  cd "$srcdir/logbook"
-  cython logbook/_speedups.pyx
-  python setup.py build
-
-  cd "$srcdir/logbook-py2"
-  cython2 logbook/_speedups.pyx
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/logbook"
-  LC_CTYPE=en_US.UTF-8 py.test tests
-
-  cd "$srcdir/logbook-py2"
-  LC_CTYPE=en_US.UTF-8 py.test2 tests
-}
-
-package_python-logbook() {
-  depends=('python-six')
-
-  cd "${srcdir}/logbook"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-logbook() {
-  depends=('python2-six')
-
-  cd "${srcdir}/logbook-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-logbook/repos/community-i686/PKGBUILD (from rev 147639, 
python-logbook/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 09:09:31 UTC (rev 147640)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tomas Schertel
+
+pkgbase=python-logbook
+pkgname=(python-logbook python2-logbook)
+_pypiname=Logbook
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
+arch=('i686' 'x86_64')
+url="http://packages.python.org/Logbook/index.html;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
+ 'python-six' 'python2-six')
+checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 
'python2-sqlalchemy')
+source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a logbook{,-py2}
+}
+
+build() {
+  cd "$srcdir/logbook"
+  cython logbook/_speedups.pyx
+  python setup.py build
+
+  cd "$srcdir/logbook-py2"
+  cython2 logbook/_speedups.pyx
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/logbook"
+  LC_CTYPE=en_US.UTF-8 py.test tests
+
+  cd "$srcdir/logbook-py2"
+  LC_CTYPE=en_US.UTF-8 py.test2 tests
+}
+
+package_python-logbook() {
+  depends=('python-six')
+
+  cd "${srcdir}/logbook"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-logbook() {
+  depends=('python2-six')
+
+  cd "${srcdir}/logbook-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-24 09:07:03 UTC (rev 147639)
+++ community-x86_64/PKGBUILD   2015-11-24 09:09:31 UTC (rev 147640)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tomas Schertel
-
-pkgbase=python-logbook
-pkgname=(python-logbook python2-logbook)
-_pypiname=Logbook
-pkgver=0.12.2
-pkgrel=1
-pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
-arch=('i686' 'x86_64')

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 10:10:16
  Author: fyan
Revision: 147642

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

Added:
  haskell-tagged/repos/community-staging-i686/
  haskell-tagged/repos/community-staging-i686/PKGBUILD
(from rev 147641, haskell-tagged/trunk/PKGBUILD)
  haskell-tagged/repos/community-staging-i686/haskell-tagged.install
(from rev 147641, haskell-tagged/trunk/haskell-tagged.install)
  haskell-tagged/repos/community-staging-x86_64/
  haskell-tagged/repos/community-staging-x86_64/PKGBUILD
(from rev 147641, haskell-tagged/trunk/PKGBUILD)
  haskell-tagged/repos/community-staging-x86_64/haskell-tagged.install
(from rev 147641, haskell-tagged/trunk/haskell-tagged.install)

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/haskell-tagged.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/haskell-tagged.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-tagged/repos/community-staging-i686/PKGBUILD (from rev 147641, 
haskell-tagged/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-24 09:10:16 UTC (rev 147642)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagged
+pkgname=haskell-tagged
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Haskell 98 phantom types to avoid unsafely passing dummy arguments"
+url="http://github.com/ekmett/tagged;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e415d83329dba6c6b604cdf7ab331d321fa62d396f15e79439caa58279d6b77c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: haskell-tagged/repos/community-staging-i686/haskell-tagged.install 
(from rev 147641, haskell-tagged/trunk/haskell-tagged.install)
===
--- community-staging-i686/haskell-tagged.install   
(rev 0)
+++ community-staging-i686/haskell-tagged.install   2015-11-24 09:10:16 UTC 
(rev 147642)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tagged
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tagged/repos/community-staging-x86_64/PKGBUILD (from rev 
147641, haskell-tagged/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-24 09:10:16 UTC (rev 147642)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagged
+pkgname=haskell-tagged
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Haskell 98 phantom types to avoid unsafely passing dummy arguments"
+url="http://github.com/ekmett/tagged;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 10:09:54
  Author: fyan
Revision: 147641

upgpkg: haskell-tagged 0.8.2-1

Modified:
  haskell-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 09:09:31 UTC (rev 147640)
+++ PKGBUILD2015-11-24 09:09:54 UTC (rev 147641)
@@ -4,7 +4,7 @@
 
 _hkgname=tagged
 pkgname=haskell-tagged
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Haskell 98 phantom types to avoid unsafely passing dummy arguments"
 url="http://github.com/ekmett/tagged;
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('5bdd98389fcca3aa9c9902d1fb209fd431685ba6530f3051ebe1960fe1c782c1')
+sha256sums=('e415d83329dba6c6b604cdf7ab331d321fa62d396f15e79439caa58279d6b77c')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 11:12:11
  Author: fyan
Revision: 147645

upgpkg: ibus-table 1.9.10-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 09:57:33 UTC (rev 147644)
+++ PKGBUILD2015-11-24 10:12:11 UTC (rev 147645)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-table
-pkgver=1.9.9
+pkgver=1.9.10
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 11:19:09
  Author: fyan
Revision: 147648

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

Added:
  haskell-persistent/repos/community-staging-i686/
  haskell-persistent/repos/community-staging-i686/PKGBUILD
(from rev 147647, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-i686/haskell-persistent.install
(from rev 147647, haskell-persistent/trunk/haskell-persistent.install)
  haskell-persistent/repos/community-staging-x86_64/
  haskell-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 147647, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-x86_64/haskell-persistent.install
(from rev 147647, haskell-persistent/trunk/haskell-persistent.install)

-+
 community-staging-i686/PKGBUILD |   49 ++
 community-staging-i686/haskell-persistent.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   49 ++
 community-staging-x86_64/haskell-persistent.install |   18 ++
 4 files changed, 134 insertions(+)

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
147647, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-24 10:19:09 UTC (rev 147648)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.2.2.1
+pkgrel=3
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3ec5e17662d84fe6cf58cd5cd356285a42fd995edbd73b703aa718c5638a8a4a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-nooverlap
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: 
haskell-persistent/repos/community-staging-i686/haskell-persistent.install 
(from rev 147647, haskell-persistent/trunk/haskell-persistent.install)
===
--- community-staging-i686/haskell-persistent.install   
(rev 0)
+++ community-staging-i686/haskell-persistent.install   2015-11-24 10:19:09 UTC 
(rev 147648)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
147647, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 11:18:48
  Author: fyan
Revision: 147647

upgpkg: haskell-persistent 2.2.2.1-3

rebuild with tagged-0.8.2

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 10:12:27 UTC (rev 147646)
+++ PKGBUILD2015-11-24 10:18:48 UTC (rev 147647)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.2.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


[arch-commits] Commit in kde-applications-meta/kde-unstable (PKGBUILD)

2015-11-24 Thread Antonio Rojas
Date: Tuesday, November 24, 2015 @ 10:37:47
  Author: arojas
Revision: 251933

Drop superkaramba

Modified:
  kde-applications-meta/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 08:49:48 UTC (rev 251932)
+++ PKGBUILD2015-11-24 09:37:47 UTC (rev 251933)
@@ -20,7 +20,7 @@
  'kde-meta-kdewebdev'
  'telepathy-kde-meta')
 pkgver=15.12
-pkgrel=0.2
+pkgrel=0.3
 arch=(any)
 url='http://www.archlinux.org/'
 license=(GPL)
@@ -250,7 +250,6 @@
 'ktimer'
 'kwalletmanager'
 'print-manager'
-'kdeutils-superkaramba'
 'kdeutils-sweeper')
replaces=('kdeutils')
conflicts=('kdeutils')


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 11:35:47
  Author: fyan
Revision: 147652

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

Added:
  haskell-esqueleto/repos/community-i686/
  haskell-esqueleto/repos/community-i686/PKGBUILD
(from rev 147651, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-i686/haskell-esqueleto.install
(from rev 147651, haskell-esqueleto/trunk/haskell-esqueleto.install)
  haskell-esqueleto/repos/community-x86_64/
  haskell-esqueleto/repos/community-x86_64/PKGBUILD
(from rev 147651, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-x86_64/haskell-esqueleto.install
(from rev 147651, haskell-esqueleto/trunk/haskell-esqueleto.install)

+
 community-i686/PKGBUILD|   45 +++
 community-i686/haskell-esqueleto.install   |   18 ++
 community-x86_64/PKGBUILD  |   45 +++
 community-x86_64/haskell-esqueleto.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-esqueleto/repos/community-i686/PKGBUILD (from rev 147651, 
haskell-esqueleto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 10:35:47 UTC (rev 147652)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('12cc83bd2774906c29df20be8b77d11e0fc6efedadf208714494dc406cd8f7fd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: haskell-esqueleto/repos/community-i686/haskell-esqueleto.install (from 
rev 147651, haskell-esqueleto/trunk/haskell-esqueleto.install)
===
--- community-i686/haskell-esqueleto.install(rev 0)
+++ community-i686/haskell-esqueleto.install2015-11-24 10:35:47 UTC (rev 
147652)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-esqueleto
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-esqueleto/repos/community-x86_64/PKGBUILD (from rev 147651, 
haskell-esqueleto/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-24 10:35:47 UTC (rev 147652)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ 

[arch-commits] Commit in (5 files)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 11:35:14
  Author: fyan
Revision: 147651

addpkg: haskell-esqueleto 2.4.1-1

Added:
  haskell-esqueleto/
  haskell-esqueleto/repos/
  haskell-esqueleto/trunk/
  haskell-esqueleto/trunk/PKGBUILD
  haskell-esqueleto/trunk/haskell-esqueleto.install

---+
 PKGBUILD  |   45 
 haskell-esqueleto.install |   18 +
 2 files changed, 63 insertions(+)

Added: haskell-esqueleto/trunk/PKGBUILD
===
--- haskell-esqueleto/trunk/PKGBUILD(rev 0)
+++ haskell-esqueleto/trunk/PKGBUILD2015-11-24 10:35:14 UTC (rev 147651)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('12cc83bd2774906c29df20be8b77d11e0fc6efedadf208714494dc406cd8f7fd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}


Property changes on: haskell-esqueleto/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-esqueleto/trunk/haskell-esqueleto.install
===
--- haskell-esqueleto/trunk/haskell-esqueleto.install   
(rev 0)
+++ haskell-esqueleto/trunk/haskell-esqueleto.install   2015-11-24 10:35:14 UTC 
(rev 147651)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-esqueleto
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


[arch-commits] Commit in kde-applications-meta/repos/kde-unstable-any (2 files)

2015-11-24 Thread Antonio Rojas
Date: Tuesday, November 24, 2015 @ 10:38:20
  Author: arojas
Revision: 251934

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD
(from rev 251933, kde-applications-meta/kde-unstable/PKGBUILD)
Deleted:
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD

--+
 PKGBUILD |  565 ++---
 1 file changed, 282 insertions(+), 283 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-24 09:37:47 UTC (rev 251933)
+++ PKGBUILD2015-11-24 09:38:20 UTC (rev 251934)
@@ -1,283 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kde-applications-meta
-pkgname=('kde-applications-meta'
-'kde-meta-kdeaccessibility'
- 'kde-meta-kdeadmin'
- 'kde-meta-kdebase'
- 'kde-meta-kdeedu'
- 'kde-meta-kdegames'
- 'kde-meta-kdegraphics'
- 'kde-meta-kdemultimedia'
- 'kde-meta-kdenetwork'
- 'kde-meta-kdepim'
- 'kde-meta-kdesdk'
- 'kde-meta-kdeutils'
- 'kde-meta-kdewebdev'
- 'telepathy-kde-meta')
-pkgver=15.12
-pkgrel=0.2
-arch=(any)
-url='http://www.archlinux.org/'
-license=(GPL)
-
-package_kde-applications-meta() {
-   pkgdesc=('Meta package for KDE Applications')
-depends=('kde-meta-kdeaccessibility'
- 'kde-meta-kdeadmin'
- 'kde-meta-kdebase'
- 'kde-meta-kdeedu'
- 'kde-meta-kdegames'
- 'kde-meta-kdegraphics'
- 'kde-meta-kdemultimedia'
- 'kde-meta-kdenetwork'
- 'kde-meta-kdepim'
- 'kde-meta-kdesdk'
- 'kde-meta-kdeutils'
- 'kde-meta-kdewebdev')
-}
-
-package_kde-meta-kdeaccessibility() {
-   pkgdesc=('Meta package for kdeaccessibility')
-   depends=('kdeaccessibility-jovie'
- 'kdeaccessibility-kaccessible'
-'kdeaccessibility-kmag'
-'kdeaccessibility-kmousetool'
-'kdeaccessibility-kmouth')
-   replaces=('kdeaccessibility')
-   conflicts=('kdeaccessibility')
-}
-
-package_kde-meta-kdeadmin() {
-   pkgdesc=('Meta package for kdeadmin')
-   depends=('kcron'
-   'ksystemlog'
-   'kdeadmin-kuser')
-   replaces=('kdeadmin')
-   conflicts=('kdeadmin')
-}
-
-package_kde-meta-kdebase() {
-   pkgdesc=('Meta package for kdebase')
-   depends=('dolphin'
-'kdebase-kdepasswd'
-'kdebase-kdialog'
-'kdebase-kfind'
- 'kdebase-keditbookmarks'
-'kdebase-konqueror'
- 'kdebase-konq-plugins'
-'konsole'
-'kate'
-'kwrite')
-   replaces=('kdebase')
-   conflicts=('kdebase')
-}
-
-package_kde-meta-kdeedu() {
-   pkgdesc=('Meta package for kdeedu')
-   depends=('artikulate'
-'blinken'
-'cantor'
-'kalgebra'
-'kdeedu-kalzium'
-'kanagram'
-'kbruch'
-'kgeography'
-'khangman'
-'kig'
-'kiten'
-'klettres'
-'kmplot'
-'kstars'
-'kdeedu-ktouch'
-'kturtle'
-'kwordquiz'
-'marble'
-'parley'
-'rocs'
-'step')
-   replaces=('kdeedu')
-   conflicts=('kdeedu')
-}
-
-package_kde-meta-kdegames() {
-   pkgdesc=('Meta package for kdegames')
-   depends=('bomber'
-'bovo'
-'granatier'
-'kdegames-kajongg'
-'kapman'
-'katomic'
-'kblackbox'
-'kblocks'
-'kbounce'
-'kbreakout'
-'kdiamond'
-'kfourinline'
-'kdegames-kgoldrunner'
-'kdegames-kigo'
-'killbots'
-'kiriki'
-'kjumpingcube'
-'klines'
-'klickety'
-'kdegames-kmahjongg'
-'kmines'
-'knavalbattle' 
- 'knetwalk'
-'kdegames-kolf'
-'kollision'
-'kdegames-konquest'
-'kpatience'
-'kdegames-kreversi'
-'kshisen'
-'kdegames-ksirk'
- 'kdegames-ksnakeduel'
-'kdegames-kspaceduel'
-'ksquares'
-'kdegames-ksudoku'
-'ktuberling'
-'kdegames-kubrick'
-'kdegames-lskat'
-

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

2015-11-24 Thread Daniel Micay
Date: Tuesday, November 24, 2015 @ 10:57:33
  Author: thestinger
Revision: 147644

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

Added:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 147643, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 147643, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 147643, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 147643, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 147643, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 147643, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 147643, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 147643, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 147643, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 147643, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 147643, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 147643, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 147643, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 147643, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 147643, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 147643, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch   
  |  130 
 /0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch   
  |  206 
 /PKGBUILD  
  |  658 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |15602 ++
 /config.x86_64 
  |15000 +
 /linux-grsec.install   
  |   74 
 /linux.preset  
  |   28 
 community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
  |   65 
 community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
  |  103 
 community-i686/PKGBUILD
  |  329 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7801 -
 community-i686/config.x86_64   
  | 7500 
 community-i686/linux-grsec.install 
  |   37 
 community-i686/linux.preset
  |   14 
 

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

2015-11-24 Thread Daniel Micay
Date: Tuesday, November 24, 2015 @ 10:56:09
  Author: thestinger
Revision: 147643

upgpkg: linux-grsec 4.2.6.201511211841-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 09:10:16 UTC (rev 147642)
+++ PKGBUILD2015-11-24 09:56:09 UTC (rev 147643)
@@ -9,7 +9,7 @@
 _srcname=linux-4.2
 _pkgver=4.2.6
 _grsecver=3.1
-_timestamp=201511182042
+_timestamp=201511211841
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -36,7 +36,7 @@
 'SKIP'
 '419f91fa4a6bb0d2c160ef6812341e5aac7e776550efe1d0958ae3b1ce0ea8ce'
 'SKIP'
-'e65024baf222e8f1f70b225af7485f70f6496d80ae51730d7d17b3f3ea173f6f'
+'398c63947463c27b1722509ed068eb1e87ff1a8e39cea77b3834d413ee0f9445'
 'SKIP'
 '2b83adabea3b0d0d70c257e041018b4024b1b7040c883b4ef2ef456acbc3d7e2'
 'ff22c57ead579fbc10f80cb36a962bb2ae2ae230813a889649259d29cc96bf42'


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 11:12:27
  Author: fyan
Revision: 147646

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 147645, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 147645, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   82 +++
 sgml_fix.patch |   48 
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-24 10:12:11 UTC (rev 147645)
+++ PKGBUILD2015-11-24 10:12:27 UTC (rev 147646)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: coderoar 
-# Contributor: leemars 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-table
-pkgver=1.9.9
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url="https://github.com/kaio/ibus-table;
-license=('LGPL')
-makedepends=('git' 'docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
-sgml_fix.patch)
-sha512sums=('SKIP'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname
-
-  PYTHON=/usr/bin/python3 ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 147645, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-24 10:12:27 UTC (rev 147646)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: coderoar 
+# Contributor: leemars 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-table
+pkgver=1.9.10
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url="https://github.com/kaio/ibus-table;
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2015-11-24 10:12:11 UTC (rev 147645)
+++ sgml_fix.patch  2015-11-24 10:12:27 UTC (rev 147646)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > 
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 147645, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2015-11-24 10:12:27 UTC (rev 147646)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  SGML_CATALOG_FILES=/etc/sgml/catalog 

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:14:14
  Author: fyan
Revision: 147661

upgpkg: python-hypothesis 1.15.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 13:54:12 UTC (rev 147660)
+++ PKGBUILD2015-11-24 14:14:14 UTC (rev 147661)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=1.14.0
+pkgver=1.15.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:14:30
  Author: fyan
Revision: 147662

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-24 14:14:14 UTC (rev 147661)
+++ PKGBUILD2015-11-24 14:14:30 UTC (rev 147662)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
-  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
-  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
-  'python2-flaky')
-source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a hypothesis{,-py2}
-}
-
-build() {
-  cd "$srcdir/hypothesis"
-  python setup.py build
-
-  cd "$srcdir/hypothesis-py2"
-  python2 setup.py build
-}
-
-check() {(
-  # I dunno how to fix pytest w/django tests :/
-
-  cd "$srcdir/hypothesis"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
-
-  cd "$srcdir/hypothesis-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
-  ) || warning "Tests failed"
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 147661, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-24 14:14:30 UTC (rev 147662)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=1.15.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
+  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
+  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
+  'python2-flaky')
+source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hypothesis{,-py2}
+}
+
+build() {
+  cd "$srcdir/hypothesis"
+  python setup.py build
+
+  cd "$srcdir/hypothesis-py2"
+  python2 setup.py build
+}
+
+check() {(
+  # I dunno how to fix pytest w/django tests :/
+
+  cd "$srcdir/hypothesis"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
+
+  cd "$srcdir/hypothesis-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
+  ) || warning "Tests failed"
+}
+
+package_python-hypothesis() {
+  depends=('python')
+  optdepends=('python-pytz: for datetime and django module'
+  'python-fake-factory: for fakefactory and django module'
+  'python-django: for django module'
+  'python-numpy: for numpy module'
+  'python-pytest: for pytest module')
+
+  cd hypothesis
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-hypothesis() {
+  depends=('python2')
+  optdepends=('python2-pytz: for datetime and django module'
+  'python2-fake-factory: for fakefactory and django module'
+  'python2-django: for django module'
+  

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:26:04
  Author: fyan
Revision: 147666

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

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

+
 /PKGBUILD  |   88 +++
 /hlint.install |   36 +++
 community-i686/PKGBUILD|   44 ---
 community-i686/hlint.install   |   18 ---
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/hlint.install |   18 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-24 14:25:37 UTC (rev 147665)
+++ community-i686/PKGBUILD 2015-11-24 14:26:04 UTC (rev 147666)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hlint
-pkgver=1.9.24
-pkgrel=1
-pkgdesc="Source code suggestions"
-url="http://community.haskell.org/~ndm/hlint/;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs"
- "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
- "haskell-refact")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('a830f049bf732f2e1bb79095a7c835e6aca8298098ad4cfa0ac79b813f98ba84')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fgpl -fthreaded
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${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/${pkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: hlint/repos/community-i686/PKGBUILD (from rev 147665, 
hlint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-24 14:26:04 UTC (rev 147666)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=1.9.25
+pkgrel=1
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('df91b43493f0c408fc6b7f9a1f65802e9dc49ff5c126b5b8f8464d8db7443f95')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:31:20
  Author: fyan
Revision: 147669

upgpkg: haskell-http-client 0.4.24-3

rebuild with streaming-commons-0.1.15

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 14:27:53 UTC (rev 147668)
+++ PKGBUILD2015-11-24 14:31:20 UTC (rev 147669)
@@ -5,7 +5,7 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.4.24
-pkgrel=2
+pkgrel=3
 pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


[arch-commits] Commit in haskell-http-client/repos (6 files)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:31:43
  Author: fyan
Revision: 147670

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

Added:
  haskell-http-client/repos/community-staging-i686/
  haskell-http-client/repos/community-staging-i686/PKGBUILD
(from rev 147669, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-i686/haskell-http-client.install
(from rev 147669, haskell-http-client/trunk/haskell-http-client.install)
  haskell-http-client/repos/community-staging-x86_64/
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 147669, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/haskell-http-client.install
(from rev 147669, haskell-http-client/trunk/haskell-http-client.install)

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-http-client.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-http-client.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
147669, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-24 14:31:43 UTC (rev 147670)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.24
+pkgrel=3
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('93e4182ef9d3e8b45b75cca0f63b20457823e5aeaba46f6a16de47d7e618e177')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: 
haskell-http-client/repos/community-staging-i686/haskell-http-client.install 
(from rev 147669, haskell-http-client/trunk/haskell-http-client.install)
===
--- community-staging-i686/haskell-http-client.install  
(rev 0)
+++ community-staging-i686/haskell-http-client.install  2015-11-24 14:31:43 UTC 
(rev 147670)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
147669, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-24 14:31:43 UTC (rev 147670)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:33:34
  Author: fyan
Revision: 147671

upgpkg: haskell-monad-logger 0.3.15-3

rebuild with streaming-commons-0.1.15

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 14:31:43 UTC (rev 147670)
+++ PKGBUILD2015-11-24 14:33:34 UTC (rev 147671)
@@ -5,7 +5,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.15
-pkgrel=2
+pkgrel=3
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")


[arch-commits] Commit in haskell-monad-logger/repos (6 files)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:33:57
  Author: fyan
Revision: 147672

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

Added:
  haskell-monad-logger/repos/community-staging-i686/
  haskell-monad-logger/repos/community-staging-i686/PKGBUILD
(from rev 147671, haskell-monad-logger/trunk/PKGBUILD)
  haskell-monad-logger/repos/community-staging-i686/haskell-monad-logger.install
(from rev 147671, haskell-monad-logger/trunk/haskell-monad-logger.install)
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 147671, haskell-monad-logger/trunk/PKGBUILD)
  
haskell-monad-logger/repos/community-staging-x86_64/haskell-monad-logger.install
(from rev 147671, haskell-monad-logger/trunk/haskell-monad-logger.install)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/haskell-monad-logger.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/haskell-monad-logger.install |   18 ++
 4 files changed, 130 insertions(+)

Copied: haskell-monad-logger/repos/community-staging-i686/PKGBUILD (from rev 
147671, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-24 14:33:57 UTC (rev 147672)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.15
+pkgrel=3
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('33a5bb9d91be1068201ae8764f0a325ab2f4436a6b3bace2e58fb38db872a86e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: 
haskell-monad-logger/repos/community-staging-i686/haskell-monad-logger.install 
(from rev 147671, haskell-monad-logger/trunk/haskell-monad-logger.install)
===
--- community-staging-i686/haskell-monad-logger.install 
(rev 0)
+++ community-staging-i686/haskell-monad-logger.install 2015-11-24 14:33:57 UTC 
(rev 147672)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-logger
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
147671, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-24 14:33:57 UTC (rev 147672)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# 

[arch-commits] Commit in haskell-http-client-tls/trunk (PKGBUILD)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:42:35
  Author: fyan
Revision: 147673

upgpkg: haskell-http-client-tls 0.2.2-6

rebuild with streaming-commons-0.1.15

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 14:33:57 UTC (rev 147672)
+++ PKGBUILD2015-11-24 14:42:35 UTC (rev 147673)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.2
-pkgrel=5
+pkgrel=6
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


[arch-commits] Commit in haskell-streaming-commons/repos (6 files)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:18:32
  Author: fyan
Revision: 147664

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

Added:
  haskell-streaming-commons/repos/community-staging-i686/
  haskell-streaming-commons/repos/community-staging-i686/PKGBUILD
(from rev 147663, haskell-streaming-commons/trunk/PKGBUILD)
  
haskell-streaming-commons/repos/community-staging-i686/haskell-streaming-commons.install
(from rev 147663, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)
  haskell-streaming-commons/repos/community-staging-x86_64/
  haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD
(from rev 147663, haskell-streaming-commons/trunk/PKGBUILD)
  
haskell-streaming-commons/repos/community-staging-x86_64/haskell-streaming-commons.install
(from rev 147663, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-streaming-commons.install   |   18 
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-streaming-commons.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-streaming-commons/repos/community-staging-i686/PKGBUILD (from 
rev 147663, haskell-streaming-commons/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-24 14:18:32 UTC (rev 147664)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=streaming-commons
+pkgname=haskell-streaming-commons
+pkgver=0.1.15
+pkgrel=1
+pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
+url="https://github.com/fpco/streaming-commons;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-network" 
"haskell-random" "haskell-stm"
+ "haskell-text" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e507beac9ab68eaa8be4933bc1e9511610c581fdfc72621ba51faa913e5fce42')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-bytestring-builder
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: 
haskell-streaming-commons/repos/community-staging-i686/haskell-streaming-commons.install
 (from rev 147663, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)
===
--- community-staging-i686/haskell-streaming-commons.install
(rev 0)
+++ community-staging-i686/haskell-streaming-commons.install2015-11-24 
14:18:32 UTC (rev 147664)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-streaming-commons
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD (from 
rev 147663, haskell-streaming-commons/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-24 14:18:32 UTC (rev 147664)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:18:10
  Author: fyan
Revision: 147663

upgpkg: haskell-streaming-commons 0.1.15-1

Modified:
  haskell-streaming-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 14:14:30 UTC (rev 147662)
+++ PKGBUILD2015-11-24 14:18:10 UTC (rev 147663)
@@ -4,7 +4,7 @@
 
 _hkgname=streaming-commons
 pkgname=haskell-streaming-commons
-pkgver=0.1.14.2
+pkgver=0.1.15
 pkgrel=1
 pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
 url="https://github.com/fpco/streaming-commons;
@@ -11,11 +11,11 @@
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-network" 
"haskell-random" "haskell-stm"
- "haskell-text" "haskell-zlib" 'zlib')
+ "haskell-text" "haskell-zlib")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('1031548f0f9daf8b5678cc3a2ab1d16d28466738e3aefde652f91bbff94adc8a')
+sha256sums=('e507beac9ab68eaa8be4933bc1e9511610c581fdfc72621ba51faa913e5fce42')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:25:37
  Author: fyan
Revision: 147665

upgpkg: hlint 1.9.25-1

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 14:18:32 UTC (rev 147664)
+++ PKGBUILD2015-11-24 14:25:37 UTC (rev 147665)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hlint
-pkgver=1.9.24
+pkgver=1.9.25
 pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('a830f049bf732f2e1bb79095a7c835e6aca8298098ad4cfa0ac79b813f98ba84')
+sha256sums=('df91b43493f0c408fc6b7f9a1f65802e9dc49ff5c126b5b8f8464d8db7443f95')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:27:24
  Author: fyan
Revision: 147667

upgpkg: haskell-conduit-extra 1.1.9.1-5

rebuild with streaming-commons-0.1.15

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 14:26:04 UTC (rev 147666)
+++ PKGBUILD2015-11-24 14:27:24 UTC (rev 147667)
@@ -5,7 +5,7 @@
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
 pkgver=1.1.9.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="http://github.com/snoyberg/conduit;
 license=("MIT")


[arch-commits] Commit in haskell-conduit-extra/repos (6 files)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:27:53
  Author: fyan
Revision: 147668

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

Added:
  haskell-conduit-extra/repos/community-staging-i686/
  haskell-conduit-extra/repos/community-staging-i686/PKGBUILD
(from rev 147667, haskell-conduit-extra/trunk/PKGBUILD)
  
haskell-conduit-extra/repos/community-staging-i686/haskell-conduit-extra.install
(from rev 147667, haskell-conduit-extra/trunk/haskell-conduit-extra.install)
  haskell-conduit-extra/repos/community-staging-x86_64/
  haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 147667, haskell-conduit-extra/trunk/PKGBUILD)
  
haskell-conduit-extra/repos/community-staging-x86_64/haskell-conduit-extra.install
(from rev 147667, haskell-conduit-extra/trunk/haskell-conduit-extra.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-conduit-extra.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-conduit-extra.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-conduit-extra/repos/community-staging-i686/PKGBUILD (from rev 
147667, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-24 14:27:53 UTC (rev 147668)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.9.1
+pkgrel=5
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-monad-control" "haskell-network" "haskell-primitive" 
"haskell-resourcet"
+ "haskell-stm" "haskell-streaming-commons" "haskell-text" 
"haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3f1be15bef32652caa9a98e175c95614c0f6d04ca29c35d30ddbc940a90fa0a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: 
haskell-conduit-extra/repos/community-staging-i686/haskell-conduit-extra.install
 (from rev 147667, haskell-conduit-extra/trunk/haskell-conduit-extra.install)
===
--- community-staging-i686/haskell-conduit-extra.install
(rev 0)
+++ community-staging-i686/haskell-conduit-extra.install2015-11-24 
14:27:53 UTC (rev 147668)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-extra
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
147667, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-24 14:27:53 UTC (rev 147668)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra

[arch-commits] Commit in haskell-http-client-tls/repos (6 files)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:42:58
  Author: fyan
Revision: 147674

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

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 147673, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
(from rev 147673, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 147673, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-x86_64/haskell-http-client-tls.install
(from rev 147673, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-http-client-tls.install   |   18 +
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-http-client-tls.install |   18 +
 4 files changed, 122 insertions(+)

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
147673, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-24 14:42:58 UTC (rev 147674)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=6
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('451e5833a1f07fdc162fde4371ac92986932d5c38f9969ace7babb020bc80128')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: 
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
 (from rev 147673, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
===
--- community-staging-i686/haskell-http-client-tls.install  
(rev 0)
+++ community-staging-i686/haskell-http-client-tls.install  2015-11-24 
14:42:58 UTC (rev 147674)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 147673, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-24 14:42:58 UTC (rev 147674)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=6
+pkgdesc="http-client 

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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:54:25
  Author: fyan
Revision: 147675

upgpkg: haskell-persistent 2.2.2.1-4

rebuild with streaming-commons-0.1.15

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-24 14:42:58 UTC (rev 147674)
+++ PKGBUILD2015-11-24 14:54:25 UTC (rev 147675)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.2.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 15:57:26
  Author: fyan
Revision: 147676

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

Added:
  haskell-persistent/repos/community-staging-i686/
  haskell-persistent/repos/community-staging-i686/PKGBUILD
(from rev 147675, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-i686/haskell-persistent.install
(from rev 147675, haskell-persistent/trunk/haskell-persistent.install)
  haskell-persistent/repos/community-staging-x86_64/
  haskell-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 147675, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-x86_64/haskell-persistent.install
(from rev 147675, haskell-persistent/trunk/haskell-persistent.install)
Deleted:
  haskell-persistent/repos/community-staging-i686/PKGBUILD
  haskell-persistent/repos/community-staging-i686/haskell-persistent.install
  haskell-persistent/repos/community-staging-x86_64/PKGBUILD
  haskell-persistent/repos/community-staging-x86_64/haskell-persistent.install

-+
 /PKGBUILD   |   98 ++
 /haskell-persistent.install |   36 ++
 community-staging-i686/PKGBUILD |   49 -
 community-staging-i686/haskell-persistent.install   |   18 ---
 community-staging-x86_64/PKGBUILD   |   49 -
 community-staging-x86_64/haskell-persistent.install |   18 ---
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-11-24 10:19:09 UTC (rev 147648)
+++ community-staging-i686/PKGBUILD 2015-11-24 14:57:26 UTC (rev 147676)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=persistent
-pkgname=haskell-persistent
-pkgver=2.2.2.1
-pkgrel=3
-pkgdesc="Type-safe, multi-backend data serialization"
-url="http://www.yesodweb.com/book/persistent;
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
- "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
- "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
- "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
- "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
- "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
- "haskell-unordered-containers" "haskell-vector")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('3ec5e17662d84fe6cf58cd5cd356285a42fd995edbd73b703aa718c5638a8a4a')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--f-nooverlap
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-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"
-}

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
147675, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-24 14:57:26 UTC (rev 147676)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.2.2.1
+pkgrel=4
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"

[arch-commits] Commit in haskell-xml-conduit/repos (6 files)

2015-11-24 Thread Felix Yan
Date: Tuesday, November 24, 2015 @ 16:02:25
  Author: fyan
Revision: 147678

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

Added:
  haskell-xml-conduit/repos/community-staging-i686/
  haskell-xml-conduit/repos/community-staging-i686/PKGBUILD
(from rev 147677, haskell-xml-conduit/trunk/PKGBUILD)
  haskell-xml-conduit/repos/community-staging-i686/haskell-xml-conduit.install
(from rev 147677, haskell-xml-conduit/trunk/haskell-xml-conduit.install)
  haskell-xml-conduit/repos/community-staging-x86_64/
  haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 147677, haskell-xml-conduit/trunk/PKGBUILD)
  haskell-xml-conduit/repos/community-staging-x86_64/haskell-xml-conduit.install
(from rev 147677, haskell-xml-conduit/trunk/haskell-xml-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-xml-conduit.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-xml-conduit.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-xml-conduit/repos/community-staging-i686/PKGBUILD (from rev 
147677, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-24 15:02:25 UTC (rev 147678)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.3.2
+pkgrel=4
+pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
+url="http://github.com/snoyberg/xml;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-text"
+ "haskell-blaze-markup" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default" "haskell-monad-control" "haskell-resourcet"
+ "haskell-blaze-html" "haskell-xml-types")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d45d056e2e7a1ebb0572b630eb8223aac3bd1ce2419bea8074e6607f2a0a06c6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+}

Copied: 
haskell-xml-conduit/repos/community-staging-i686/haskell-xml-conduit.install 
(from rev 147677, haskell-xml-conduit/trunk/haskell-xml-conduit.install)
===
--- community-staging-i686/haskell-xml-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-xml-conduit.install  2015-11-24 15:02:25 UTC 
(rev 147678)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-xml-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
147677, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-24 15:02:25 UTC (rev 147678)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.3.2
+pkgrel=4

[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2015-11-24 Thread Sergej Pupykin
Date: Tuesday, November 24, 2015 @ 16:03:34
  Author: spupykin
Revision: 147681

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 147680, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-24 15:03:25 UTC (rev 147680)
+++ PKGBUILD2015-11-24 15:03:34 UTC (rev 147681)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=firefox-adblock-plus
-pkgver=2.6.11
-pkgrel=1
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="http://adblockplus.org/;
-license=('GPL')
-groups=('firefox-addons')
-depends=("firefox")
-makedepends=('unzip')
-noextract=("adblockplus-$pkgver.xpi")
-source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
-md5sums=('a71366ab4d98f95cdc281f9eaeffa885')
-
-package() {
-  cd $srcdir
-  unzip adblockplus-$pkgver.xpi
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 147680, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-24 15:03:34 UTC (rev 147681)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=firefox-adblock-plus
+pkgver=2.6.12
+pkgrel=1
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="http://adblockplus.org/;
+license=('GPL')
+groups=('firefox-addons')
+depends=("firefox")
+makedepends=('unzip')
+noextract=("adblockplus-$pkgver.xpi")
+source=("https://downloads.adblockplus.org/adblockplus-$pkgver.xpi;)
+md5sums=('28c7ce262f5aa618f79f3491ebdef6c4')
+
+package() {
+  cd $srcdir
+  unzip adblockplus-$pkgver.xpi
+  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  [ -n ${emid} ] || return 1
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/*.xpi
+  find $pkgdir -type d -exec chmod 0755 {} \;
+  find $pkgdir -type f -exec chmod 0644 {} \;
+}


  1   2   >