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

2013-04-18 Thread Federico Cinelli
Date: Friday, April 19, 2013 @ 08:14:12
  Author: cinelli
Revision: 88505

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 06:11:16 UTC (rev 88504)
+++ community-i686/PKGBUILD 2013-04-19 06:14:12 UTC (rev 88505)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-i686/PKGBUILD (from rev 88504, 
gputils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 06:14:12 UTC (rev 88505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 06:11:16 UTC (rev 88504)
+++ community-x86_64/PKGBUILD   2013-04-19 06:14:12 UTC (rev 88505)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-x86_64/PKGBUILD (from rev 88504, 
gputils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 06:14:12 UTC (rev 88505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}



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

2013-04-18 Thread Federico Cinelli
Date: Friday, April 19, 2013 @ 08:11:16
  Author: cinelli
Revision: 88504

upgraded to 1.1.0

Modified:
  gputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 20:30:08 UTC (rev 88503)
+++ PKGBUILD2013-04-19 06:11:16 UTC (rev 88504)
@@ -5,15 +5,15 @@
 # Contributor: Stefan Husmann 
 
 pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="PIC Programming Utilities"
 arch=('i686' 'x86_64')
 url="http://gputils.sourceforge.net/";
 license=('GPL')
 depends=('glibc')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"



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

2013-04-18 Thread Jan Steffens
Date: Friday, April 19, 2013 @ 06:51:03
  Author: heftig
Revision: 183244

archrelease: copy trunk to extra-any

Added:
  libquvi-scripts/repos/extra-any/PKGBUILD
(from rev 183243, libquvi-scripts/trunk/PKGBUILD)
Deleted:
  libquvi-scripts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-19 04:50:28 UTC (rev 183243)
+++ PKGBUILD2013-04-19 04:51:03 UTC (rev 183244)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-
-pkgname=libquvi-scripts
-pkgver=0.4.12
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('any')
-url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('curl' 'lua')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('be324ed21d2e2811833f3a437f263b49'
- '7024095a43e6e18e62e9e97bb01d7d40')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-nsfw --with-nlfy
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libquvi-scripts/repos/extra-any/PKGBUILD (from rev 183243, 
libquvi-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-19 04:51:03 UTC (rev 183244)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=libquvi-scripts
+pkgver=0.4.14
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('any')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('curl' 'lua')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('72f8ff6639dd3aeaa7f3de17c67266e7'
+ 'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-nsfw --with-nlfy
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-04-18 Thread Jan Steffens
Date: Friday, April 19, 2013 @ 06:50:28
  Author: heftig
Revision: 183243

0.4.14

Modified:
  libquvi-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 03:14:20 UTC (rev 183242)
+++ PKGBUILD2013-04-19 04:50:28 UTC (rev 183243)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Fleischer 
 
 pkgname=libquvi-scripts
-pkgver=0.4.12
+pkgver=0.4.14
 pkgrel=1
 pkgdesc='Library for parsing video download links.'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('curl' 'lua')
 options=('!libtool')
 
source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('be324ed21d2e2811833f3a437f263b49'
- '7024095a43e6e18e62e9e97bb01d7d40')
+md5sums=('72f8ff6639dd3aeaa7f3de17c67266e7'
+ 'SKIP')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2013-04-18 Thread Dave Reisner
Date: Friday, April 19, 2013 @ 05:14:20
  Author: dreisner
Revision: 183242

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 183241, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 183241, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 183241, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 183241, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 183241, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 183241, systemd/trunk/use-split-usr-path.patch)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 183241, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 183241, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 183241, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 183241, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 183241, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 183241, systemd/trunk/use-split-usr-path.patch)

---+
 testing-i686/PKGBUILD |  144 
 testing-i686/initcpio-hook-udev   |   20 +++
 testing-i686/initcpio-install-timestamp   |   14 ++
 testing-i686/initcpio-install-udev|   28 +
 testing-i686/systemd.install  |   87 
 testing-i686/use-split-usr-path.patch |   14 ++
 testing-x86_64/PKGBUILD   |  144 
 testing-x86_64/initcpio-hook-udev |   20 +++
 testing-x86_64/initcpio-install-timestamp |   14 ++
 testing-x86_64/initcpio-install-udev  |   28 +
 testing-x86_64/systemd.install|   87 
 testing-x86_64/use-split-usr-path.patch   |   14 ++
 12 files changed, 614 insertions(+)

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 183241, 
systemd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-19 03:14:20 UTC (rev 183242)
@@ -0,0 +1,144 @@
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgbase=systemd
+pkgname=('systemd' 'systemd-sysvcompat')
+pkgver=202
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd";
+license=('GPL2' 'LGPL2.1' 'MIT')
+makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 
'gobject-introspection' 'gperf'
+ 'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 
'libxslt'
+ 'linux-api-headers' 'pam' 'python' 'quota-tools' 'xz')
+options=('!libtool')
+source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz";
+'initcpio-hook-udev'
+'initcpio-install-udev'
+'initcpio-install-timestamp'
+'use-split-usr-path.patch')
+md5sums=('3136c6912d3ee1f6d4deb16234783731'
+ 'e99e9189aa2f6084ac28b8ddf605aeb8'
+ 'fb37e34ea006c79be1c54cbb0f803414'
+ 'df69615503ad293c9ddf9d8b7755282d'
+ '76bf83fe34c5b40533abc5dc940576a6')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # hang onto this until we do the /{,s}bin merge
+  patch -Np1 <"$srcdir/use-split-usr-path.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --enable-static \
+  --libexecdir=/usr/lib \
+  --localstatedir=/var \
+  --sysconfdir=/etc \
+  --enable-introspection \
+  --enable-gtk-doc \
+  --disable-audit \
+  --disable-ima \
+  --with-sysvinit-path= \
+  --with-sysvrcnd-path= \
+  --with-firmware-path="/usr/lib/firmware/updates:/usr/lib/firmware"
+
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package_systemd() {
+  pkgdesc="system and service manager"
+  depends=('acl' 'bash' 'dbus-core' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 
'libgcrypt'
+   'pam' 'util-linux' 'xz')
+  provides=("libsystemd=$pkgver" 'nss-myhostname' "systemd-tools=$pkgver" 
"udev=$pkgver"
+'libgudev-1.0.so' 'libsystemd-daemon.so' 'libsystemd-id128.so'
+'libsystemd-journal.so' 'libsystemd-login.so' 'libudev.so')
+  replaces=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  conflicts=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  optdepends=('cryptsetup: required for encrypted block devices'
+  'libmicrohttpd: systemd-journal-gatewayd'
+  'quota-tools: kernel-level quota management'
+  'python: systemd library bindings'
+  

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

2013-04-18 Thread Dave Reisner
Date: Friday, April 19, 2013 @ 05:13:40
  Author: dreisner
Revision: 183241

upgpkg: systemd 202-1

- add sodepends

Modified:
  systemd/trunk/PKGBUILD
Deleted:
  systemd/trunk/0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch
  systemd/trunk/0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch
  systemd/trunk/0001-logind-avoid-creating-stale-session-state-files.patch

-+
 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch |  167 
--
 0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch |   35 --
 0001-logind-avoid-creating-stale-session-state-files.patch  |   48 --
 PKGBUILD|   20 -
 4 files changed, 6 insertions(+), 264 deletions(-)

Deleted: 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch
===
--- 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch 
2013-04-19 01:14:07 UTC (rev 183240)
+++ 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch 
2013-04-19 03:13:40 UTC (rev 183241)
@@ -1,167 +0,0 @@
-From d3b6d0c21ea5a0d15ec6dbd8b8d179138b7463bc Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= 
-Date: Sat, 13 Apr 2013 20:22:53 -0400
-Subject: [PATCH] fileio: in envfiles, do not skip lines following empty lines
-
-https://bugs.freedesktop.org/show_bug.cgi?id=63477

- src/binfmt/binfmt.c |  2 +-
- src/journal/catalog.c   |  2 +-
- src/modules-load/modules-load.c |  2 +-
- src/shared/conf-parser.c|  2 +-
- src/shared/install.c|  2 +-
- src/shared/util.h   |  2 +-
- src/sysctl/sysctl.c |  2 +-
- src/test/test-unit-file.c   | 31 +++
- 8 files changed, 38 insertions(+), 7 deletions(-)
-
-diff --git a/src/binfmt/binfmt.c b/src/binfmt/binfmt.c
-index 9ca1e60..5a42b3d 100644
 a/src/binfmt/binfmt.c
-+++ b/src/binfmt/binfmt.c
-@@ -110,7 +110,7 @@ static int apply_file(const char *path, bool 
ignore_enoent) {
- p = strstrip(l);
- if (!*p)
- continue;
--if (strchr(COMMENTS, *p))
-+if (strchr(COMMENTS "\n", *p))
- continue;
- 
- k = apply_rule(p);
-diff --git a/src/journal/catalog.c b/src/journal/catalog.c
-index ebf0622..7681af6 100644
 a/src/journal/catalog.c
-+++ b/src/journal/catalog.c
-@@ -180,7 +180,7 @@ int catalog_import_file(Hashmap *h, struct strbuf *sb, 
const char *path) {
- continue;
- }
- 
--if (strchr(COMMENTS, line[0]))
-+if (strchr(COMMENTS "\n", line[0]))
- continue;
- 
- if (empty_line &&
-diff --git a/src/modules-load/modules-load.c b/src/modules-load/modules-load.c
-index 9ee2603..b3f7af0 100644
 a/src/modules-load/modules-load.c
-+++ b/src/modules-load/modules-load.c
-@@ -206,7 +206,7 @@ static int apply_file(struct kmod_ctx *ctx, const char 
*path, bool ignore_enoent
- l = strstrip(line);
- if (!*l)
- continue;
--if (strchr(COMMENTS, *l))
-+if (strchr(COMMENTS "\n", *l))
- continue;
- 
- k = load_module(ctx, l);
-diff --git a/src/shared/conf-parser.c b/src/shared/conf-parser.c
-index fbacf98..fea2e56 100644
 a/src/shared/conf-parser.c
-+++ b/src/shared/conf-parser.c
-@@ -174,7 +174,7 @@ static int parse_line(
- if (!*l)
- return 0;
- 
--if (strchr(COMMENTS, *l))
-+if (strchr(COMMENTS "\n", *l))
- return 0;
- 
- if (startswith(l, ".include ")) {
-diff --git a/src/shared/install.c b/src/shared/install.c
-index f9d223e..71e0433 100644
 a/src/shared/install.c
-+++ b/src/shared/install.c
-@@ -1699,7 +1699,7 @@ int unit_file_query_preset(UnitFileScope scope, const 
char *name) {
- if (!*l)
- continue;
- 
--if (strchr(COMMENTS, *l))
-+if (strchr(COMMENTS "\n", *l))
- continue;
- 
- if (first_word(l, "enable")) {
-diff --git a/src/shared/util.h b/src/shared/util.h
-index 99ec0a3..ad97536 100644
 a/src/shared/util.h
-+++ b/src/shared/util.h
-@@ -52,7 +52,7 @@ union dirent_storage {
- #define WHITESPACE " \t\n\r"
- #define NEWLINE "\n\r"
- #define QUOTES "\"\'"
--#define COMMENTS "#;\n"
-+#define COMMENTS "#;"
- 
- #define FORMAT_BYTES_MAX 8
- 
-diff --git a/src/sysctl/sysctl.c b/src/sysctl/sysctl.c
-index e0ba78a..db18dd9 100644
 a/src/sysctl/sysctl.c
-+++ b/src/sysctl/sysctl.c
-@@ -149,7 +149,7 @@ static int parse_file(Hashmap *sysctl_options, const char 
*path, bool ignore_eno
- 

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

2013-04-18 Thread Jan Steffens
Date: Friday, April 19, 2013 @ 03:14:07
  Author: heftig
Revision: 183240

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

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

-+
 /PKGBUILD   |   82 ++
 /colord.install |   22 +++
 extra-i686/PKGBUILD |   41 -
 extra-i686/colord.install   |   11 -
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/colord.install |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-19 01:13:22 UTC (rev 183239)
+++ extra-i686/PKGBUILD 2013-04-19 01:14:07 UTC (rev 183240)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=0.1.31
-pkgrel=1
-pkgdesc="System daemon for managing color devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/colord";
-license=(GPL2)
-depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane)
-optdepends=('sane: UseSANE support [/etc/colord.conf]')
-options=('!libtool')
-install=colord.install
-backup=(etc/colord.conf)
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('f4a00282aaae0fb8a5d24abfc78377e010261e75')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  # put udev files in /usr/lib
-  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --disable-volume-search
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install \
-bashcompletiondir=/usr/share/bash-completion/completions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 183239, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-19 01:14:07 UTC (rev 183240)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=0.1.33
+pkgrel=1
+pkgdesc="System daemon for managing color devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/colord";
+license=(GPL2)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane)
+optdepends=('sane: UseSANE support [/etc/colord.conf]')
+options=('!libtool')
+install=colord.install
+backup=(etc/colord.conf)
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('41888fc853e033302c59539777b09317a7e1ab3d')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  # put udev files in /usr/lib
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+  
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --disable-volume-search
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install \
+bashcompletiondir=/usr/share/bash-completion/completions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2013-04-19 01:13:22 UTC (rev 183239)
+++ extra-i686/colord.install   2013-04-19 01:14:07 UTC (rev 183240)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: colord/repos/extra-i686/colord.install (from rev 183239, 
colord/trunk/colord.install)
===
--- extra-i686/colord.install   (rev 0)
+++ extra-i686/colord.install   2013-04-19 01:14:07 UTC (rev 183240)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-

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

2013-04-18 Thread Jan Steffens
Date: Friday, April 19, 2013 @ 03:13:22
  Author: heftig
Revision: 183239

0.1.33

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 00:40:29 UTC (rev 183238)
+++ PKGBUILD2013-04-19 01:13:22 UTC (rev 183239)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=colord
-pkgver=0.1.31
+pkgver=0.1.33
 pkgrel=1
 pkgdesc="System daemon for managing color devices"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 install=colord.install
 backup=(etc/colord.conf)
 source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('f4a00282aaae0fb8a5d24abfc78377e010261e75')
+sha1sums=('41888fc853e033302c59539777b09317a7e1ab3d')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:55:23
  Author: remy
Revision: 183236

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

Added:
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
(from rev 183235, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 183235, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 183235, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/luatex-r4449-radical-rule-thickness.patch
(from rev 183235, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/testing-i686/poppler-0.20.patch
(from rev 183235, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 183235, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-i686/texmf.cnf
(from rev 183235, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
(from rev 183235, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 183235, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 183235, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/luatex-r4449-radical-rule-thickness.patch
(from rev 183235, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/testing-x86_64/poppler-0.20.patch
(from rev 183235, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 183235, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-x86_64/texmf.cnf
(from rev 183235, texlive-bin/trunk/texmf.cnf)
Deleted:
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
  texlive-bin/repos/testing-i686/PKGBUILD
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/testing-i686/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/repos/testing-i686/poppler-0.20.patch
  texlive-bin/repos/testing-i686/texlive.install
  texlive-bin/repos/testing-i686/texmf.cnf
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
  texlive-bin/repos/testing-x86_64/PKGBUILD
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
  texlive-bin/repos/testing-x86_64/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/repos/testing-x86_64/poppler-0.20.patch
  texlive-bin/repos/testing-x86_64/texlive.install
  texlive-bin/repos/testing-x86_64/texmf.cnf

--+
 /09-texlive-fonts.conf   |   18 
 /PKGBUILD|  646 +
 /fix-fontforge-encoding.patch|   24 
 /luatex-r4449-radical-rule-thickness.patch   |   46 
 /poppler-0.20.patch  |   44 
 /texlive.install |   86 
 /texmf.cnf   | 1448 +
 testing-i686/09-texlive-fonts.conf   |9 
 testing-i686/PKGBUILD|  323 --
 testing-i686/fix-fontforge-encoding.patch|   12 
 testing-i686/luatex-r4449-radical-rule-thickness.patch   |   23 
 testing-i686/poppler-0.20.patch  |   22 
 testing-i686/texlive.install |   43 
 testing-i686/texmf.cnf   |  724 --
 testing-x86_64/09-texlive-fonts.conf |9 
 testing-x86_64/PKGBUILD  |  323 --
 testing-x86_64/fix-fontforge-encoding.patch  |   12 
 testing-x86_64/luatex-r4449-radical-rule-thickness.patch |   23 
 testing-x86_64/poppler-0.20.patch|   22 
 testing-x86_64/texlive.install   |   43 
 testing-x86_64/texmf.cnf |  724 --
 21 files changed, 2312 insertions(+), 2312 deletions(-)

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


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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:55:16
  Author: remy
Revision: 183235

upgpkg: texlive-bin 2012.0-10

Update biber to version 1.5 for texlive-core 2012.29661

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:54:43 UTC (rev 183234)
+++ PKGBUILD2013-04-18 23:55:16 UTC (rev 183235)
@@ -4,12 +4,12 @@
 
 pkgname=texlive-bin
 pkgver=2012.0
-pkgrel=9
-_biber_ver=1.3 # for biblatex 2.3 only.
+pkgrel=10
+_biber_ver=1.5 # for biblatex 2.5 only.
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('t1lib' 'gd' 'poppler>=0.22.3' 'libsigsegv' 'zziplib' 'libpng' 
'libjpeg' 'freetype2')
+depends=('t1lib' 'gd' 'poppler>=0.22.0' 'libsigsegv' 'zziplib' 'libpng' 
'libjpeg' 'freetype2')
 makedepends=('perl' 'clisp' 'ffcall')
 optdepends=('ed: for texconfig')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
@@ -48,8 +48,8 @@
  'e3a664d5a7f0923f35060fe9d25d2573'
  'ac2c3c3aa765581f8504e21a5edbfb9f'
  'f315a860158cfc952c82a6d759961024'
- '7bde96fe615f19c020fda00af081377c'
- 'e8999a4f7bbcbd1f0ba6961aee6d5c61'
+ '0072193934e925e0bb6ceb70325e7cb8'
+ '84e9676af4a4d99c34353bb4466c3d5e'
  '5190f3295eb9a604c5f17f5bd607299b')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:43
  Author: remy
Revision: 183234

archrelease: copy trunk to testing-any

Added:
  texlive-science/repos/testing-any/
  texlive-science/repos/testing-any/PKGBUILD
(from rev 183233, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/testing-any/texlive-science.maps
(from rev 183233, texlive-science/trunk/texlive-science.maps)
  texlive-science/repos/testing-any/texlive.install
(from rev 183233, texlive-science/trunk/texlive.install)

--+
 PKGBUILD |   49 ++
 texlive-science.maps |1 
 texlive.install  |   52 +
 3 files changed, 102 insertions(+)

Copied: texlive-science/repos/testing-any/PKGBUILD (from rev 183233, 
texlive-science/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:54:43 UTC (rev 183234)
@@ -0,0 +1,49 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-science
+pkgver=2012.29684
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Typesetting for natural and computer sciences"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('331d9af17ba70c0da31b02bfefb87701'
+ '72206bb981d3d491df018e0e13334be5')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/ulqda/ulqda.pl $pkgdir/usr/bin/ulqda
+}

Copied: texlive-science/repos/testing-any/texlive-science.maps (from rev 
183233, texlive-science/trunk/texlive-science.maps)
===
--- testing-any/texlive-science.maps(rev 0)
+++ testing-any/texlive-science.maps2013-04-18 23:54:43 UTC (rev 183234)
@@ -0,0 +1 @@
+Map chemarrow.map

Copied: texlive-science/repos/testing-any/texlive.install (from rev 183233, 
texlive-science/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:54:43 UTC (rev 183234)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-science"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --n

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:41
  Author: remy
Revision: 183233

upgpkg: texlive-science 2012.29684-1

- upgrade package algorithm2e 16417 -> 28749
- upgrade package bohr 27839 -> 28700
- upgrade package chemmacros 27904 -> 29263
- upgrade package chemnum 27728 -> 28883
- upgrade package drawstack 19627 -> 28582
- upgrade package endiagram 27489 -> 29684
- upgrade package engtlc 25432 -> 28571
- upgrade package mychemistry 27754 -> 28611
- upgrade package physics 28153 -> 28590
- upgrade package siunitx 28263 -> 29360

Modified:
  texlive-science/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:54:23 UTC (rev 183232)
+++ PKGBUILD2013-04-18 23:54:41 UTC (rev 183233)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-science
-pkgver=2012.28263
+pkgver=2012.29684
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Typesetting for natural and computer sciences"
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('c714585b19e338763cd167d596ccc942'
+md5sums=('331d9af17ba70c0da31b02bfefb87701'
  '72206bb981d3d491df018e0e13334be5')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:23
  Author: remy
Revision: 183232

archrelease: copy trunk to testing-any

Added:
  texlive-publishers/repos/testing-any/
  texlive-publishers/repos/testing-any/PKGBUILD
(from rev 183231, texlive-publishers/trunk/PKGBUILD)
  texlive-publishers/repos/testing-any/texlive.install
(from rev 183231, texlive-publishers/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-publishers/repos/testing-any/PKGBUILD (from rev 183231, 
texlive-publishers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:54:23 UTC (rev 183232)
@@ -0,0 +1,45 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-publishers
+pkgver=2012.29699
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('770b1212a5b2f603998654e82bdd933d')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-publishers/repos/testing-any/texlive.install (from rev 183231, 
texlive-publishers/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:54:23 UTC (rev 183232)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:22
  Author: remy
Revision: 183231

upgpkg: texlive-publishers 2012.29699-1

- upgrade package IEEEtran 15878 -> 28697
- new package abntex2
- upgrade package apa6 28097 -> 28802
- upgrade package articleingud 26197 -> 28302
- upgrade package ascelike 25303 -> 29129
- upgrade package cmpj 27452 -> 28862
- upgrade package confproc 23358 -> 29349
- new package ebook
- upgrade package ejpecp 25092 -> 28535
- new package matc3
- new package matc3mem
- upgrade package msu-thesis 27141 -> 28422
- upgrade package nddiss 15878 -> 29349
- upgrade package nrc 28186 -> 29027
- upgrade package philosophersimprint 26831 -> 28845
- upgrade package pkuthss 28245 -> 29580
- new package proposal
- upgrade package resphilosophica 27767 -> 28799
- new package resumecls
- upgrade package sapthesis 25593 -> 28345
- upgrade package seuthesis 18045 -> 29349
- upgrade package suftesi 28065 -> 29484
- new package tabriz-thesis
- upgrade package texilikechaps 16752 -> 28553
- upgrade package toptesi 28223 -> 29550
- upgrade package tugboat 27895 -> 29003
- upgrade package uafthesis 22206 -> 29349
- new package uestcthesis
- upgrade package ulthese 27951 -> 29029
- upgrade package unamthesis 22500 -> 29519
- new package unswcover
- new package xcookybooky
- deleted package imsproc
- deleted package macqassign

Modified:
  texlive-publishers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:54:02 UTC (rev 183230)
+++ PKGBUILD2013-04-18 23:54:22 UTC (rev 183231)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-publishers
-pkgver=2012.28245
+pkgver=2012.29699
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('fa1a502b3ddb2b5a9ad4084f90c8b9b4')
+md5sums=('770b1212a5b2f603998654e82bdd933d')
 
 build() {
cd "$srcdir"



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:02
  Author: remy
Revision: 183230

archrelease: copy trunk to testing-any

Added:
  texlive-pstricks/repos/testing-any/
  texlive-pstricks/repos/testing-any/PKGBUILD
(from rev 183229, texlive-pstricks/trunk/PKGBUILD)
  texlive-pstricks/repos/testing-any/texlive.install
(from rev 183229, texlive-pstricks/trunk/texlive.install)

-+
 PKGBUILD|   46 ++
 texlive.install |   12 
 2 files changed, 58 insertions(+)

Copied: texlive-pstricks/repos/testing-any/PKGBUILD (from rev 183229, 
texlive-pstricks/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:54:02 UTC (rev 183230)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pstricks
+pkgver=2012.29678
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Additional PSTricks packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('ef38e5b4eb2b903bcb3cc7ff0a42b363')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
+   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf $pkgdir/usr/bin/pst2pdf
+}

Copied: texlive-pstricks/repos/testing-any/texlive.install (from rev 183229, 
texlive-pstricks/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:54:02 UTC (rev 183230)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:00
  Author: remy
Revision: 183229

upgpkg: texlive-pstricks 2012.29678-1

- upgrade package pst-eucl 27798 -> 29356
- upgrade package pst-optexp 27743 -> 29444
- upgrade package pst-plot 26218 -> 28729
- upgrade package pst-solides3d 28279 -> 28581
- new package pst-vectorian
- upgrade package pst2pdf 24845 -> 29333
- upgrade package pstricks 27985 -> 29678
- upgrade package pstricks-add 27836 -> 28750

Modified:
  texlive-pstricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:53:35 UTC (rev 183228)
+++ PKGBUILD2013-04-18 23:54:00 UTC (rev 183229)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pstricks
-pkgver=2012.28279
+pkgver=2012.29678
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Additional PSTricks packages"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('7d7945e61b5477192848488f3c426adb')
+md5sums=('ef38e5b4eb2b903bcb3cc7ff0a42b363')
 
 build() {
for p in *.tar.xz; do



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:53:35
  Author: remy
Revision: 183228

archrelease: copy trunk to testing-any

Added:
  texlive-plainextra/repos/testing-any/
  texlive-plainextra/repos/testing-any/PKGBUILD
(from rev 183227, texlive-plainextra/trunk/PKGBUILD)
  texlive-plainextra/repos/testing-any/texlive.install
(from rev 183227, texlive-plainextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-plainextra/repos/testing-any/PKGBUILD (from rev 183227, 
texlive-plainextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:53:35 UTC (rev 183228)
@@ -0,0 +1,45 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-plainextra
+pkgver=2012.29349
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('25c1178c9686bbdd0ac02b6becf790b7')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-plainextra/repos/testing-any/texlive.install (from rev 183227, 
texlive-plainextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:53:35 UTC (rev 183228)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:53:33
  Author: remy
Revision: 183227

upgpkg: texlive-plainextra 2012.29349-1

- upgrade package plipsum 27670 -> 29349

Modified:
  texlive-plainextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:53:15 UTC (rev 183226)
+++ PKGBUILD2013-04-18 23:53:33 UTC (rev 183227)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-plainextra
-pkgver=2012.28176
+pkgver=2012.29349
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('c5f983c7b3de677882266477c223c72c')
+md5sums=('25c1178c9686bbdd0ac02b6becf790b7')
 
 build() {
cd "$srcdir"



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:53:15
  Author: remy
Revision: 183226

archrelease: copy trunk to testing-any

Added:
  texlive-pictures/repos/testing-any/
  texlive-pictures/repos/testing-any/PKGBUILD
(from rev 183225, texlive-pictures/trunk/PKGBUILD)
  texlive-pictures/repos/testing-any/texlive-pictures.maps
(from rev 183225, texlive-pictures/trunk/texlive-pictures.maps)
  texlive-pictures/repos/testing-any/texlive.install
(from rev 183225, texlive-pictures/trunk/texlive.install)

---+
 PKGBUILD  |   53 
 texlive-pictures.maps |2 +
 texlive.install   |   52 +++
 3 files changed, 107 insertions(+)

Copied: texlive-pictures/repos/testing-any/PKGBUILD (from rev 183225, 
texlive-pictures/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:53:15 UTC (rev 183226)
@@ -0,0 +1,53 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pictures
+pkgver=2012.29680
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Packages for drawings graphics"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('1286db498d96d19ae218f6d14547a929'
+ '7d08cb8ade87687bd8676f8e8ba20697')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/cachepic/cachepic.tlu 
$pkgdir/usr/bin/cachepic
+   ln -s /usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl 
$pkgdir/usr/bin/epspdftk
+   ln -s /usr/share/texmf-dist/scripts/epspdf/epspdf.rb $pkgdir/usr/bin/epspdf
+   ln -s /usr/share/texmf-dist/scripts/fig4latex/fig4latex 
$pkgdir/usr/bin/fig4latex
+   ln -s /usr/share/texmf-dist/scripts/mathspic/mathspic.pl 
$pkgdir/usr/bin/mathspic
+}

Copied: texlive-pictures/repos/testing-any/texlive-pictures.maps (from rev 
183225, texlive-pictures/trunk/texlive-pictures.maps)
===
--- testing-any/texlive-pictures.maps   (rev 0)
+++ testing-any/texlive-pictures.maps   2013-04-18 23:53:15 UTC (rev 183226)
@@ -0,0 +1,2 @@
+Map knitfont.map
+MixedMap xypic.map

Copied: texlive-pictures/repos/testing-any/texlive.install (from rev 183225, 
texlive-pictures/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:53:15 UTC (rev 183226)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-pictures"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /e

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:53:13
  Author: remy
Revision: 183225

upgpkg: texlive-pictures 2012.29680-1

- upgrade package chemfig 25504 -> 28287
- upgrade package circuitikz 23913 -> 28665
- upgrade package curve2e 25569 -> 28507
- upgrade package epspdf 21628 -> 29050
- new package fast-diagram
- new package flowchart
- upgrade package forest 28269 -> 28979
- upgrade package hf-tikz 27457 -> 29278
- new package makeshape
- upgrade package mathspic 26313 -> 29349
- upgrade package pgfplots 28094 -> 29531
- upgrade package pict2e 21987 -> 29215
- upgrade package randomwalk 27517 -> 28769
- new package sa-tikz
- upgrade package smartdiagram 28116 -> 29680
- upgrade package tikz-cd 27414 -> 28695
- new package tikzinclude
- new package tikzorbital
- upgrade package tikzposter 28066 -> 29179
- upgrade package tikzscale 28170 -> 29569
- new package tikzsymbols
- new package xpicture
- deleted package roundbox

Modified:
  texlive-pictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:53:00 UTC (rev 183224)
+++ PKGBUILD2013-04-18 23:53:13 UTC (rev 183225)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pictures
-pkgver=2012.28269
+pkgver=2012.29680
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Packages for drawings graphics"
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('3458507ad58d1a508f5ecb8704afdf8d'
+md5sums=('1286db498d96d19ae218f6d14547a929'
  '7d08cb8ade87687bd8676f8e8ba20697')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:53:00
  Author: remy
Revision: 183224

archrelease: copy trunk to testing-any

Added:
  texlive-music/repos/testing-any/
  texlive-music/repos/testing-any/PKGBUILD
(from rev 183223, texlive-music/trunk/PKGBUILD)
  texlive-music/repos/testing-any/texlive-music.maps
(from rev 183223, texlive-music/trunk/texlive-music.maps)
  texlive-music/repos/testing-any/texlive.install
(from rev 183223, texlive-music/trunk/texlive.install)

+
 PKGBUILD   |   51 ++
 texlive-music.maps |1 
 texlive.install|   52 +++
 3 files changed, 104 insertions(+)

Copied: texlive-music/repos/testing-any/PKGBUILD (from rev 183223, 
texlive-music/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:53:00 UTC (rev 183224)
@@ -0,0 +1,51 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-music
+pkgver=2012.28943
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Music typesetting packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('6304f3196a62cc41c50dae9a6497eab0'
+ '6af96d016e18492867d6f4ba2eff0a31')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   # script symlinks
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/m-tx/m-tx.lua $pkgdir/usr/bin/m-tx
+   ln -s /usr/share/texmf-dist/scripts/musixtex/musixflx.lua 
$pkgdir/usr/bin/musixflx
+   ln -s /usr/share/texmf-dist/scripts/musixtex/musixtex.lua 
$pkgdir/usr/bin/musixtex
+   ln -s /usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua $pkgdir/usr/bin/pmx2pdf
+}

Copied: texlive-music/repos/testing-any/texlive-music.maps (from rev 183223, 
texlive-music/trunk/texlive-music.maps)
===
--- testing-any/texlive-music.maps  (rev 0)
+++ testing-any/texlive-music.maps  2013-04-18 23:53:00 UTC (rev 183224)
@@ -0,0 +1 @@
+MixedMap musix.map

Copied: texlive-music/repos/testing-any/texlive.install (from rev 183223, 
texlive-music/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:53:00 UTC (rev 183224)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-music"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat 

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:52:58
  Author: remy
Revision: 183223

upgpkg: texlive-music 2012.28943-1

- upgrade package figbas 27405 -> 28943
- upgrade package m-tx 28032 -> 28900
- upgrade package musixtex 24518 -> 28937
- upgrade package musixtex-fonts 24517 -> 28934
- upgrade package pmx 26689 -> 28894

Modified:
  texlive-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:52:34 UTC (rev 183222)
+++ PKGBUILD2013-04-18 23:52:58 UTC (rev 183223)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-music
-pkgver=2012.28032
+pkgver=2012.28943
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Music typesetting packages"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('59a71300b8f99780e61301567a5f8188'
+md5sums=('6304f3196a62cc41c50dae9a6497eab0'
  '6af96d016e18492867d6f4ba2eff0a31')
 
 build() {




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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:52:34
  Author: remy
Revision: 183222

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/
  texlive-latexextra/repos/testing-any/PKGBUILD
(from rev 183221, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
(from rev 183221, texlive-latexextra/trunk/texlive-latexextra.maps)
  texlive-latexextra/repos/testing-any/texlive.install
(from rev 183221, texlive-latexextra/trunk/texlive.install)

-+
 PKGBUILD|   72 ++
 texlive-latexextra.maps |3 +
 texlive.install |   52 +
 3 files changed, 127 insertions(+)

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 183221, 
texlive-latexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:52:34 UTC (rev 183222)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2012.29701
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=(
+  'texlive-pictures: to use the package overpic'
+  'openjdk6: for use by ppower4'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('1b67842cdc5debc80730fced7ce369ce'
+ '9e4825f47dac663dd62c4bfa67899e84')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d "$pkgdir"/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 "$pkgdir"/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' "$pkgdir"/usr/share/'{}' 
\;
+   fi
+   if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
+ find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
+   fi
+   #add symlinks that were in texlive-bin:
+   install -m755 -d "$pkgdir"/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/authorindex/authorindex 
"$pkgdir"/usr/bin/authorindex
+   ln -s /usr/share/texmf-dist/scripts/exceltex/exceltex 
"$pkgdir"/usr/bin/exceltex
+   ln -s /usr/share/texmf-dist/scripts/glossaries/makeglossaries 
"$pkgdir"/usr/bin/makeglossaries
+   ln -s /usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl 
"$pkgdir"/usr/bin/pdfannotextractor
+ln -s /usr/share/texmf-dist/scripts/perltex/perltex.pl 
"$pkgdir"/usr/bin/perltex
+   ln -s /usr/share/texmf-dist/scripts/pst-pdf/ps4pdf "$pkgdir"/usr/bin/ps4pdf
+   ln -s /usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl 
"$pkgdir"/usr/bin/splitindex
+   ln -s /usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl 
"$pkgdir"/usr/bin/svn-multi
+   ln -s /usr/share/texmf-dist/scripts/vpe/vpe.pl "$pkgdir"/usr/bin/vpe
+   # but ppower4 was a symlink to ppower4.tlu, which was broken, but this is 
far better:
+   (
+   cat <<"END"
+#!/bin/bash
+java -jar /usr/share/texmf-dist/scripts/ppower4/pp4p.jar $@
+END
+   ) > /tmp/ppower4 
+   install -m755 /tmp/ppower4 "$pkgdir"/usr/bin/
+   rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
+   rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
+   rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
+}

Copied: texlive-latexextra/repos/testing-any/texlive-latexextra.maps (from rev 
183221, texlive-latexextra/trunk/texlive-latexextra.maps)
===
--- testing-any/texlive-latexextra.maps (rev 0)
+++ testing-any/texlive-latexextra.maps 2013-04-18 23:52:34 UTC (rev 183222)
@@ -0,0 +1,3 @@
+Map epiolmec.map
+MixedMap esint.map
+MixedMap manfnt.map

Copied: texlive-latexextra/repos/testing-any/texlive.install (from rev 183221, 
texlive-latexextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:52:34 UTC (rev 18322

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:52:31
  Author: remy
Revision: 183221

upgpkg: texlive-latexextra 2012.29701-1

- upgrade package achemso 27662 -> 29314
- upgrade package acro 27988 -> 29681
- upgrade package adjmulticol 21512 -> 28936
- upgrade package amsaddr 15878 -> 29630
- upgrade package animate 28095 -> 28471
- new package apptools
- upgrade package cal- 25001 -> 28675
- upgrade package catoptions 28015 -> 28331
- upgrade package censor 27638 -> 29170
- upgrade package changebar 15878 -> 29349
- upgrade package chet 24864 -> 28606
- upgrade package chronology 18994 -> 29682
- new package classics
- upgrade package cleveref 27807 -> 29503
- new package clipboard
- new package cmdtrack
- new package commado
- new package concepts
- new package contracard
- upgrade package coolthms 25885 -> 29062
- upgrade package crbox 24414 -> 29701
- upgrade package currfile 28118 -> 29012
- upgrade package cweb-latex 15878 -> 28878
- upgrade package dashrule 15878 -> 29579
- upgrade package datatool 27917 -> 28844
- upgrade package dblfloatfix 17191 -> 28983
- new package dialogl
- new package download
- upgrade package embrac 28173 -> 29683
- upgrade package emulateapj 16099 -> 28469
- upgrade package enotez 27179 -> 29696
- upgrade package environ 15878 -> 29600
- upgrade package eqparbox 16589 -> 29419
- new package etoc
- upgrade package exsheets 28212 -> 29685
- upgrade package filedate 28242 -> 29529
- upgrade package fileinfo 28252 -> 28421
- upgrade package fixme 16169 -> 29362
- upgrade package fnpct 27551 -> 29259
- upgrade package fnumprint 27668 -> 29173
- upgrade package ftnxtra 17317 -> 29652
- upgrade package glossaries 27766 -> 28305
- upgrade package he-she 24938 -> 29290
- upgrade package hypdvips 24781 -> 28667
- upgrade package hyperxmp 27753 -> 28809
- new package iitem
- upgrade package imakeidx 28240 -> 29542
- upgrade package incgraph 27841 -> 28868
- upgrade package lastpage 23793 -> 28985
- upgrade package latex-tds 26390 -> 29325
- upgrade package lettrine 27185 -> 29391
- new package lisp-on-tex
- upgrade package loops 28196 -> 29090
- upgrade package ltxkeys 28000 -> 28332
- new package mandi
- upgrade package mathastext 28077 -> 28920
- upgrade package mdframed 27762 -> 29319
- upgrade package media9 27879 -> 29530
- new package minifp
- upgrade package moderncv 28139 -> 29074
- upgrade package morehype 26758 -> 28921
- upgrade package morewrites 27516 -> 28767
- new package multiexpand
- upgrade package mversion 24330 -> 29370
- upgrade package nameauth 27203 -> 29632
- upgrade package needspace 19684 -> 29601
- new package newenviron
- upgrade package nicefilelist 28141 -> 28527
- upgrade package nicetext 28271 -> 28423
- new package numberedblock
- new package ocg-p
- upgrade package ocgx 28272 -> 28492
- upgrade package pageslts 23534 -> 28986
- upgrade package paresse 22257 -> 29137
- upgrade package preview 17118 -> 28438
- upgrade package probsoln 25106 -> 29371
- upgrade package progressbar 25431 -> 28753
- upgrade package pst-pdf 15878 -> 29349
- upgrade package pstool 15878 -> 29343
- new package ran_toks
- new package readarray
- upgrade package refcheck 21094 -> 29128
- upgrade package regexpatch 27155 -> 29543
- new package roundbox
- new package scalerel
- upgrade package sepfootnotes 25574 -> 28885
- upgrade package shapepar 15878 -> 28935
- upgrade package shipunov 24203 -> 29349
- new package showdim
- upgrade package simplecd 28174 -> 29260
- new package skdoc
- upgrade package skeyval 28197 -> 29092
- new package skrapport
- upgrade package spanglish 20889 -> 29272
- upgrade package splitindex 26313 -> 29688
- upgrade package subfloat 15878 -> 29349
- new package tableof
- upgrade package tcolorbox 26072 -> 29372
- upgrade package technics 16238 -> 29349
- upgrade package texpower 15878 -> 29349
- new package threadcol
- upgrade package todonotes 27159 -> 28362
- new package underoverlap
- upgrade package upmethodology 27896 -> 29615
- upgrade package vhistory 19901 -> 28914
- new package xint
- upgrade package xstring 28078 -> 29258
- upgrade package zwpagelayout 26549 -> 28846
- deleted package ghab
- deleted package tram
- deleted package verbatimbox

Modified:
  texlive-latexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:51:57 UTC (rev 183220)
+++ PKGBUILD2013-04-18 23:52:31 UTC (rev 183221)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-latexextra
-pkgver=2012.28272
+pkgver=2012.29701
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
@@ -20,7 +20,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('75db29b9e9bea30e9b6c1b77c4fca964'
+md5sums=('1b67842cdc5debc80730fced7ce369ce'
  '9e4825f47dac663dd62c4bfa67899e84')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:57
  Author: remy
Revision: 183220

archrelease: copy trunk to testing-any

Added:
  texlive-langgreek/repos/testing-any/
  texlive-langgreek/repos/testing-any/PKGBUILD
(from rev 183219, texlive-langgreek/trunk/PKGBUILD)
  texlive-langgreek/repos/testing-any/texlive-langgreek.maps
(from rev 183219, texlive-langgreek/trunk/texlive-langgreek.maps)
  texlive-langgreek/repos/testing-any/texlive.install
(from rev 183219, texlive-langgreek/trunk/texlive.install)

+
 PKGBUILD   |   49 
 texlive-langgreek.maps |6 +
 texlive.install|   52 +++
 3 files changed, 107 insertions(+)

Copied: texlive-langgreek/repos/testing-any/PKGBUILD (from rev 183219, 
texlive-langgreek/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:51:57 UTC (rev 183220)
@@ -0,0 +1,49 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langgreek
+pkgver=2012.28327
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and support for typesetting Greek"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('abff9a31d4f83408e40c9581069ae86a'
+ 'a1c515e7bbe93c905e20db580aa5a234')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex 
$pkgdir/usr/bin/mkgrkindex
+}

Copied: texlive-langgreek/repos/testing-any/texlive-langgreek.maps (from rev 
183219, texlive-langgreek/trunk/texlive-langgreek.maps)
===
--- testing-any/texlive-langgreek.maps  (rev 0)
+++ testing-any/texlive-langgreek.maps  2013-04-18 23:51:57 UTC (rev 183220)
@@ -0,0 +1,6 @@
+Map gfsbaskerville.map
+Map gfsporson.map
+Map grverb.map
+Map kerkis.map
+MixedMap cbgreek-full.map
+MixedMap iby.map

Copied: texlive-langgreek/repos/testing-any/texlive.install (from rev 183219, 
texlive-langgreek/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:51:57 UTC (rev 183220)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langgreek"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> 

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:55
  Author: remy
Revision: 183219

upgpkg: texlive-langgreek 2012.28327-1

- upgrade package greektex 15878 -> 28327

Modified:
  texlive-langgreek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:51:35 UTC (rev 183218)
+++ PKGBUILD2013-04-18 23:51:55 UTC (rev 183219)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langgreek
-pkgver=2012.27651
+pkgver=2012.28327
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and support for typesetting Greek"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('8261821bf31696475e964aa5c19d0390'
+md5sums=('abff9a31d4f83408e40c9581069ae86a'
  'a1c515e7bbe93c905e20db580aa5a234')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:35
  Author: remy
Revision: 183218

archrelease: copy trunk to testing-any

Added:
  texlive-langextra/repos/testing-any/
  texlive-langextra/repos/testing-any/PKGBUILD
(from rev 183217, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/testing-any/texlive-langextra.maps
(from rev 183217, texlive-langextra/trunk/texlive-langextra.maps)
  texlive-langextra/repos/testing-any/texlive.install
(from rev 183217, texlive-langextra/trunk/texlive.install)

+
 PKGBUILD   |   59 +++
 texlive-langextra.maps |   18 ++
 texlive.install|   52 +
 3 files changed, 129 insertions(+)

Copied: texlive-langextra/repos/testing-any/PKGBUILD (from rev 183217, 
texlive-langextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:51:35 UTC (rev 183218)
@@ -0,0 +1,59 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2012.29701
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Bundle of all extra language support"
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('c74fd6d1b59f5d93eb11228a0b5c3ba1'
+ 'a4cbb2f9de807a04f90956e6f8c354ae')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   #remove parts of ethiop that depend on Omega:
+   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
+   rm -rf $pkgdir/usr/share/texmf-dist/omega
+}

Copied: texlive-langextra/repos/testing-any/texlive-langextra.maps (from rev 
183217, texlive-langextra/trunk/texlive-langextra.maps)
===
--- testing-any/texlive-langextra.maps  (rev 0)
+++ testing-any/texlive-langextra.maps  2013-04-18 23:51:35 UTC (rev 183218)
@@ -0,0 +1,18 @@
+Map arabi.map
+Map arevvn.map
+Map burmese.map
+Map chartervn.map
+Map cjhebrew.map
+Map cmbrightvn.map
+Map concretevn.map
+Map grotesqvn.map
+Map skt.map
+Map txttvn.map
+Map urwvn.map
+Map vntopia.map
+MixedMap arabtex.map
+MixedMap dvng.map
+MixedMap ethiop.map
+MixedMap mongolian.map
+MixedMap vnrother.map
+MixedMap vnrtext.map

Copied: texlive-langextra/repos/testing-any/texlive.install (from rev 183217, 
texlive-langextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:51:35 UTC (rev 183218)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langextra"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/tex

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:32
  Author: remy
Revision: 183217

upgpkg: texlive-langextra 2012.29701-1

- upgrade package amiri 27114 -> 28674
- new package ghab
- new package imsproc
- upgrade package montex 17853 -> 29349
- new package persian-hm-ftx
- new package persian-hm-xbs
- upgrade package persian-modern 23959 -> 29701
- new package tram

Modified:
  texlive-langextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:51:12 UTC (rev 183216)
+++ PKGBUILD2013-04-18 23:51:32 UTC (rev 183217)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langextra
-pkgver=2012.27114
+pkgver=2012.29701
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Bundle of all extra language support"
@@ -23,7 +23,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('d0bfb1ccbb225b6d50c0809c03cbd983'
+md5sums=('c74fd6d1b59f5d93eb11228a0b5c3ba1'
  'a4cbb2f9de807a04f90956e6f8c354ae')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:12
  Author: remy
Revision: 183216

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 183215, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 183215, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 183215, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   48 
 texlive-langcyrillic.maps |1 
 texlive.install   |   52 
 3 files changed, 101 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 183215, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:51:12 UTC (rev 183216)
@@ -0,0 +1,48 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langcyrillic
+pkgver=2012.29349
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('1d2da4ce1e5db9a0fcc6c299bc771188'
+ 'f4a321793d9082c991c68870276dda7b')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 183215, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2013-04-18 23:51:12 UTC (rev 
183216)
@@ -0,0 +1 @@
+Map cmcyr.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
183215, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:51:12 UTC (rev 183216)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langcyrillic"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:10
  Author: remy
Revision: 183215

upgpkg: texlive-langcyrillic 2012.29349-1

- upgrade package cyrillic-bin 27328 -> 29349
- upgrade package cyrplain 15878 -> 29349
- upgrade package disser 24903 -> 28342
- upgrade package eskdx 22465 -> 29235
- upgrade package lhcyr 15878 -> 29349
- upgrade package t2 22650 -> 29349

Modified:
  texlive-langcyrillic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:50:52 UTC (rev 183214)
+++ PKGBUILD2013-04-18 23:51:10 UTC (rev 183215)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langcyrillic
-pkgver=2012.27642
+pkgver=2012.29349
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('99a1737f9fbc3f54f56c10a1b01e62ac'
+md5sums=('1d2da4ce1e5db9a0fcc6c299bc771188'
  'f4a321793d9082c991c68870276dda7b')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:50:52
  Author: remy
Revision: 183214

archrelease: copy trunk to testing-any

Added:
  texlive-langcjk/repos/testing-any/
  texlive-langcjk/repos/testing-any/PKGBUILD
(from rev 183213, texlive-langcjk/trunk/PKGBUILD)
  texlive-langcjk/repos/testing-any/texlive-langcjk.maps
(from rev 183213, texlive-langcjk/trunk/texlive-langcjk.maps)
  texlive-langcjk/repos/testing-any/texlive.install
(from rev 183213, texlive-langcjk/trunk/texlive.install)

--+
 PKGBUILD |   53 +
 texlive-langcjk.maps |   21 +++
 texlive.install  |   52 
 3 files changed, 126 insertions(+)

Copied: texlive-langcjk/repos/testing-any/PKGBUILD (from rev 183213, 
texlive-langcjk/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:50:52 UTC (rev 183214)
@@ -0,0 +1,53 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langcjk
+pkgver=2012.29558
+_revnr=${pkgver#2012.}
+pkgrel=2
+pkgdesc="TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('78b68814790b3a5bb9e2bb61e9e0d817'
+ '65af2285bf81a3c4ddafaf7fb7b2b759')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   # hack for uplatex format generation
+   ln -s ../../platex/config/hyphen.cfg 
"${pkgdir}/usr/share/texmf-dist/tex/uplatex/config/hyphen.cfg"
+   # scripts links
+   install -d -m 755 "$pkgdir/usr/bin"
+   ln -s /usr/share/texmf-dist/scripts/uptex/convbkmk.rb 
"$pkgdir/usr/bin/convbkmk"
+   ln -s /usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl 
"$pkgdir/usr/bin/updmap-setup-kanji"
+}

Copied: texlive-langcjk/repos/testing-any/texlive-langcjk.maps (from rev 
183213, texlive-langcjk/trunk/texlive-langcjk.maps)
===
--- testing-any/texlive-langcjk.maps(rev 0)
+++ testing-any/texlive-langcjk.maps2013-04-18 23:50:52 UTC (rev 183214)
@@ -0,0 +1,21 @@
+KanjiMap morisawa.map
+KanjiMap otf-@kanjiEmbed@.map
+KanjiMap otf-cktx.map
+KanjiMap otf-up-@kanjiEmbed@.map
+KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map
+KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map
+Map bkaiu.map
+Map bsmiu.map
+Map dgj.map
+Map dmj.map
+Map garuda-c90.map
+Map gbsnu.map
+Map gkaiu.map
+Map mc2j.map
+Map mcj.map
+Map mr2j.map
+Map mrj.map
+Map nanumfonts.map
+Map norasi-c90.map
+Map tlwg.map
+Map umj.map

Copied: texlive-langcjk/repos/testing-any/texlive.install (from rev 183213, 
texlive-langcjk/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:50:52 UTC (rev 183214)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langcjk"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">

[arch-commits] Commit in texlive-langcjk/trunk (PKGBUILD texlive-langcjk.maps)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:50:49
  Author: remy
Revision: 183213

upgpkg: texlive-langcjk 2012.29558-2

- new package bxbase
- new package bxjscls
- new package bxpict2e
- new package cjk-ko
- upgrade package fonts-tlwg 25417 -> 29349
- upgrade package jfontmaps 27755 -> 29349
- upgrade package luatexja 27593 -> 29424
- new package nanumtype1
- upgrade package ptex 26689 -> 29349
- new package ptex2pdf
- new package pxbase
- new package pxchfon
- new package pxjahyper
- new package pxrubrica
- upgrade package thailatex 27050 -> 29349
- upgrade package xpinyin 27121 -> 28346
- upgrade package zhnumber 27120 -> 28347
- new package zxjafbfont
- new package zxjafont
- new package zxjatype

Modified:
  texlive-langcjk/trunk/PKGBUILD
  texlive-langcjk/trunk/texlive-langcjk.maps

--+
 PKGBUILD |6 +++---
 texlive-langcjk.maps |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:50:29 UTC (rev 183212)
+++ PKGBUILD2013-04-18 23:50:49 UTC (rev 183213)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langcjk
-pkgver=2012.28079
+pkgver=2012.29558
 _revnr=${pkgver#2012.}
 pkgrel=2
 pkgdesc="TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts"
@@ -15,8 +15,8 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('2b47c29e4e1a3c56b4542ba724a7190f'
- '0a21c8f3406ac404459b588e3e8eb3ea')
+md5sums=('78b68814790b3a5bb9e2bb61e9e0d817'
+ '65af2285bf81a3c4ddafaf7fb7b2b759')
 
 build() {
cd "$srcdir"

Modified: texlive-langcjk.maps
===
--- texlive-langcjk.maps2013-04-18 23:50:29 UTC (rev 183212)
+++ texlive-langcjk.maps2013-04-18 23:50:49 UTC (rev 183213)
@@ -15,6 +15,7 @@
 Map mcj.map
 Map mr2j.map
 Map mrj.map
+Map nanumfonts.map
 Map norasi-c90.map
 Map tlwg.map
 Map umj.map



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:50:29
  Author: remy
Revision: 183212

archrelease: copy trunk to testing-any

Added:
  texlive-humanities/repos/testing-any/
  texlive-humanities/repos/testing-any/PKGBUILD
(from rev 183211, texlive-humanities/trunk/PKGBUILD)
  texlive-humanities/repos/testing-any/texlive.install
(from rev 183211, texlive-humanities/trunk/texlive.install)

-+
 PKGBUILD|   44 
 texlive.install |   12 
 2 files changed, 56 insertions(+)

Copied: texlive-humanities/repos/testing-any/PKGBUILD (from rev 183211, 
texlive-humanities/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:50:29 UTC (rev 183212)
@@ -0,0 +1,44 @@
+# Maintainer: Firmicus 
+
+pkgname=texlive-humanities
+pkgver=2012.29347
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
+license=('GPL')
+arch=(any)
+depends=('texlive-core' 'texlive-latexextra')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('dc314ce3140198458ff427b3483ec87c')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-humanities/repos/testing-any/texlive.install (from rev 183211, 
texlive-humanities/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:50:29 UTC (rev 183212)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:50:27
  Author: remy
Revision: 183211

upgpkg: texlive-humanities 2012.29347-1

- new package dvgloss
- upgrade package eledmac 28280 -> 29281
- upgrade package poemscol 27535 -> 29072
- upgrade package poetrytex 27893 -> 29347

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:50:07 UTC (rev 183210)
+++ PKGBUILD2013-04-18 23:50:27 UTC (rev 183211)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-humanities
-pkgver=2012.28280
+pkgver=2012.29347
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('c39b2f9eee6f4221f626dd1214b4924d')
+md5sums=('dc314ce3140198458ff427b3483ec87c')
 
 build() {
cd "$srcdir"



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:50:07
  Author: remy
Revision: 183210

archrelease: copy trunk to testing-any

Added:
  texlive-htmlxml/repos/testing-any/
  texlive-htmlxml/repos/testing-any/PKGBUILD
(from rev 183209, texlive-htmlxml/trunk/PKGBUILD)
  texlive-htmlxml/repos/testing-any/texlive.install
(from rev 183209, texlive-htmlxml/trunk/texlive.install)

-+
 PKGBUILD|   55 ++
 texlive.install |   12 +++
 2 files changed, 67 insertions(+)

Copied: texlive-htmlxml/repos/testing-any/PKGBUILD (from rev 183209, 
texlive-htmlxml/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:50:07 UTC (rev 183210)
@@ -0,0 +1,55 @@
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-htmlxml
+pkgver=2012.29474
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('354e17a454d00b3ac2c37f30fe39629f')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/ht.sh $pkgdir/usr/bin/ht
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htcontext.sh 
$pkgdir/usr/bin/htcontext
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htlatex.sh 
$pkgdir/usr/bin/htlatex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htmex.sh $pkgdir/usr/bin/htmex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/httex.sh $pkgdir/usr/bin/httex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/httexi.sh $pkgdir/usr/bin/httexi
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh 
$pkgdir/usr/bin/htxelatex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxetex.sh 
$pkgdir/usr/bin/htxetex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl $pkgdir/usr/bin/mk4ht
+}

Copied: texlive-htmlxml/repos/testing-any/texlive.install (from rev 183209, 
texlive-htmlxml/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:50:07 UTC (rev 183210)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:50:05
  Author: remy
Revision: 183209

upgpkg: texlive-htmlxml 2012.29474-1

- upgrade package tex4ht 28089 -> 29474

Modified:
  texlive-htmlxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:49:37 UTC (rev 183208)
+++ PKGBUILD2013-04-18 23:50:05 UTC (rev 183209)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-htmlxml
-pkgver=2012.28273
+pkgver=2012.29474
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('e1d5c3c40a0f73767b948fcdc2570798')
+md5sums=('354e17a454d00b3ac2c37f30fe39629f')
 
 build() {
cd "$srcdir"



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:49:37
  Author: remy
Revision: 183208

archrelease: copy trunk to testing-any

Added:
  texlive-genericextra/repos/testing-any/
  texlive-genericextra/repos/testing-any/PKGBUILD
(from rev 183207, texlive-genericextra/trunk/PKGBUILD)
  texlive-genericextra/repos/testing-any/texlive.install
(from rev 183207, texlive-genericextra/trunk/texlive.install)

-+
 PKGBUILD|   46 ++
 texlive.install |   12 
 2 files changed, 58 insertions(+)

Copied: texlive-genericextra/repos/testing-any/PKGBUILD (from rev 183207, 
texlive-genericextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:49:37 UTC (rev 183208)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-genericextra
+pkgver=2012.29501
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('455d74c05ef891d25403597996c49a94')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-genericextra/repos/testing-any/texlive.install (from rev 
183207, texlive-genericextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:49:37 UTC (rev 183208)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:49:36
  Author: remy
Revision: 183207

upgpkg: texlive-genericextra 2012.29501-1

- upgrade package dirtree 28171 -> 28524
- upgrade package dowith 27125 -> 29501
- upgrade package gates 26675 -> 28502
- upgrade package navigator 21194 -> 29067
- new package schemata
- upgrade package xlop 22096 -> 29236
- deleted package multi

Modified:
  texlive-genericextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:49:13 UTC (rev 183206)
+++ PKGBUILD2013-04-18 23:49:36 UTC (rev 183207)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-genericextra
-pkgver=2012.28210
+pkgver=2012.29501
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('07639509154ef620b97995568619b634')
+md5sums=('455d74c05ef891d25403597996c49a94')
 
 build() {
cd "$srcdir"



[arch-commits] Commit in texlive-games/repos (5 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:49:13
  Author: remy
Revision: 183206

archrelease: copy trunk to testing-any

Added:
  texlive-games/repos/testing-any/
  texlive-games/repos/testing-any/Changelog
(from rev 183205, texlive-games/trunk/Changelog)
  texlive-games/repos/testing-any/PKGBUILD
(from rev 183205, texlive-games/trunk/PKGBUILD)
  texlive-games/repos/testing-any/texlive-games.maps
(from rev 183205, texlive-games/trunk/texlive-games.maps)
  texlive-games/repos/testing-any/texlive.install
(from rev 183205, texlive-games/trunk/texlive.install)

+
 Changelog  |   11 ++
 PKGBUILD   |   48 +++
 texlive-games.maps |1 
 texlive.install|   52 +++
 4 files changed, 112 insertions(+)

Copied: texlive-games/repos/testing-any/Changelog (from rev 183205, 
texlive-games/trunk/Changelog)
===
--- testing-any/Changelog   (rev 0)
+++ testing-any/Changelog   2013-04-18 23:49:13 UTC (rev 183206)
@@ -0,0 +1,11 @@
+texlive-games 2012.28243
+
+- upgrade package chess-problem-diagrams 26206 -> 28243
+
+texlive-games 2011.24714
+
+- upgrade package chess-problem-diagrams 15878 -> 23555
+- new package gamebook
+- new package othelloboard
+- new package schwalbe-chess
+

Copied: texlive-games/repos/testing-any/PKGBUILD (from rev 183205, 
texlive-games/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:49:13 UTC (rev 183206)
@@ -0,0 +1,48 @@
+# Maintainer: Rémy Oudompheng 
+# Maintainer: Firmicus 
+
+pkgname=texlive-games
+pkgver=2012.29679
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('8756a1571dc19e94296e0b071b0b6c0f'
+ '387a994c27b49be1ac3cf64a8f9ab155')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-games/repos/testing-any/texlive-games.maps (from rev 183205, 
texlive-games/trunk/texlive-games.maps)
===
--- testing-any/texlive-games.maps  (rev 0)
+++ testing-any/texlive-games.maps  2013-04-18 23:49:13 UTC (rev 183206)
@@ -0,0 +1 @@
+Map SkakNew.map

Copied: texlive-games/repos/testing-any/texlive.install (from rev 183205, 
texlive-games/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:49:13 UTC (rev 183206)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-games"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMP

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:49:11
  Author: remy
Revision: 183205

upgpkg: texlive-games 2012.29679-1

- upgrade package chess-problem-diagrams 28243 -> 28303
- upgrade package go 15878 -> 28628
- new package logicpuzzle
- upgrade package schwalbe-chess 26207 -> 29140

Modified:
  texlive-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:48:42 UTC (rev 183204)
+++ PKGBUILD2013-04-18 23:49:11 UTC (rev 183205)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2012.28243
+pkgver=2012.29679
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('6d5df3fbe3eda5a3a35dea25bee04f5d'
+md5sums=('8756a1571dc19e94296e0b071b0b6c0f'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:48:42
  Author: remy
Revision: 183204

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 183203, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive.install
(from rev 183203, texlive-formatsextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 183203, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:48:42 UTC (rev 183204)
@@ -0,0 +1,45 @@
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-formatsextra
+pkgver=2012.29110
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - collection of extra TeX 'formats'"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('1228ec6c25f7357f9d64e4dacb74e5ef')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-formatsextra/repos/testing-any/texlive.install (from rev 
183203, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:48:42 UTC (rev 183204)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:48:40
  Author: remy
Revision: 183203

upgpkg: texlive-formatsextra 2012.29110-1

- upgrade package eplain 26689 -> 29110

Modified:
  texlive-formatsextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:48:12 UTC (rev 183202)
+++ PKGBUILD2013-04-18 23:48:40 UTC (rev 183203)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-formatsextra
-pkgver=2012.26689
+pkgver=2012.29110
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - collection of extra TeX 'formats'"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('e9e2f607b98edf6350870fa96d837dbc')
+md5sums=('1228ec6c25f7357f9d64e4dacb74e5ef')
 
 build() {
cd "$srcdir"



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:48:12
  Author: remy
Revision: 183202

archrelease: copy trunk to testing-any

Added:
  texlive-fontsextra/repos/testing-any/
  texlive-fontsextra/repos/testing-any/PKGBUILD
(from rev 183201, texlive-fontsextra/trunk/PKGBUILD)
  texlive-fontsextra/repos/testing-any/texlive-fontsextra.maps
(from rev 183201, texlive-fontsextra/trunk/texlive-fontsextra.maps)
  texlive-fontsextra/repos/testing-any/texlive.install
(from rev 183201, texlive-fontsextra/trunk/texlive.install)

-+
 PKGBUILD|   52 ++
 texlive-fontsextra.maps |  128 ++
 texlive.install |   52 ++
 3 files changed, 232 insertions(+)

Copied: texlive-fontsextra/repos/testing-any/PKGBUILD (from rev 183201, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:48:12 UTC (rev 183202)
@@ -0,0 +1,52 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-fontsextra
+pkgver=2012.29646
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - all sorts of extra fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip"; 
"$pkgname.maps")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('25d99fb9897513ceb2ae19f078ad750c'
+ 'c57e28ee1d2481b7e14685c70d8e6a51')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   
+   # remove stuff depending on omega/aleph
+   rm -rf $pkgdir/usr/share/texmf-dist/omega
+   find $pkgdir/ -wholename '*ocherokee*' -delete
+   find $pkgdir/ -wholename '*oinuit*' -delete
+}

Copied: texlive-fontsextra/repos/testing-any/texlive-fontsextra.maps (from rev 
183201, texlive-fontsextra/trunk/texlive-fontsextra.maps)
===
--- testing-any/texlive-fontsextra.maps (rev 0)
+++ testing-any/texlive-fontsextra.maps 2013-04-18 23:48:12 UTC (rev 183202)
@@ -0,0 +1,128 @@
+Map Acorn.map
+Map AnnSton.map
+Map ArrowsADF.map
+Map ArtNouv.map
+Map ArtNouvc.map
+Map BulletsADF.map
+Map Carrickc.map
+Map CountriesOfEurope.map
+Map EBGaramond.map
+Map ESSTIX.map
+Map Eichenla.map
+Map Eileen.map
+Map EileenBl.map
+Map Elzevier.map
+Map GotIn.map
+Map GoudyIn.map
+Map Kinigcap.map
+Map Konanur.map
+Map Kramer.map
+Map LibreBaskerville.map
+Map MnSymbol.map
+Map MorrisIn.map
+Map Nouveaud.map
+Map OrnementsADF.map
+Map Romantik.map
+Map Rothdn.map
+Map RoyalIn.map
+Map Sanremo.map
+Map SourceCodePro.map
+Map SourceSansPro.map
+Map Starburst.map
+Map Typocaps.map
+Map Zallman.map
+Map antt.map
+Map ap.map
+Map archaicprw.map
+Map arev.map
+Map ascii.map
+Map aspectratio.map
+Map augie.map
+Map auncial.map
+Map aurical.map
+Map belleek.map
+Map bera.map
+Map bguq.map
+Map boondox.map
+Map cabin.map
+Map calligra.map
+Map cantarell.map
+Map ccicons.map
+Map clm.map
+Map cm-lgc.map
+Map cmin.map
+Map comfortaa.map
+Map cyklop.map
+Map dejavu-type1.map
+Map dictsym.map
+Map droid.map
+Map dstroke.map
+Map dutchcal.map
+Map epigrafica.map
+Map esvect.map
+Map fdsymbol.map
+Map fge.map
+Map fi4.map
+Map foekfont.map
+Map fonetika.map
+Map fourier-utopia-expert.map
+Map fourier.map
+Map frcursive.map
+Map gfsartemisia.map
+Map gfsbodoni.map
+Map gfscomplutum.map
+Map gfsdidot.map
+Map gfsneohellenic.map
+Map gfssolomos.map
+Map gptimes.map
+Map hacm.map
+Map icelandic.map
+Map iwona.map
+Map kpfonts.map
+Map kurier.map
+Map lato.map
+Map libertine.map
+Map linearA.map
+Map mathabx.map
+Map mdbch.map
+Map mdput.map
+Map mdsymbol.map
+Map mdugm.map
+Map newpx.map
+Map newtx.map
+Map ocrb.map
+Map opensans.map
+Map paratype-type1.map
+Map pbsi.map
+Map phai

[arch-commits] Commit in texlive-fontsextra/trunk (PKGBUILD texlive-fontsextra.maps)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:48:09
  Author: remy
Revision: 183201

upgpkg: texlive-fontsextra 2012.29646-1

- new package aecc
- upgrade package brushscr 15878 -> 28363
- upgrade package cabin 28219 -> 28942
- upgrade package dejavu 24513 -> 28800
- upgrade package dice 15878 -> 28501
- new package ebgaramond
- upgrade package eco 15878 -> 29349
- new package fontawesome
- upgrade package fouriernc 15878 -> 29646
- upgrade package gentium 20033 -> 29349
- upgrade package gfsbodoni 27976 -> 28484
- upgrade package gnu-freefont 26232 -> 29349
- upgrade package hfbright 25054 -> 29349
- upgrade package hfoldsty 25011 -> 29349
- upgrade package junicode 25896 -> 28286
- upgrade package libertine 28048 -> 29099
- new package librebaskerville
- upgrade package mdsymbol 25049 -> 28399
- new package newpx
- upgrade package newtx 28112 -> 29551
- upgrade package oldstandard 19512 -> 29349
- upgrade package paratype 26866 -> 29629
- upgrade package quattrocento 28220 -> 28957
- upgrade package sansmathaccent 26200 -> 29541
- upgrade package sourcecodepro 28187 -> 28866
- upgrade package sourcesanspro 28188 -> 28694
- upgrade package superiors 27419 -> 29169
- deleted package biolinum-type1
- deleted package libertine-type1
- deleted package libertineotf
- deleted package psafm

Modified:
  texlive-fontsextra/trunk/PKGBUILD
  texlive-fontsextra/trunk/texlive-fontsextra.maps

-+
 PKGBUILD|6 +++---
 texlive-fontsextra.maps |7 +--
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:47:43 UTC (rev 183200)
+++ PKGBUILD2013-04-18 23:48:09 UTC (rev 183201)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-fontsextra
-pkgver=2012.28268
+pkgver=2012.29646
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - all sorts of extra fonts"
@@ -14,8 +14,8 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('2c900d7eaa4506b057e25be64b4ad24b'
- 'd1d90a08bbea59c2f925a4b07c355828')
+md5sums=('25d99fb9897513ceb2ae19f078ad750c'
+ 'c57e28ee1d2481b7e14685c70d8e6a51')
 
 build() {
cd "$srcdir"

Modified: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2013-04-18 23:47:43 UTC (rev 183200)
+++ texlive-fontsextra.maps 2013-04-18 23:48:09 UTC (rev 183201)
@@ -6,6 +6,7 @@
 Map BulletsADF.map
 Map Carrickc.map
 Map CountriesOfEurope.map
+Map EBGaramond.map
 Map ESSTIX.map
 Map Eichenla.map
 Map Eileen.map
@@ -16,6 +17,7 @@
 Map Kinigcap.map
 Map Konanur.map
 Map Kramer.map
+Map LibreBaskerville.map
 Map MnSymbol.map
 Map MorrisIn.map
 Map Nouveaud.map
@@ -41,7 +43,6 @@
 Map belleek.map
 Map bera.map
 Map bguq.map
-Map biolinum-type1.map
 Map boondox.map
 Map cabin.map
 Map calligra.map
@@ -80,13 +81,14 @@
 Map kpfonts.map
 Map kurier.map
 Map lato.map
-Map libertine-type1.map
+Map libertine.map
 Map linearA.map
 Map mathabx.map
 Map mdbch.map
 Map mdput.map
 Map mdsymbol.map
 Map mdugm.map
+Map newpx.map
 Map newtx.map
 Map ocrb.map
 Map opensans.map
@@ -95,6 +97,7 @@
 Map phaistos.map
 Map prodint.map
 Map pxtx.map
+Map quattrocento.map
 Map recycle.map
 Map rsfso.map
 Map sansmathaccent.map



[arch-commits] Commit in texlive-core/repos (5 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:47:43
  Author: remy
Revision: 183200

archrelease: copy trunk to testing-any

Added:
  texlive-core/repos/testing-any/
  texlive-core/repos/testing-any/Changelog
(from rev 183199, texlive-core/trunk/Changelog)
  texlive-core/repos/testing-any/PKGBUILD
(from rev 183199, texlive-core/trunk/PKGBUILD)
  texlive-core/repos/testing-any/texlive-core.maps
(from rev 183199, texlive-core/trunk/texlive-core.maps)
  texlive-core/repos/testing-any/texlive.install
(from rev 183199, texlive-core/trunk/texlive.install)

---+
 Changelog |  376 
 PKGBUILD  |  146 
 texlive-core.maps |   46 ++
 texlive.install   |   58 
 4 files changed, 626 insertions(+)

Copied: texlive-core/repos/testing-any/Changelog (from rev 183199, 
texlive-core/trunk/Changelog)
===
--- testing-any/Changelog   (rev 0)
+++ testing-any/Changelog   2013-04-18 23:47:43 UTC (rev 183200)
@@ -0,0 +1,376 @@
+texlive-core 2012.28273
+
+- new package a2ping
+- new package adhocfilelist
+- new package basque-book
+- upgrade package beamer 26788 -> 28273
+- upgrade package bibleref-french 25516 -> 27098
+- upgrade package bidi 26822 -> 28144
+- new package bropd
+- upgrade package chickenize 26702 -> 27720
+- upgrade package context-filter 26471 -> 27157
+- upgrade package context-gantt 25712 -> 27472
+- upgrade package context-gnuplot 26852 -> 27837
+- upgrade package context-letter 26753 -> 27787
+- upgrade package context-rst 24199 -> 27236
+- upgrade package context-simplefonts 25094 -> 27171
+- upgrade package context-vim 26873 -> 27374
+- upgrade package dvips 26765 -> 28191
+- upgrade package findhyph 26313 -> 28254
+- upgrade package fontinst 26689 -> 27335
+- upgrade package fontools 25995 -> 28093
+- upgrade package genmisc 20683 -> 27208
+- upgrade package helvetic 21993 -> 28007
+- upgrade package hyperref 26331 -> 28213
+- upgrade package interpreter 24740 -> 27232
+- upgrade package isomath 21296 -> 27654
+- upgrade package koma-script 26455 -> 27255
+- upgrade package l3experimental 26109 -> 27900
+- upgrade package l3kernel 26111 -> 27898
+- upgrade package l3packages 26110 -> 27899
+- upgrade package latex 23639 -> 27907
+- upgrade package latexmk 26313 -> 28264
+- new package latexpand
+- upgrade package lm 23165 -> 28119
+- new package lm-math
+- new package lua-check-hyphen
+- new package lua2dox
+- upgrade package lualatex-math 24009 -> 28101
+- new package luaxml
+- upgrade package mf2pt1 25811 -> 27032
+- upgrade package mpgraphics 22142 -> 27230
+- new package odsfile
+- upgrade package pdfcrop 26313 -> 28175
+- upgrade package pdfpages 25883 -> 27574
+- new package pdftex
+- new package pdftools
+- new package pstools
+- new package ptext
+- upgrade package rec-thy 20909 -> 27225
+- upgrade package sty2dtx 26313 -> 28206
+- upgrade package tetex 26892 -> 28191
+- upgrade package tex-gyre-math 26838 -> 28081
+- upgrade package texdoc 26780 -> 27321
+- upgrade package texinfo 26886 -> 28224
+- upgrade package typeoutfileinfo 26313 -> 27846
+- new package ucharclasses
+- upgrade package unicode-math 26720 -> 27257
+- upgrade package xecjk 26553 -> 28115
+- upgrade package xepersian 26823 -> 28145
+- upgrade package xkeyval 15878 -> 27995
+- upgrade package ytableau 21264 -> 27430
+- deleted package luapersian
+
+texlive-core 2012.26892
+
+- TEXLive 2012 release.
+
+texlive-core 2011.24722
+
+- upgrade package amscls 22145 -> 23392
+- upgrade package amsmath 22147 -> 23390
+- upgrade package babel 22149 -> 23397
+- upgrade package beamer 19443 -> 24067
+- upgrade package bibleref-french 22077 -> 24267
+- upgrade package bidi 22125 -> 24680
+- upgrade package caption 16715 -> 24571
+- upgrade package cmarrows 15878 -> 24378
+- upgrade package context 23169 -> 24174
+- upgrade package context-filter 23170 -> 24389
+- upgrade package context-french 23167 -> 24582
+- new package context-gantt
+- upgrade package context-gnuplot 23167 -> 24028
+- upgrade package context-letter 23167 -> 24045
+- upgrade package context-rst 23167 -> 24199
+- upgrade package context-simplefonts 23167 -> 23369
+- upgrade package context-simpleslides 23167 -> 24165
+- upgrade package context-typescripts 23167 -> 24492
+- upgrade package context-vim 23167 -> 24359
+- upgrade package cslatex 22650 -> 23409
+- upgrade package ctable 22269 -> 23834
+- new package ctanify
+- new package ctanupload
+- upgrade package dehyph-exptl 18640 -> 23403
+- new package dhua
+- upgrade package dvips 23089 -> 24563
+- upgrade package emp 15878 -> 23483
+- new package facture
+- new package fontbook
+- upgrade package fontname 23088 -> 24661
+- upgrade package fontools 20048 -> 23329
+- upgrade package fontspec 21527 -> 24114
+- upgrade package frontespizio 21648 -> 24054
+- upgrade package graphics 22151 -> 23395
+- upgrade p

[arch-commits] Commit in texlive-core/trunk (PKGBUILD texlive-core.maps)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:47:39
  Author: remy
Revision: 183199

upgpkg: texlive-core 2012.29661-1

- upgrade package adhocfilelist 28038 -> 29349
- upgrade package amscls 26388 -> 29207
- upgrade package amsfonts 26315 -> 29208
- upgrade package amsmath 26389 -> 29327
- new package arara
- upgrade package avantgar 21993 -> 28614
- new package backnaur
- upgrade package beamer 28273 -> 29349
- upgrade package bidi 28144 -> 29650
- upgrade package bookman 21993 -> 28614
- upgrade package caption 25657 -> 29026
- upgrade package checkcites 26313 -> 28572
- upgrade package chickenize 27720 -> 29232
- upgrade package cm 24956 -> 29581
- upgrade package context 26863 -> 28782
- upgrade package context-algorithmic 23167 -> 28580
- upgrade package context-filter 27157 -> 29599
- upgrade package context-fixme 23167 -> 29341
- upgrade package context-letter 27787 -> 28899
- upgrade package context-rst 27236 -> 29575
- upgrade package context-ruby 23167 -> 28434
- upgrade package context-simplefonts 27171 -> 29229
- upgrade package context-simpleslides 25389 -> 28300
- upgrade package courier 21993 -> 28614
- upgrade package cs 15878 -> 28598
- upgrade package cslatex 23409 -> 28596
- upgrade package csplain 22650 -> 29081
- upgrade package drv 21499 -> 29349
- new package dtxgen
- upgrade package dviincl 15878 -> 29349
- upgrade package dvips 28191 -> 29585
- upgrade package enctex 16881 -> 28602
- upgrade package epsincl 15878 -> 29349
- upgrade package expressg 15878 -> 29349
- upgrade package featpost 26049 -> 29349
- new package feynmp-auto
- upgrade package findhyph 28254 -> 28350
- upgrade package fontinst 27335 -> 29349
- upgrade package fontools 28093 -> 29051
- upgrade package fontspec 26230 -> 29412
- upgrade package glyphlist 19874 -> 28576
- upgrade package helvetic 28007 -> 28614
- upgrade package hyph-utf8 26771 -> 29641
- upgrade package hyphenex 26276 -> 29349
- upgrade package iftex 18833 -> 29654
- upgrade package installfont 25205 -> 29349
- upgrade package l3experimental 27900 -> 29361
- upgrade package l3kernel 27898 -> 29409
- upgrade package l3packages 27899 -> 29361
- upgrade package latex-fonts 15207 -> 2
- upgrade package latexconfig 26375 -> 28991
- upgrade package latexdiff 16433 -> 28564
- upgrade package latexfileversion 25012 -> 29349
- upgrade package latexpand 27025 -> 28402
- upgrade package listings-ext 19195 -> 29349
- upgrade package lm-math 28082 -> 29044
- new package ltxfileinfo
- upgrade package lua-alt-getopt 17228 -> 29349
- upgrade package lua2dox 27205 -> 29349
- upgrade package lualatex-math 28101 -> 29346
- upgrade package marvosym 25926 -> 29349
- upgrade package mfpic 21800 -> 28444
- upgrade package mh 26294 -> 29420
- upgrade package microtype 16687 -> 29392
- upgrade package mp3d 21771 -> 29349
- upgrade package mpgraphics 27230 -> 29655
- upgrade package ncntrsbk 21993 -> 28614
- upgrade package palatino 21993 -> 28614
- upgrade package pdfcrop 28175 -> 29348
- upgrade package pdfjam 20459 -> 29349
- upgrade package pdftex 28191 -> 29585
- new package pfarrei
- upgrade package pstools 27328 -> 29349
- upgrade package realscripts 19976 -> 29423
- new package skmath
- new package spelling
- upgrade package symbol 21570 -> 28614
- upgrade package tabvar 25665 -> 28908
- upgrade package tetex 28191 -> 29585
- upgrade package tex-gyre-math 28081 -> 29045
- upgrade package texdoc 27321 -> 28738
- upgrade package texinfo 28224 -> 29349
- upgrade package times 21993 -> 28614
- upgrade package tipa 25247 -> 29349
- upgrade package typeoutfileinfo 27846 -> 29349
- upgrade package unicode-math 27257 -> 29413
- upgrade package xecjk 28115 -> 28816
- upgrade package xecolor 24140 -> 29660
- upgrade package xepersian 28145 -> 29661
- upgrade package xetex-def 16192 -> 29154
- new package xetex-tibetan
- upgrade package xetexconfig 26762 -> 28819
- upgrade package zapfchan 21993 -> 28614
- upgrade package zapfding 21570 -> 28614
- deleted package lmextra

Modified:
  texlive-core/trunk/PKGBUILD
  texlive-core/trunk/texlive-core.maps

---+
 PKGBUILD  |6 +++---
 texlive-core.maps |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:47:05 UTC (rev 183198)
+++ PKGBUILD2013-04-18 23:47:39 UTC (rev 183199)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-core
-pkgver=2012.28273
+pkgver=2012.29661
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live core distribution"
@@ -27,8 +27,8 @@
 options=(!strip)
 install=texlive.install
 #backup=(etc/texmf/tex/context/config/cont-usr.tex)
-md5sums=('42ce6cf5a7728f2ebb9a1a2bbf9dc4ed'
- '82c03f7226e1df4440f30c89c05ee653')
+md5sums=('4126fad75c577f5b067e612214039c93'
+ '306ab28bb9b070fc3e40d86d28ea7e8e')
 
 build() {
cd "$srcdir"

Modified: texlive-core.maps
===
--- texlive-

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:47:05
  Author: remy
Revision: 183198

archrelease: copy trunk to testing-any

Added:
  texlive-bibtexextra/repos/testing-any/
  texlive-bibtexextra/repos/testing-any/PKGBUILD
(from rev 183197, texlive-bibtexextra/trunk/PKGBUILD)
  texlive-bibtexextra/repos/testing-any/texlive.install
(from rev 183197, texlive-bibtexextra/trunk/texlive.install)

-+
 PKGBUILD|   48 
 texlive.install |   12 
 2 files changed, 60 insertions(+)

Copied: texlive-bibtexextra/repos/testing-any/PKGBUILD (from rev 183197, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:47:05 UTC (rev 183198)
@@ -0,0 +1,48 @@
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-bibtexextra
+pkgver=2012.29663
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+options=(!strip)
+install=texlive.install
+md5sums=('cc8ae987337a2d88dffcc9bc5d251a2e')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/bibexport/bibexport.sh 
$pkgdir/usr/bin/bibexport
+   ln -s /usr/share/texmf-dist/scripts/listbib/listbib $pkgdir/usr/bin/listbib
+   ln -s /usr/share/texmf-dist/scripts/urlbst/urlbst $pkgdir/usr/bin/urlbst
+}

Copied: texlive-bibtexextra/repos/testing-any/texlive.install (from rev 183197, 
texlive-bibtexextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:47:05 UTC (rev 183198)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:47:03
  Author: remy
Revision: 183197

upgpkg: texlive-bibtexextra 2012.29663-1

- upgrade package amsrefs 26387 -> 29326
- upgrade package beebe 27123 -> 29349
- upgrade package biber 28241 -> 28798
- upgrade package bibexport 26313 -> 29349
- upgrade package biblatex 28161 -> 28797
- upgrade package biblatex-apa 27057 -> 28699
- upgrade package biblatex-caspervector 28244 -> 29577
- upgrade package biblatex-chem 27440 -> 29089
- upgrade package biblatex-chicago 27254 -> 29410
- upgrade package biblatex-fiwi 27096 -> 29578
- new package biblatex-gost
- upgrade package biblatex-ieee 27972 -> 29068
- upgrade package biblatex-juradiss 27195 -> 29252
- upgrade package biblatex-nature 27234 -> 28969
- upgrade package biblatex-philosophy 26219 -> 29571
- upgrade package biblatex-phys 27176 -> 29139
- upgrade package biblatex-science 27441 -> 28970
- upgrade package biblatex-swiss-legal 26210 -> 28659
- upgrade package chscite 26383 -> 28552
- upgrade package francais-bst 28003 -> 29464
- upgrade package listbib 26126 -> 29349
- new package uni-wtal-lin

Modified:
  texlive-bibtexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 19:51:15 UTC (rev 183196)
+++ PKGBUILD2013-04-18 23:47:03 UTC (rev 183197)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-bibtexextra
-pkgver=2012.28244
+pkgver=2012.29663
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
@@ -14,7 +14,7 @@
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=(!strip)
 install=texlive.install
-md5sums=('aac97c2fa380d2b3d060887455781625')
+md5sums=('cc8ae987337a2d88dffcc9bc5d251a2e')
 
 build() {
cd "$srcdir"



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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 22:30:08
  Author: eric
Revision: 88503

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 20:29:41 UTC (rev 88502)
+++ PKGBUILD2013-04-18 20:30:08 UTC (rev 88503)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2013.04.11
-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')
-makedepends=('python-distribute')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('6c5119cf3a80ab0dbba63ea63ab6a9dba8b5e3a2'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/"/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-"${pkgdir}/"/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 88502, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 20:30:08 UTC (rev 88503)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2013.04.18
+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')
+makedepends=('python-distribute')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('e1388be0c10541c951ec65a21d4ba2ad18cd2b2d'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 22:29:41
  Author: eric
Revision: 88502

upgpkg: youtube-dl 2013.04.18-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 18:34:33 UTC (rev 88501)
+++ PKGBUILD2013-04-18 20:29:41 UTC (rev 88502)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.04.11
+pkgver=2013.04.18
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('python-distribute')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('6c5119cf3a80ab0dbba63ea63ab6a9dba8b5e3a2'
+sha1sums=('e1388be0c10541c951ec65a21d4ba2ad18cd2b2d'
   'SKIP')
 
 prepare() {



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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 21:51:15
  Author: eric
Revision: 183196

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

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

---+
 /PKGBUILD |   78 
 /ibus.install |   34 +++
 extra-i686/PKGBUILD   |   39 --
 extra-i686/ibus.install   |   17 -
 extra-x86_64/PKGBUILD |   39 --
 extra-x86_64/ibus.install |   17 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 19:50:49 UTC (rev 183195)
+++ extra-i686/PKGBUILD 2013-04-18 19:51:15 UTC (rev 183196)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Brad Fanella 
-
-pkgname=ibus
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('i686' 'x86_64')
-url="http://ibus.googlecode.com";
-license=('LGPL')
-depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject')
-makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
-options=('!libtool')
-install=ibus.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('31d732c17d0a103565fa29995c5610e8be8b2dca')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---disable-memconf \
---enable-ui \
---enable-python-library
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 183195, ibus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 19:51:15 UTC (rev 183196)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Brad Fanella 
+
+pkgname=ibus
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com";
+license=('LGPL')
+depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject')
+makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
+options=('!libtool')
+install=ibus.install
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a7e1695731b4c954fa8897d091e6dda64e08b28c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--enable-ui \
+--enable-python-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/ibus.install
===
--- extra-i686/ibus.install 2013-04-18 19:50:49 UTC (rev 183195)
+++ extra-i686/ibus.install 2013-04-18 19:51:15 UTC (rev 183196)
@@ -1,17 +0,0 @@
-post_install() {
-gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-gtk-query-immodules-3.0 --update-cache 
-
-gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_remove() {
-gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-gtk-query-immodules-3.0 --update-cache 
-
-gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: ibus/repos/extra-i686/ibus.install (from rev 183195, 
ibus/trunk/ibus.install)
===
--- extra-i686/ibus.install (rev 0)
+++ extra-i686/ibus.install 2013-04-18 19:51:15 UTC (rev 183196)
@@ -0,0 +1,17 @@
+post_install() {
+gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compil

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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 21:50:49
  Author: eric
Revision: 183195

upgpkg: ibus 1.5.2-1

Upstream update

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 17:14:21 UTC (rev 183194)
+++ PKGBUILD2013-04-18 19:50:49 UTC (rev 183195)
@@ -5,7 +5,7 @@
 # Maintainer: Brad Fanella 
 
 pkgname=ibus
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=ibus.install
 source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('31d732c17d0a103565fa29995c5610e8be8b2dca')
+sha1sums=('a7e1695731b4c954fa8897d091e6dda64e08b28c')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in virtualbox-modules-lts/repos (10 files)

2013-04-18 Thread Evangelos Foutras
Date: Thursday, April 18, 2013 @ 20:34:33
  Author: foutrelis
Revision: 88501

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 88500, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 88500, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 88500, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 88500, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 88500, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 88500, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 88500, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 88500, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)

---+
 community-testing-i686/PKGBUILD   |   70 ++
 community-testing-i686/build.sh   |   25 +++
 community-testing-i686/virtualbox-guest-modules-lts.install   |   16 ++
 community-testing-i686/virtualbox-host-modules-lts.install|   18 ++
 community-testing-x86_64/PKGBUILD |   70 ++
 community-testing-x86_64/build.sh |   25 +++
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   16 ++
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   18 ++
 8 files changed, 258 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
88500, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-18 18:34:33 UTC (rev 88501)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=4.2.12
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver"
+ 'expac'
+ 'bc')
+
+build() {
+  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
+
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
+  _extraver=extramodules-${_kernver%.*}-lts
+
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=("linux-lts>=${_kernver%.*}" "linux-lts<$(echo 
"${_kernver%.*}+0.1"|bc)")
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=("virtualbox-host-modules=$pkgver")
+  install=virtualbox-host-modules-lts.install
+
+  install -dm755 "$pkgdir/usr/lib/modules/$_extraver"
+  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extraver"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/" 
"$startdir/virtualbox-host-modules-lts.install"
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
+  _extraver=extramodules-${_kernver%.*}-lts
+
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=("linux-lts>=${_kernver%.*}" "linux-lts<$(echo 
"${_kernver%.*}+0.1"|bc)")
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=("virtualbox-host-modules=$pkgver")
+  install=virtualbox-guest-modules-lts.install
+
+  install -dm755 "$pkgdir/usr/lib/modules/$_extraver"
+  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extraver"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+  sed -ie "s/EXTRAMODULES='.*'/EXTRAM

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2013-04-18 Thread Evangelos Foutras
Date: Thursday, April 18, 2013 @ 20:34:10
  Author: foutrelis
Revision: 88500

upgpkg: virtualbox-modules-lts 4.2.12-2

Linux LTS 3.0.74 rebuild.

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:58:15 UTC (rev 88499)
+++ PKGBUILD2013-04-18 18:34:10 UTC (rev 88500)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.2.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 19:14:21
  Author: andyrtr
Revision: 183194

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 17:14:00 UTC (rev 183193)
+++ extra-i686/PKGBUILD 2013-04-18 17:14:21 UTC (rev 183194)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Contributor: Low Kian Seong 
-
-pkgname=bogofilter
-pkgver=1.2.2
-pkgrel=4
-pkgdesc="A fast Bayesian spam filtering tool"
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://bogofilter.sourceforge.net";
-depends=('db' 'perl' 'gsl')
-backup=('etc/bogofilter/bogofilter.cf')
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4bcabdf8c5e7efefcb508eda7e80eebc')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc/bogofilter  \
-  --localstatedir=/var \
-  --enable-transactions
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}/etc/bogofilter/bogofilter.cf.example" 
"${pkgdir}/etc/bogofilter/bogofilter.cf"
-
-  install -dm755 "${pkgdir}/usr/share/${pkgname}/contrib"
-  install -m644 contrib/* "${pkgdir}/usr/share/${pkgname}/contrib/"
-}

Copied: bogofilter/repos/extra-i686/PKGBUILD (from rev 183193, 
bogofilter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 17:14:21 UTC (rev 183194)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Low Kian Seong 
+
+pkgname=bogofilter
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A fast Bayesian spam filtering tool"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://bogofilter.sourceforge.net";
+depends=('db' 'perl' 'gsl')
+backup=('etc/bogofilter/bogofilter.cf')
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c3ed7f483b83abcbf6d8c797084bd06e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/bogofilter  \
+  --localstatedir=/var \
+  --enable-transactions
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}/etc/bogofilter/bogofilter.cf.example" 
"${pkgdir}/etc/bogofilter/bogofilter.cf"
+
+  install -dm755 "${pkgdir}/usr/share/${pkgname}/contrib"
+  install -m644 contrib/* "${pkgdir}/usr/share/${pkgname}/contrib/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 17:14:00 UTC (rev 183193)
+++ extra-x86_64/PKGBUILD   2013-04-18 17:14:21 UTC (rev 183194)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Contributor: Low Kian Seong 
-
-pkgname=bogofilter
-pkgver=1.2.2
-pkgrel=4
-pkgdesc="A fast Bayesian spam filtering tool"
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://bogofilter.sourceforge.net";
-depends=('db' 'perl' 'gsl')
-backup=('etc/bogofilter/bogofilter.cf')
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4bcabdf8c5e7efefcb508eda7e80eebc')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc/bogofilter  \
-  --localstatedir=/var \
-  --enable-transactions
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}/etc/bogofilter/bogofilter.cf.example" 
"${pkgdir}/etc/bogofilter/bogofilter.cf"
-
-  install -dm755 "${pkgdir}/usr/share/${pkgname}/contrib"
-  install -m644 contrib/* "${pkgdir}/usr/share/${pkgname}/contrib/"
-}

Copied: bogofilter/repos/extra-x86_64/PKGBUILD (from rev 183193, 
bogofilter/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-18 17:14:21 UTC (rev 183194)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias 
+# Contributor: Low Kian Seong 
+
+pkgname=bogofilter
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A fast Bayesian spam filtering tool"
+ar

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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 19:14:00
  Author: andyrtr
Revision: 183193

upgpkg: bogofilter 1.2.3-1

upstream update 1.2.3

Modified:
  bogofilter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:39:00 UTC (rev 183192)
+++ PKGBUILD2013-04-18 17:14:00 UTC (rev 183193)
@@ -3,8 +3,8 @@
 # Contributor: Low Kian Seong 
 
 pkgname=bogofilter
-pkgver=1.2.2
-pkgrel=4
+pkgver=1.2.3
+pkgrel=1
 pkgdesc="A fast Bayesian spam filtering tool"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -12,7 +12,7 @@
 depends=('db' 'perl' 'gsl')
 backup=('etc/bogofilter/bogofilter.cf')
 
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4bcabdf8c5e7efefcb508eda7e80eebc')
+md5sums=('c3ed7f483b83abcbf6d8c797084bd06e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in lib32-krb5/repos/multilib-x86_64 (5 files)

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:58:15
  Author: lcarlier
Revision: 88499

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
(from rev 88498, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch
(from rev 88498, lib32-krb5/trunk/krb5-1.10.1-gcc47.patch)
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch
(from rev 88498, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)
Deleted:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch

---+
 PKGBUILD  |  131 ++--
 krb5-1.10.1-gcc47.patch   |   22 +++
 krb5-config_LDFLAGS.patch |   12 
 3 files changed, 91 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 16:58:08 UTC (rev 88498)
+++ PKGBUILD2013-04-18 16:58:15 UTC (rev 88499)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Stéphane Gaudreault 
-
-_pkgbasename=krb5
-pkgname=lib32-$_pkgbasename
-pkgver=1.11.1
-pkgrel=1
-pkgdesc="The Kerberos network authentication system (32-bit)"
-arch=('x86_64')
-url="http://web.mit.edu/kerberos/";
-license=('custom')
-depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' "$_pkgbasename")
-makedepends=('perl' 'gcc-multilib')
-source=("http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar";)
-sha1sums=('e2e759c35e775d8f03b75c26ffcaa4f2514147f5')
-options=('!emptydirs')
-
-build() {
-   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
-   cd "${srcdir}/${_pkgbasename}-${pkgver}/src"
-
-   rm lib/krb5/krb/deltat.c
-
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
-   export CPPFLAGS+=" -I/usr/include/et"
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc/krb5 \
-   --mandir=/usr/share/man \
-   --localstatedir=/var/lib \
-   --libdir=/usr/lib32 \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-
-   make
-}
-
-#check() {
-   # We can't do this in the build directory.
-
-   # only works if the hostname is set properly/resolves to something. 
whatever...
-   #cd "${srcdir}/${_pkgbasename}-${pkgver}"
-   #make -C src check
-#}
-
-package() {
-   cd "${srcdir}/${_pkgbasename}-${pkgver}/src"
-   make DESTDIR="${pkgdir}" install
-
-   rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-   mkdir -p "$pkgdir/usr/share/licenses"
-   ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-krb5/repos/multilib-x86_64/PKGBUILD (from rev 88498, 
lib32-krb5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 16:58:15 UTC (rev 88499)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Stéphane Gaudreault 
+
+_pkgbasename=krb5
+pkgname=lib32-$_pkgbasename
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="The Kerberos network authentication system (32-bit)"
+arch=('x86_64')
+url="http://web.mit.edu/kerberos/";
+license=('custom')
+depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' "$_pkgbasename")
+makedepends=('perl' 'gcc-multilib')
+source=("http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar";
+krb5-config_LDFLAGS.patch)
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
+  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa')
+options=('!emptydirs')
+
+build() {
+   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
+   cd "${srcdir}/${_pkgbasename}-${pkgver}/src"
+
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -Np2 -i "${srcdir}"/krb5-config_LDFLAGS.patch
+
+   rm lib/krb5/krb/deltat.c
+
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
+   export CPPFLAGS+=" -I/usr/include/et"
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --localstatedir=/var/lib \
+   --libdir=/usr/lib32 \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+   --enable-dns-for-realm \
+   --with-ldap \
+   --without-system-verto
+
+   make
+}
+
+#check() {
+   # We can't do this in the build directory.
+
+   # only works if the hostname is set properly/resolves to something. 
wh

[arch-commits] Commit in lib32-krb5/trunk (PKGBUILD krb5-config_LDFLAGS.patch)

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:58:08
  Author: lcarlier
Revision: 88498

upgpkg: lib32-krb5 1.11.2-1

Sync with core

Added:
  lib32-krb5/trunk/krb5-config_LDFLAGS.patch
Modified:
  lib32-krb5/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +
 krb5-config_LDFLAGS.patch |   12 
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:40:06 UTC (rev 88497)
+++ PKGBUILD2013-04-18 16:58:08 UTC (rev 88498)
@@ -4,7 +4,7 @@
 
 _pkgbasename=krb5
 pkgname=lib32-$_pkgbasename
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc="The Kerberos network authentication system (32-bit)"
 arch=('x86_64')
@@ -12,14 +12,19 @@
 license=('custom')
 depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' "$_pkgbasename")
 makedepends=('perl' 'gcc-multilib')
-source=("http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar";)
-sha1sums=('e2e759c35e775d8f03b75c26ffcaa4f2514147f5')
+source=("http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar";
+krb5-config_LDFLAGS.patch)
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
+  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa')
 options=('!emptydirs')
 
 build() {
tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
cd "${srcdir}/${_pkgbasename}-${pkgver}/src"
 
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -Np2 -i "${srcdir}"/krb5-config_LDFLAGS.patch
+
rm lib/krb5/krb/deltat.c
 
export CC="gcc -m32"
@@ -29,7 +34,7 @@
export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
export CPPFLAGS+=" -I/usr/include/et"
./configure --prefix=/usr \
-   --sysconfdir=/etc/krb5 \
+   --sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var/lib \
--libdir=/usr/lib32 \

Added: krb5-config_LDFLAGS.patch
===
--- krb5-config_LDFLAGS.patch   (rev 0)
+++ krb5-config_LDFLAGS.patch   2013-04-18 16:58:08 UTC (rev 88498)
@@ -0,0 +1,12 @@
+Bug #448778
+--- krb5-1.11/src/krb5-config.in   2012-12-18 02:47:04.0 +
 krb5-1.11/src/krb5-config.in   2012-12-28 07:13:16.582693363 +
+@@ -217,7 +217,7 @@
+   -e 's#\$(PROG_RPATH)#'$libdir'#' \
+   -e 's#\$(PROG_LIBPATH)#'$libdirarg'#' \
+   -e 's#\$(RPATH_FLAG)#'"$RPATH_FLAG"'#' \
+-  -e 's#\$(LDFLAGS)#'"$LDFLAGS"'#' \
++  -e 's#\$(LDFLAGS)##' \
+   -e 's#\$(PTHREAD_CFLAGS)#'"$PTHREAD_CFLAGS"'#' \
+   -e 's#\$(CFLAGS)##'`
+ 



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

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:40:06
  Author: lcarlier
Revision: 88497

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libgcrypt/repos/multilib-testing-x86_64/
  lib32-libgcrypt/repos/multilib-testing-x86_64/PKGBUILD
(from rev 88496, lib32-libgcrypt/trunk/PKGBUILD)

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

Copied: lib32-libgcrypt/repos/multilib-testing-x86_64/PKGBUILD (from rev 88496, 
lib32-libgcrypt/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-04-18 16:40:06 UTC (rev 88497)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+_pkgbasename=libgcrypt
+pkgname=lib32-$_pkgbasename
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="a general purpose crypto library based on the code used (32-bit)"
+arch=(x86_64)
+url="http://www.gnupg.org";
+license=('LGPL')
+depends=('lib32-libgpg-error>=1.10-2' $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib)
+options=(!libtool)
+source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
+  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${_pkgbasename}-${pkgver}.tar.bz2
+)
+sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # Use 32-bit assembler
+  sed 's:path="amd64":path="i586 i386":' -i mpi/config.links
+
+  ./configure --prefix=/usr --disable-static --disable-padlock-support \
+  --libdir=/usr/lib32 --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+}



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

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:40:00
  Author: lcarlier
Revision: 88496

upgpkg: lib32-libgcrypt 1.5.2-1

Sync with testing

Modified:
  lib32-libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:29:13 UTC (rev 88495)
+++ PKGBUILD2013-04-18 16:40:00 UTC (rev 88496)
@@ -3,19 +3,19 @@
 
 _pkgbasename=libgcrypt
 pkgname=lib32-$_pkgbasename
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="a general purpose crypto library based on the code used (32-bit)"
 arch=(x86_64)
 url="http://www.gnupg.org";
 license=('LGPL')
-depends=('lib32-libgpg-error>=1.7' $_pkgbasename)
+depends=('lib32-libgpg-error>=1.10-2' $_pkgbasename)
 makedepends=(gcc-multilib libtool-multilib)
 options=(!libtool)
 
source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${_pkgbasename}-${pkgver}.tar.bz2
 )
-md5sums=('5be3cc6e105db5d64c318127a5c10c94')
+sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
 
 build() {
   export CC="gcc -m32"
@@ -27,8 +27,8 @@
   # Use 32-bit assembler
   sed 's:path="amd64":path="i586 i386":' -i mpi/config.links
 
-  # keep static library for , needed for cryptsetup
-  ./configure --prefix=/usr --disable-padlock-support --libdir=/usr/lib32 
--enable-shared
+  ./configure --prefix=/usr --disable-static --disable-padlock-support \
+  --libdir=/usr/lib32 --enable-shared
   make
 }
 



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 18:39:00
  Author: andyrtr
Revision: 183192

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 16:38:40 UTC (rev 183191)
+++ extra-i686/PKGBUILD 2013-04-18 16:39:00 UTC (rev 183192)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libwpd
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="Library for importing WordPerfect (tm) documents"
-arch=('i686' 'x86_64')
-url="http://libwpd.sourceforge.net/";
-license=('LGPL')
-depends=('gcc-libs')
-makedepends=('libgsf>=1.14.20')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d30d1726c3b113db70daaae423dd4448')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libwpd/repos/extra-i686/PKGBUILD (from rev 183191, 
libwpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 16:39:00 UTC (rev 183192)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libwpd
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="Library for importing WordPerfect (tm) documents"
+arch=('i686' 'x86_64')
+url="http://libwpd.sourceforge.net/";
+license=('LGPL')
+depends=('gcc-libs' 'zlib')
+makedepends=('libgsf>=1.14.26')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('63f476b892bf783072854b98d2fc4fa2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 16:38:40 UTC (rev 183191)
+++ extra-x86_64/PKGBUILD   2013-04-18 16:39:00 UTC (rev 183192)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libwpd
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="Library for importing WordPerfect (tm) documents"
-arch=('i686' 'x86_64')
-url="http://libwpd.sourceforge.net/";
-license=('LGPL')
-depends=('gcc-libs')
-makedepends=('libgsf>=1.14.20')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d30d1726c3b113db70daaae423dd4448')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libwpd/repos/extra-x86_64/PKGBUILD (from rev 183191, 
libwpd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-18 16:39:00 UTC (rev 183192)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libwpd
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="Library for importing WordPerfect (tm) documents"
+arch=('i686' 'x86_64')
+url="http://libwpd.sourceforge.net/";
+license=('LGPL')
+depends=('gcc-libs' 'zlib')
+makedepends=('libgsf>=1.14.26')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('63f476b892bf783072854b98d2fc4fa2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 18:38:40
  Author: andyrtr
Revision: 183191

upgpkg: libwpd 0.9.6-1

upstream update 0.9.6

Modified:
  libwpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:15:55 UTC (rev 183190)
+++ PKGBUILD2013-04-18 16:38:40 UTC (rev 183191)
@@ -2,17 +2,17 @@
 # Maintainer: AndyRTR 
 
 pkgname=libwpd
-pkgver=0.9.4
+pkgver=0.9.6
 pkgrel=1
 pkgdesc="Library for importing WordPerfect (tm) documents"
 arch=('i686' 'x86_64')
 url="http://libwpd.sourceforge.net/";
 license=('LGPL')
-depends=('gcc-libs')
-makedepends=('libgsf>=1.14.20')
+depends=('gcc-libs' 'zlib')
+makedepends=('libgsf>=1.14.26')
 options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d30d1726c3b113db70daaae423dd4448')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('63f476b892bf783072854b98d2fc4fa2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:29:13
  Author: lcarlier
Revision: 88495

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 16:29:03 UTC (rev 88494)
+++ PKGBUILD2013-04-18 16:29:13 UTC (rev 88495)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Florian Pritz 
-# Contributor: josephgbr 
-
-_pkgbase=libtasn1
-pkgname=lib32-${_pkgbase}
-pkgver=3.2
-pkgrel=1
-pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url="http://www.gnu.org/software/libtasn1/";
-depends=('lib32-glibc' ${_pkgbase})
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('1b07629163025b9693aae9b8957842b2'
- '67bdae9b78ac7bbfa2ab24c7d46bd577')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd ${_pkgbase}-${pkgver}
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/"{bin,include,share}
-}

Copied: lib32-libtasn1/repos/multilib-x86_64/PKGBUILD (from rev 88494, 
lib32-libtasn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 16:29:13 UTC (rev 88495)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Florian Pritz 
+# Contributor: josephgbr 
+
+_pkgbase=libtasn1
+pkgname=lib32-${_pkgbase}
+pkgver=3.3
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url="http://www.gnu.org/software/libtasn1/";
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+md5sums=('2bdd687f487c50a0382b99553866a6e0'
+ SKIP)
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/"{bin,include,share}
+}



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

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:29:03
  Author: lcarlier
Revision: 88494

upgpkg: lib32-libtasn1 3.3-1

Sync with extra

Modified:
  lib32-libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:55:51 UTC (rev 88493)
+++ PKGBUILD2013-04-18 16:29:03 UTC (rev 88494)
@@ -5,7 +5,7 @@
 
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
 arch=('x86_64')
@@ -15,8 +15,8 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('1b07629163025b9693aae9b8957842b2'
- '67bdae9b78ac7bbfa2ab24c7d46bd577')
+md5sums=('2bdd687f487c50a0382b99553866a6e0'
+ SKIP)
 
 build() {
   export CC='gcc -m32'



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 18:15:55
  Author: andyrtr
Revision: 183190

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

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

---+
 /PKGBUILD |   72 
 /libtasn1.install |   36 
 extra-i686/PKGBUILD   |   36 
 extra-i686/libtasn1.install   |   18 --
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/libtasn1.install |   18 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 16:15:37 UTC (rev 183189)
+++ extra-i686/PKGBUILD 2013-04-18 16:15:55 UTC (rev 183190)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: judd 
-
-pkgname=libtasn1
-pkgver=3.2
-pkgrel=1
-pkgdesc="The ASN.1 library used in GNUTLS"
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-url="http://www.gnu.org/software/libtasn1/";
-depends=('glibc' 'texinfo')
-options=('!libtool')
-install=libtasn1.install
-source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1b07629163025b9693aae9b8957842b2'
- '67bdae9b78ac7bbfa2ab24c7d46bd577')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-packager=Archlinux \
-  --with-packager-bug-reports="http://bugs.archlinux.org/"; \
-  --with-packager-version=${pkgver}-${pkgrel}
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libtasn1/repos/extra-i686/PKGBUILD (from rev 183189, 
libtasn1/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 16:15:55 UTC (rev 183190)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: judd 
+
+pkgname=libtasn1
+pkgver=3.3
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url="http://www.gnu.org/software/libtasn1/";
+depends=('glibc' 'texinfo')
+options=('!libtool')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('2bdd687f487c50a0382b99553866a6e0'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports="http://bugs.archlinux.org/"; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libtasn1.install
===
--- extra-i686/libtasn1.install 2013-04-18 16:15:37 UTC (rev 183189)
+++ extra-i686/libtasn1.install 2013-04-18 16:15:55 UTC (rev 183190)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(libtasn1.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: libtasn1/repos/extra-i686/libtasn1.install (from rev 183189, 
libtasn1/trunk/libtasn1.install)
===
--- extra-i686/libtasn1.install (rev 0)
+++ extra-i686/libtasn1.install 2013-04-18 16:15:55 UTC (rev 183190)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 16:15:37 UTC (rev 183189)
+++ extra-x86_64/PKGBUILD   2013-04-18 16:15:55 UTC (rev 183190)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintain

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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 18:15:37
  Author: andyrtr
Revision: 183189

upgpkg: libtasn1 3.3-1

upstream update 3.3

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:03:52 UTC (rev 183188)
+++ PKGBUILD2013-04-18 16:15:37 UTC (rev 183189)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=libtasn1
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 options=('!libtool')
 install=libtasn1.install
 source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1b07629163025b9693aae9b8957842b2'
- '67bdae9b78ac7bbfa2ab24c7d46bd577')
+md5sums=('2bdd687f487c50a0382b99553866a6e0'
+ 'SKIP')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 18:03:52
  Author: heftig
Revision: 183188

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

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

+
 /PKGBUILD  |   62 +++
 /check.install |   40 +++
 extra-i686/PKGBUILD|   31 -
 extra-i686/check.install   |   20 -
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/check.install |   20 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 16:03:08 UTC (rev 183187)
+++ extra-i686/PKGBUILD 2013-04-18 16:03:52 UTC (rev 183188)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jeremy Cowgar 
-
-pkgname=check
-pkgver=0.9.9
-pkgrel=1
-pkgdesc="A unit testing framework for C"
-arch=('i686' 'x86_64')
-url="http://check.sourceforge.net/";
-license=('LGPL')
-options=('!libtool')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f3702f2fcfc19ce3f62dca66c241a168')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # get rid of the package's info directory,
-  # install-info adds entries for us at install-time
-  rm "$pkgdir/usr/share/info/dir"
-}

Copied: check/repos/extra-i686/PKGBUILD (from rev 183187, check/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 16:03:52 UTC (rev 183188)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jeremy Cowgar 
+
+pkgname=check
+pkgver=0.9.10
+pkgrel=1
+pkgdesc="A unit testing framework for C"
+arch=('i686' 'x86_64')
+url="http://check.sourceforge.net/";
+license=('LGPL')
+options=('!libtool')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6d10a8efb9a683467b92b3bce97aeb30')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # get rid of the package's info directory,
+  # install-info adds entries for us at install-time
+  rm "$pkgdir/usr/share/info/dir"
+}

Deleted: extra-i686/check.install
===
--- extra-i686/check.install2013-04-18 16:03:08 UTC (rev 183187)
+++ extra-i686/check.install2013-04-18 16:03:52 UTC (rev 183188)
@@ -1,20 +0,0 @@
-_infodir=/usr/share/info
-_filelist=(check.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${_filelist[@]}; do
-install-info $_infodir/$file $_infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${_filelist[@]}; do
-install-info --delete $_infodir/$file $_infodir/dir 2> /dev/null
-  done
-}

Copied: check/repos/extra-i686/check.install (from rev 183187, 
check/trunk/check.install)
===
--- extra-i686/check.install(rev 0)
+++ extra-i686/check.install2013-04-18 16:03:52 UTC (rev 183188)
@@ -0,0 +1,20 @@
+_infodir=/usr/share/info
+_filelist=(check.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${_filelist[@]}; do
+install-info $_infodir/$file $_infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${_filelist[@]}; do
+install-info --delete $_infodir/$file $_infodir/dir 2> /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 16:03:08 UTC (rev 183187)
+++ extra-x86_64/PKGBUILD   2013-04-18 16:03:52 UTC (rev 183188)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jeremy Cowgar 
-
-pkgname=check
-pkgver=0.9.9
-p

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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 18:03:08
  Author: heftig
Revision: 183187

0.9.10

Modified:
  check/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:54:21 UTC (rev 183186)
+++ PKGBUILD2013-04-18 16:03:08 UTC (rev 183187)
@@ -4,7 +4,7 @@
 # Contributor: Jeremy Cowgar 
 
 pkgname=check
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="A unit testing framework for C"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f3702f2fcfc19ce3f62dca66c241a168')
+md5sums=('6d10a8efb9a683467b92b3bce97aeb30')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-18 Thread Jonathan Steel
Date: Thursday, April 18, 2013 @ 17:55:51
  Author: jsteel
Revision: 88493

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 15:55:28 UTC (rev 88492)
+++ community-i686/PKGBUILD 2013-04-18 15:55:51 UTC (rev 88493)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=gnuchess
-pkgver=6.0.2
-pkgrel=1
-pkgdesc="Lets most modern computers play a full game of chess"
-url="http://www.gnu.org/software/chess/chess.html";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'ncurses' 'readline')
-source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('566a145479c47f2f9d7d9b7b8119e1b0'
- '044487606aa14ecb29ab9613f83918d9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-}

Copied: gnuchess/repos/community-i686/PKGBUILD (from rev 88492, 
gnuchess/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 15:55:51 UTC (rev 88493)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=gnuchess
+pkgver=6.0.3
+pkgrel=1
+pkgdesc="Lets most modern computers play a full game of chess"
+url="http://www.gnu.org/software/chess/chess.html";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'ncurses' 'readline')
+optdepends=('xboard: for a GUI')
+source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('28625afb8f48b86211ee1d217c308064')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make  
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make prefix="$pkgdir"/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-18 15:55:28 UTC (rev 88492)
+++ community-x86_64/PKGBUILD   2013-04-18 15:55:51 UTC (rev 88493)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=gnuchess
-pkgver=6.0.2
-pkgrel=1
-pkgdesc="Lets most modern computers play a full game of chess"
-url="http://www.gnu.org/software/chess/chess.html";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'ncurses' 'readline')
-source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('566a145479c47f2f9d7d9b7b8119e1b0'
- '044487606aa14ecb29ab9613f83918d9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-}

Copied: gnuchess/repos/community-x86_64/PKGBUILD (from rev 88492, 
gnuchess/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-18 15:55:51 UTC (rev 88493)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=gnuchess
+pkgver=6.0.3
+pkgrel=1
+pkgdesc="Lets most modern computers play a full game of chess"
+url="http://www.gnu.org/software/chess/chess.html";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'ncurses' 'readline')
+optdepends=('xboard: for a GUI')
+source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('28625afb8f48b86211ee1d217c308064')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make  
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make prefix="$pkgdir"/usr install
+}



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

2013-04-18 Thread Jonathan Steel
Date: Thursday, April 18, 2013 @ 17:55:28
  Author: jsteel
Revision: 88492

upgpkg: gnuchess 6.0.3-1

Modified:
  gnuchess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:03:57 UTC (rev 88491)
+++ PKGBUILD2013-04-18 15:55:28 UTC (rev 88492)
@@ -1,26 +1,30 @@
 # $Id$
-# Maintainer: Allan McRae 
+# Maintainer: Jonathan Steel 
+# Contributor: Allan McRae 
 # Contributor: Tom Newsom 
 
 pkgname=gnuchess
-pkgver=6.0.2
+pkgver=6.0.3
 pkgrel=1
 pkgdesc="Lets most modern computers play a full game of chess"
 url="http://www.gnu.org/software/chess/chess.html";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc' 'ncurses' 'readline')
-source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('566a145479c47f2f9d7d9b7b8119e1b0'
- '044487606aa14ecb29ab9613f83918d9')
+optdepends=('xboard: for a GUI')
+source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('28625afb8f48b86211ee1d217c308064')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-$pkgver
+
   ./configure --prefix=/usr
+
   make  
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make prefix="$pkgdir"/usr install
 }



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 17:54:21
  Author: andyrtr
Revision: 183186

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

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

--+
 testing-i686/PKGBUILD|   35 +++
 testing-i686/libgcrypt.install   |   20 
 testing-x86_64/PKGBUILD  |   35 +++
 testing-x86_64/libgcrypt.install |   20 
 4 files changed, 110 insertions(+)

Copied: libgcrypt/repos/testing-i686/PKGBUILD (from rev 183185, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-18 15:54:21 UTC (rev 183186)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libgcrypt
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="a general purpose crypto library based on the code used"
+arch=(i686 x86_64)
+url="http://www.gnupg.org";
+license=('LGPL')
+depends=('libgpg-error>=1.10-2')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2
+)
+sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-i686/libgcrypt.install (from rev 183185, 
libgcrypt/trunk/libgcrypt.install)
===
--- testing-i686/libgcrypt.install  (rev 0)
+++ testing-i686/libgcrypt.install  2013-04-18 15:54:21 UTC (rev 183186)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gcrypt.info.gz gcrypt.info-1.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 183185, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-18 15:54:21 UTC (rev 183186)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libgcrypt
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="a general purpose crypto library based on the code used"
+arch=(i686 x86_64)
+url="http://www.gnupg.org";
+license=('LGPL')
+depends=('libgpg-error>=1.10-2')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2
+)
+sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-x86_64/libgcrypt.install (from rev 183185, 
libgcrypt/trunk/libgcrypt.install)
===
--- testing-x86_64/libgcrypt.install(rev 0)
+++ testing-x86_64/libgcrypt.install2013-04-18 15:54:21 UTC (rev 183186)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gcrypt.info.gz gcrypt.info-1.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 17:54:06
  Author: andyrtr
Revision: 183185

upgpkg: libgcrypt 1.5.2-1

upstream update 1.5.2

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:42:52 UTC (rev 183184)
+++ PKGBUILD2013-04-18 15:54:06 UTC (rev 183185)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libgcrypt
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="a general purpose crypto library based on the code used"
 arch=(i686 x86_64)
@@ -14,13 +14,13 @@
 source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2

#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2
 )
-sha1sums=(8b60a26b7eae1a727d58932d6b1efeb5716648ed'')
+sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--disable-static \
-   --disable-padlock-support #$EXTRAFLAGS
+   --disable-padlock-support
   make
 }
 



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

2013-04-18 Thread Florian Pritz
Date: Thursday, April 18, 2013 @ 17:42:52
  Author: bluewind
Revision: 183184

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

Added:
  perl/repos/testing-i686/
  perl/repos/testing-i686/CVE-2012-6329.patch
(from rev 183183, perl/trunk/CVE-2012-6329.patch)
  perl/repos/testing-i686/PKGBUILD
(from rev 183183, perl/trunk/PKGBUILD)
  perl/repos/testing-i686/cgi-cr-escaping.diff
(from rev 183183, perl/trunk/cgi-cr-escaping.diff)
  perl/repos/testing-i686/perl.install
(from rev 183183, perl/trunk/perl.install)
  perl/repos/testing-i686/perlbin.csh
(from rev 183183, perl/trunk/perlbin.csh)
  perl/repos/testing-i686/perlbin.sh
(from rev 183183, perl/trunk/perlbin.sh)
  perl/repos/testing-i686/provides.pl
(from rev 183183, perl/trunk/provides.pl)
  perl/repos/testing-x86_64/
  perl/repos/testing-x86_64/CVE-2012-6329.patch
(from rev 183183, perl/trunk/CVE-2012-6329.patch)
  perl/repos/testing-x86_64/PKGBUILD
(from rev 183183, perl/trunk/PKGBUILD)
  perl/repos/testing-x86_64/cgi-cr-escaping.diff
(from rev 183183, perl/trunk/cgi-cr-escaping.diff)
  perl/repos/testing-x86_64/perl.install
(from rev 183183, perl/trunk/perl.install)
  perl/repos/testing-x86_64/perlbin.csh
(from rev 183183, perl/trunk/perlbin.csh)
  perl/repos/testing-x86_64/perlbin.sh
(from rev 183183, perl/trunk/perlbin.sh)
  perl/repos/testing-x86_64/provides.pl
(from rev 183183, perl/trunk/provides.pl)

-+
 testing-i686/CVE-2012-6329.patch|   79 
 testing-i686/PKGBUILD   |  125 ++
 testing-i686/cgi-cr-escaping.diff   |   75 
 testing-i686/perl.install   |   10 +
 testing-i686/perlbin.csh|   15 +
 testing-i686/perlbin.sh |   18 ++
 testing-i686/provides.pl|  299 ++
 testing-x86_64/CVE-2012-6329.patch  |   79 
 testing-x86_64/PKGBUILD |  125 ++
 testing-x86_64/cgi-cr-escaping.diff |   75 
 testing-x86_64/perl.install |   10 +
 testing-x86_64/perlbin.csh  |   15 +
 testing-x86_64/perlbin.sh   |   18 ++
 testing-x86_64/provides.pl  |  299 ++
 14 files changed, 1242 insertions(+)

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


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

2013-04-18 Thread Florian Pritz
Date: Thursday, April 18, 2013 @ 17:42:37
  Author: bluewind
Revision: 183183

fix FS#34531

Modified:
  perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:40:20 UTC (rev 183182)
+++ PKGBUILD2013-04-18 15:42:37 UTC (rev 183183)
@@ -7,7 +7,7 @@
 
 pkgname=perl
 pkgver=5.16.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A highly capable, feature-rich programming language"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -39,6 +39,9 @@
   patch -i "$srcdir/cgi-cr-escaping.diff" -p1
   patch -i "$srcdir/CVE-2012-6329.patch" -p1
 
+  # Fix FS#34531; in perl upstream >= 5.17.9
+  sed -i "s/Is_dos/is_dos/" cpan/Pod-Perldoc/lib/Pod/Perldoc.pm
+
   if [ "${CARCH}" = "x86_64" ]; then
 # for x86_64
 arch_opts="-Dcccdlflags='-fPIC'"



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

2013-04-18 Thread Ray Rashif
Date: Thursday, April 18, 2013 @ 17:40:20
  Author: schiv
Revision: 183182

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 15:39:59 UTC (rev 183181)
+++ extra-i686/PKGBUILD 2013-04-18 15:40:20 UTC (rev 183182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: damir 
-
-pkgname=qsynth
-pkgver=0.3.6
-pkgrel=3
-pkgdesc="Qt GUI for FluidSynth"
-arch=('i686' 'x86_64')
-url="http://qsynth.sourceforge.net/";
-license=('GPL')
-depends=('fluidsynth' 'qt4')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('3cba3c87463be75ac188ebc3c3023d12')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qsynth/repos/extra-i686/PKGBUILD (from rev 183181, 
qsynth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 15:40:20 UTC (rev 183182)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: damir 
+
+pkgname=qsynth
+pkgver=0.3.7
+pkgrel=1
+pkgdesc="Qt GUI for FluidSynth"
+arch=('i686' 'x86_64')
+url="http://qsynth.sourceforge.net/";
+license=('GPL')
+depends=('fluidsynth' 'qt4')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('a101a50a7ecfb7319482a5022df1d58b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 15:39:59 UTC (rev 183181)
+++ extra-x86_64/PKGBUILD   2013-04-18 15:40:20 UTC (rev 183182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: damir 
-
-pkgname=qsynth
-pkgver=0.3.6
-pkgrel=3
-pkgdesc="Qt GUI for FluidSynth"
-arch=('i686' 'x86_64')
-url="http://qsynth.sourceforge.net/";
-license=('GPL')
-depends=('fluidsynth' 'qt4')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('3cba3c87463be75ac188ebc3c3023d12')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qsynth/repos/extra-x86_64/PKGBUILD (from rev 183181, 
qsynth/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-18 15:40:20 UTC (rev 183182)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: damir 
+
+pkgname=qsynth
+pkgver=0.3.7
+pkgrel=1
+pkgdesc="Qt GUI for FluidSynth"
+arch=('i686' 'x86_64')
+url="http://qsynth.sourceforge.net/";
+license=('GPL')
+depends=('fluidsynth' 'qt4')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('a101a50a7ecfb7319482a5022df1d58b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-18 Thread Ray Rashif
Date: Thursday, April 18, 2013 @ 17:39:59
  Author: schiv
Revision: 183181

upgpkg: qsynth 0.3.7-1

upstream release

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 13:14:56 UTC (rev 183180)
+++ PKGBUILD2013-04-18 15:39:59 UTC (rev 183181)
@@ -3,20 +3,17 @@
 # Contributor: damir 
 
 pkgname=qsynth
-pkgver=0.3.6
-pkgrel=3
+pkgver=0.3.7
+pkgrel=1
 pkgdesc="Qt GUI for FluidSynth"
 arch=('i686' 'x86_64')
 url="http://qsynth.sourceforge.net/";
 license=('GPL')
 depends=('fluidsynth' 'qt4')
-options=('!makeflags')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('3cba3c87463be75ac188ebc3c3023d12')
+md5sums=('a101a50a7ecfb7319482a5022df1d58b')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
   cd "$srcdir/$pkgname-$pkgver"
 
   ./configure --prefix=/usr
@@ -25,7 +22,8 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
+
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-cpanplus-dist-arch/repos/community-any (2 files)

2013-04-18 Thread Florian Pritz
Date: Thursday, April 18, 2013 @ 17:03:57
  Author: bluewind
Revision: 88491

archrelease: copy trunk to community-any

Added:
  perl-cpanplus-dist-arch/repos/community-any/PKGBUILD
(from rev 88490, perl-cpanplus-dist-arch/trunk/PKGBUILD)
Deleted:
  perl-cpanplus-dist-arch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 15:03:54 UTC (rev 88490)
+++ PKGBUILD2013-04-18 15:03:57 UTC (rev 88491)
@@ -1,48 +0,0 @@
-# Maintainer: Justin Davis (juster) 
-# $Id$
-
-pkgname=perl-cpanplus-dist-arch
-pkgver=1.23
-pkgrel=1
-pkgdesc='CPANPLUS backend for building Archlinux pacman packages'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/CPANPLUS-Dist-Arch
-source=("http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz";)
-md5sums=(2775fe8ae8fd5253983ee8d9d05ab741)
-sha512sums=(a70f6bb628c754550768980e4fef30afdc7f9cf5dc13895f2b71bdd18d34b4421a111612f7d2189b5fb0d9a7722be59357c60f3e473dfa2d32cf20fbb2a53763)
-_dir="$srcdir/CPANPLUS-Dist-Arch-$pkgver"
-
-build()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  /usr/bin/perl Build.PL
-  ./Build
-)
-
-check()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build test
-)
-
-package()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build install installdirs=vendor destdir="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-cpanplus-dist-arch/repos/community-any/PKGBUILD (from rev 88490, 
perl-cpanplus-dist-arch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 15:03:57 UTC (rev 88491)
@@ -0,0 +1,48 @@
+# Maintainer: Justin Davis (juster) 
+# $Id$
+
+pkgname=perl-cpanplus-dist-arch
+pkgver=1.25
+pkgrel=1
+pkgdesc='CPANPLUS backend for building Archlinux pacman packages'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/CPANPLUS-Dist-Arch
+source=("http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz";)
+md5sums=('531f85a20d118f66e1b24eace820dc57')
+sha512sums=('e3f18183b57f73c221ebf328416c38891546cdead94e427be8dd2d1915969534633648a6d12d1fb55a2845fd44ea6d4fac7ffbad409b843c986d81b0fa91abb2')
+_dir="CPANPLUS-Dist-Arch-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_dir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd "$srcdir/$_dir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd "$srcdir/$_dir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build install installdirs=vendor destdir="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-cpanplus-dist-arch/trunk (PKGBUILD)

2013-04-18 Thread Florian Pritz
Date: Thursday, April 18, 2013 @ 17:03:54
  Author: bluewind
Revision: 88490

upgpkg: perl-cpanplus-dist-arch 1.25-1

upstream update

Modified:
  perl-cpanplus-dist-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:03:03 UTC (rev 88489)
+++ PKGBUILD2013-04-18 15:03:54 UTC (rev 88490)
@@ -2,7 +2,7 @@
 # $Id$
 
 pkgname=perl-cpanplus-dist-arch
-pkgver=1.23
+pkgver=1.25
 pkgrel=1
 pkgdesc='CPANPLUS backend for building Archlinux pacman packages'
 arch=(any)
@@ -11,13 +11,13 @@
 depends=(perl)
 url=https://metacpan.org/release/CPANPLUS-Dist-Arch
 
source=("http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz";)
-md5sums=(2775fe8ae8fd5253983ee8d9d05ab741)
-sha512sums=(a70f6bb628c754550768980e4fef30afdc7f9cf5dc13895f2b71bdd18d34b4421a111612f7d2189b5fb0d9a7722be59357c60f3e473dfa2d32cf20fbb2a53763)
-_dir="$srcdir/CPANPLUS-Dist-Arch-$pkgver"
+md5sums=('531f85a20d118f66e1b24eace820dc57')
+sha512sums=('e3f18183b57f73c221ebf328416c38891546cdead94e427be8dd2d1915969534633648a6d12d1fb55a2845fd44ea6d4fac7ffbad409b843c986d81b0fa91abb2')
+_dir="CPANPLUS-Dist-Arch-$pkgver"
 
 build()
 (
-  cd "$_dir"
+  cd "$srcdir/$_dir"
   export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
   unset PERL5LIB PERL_MB_OPT
   /usr/bin/perl Build.PL
@@ -26,7 +26,7 @@
 
 check()
 (
-  cd "$_dir"
+  cd "$srcdir/$_dir"
   export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
   unset PERL5LIB PERL_MB_OPT
   ./Build test
@@ -34,7 +34,7 @@
 
 package()
 (
-  cd "$_dir"
+  cd "$srcdir/$_dir"
   export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
   unset PERL5LIB PERL_MB_OPT
   ./Build install installdirs=vendor destdir="$pkgdir"



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 17:03:03
  Author: spupykin
Revision: 88489

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   88 ++-
 gpsman.install |   14 
 2 files changed, 50 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 15:02:51 UTC (rev 88488)
+++ PKGBUILD2013-04-18 15:03:03 UTC (rev 88489)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gpsman
-pkgver=6.4.3
-pkgrel=1
-pkgdesc="Graphical GPS data manager for preparing, inspecting and editing GPS 
data"
-arch=('any')
-url="http://gpsman.sourceforge.net/";
-license=('GPL')
-depends=('tcl' 'tk')
-makedepends=('gendesk')
-optdepends=('gpsmanshp: shapefile support')
-install=gpsman.install
-source=(http://downloads.sourceforge.net/project/gpsman/distrib/gpsman-$pkgver.tgz)
-md5sums=('51ddb0f8aef65520bb850be9a552ac99')
-_name=GPSMan
-md5sums=('5a939c7dfa73f91302e4165d24927899')
-
-build() {
-  cd "$srcdir"
-  gendesk
-
-  cd "${pkgname}-${pkgver}"
-  mkdir -p ${pkgdir}/usr/{bin,share/${pkgname}}
-
-  # set path to program files
-  sed -i "s|set SRCDIR gmsrc|set SRCDIR /usr/share/gpsman|g" ./gpsman.tcl
-  install -m755 gpsman.tcl ${pkgdir}/usr/bin/gpsman.tcl
-
-  # install a gpsman launcher
-  install -m755 util/gpsman.sh ${pkgdir}/usr/bin/gpsman
-
-  #install program files
-  cp -r gmsrc/* ${pkgdir}/usr/share/gpsman/
-  chmod 755 ${pkgdir}/usr/share/gpsman/*.tcl
-  chmod -R 755 ${pkgdir}/usr/share/gpsman/gmicons
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-  ${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/${pkgname}.png \
-  ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: gpsman/repos/community-any/PKGBUILD (from rev 88488, 
gpsman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 15:03:03 UTC (rev 88489)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gpsman
+pkgver=6.4.4
+pkgrel=1
+pkgdesc="Graphical GPS data manager for preparing, inspecting and editing GPS 
data"
+arch=('any')
+url="http://gpsman.sourceforge.net/";
+license=('GPL')
+depends=('tcl' 'tk')
+makedepends=('gendesk')
+optdepends=('gpsmanshp: shapefile support')
+install=gpsman.install
+source=(http://downloads.sourceforge.net/project/gpsman/distrib/gpsman-$pkgver.tgz)
+md5sums=('c3cbd8ae82c0daf1ca33d1f53d20f08a')
+
+package() {
+  cd "$srcdir"
+  gendesk
+
+  cd "${pkgname}-${pkgver}"
+  mkdir -p ${pkgdir}/usr/{bin,share/${pkgname}}
+
+  # set path to program files
+  sed -i "s|set SRCDIR gmsrc|set SRCDIR /usr/share/gpsman|g" ./gpsman.tcl
+  install -m755 gpsman.tcl ${pkgdir}/usr/bin/gpsman.tcl
+
+  # install a gpsman launcher
+  install -m755 util/gpsman.sh ${pkgdir}/usr/bin/gpsman
+
+  #install program files
+  cp -r gmsrc/* ${pkgdir}/usr/share/gpsman/
+  chmod 755 ${pkgdir}/usr/share/gpsman/*.tcl
+  chmod -R 755 ${pkgdir}/usr/share/gpsman/gmicons
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+  ${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm644 ${srcdir}/${pkgname}.png \
+  ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: gpsman.install
===
--- gpsman.install  2013-04-18 15:02:51 UTC (rev 88488)
+++ gpsman.install  2013-04-18 15:03:03 UTC (rev 88489)
@@ -1,7 +0,0 @@
-post_install() {
-  echo
-  echo " : You should change the path to your gps serial device in"
-  echo " :   /usr/bin/gpsman"
-  echo
-  echo " : Config options are stored in /usr/share/gpsman/config.tcl"
-}

Copied: gpsman/repos/community-any/gpsman.install (from rev 88488, 
gpsman/trunk/gpsman.install)
===
--- gpsman.install  (rev 0)
+++ gpsman.install  2013-04-18 15:03:03 UTC (rev 88489)
@@ -0,0 +1,7 @@
+post_install() {
+  echo
+  echo " : You should change the path to your gps serial device in"
+  echo " :   /usr/bin/gpsman"
+  echo
+  echo " : Config options are stored in /usr/share/gpsman/config.tcl"
+}



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 17:02:51
  Author: spupykin
Revision: 88488

upgpkg: gpsman 6.4.4-1

upd

Modified:
  gpsman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 14:09:48 UTC (rev 88487)
+++ PKGBUILD2013-04-18 15:02:51 UTC (rev 88488)
@@ -3,7 +3,7 @@
 # Maintainer: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=gpsman
-pkgver=6.4.3
+pkgver=6.4.4
 pkgrel=1
 pkgdesc="Graphical GPS data manager for preparing, inspecting and editing GPS 
data"
 arch=('any')
@@ -14,9 +14,7 @@
 optdepends=('gpsmanshp: shapefile support')
 install=gpsman.install
 
source=(http://downloads.sourceforge.net/project/gpsman/distrib/gpsman-$pkgver.tgz)
-md5sums=('51ddb0f8aef65520bb850be9a552ac99')
-_name=GPSMan
-md5sums=('5a939c7dfa73f91302e4165d24927899')
+md5sums=('c3cbd8ae82c0daf1ca33d1f53d20f08a')
 
 package() {
   cd "$srcdir"



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 16:09:48
  Author: spupykin
Revision: 88487

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

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

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

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

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

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

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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 16:09:29
  Author: spupykin
Revision: 88486

upgpkg: passenger 4.0.0.rc6-2

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 13:57:25 UTC (rev 88485)
+++ PKGBUILD2013-04-18 14:09:29 UTC (rev 88486)
@@ -3,7 +3,7 @@
 
 pkgname=passenger
 pkgver=4.0.0.rc6
-pkgrel=1
+pkgrel=2
 pkgdesc="mod_rails passenger"
 arch=('i686' 'x86_64')
 url="http://www.modrails.com";
@@ -32,5 +32,5 @@
   cp -R * $pkgdir/usr/lib/passenger/
 
   mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/ext/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+  ln -sf /usr/lib/passenger/libout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
 }



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

2013-04-18 Thread Maxime Gauduin
Date: Thursday, April 18, 2013 @ 15:57:25
  Author: alucryd
Revision: 88485

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

Added:
  cairo-dock/repos/community-i686/PKGBUILD
(from rev 88484, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-i686/gldit-rpath.patch
(from rev 88484, cairo-dock/trunk/gldit-rpath.patch)
  cairo-dock/repos/community-x86_64/PKGBUILD
(from rev 88484, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-x86_64/gldit-rpath.patch
(from rev 88484, cairo-dock/trunk/gldit-rpath.patch)
Deleted:
  cairo-dock/repos/community-i686/PKGBUILD
  cairo-dock/repos/community-i686/gldit-rpath.patch
  cairo-dock/repos/community-x86_64/PKGBUILD
  cairo-dock/repos/community-x86_64/gldit-rpath.patch

+
 /PKGBUILD  |   90 +++
 /gldit-rpath.patch |   26 ++
 community-i686/PKGBUILD|   45 -
 community-i686/gldit-rpath.patch   |   13 -
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/gldit-rpath.patch |   13 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 13:57:08 UTC (rev 88484)
+++ community-i686/PKGBUILD 2013-04-18 13:57:25 UTC (rev 88485)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tofe 
-# Contributor: erm67 
-
-pkgname=cairo-dock
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Light eye-candy fully themable animated dock"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/cairo-dock-core";
-license=('GPL')
-depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
-makedepends=('cmake')
-optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
-options=('!libtool')
-source=("http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";
 'gldit-rpath.patch')
-sha256sums=('441e407f92138dc604c796b0455777b765e298ecb8f3120104f521d0e0b34543'
-'5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  patch -Np1 -i ../gldit-rpath.patch
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-i686/PKGBUILD (from rev 88484, 
cairo-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 13:57:25 UTC (rev 88485)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tofe 
+# Contributor: erm67 
+
+pkgname=cairo-dock
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="Light eye-candy fully themable animated dock"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/cairo-dock-core";
+license=('GPL')
+depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
+makedepends=('cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+options=('!libtool')
+source=("http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";
 'gldit-rpath.patch')
+sha256sums=('441e407f92138dc604c796b0455777b765e298ecb8f3120104f521d0e0b34543'
+'5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  patch -Np1 -i ../gldit-rpath.patch
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/gldit-rpath.patch
===
--- community-i686/gldit-rpath.patch2013-04-18 13:57:08 UTC (rev 88484)
+++ community-i686/gldit-rpath.patch2013-04-18 13:57:25 UTC (rev 88485)
@@ -1,13 +0,0 @@
 a/src/gldit/CMakeLists.txt 2013-03-23 16:55:12.0 +0100
-+++ b/src/gldit/CMakeLists.txt 2013-03-26 11:57:14.159200918 +0100
-@@ -82,9 +82,7 @@ link_directories(
-   ${GTK_LIBRARY_DIRS}
-   ${XEXTEND_LIBRARY_DIRS}
-   ${XINERAMA_LIBRARY_DIRS}
--  ${CMAKE_SOURCE_DIR}/src/gldit
--  ${CMAKE_SOURCE_DIR}/src/icon-factory
--  ${CMAKE_SOURCE_DIR}/src/implementations)
-+  )
- 
- # Define the library
- add_library ("gldi" SHARED ${core_lib_SRCS})

Copied: cairo-dock/repos/community-i686/gldit-rpath.patch (from rev 88484, 
cairo-dock/trunk/gldit-rpath.patch)
===
--- community-i686/gldit-rpath.patch  

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

2013-04-18 Thread Maxime Gauduin
Date: Thursday, April 18, 2013 @ 15:57:08
  Author: alucryd
Revision: 88484

upgpkg: cairo-dock 3.2.1-2

Modified:
  cairo-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 13:24:39 UTC (rev 88483)
+++ PKGBUILD2013-04-18 13:57:08 UTC (rev 88484)
@@ -5,7 +5,7 @@
 
 pkgname=cairo-dock
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Light eye-candy fully themable animated dock"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/cairo-dock-core";



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

2013-04-18 Thread Timothy Redaelli
Date: Thursday, April 18, 2013 @ 15:24:39
  Author: tredaelli
Revision: 88483

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

Added:
  pax-utils/repos/community-i686/PKGBUILD
(from rev 88482, pax-utils/trunk/PKGBUILD)
  pax-utils/repos/community-x86_64/PKGBUILD
(from rev 88482, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-i686/PKGBUILD
  pax-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 13:24:00 UTC (rev 88482)
+++ community-i686/PKGBUILD 2013-04-18 13:24:39 UTC (rev 88483)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: sh0 
-# Contributor: Maxwel 
-
-pkgname=pax-utils
-pkgver=0.5
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap')
-checkdepends=('python')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('1ba4f5e8680449c18841db2397aca320527fb06628b4ad9212e42f5e01de833b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_CAP='yes'
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-i686/PKGBUILD (from rev 88482, 
pax-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 13:24:39 UTC (rev 88483)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: sh0 
+# Contributor: Maxwel 
+
+pkgname=pax-utils
+pkgver=0.7
+pkgrel=1
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap')
+checkdepends=('python')
+source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make USE_CAP='yes'
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-18 13:24:00 UTC (rev 88482)
+++ community-x86_64/PKGBUILD   2013-04-18 13:24:39 UTC (rev 88483)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: sh0 
-# Contributor: Maxwel 
-
-pkgname=pax-utils
-pkgver=0.5
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap')
-checkdepends=('python')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('1ba4f5e8680449c18841db2397aca320527fb06628b4ad9212e42f5e01de833b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_CAP='yes'
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 88482, 
pax-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-18 13:24:39 UTC (rev 88483)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: sh0 
+# Contributor: Maxwel 
+
+pkgname=pax-utils
+pkgver=0.7
+pkgrel=1
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap')
+checkdepends=('python')
+source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make USE_CAP='yes'
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-04-18 Thread Timothy Redaelli
Date: Thursday, April 18, 2013 @ 15:24:00
  Author: tredaelli
Revision: 88482

upgpkg: pax-utils 0.7-1

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 13:13:14 UTC (rev 88481)
+++ PKGBUILD2013-04-18 13:24:00 UTC (rev 88482)
@@ -4,7 +4,7 @@
 # Contributor: Maxwel 
 
 pkgname=pax-utils
-pkgver=0.5
+pkgver=0.7
 pkgrel=1
 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
 url='http://hardened.gentoo.org/pax-utils.xml'
@@ -13,7 +13,7 @@
 depends=('bash' 'libcap')
 checkdepends=('python')
 source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('1ba4f5e8680449c18841db2397aca320527fb06628b4ad9212e42f5e01de833b')
+sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-04-18 Thread Dave Reisner
Date: Thursday, April 18, 2013 @ 15:14:56
  Author: dreisner
Revision: 183180

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

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 183179, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-i686/bitlbee.install
(from rev 183179, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
(from rev 183179, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/extra-i686/xinetd
(from rev 183179, bitlbee/trunk/xinetd)
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 183179, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-x86_64/bitlbee.install
(from rev 183179, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
(from rev 183179, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/extra-x86_64/xinetd
(from rev 183179, bitlbee/trunk/xinetd)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/bitlbee.install
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
  bitlbee/repos/extra-i686/rc.d
  bitlbee/repos/extra-i686/xinetd
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/bitlbee.install
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
  bitlbee/repos/extra-x86_64/rc.d
  bitlbee/repos/extra-x86_64/xinetd

---+
 /PKGBUILD |  120 
 /bitlbee.install  |   30 ++
 /bitlbee.tmpfiles |2 
 /xinetd   |   24 
 extra-i686/PKGBUILD   |   63 -
 extra-i686/bitlbee.install|   15 -
 extra-i686/bitlbee.tmpfiles   |1 
 extra-i686/rc.d   |   49 
 extra-i686/xinetd |   12 
 extra-x86_64/PKGBUILD |   63 -
 extra-x86_64/bitlbee.install  |   15 -
 extra-x86_64/bitlbee.tmpfiles |1 
 extra-x86_64/rc.d |   49 
 extra-x86_64/xinetd   |   12 
 14 files changed, 176 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 13:14:24 UTC (rev 183179)
+++ extra-i686/PKGBUILD 2013-04-18 13:14:56 UTC (rev 183180)
@@ -1,63 +0,0 @@
-# $Id$
-
-# Contributor: FUBAR 
-# Contributor: simo 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Daniel J Griffiths 
-# Contributor: Gaetan Bisson 
-# Maintainer: Dave Reisner 
-
-pkgname=bitlbee
-pkgver=3.2
-pkgrel=1
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-url='http://www.bitlbee.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('openssl' 'glib2')
-makedepends=('asciidoc' 'libotr3')
-optdepends=('skype4py: to use skyped'
-'libotr3: for OTR encryption support'
-'xinetd: to run bitlbee through xinetd')
-source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz";
-'xinetd'
-'rc.d'
-'bitlbee.tmpfiles')
-sha1sums=('21e17f082c776566429603b1e8c966983a75ac9e'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  '02423c500ac64f673ba26a3395c7c7036c17343e'
-  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
-backup=('etc/bitlbee/bitlbee.conf'
-'etc/bitlbee/motd.txt'
-'etc/xinetd.d/bitlbee')
-install=bitlbee.install
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---etcdir=/etc/bitlbee \
---pidfile=/run/bitlbee/bitlbee.pid \
---ipcsocket=/run/bitlbee/bitlbee.sock \
---systemdsystemunitdir=/usr/lib/systemd/system \
---ssl=openssl \
---strip=0 \
---otr=plugin \
---skype=plugin
-
-  # hacky: build against libotr3
-  sed -i 's,^OTRFLAGS=.*,OTRFLAGS=-lotr3,' Makefile.settings
-  sed -i 's,#include.*libotr,&3,' otr.h
-
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install{,-etc,-dev}
-
-  install -o65 -g65 -dm770 "$pkgdir/var/lib/bitlbee"
-  install -Dm644 "$srcdir/xinetd" "$pkgdir/etc/xinetd.d/bitlbee"
-  install -Dm755 "$srcdir/rc.d" "$pkgdir/etc/rc.d/bitlbee"
-  install -Dm644 "$srcdir/bitlbee.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf"
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 183179, 
bitlbee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 13:14:56 UTC (rev 183180)
@@ -0,0 +1,60 @@
+# $Id$
+
+# Contributor: FUBAR 
+# Contributor: simo 
+# Contributor: Jeff 'codemac' Mickey 
+# Contributor: Daniel J Griffiths 
+# Contributor: Gaetan Bisson 
+# Maintainer: Dave Reisner 
+
+pkgname=bitlbee
+pkgver=3.2
+pkgrel=2
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+url='http://www.bitlbee.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gnutls' 'glib2')
+makedepends=('asciidoc' 'libotr3')
+optdepends=('skype4py: to use skyped'
+'libotr3: for OTR encryption 

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

2013-04-18 Thread Dave Reisner
Date: Thursday, April 18, 2013 @ 15:14:24
  Author: dreisner
Revision: 183179

upgpkg: bitlbee 3.2-2

switch (back) to gnutls

Modified:
  bitlbee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:58:11 UTC (rev 183178)
+++ PKGBUILD2013-04-18 13:14:24 UTC (rev 183179)
@@ -9,12 +9,12 @@
 
 pkgname=bitlbee
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
 url='http://www.bitlbee.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('openssl' 'glib2')
+depends=('gnutls' 'glib2')
 makedepends=('asciidoc' 'libotr3')
 optdepends=('skype4py: to use skyped'
 'libotr3: for OTR encryption support'
@@ -24,7 +24,6 @@
 'bitlbee.tmpfiles')
 sha1sums=('21e17f082c776566429603b1e8c966983a75ac9e'
   '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  '02423c500ac64f673ba26a3395c7c7036c17343e'
   '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
 backup=('etc/bitlbee/bitlbee.conf'
 'etc/bitlbee/motd.txt'
@@ -40,7 +39,7 @@
 --pidfile=/run/bitlbee/bitlbee.pid \
 --ipcsocket=/run/bitlbee/bitlbee.sock \
 --systemdsystemunitdir=/usr/lib/systemd/system \
---ssl=openssl \
+--ssl=gnutls \
 --strip=0 \
 --otr=plugin \
 --skype=plugin



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

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 15:13:14
  Author: lcarlier
Revision: 88481

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

Added:
  libfbclient/repos/community-i686/ChangeLog
(from rev 88480, libfbclient/trunk/ChangeLog)
  libfbclient/repos/community-i686/LICENSE
(from rev 88480, libfbclient/trunk/LICENSE)
  libfbclient/repos/community-i686/PKGBUILD
(from rev 88480, libfbclient/trunk/PKGBUILD)
  libfbclient/repos/community-x86_64/ChangeLog
(from rev 88480, libfbclient/trunk/ChangeLog)
  libfbclient/repos/community-x86_64/LICENSE
(from rev 88480, libfbclient/trunk/LICENSE)
  libfbclient/repos/community-x86_64/PKGBUILD
(from rev 88480, libfbclient/trunk/PKGBUILD)
Deleted:
  libfbclient/repos/community-i686/ChangeLog
  libfbclient/repos/community-i686/LICENSE
  libfbclient/repos/community-i686/PKGBUILD
  libfbclient/repos/community-x86_64/ChangeLog
  libfbclient/repos/community-x86_64/LICENSE
  libfbclient/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   52 +++
 /LICENSE   |   88 
 /PKGBUILD  |   94 +++
 community-i686/ChangeLog   |   26 ---
 community-i686/LICENSE |   44 
 community-i686/PKGBUILD|   47 -
 community-x86_64/ChangeLog |   26 ---
 community-x86_64/LICENSE   |   44 
 community-x86_64/PKGBUILD  |   47 -
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-04-18 13:13:01 UTC (rev 88480)
+++ community-i686/ChangeLog2013-04-18 13:13:14 UTC (rev 88481)
@@ -1,26 +0,0 @@
-
-2009-06-08  Douglas Soares de Andrade  
-
-   * Rebuilt for the new icu
-
-2009-04-09  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.1.2
-
-2008-08-10  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.1.1
-
-2008-05-10  Mateusz Herych 
-
-   * Updated for x86_64 - 2.1.0
-
-2008-04-28  Douglas Soares de Andrade  
-
-   * Updated for i686 - 2.1.0
-   * Sure, firebird is the hell to build. Waiting contributions ;-)
-
-2007-07-06  tardo  
-   
-   * Built for x86_64
-   * This is the most fucked up pkg evar.

Copied: libfbclient/repos/community-i686/ChangeLog (from rev 88480, 
libfbclient/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-04-18 13:13:14 UTC (rev 88481)
@@ -0,0 +1,26 @@
+
+2009-06-08  Douglas Soares de Andrade  
+
+   * Rebuilt for the new icu
+
+2009-04-09  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.1.2
+
+2008-08-10  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.1.1
+
+2008-05-10  Mateusz Herych 
+
+   * Updated for x86_64 - 2.1.0
+
+2008-04-28  Douglas Soares de Andrade  
+
+   * Updated for i686 - 2.1.0
+   * Sure, firebird is the hell to build. Waiting contributions ;-)
+
+2007-07-06  tardo  
+   
+   * Built for x86_64
+   * This is the most fucked up pkg evar.

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-04-18 13:13:01 UTC (rev 88480)
+++ community-i686/LICENSE  2013-04-18 13:13:14 UTC (rev 88481)
@@ -1,44 +0,0 @@
-
-LICENSES
-
-
-The applicable and approved licenses for the source files
-of the Firebird RDBMS project are:
-
-  1) InterBase Public License (IPL), version 1.0
- http://bdn.borland.com/article/0,1410,30198,00.html
-
-  2) Initial Developer's Public License (IDPL), version 1.0
- http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl
-
-The IPL is copyright of Borland Corp., the other licenses are copyright
-by the source code authors and contributors.
-
-
-USAGE RULES

-
-1) The source code which was released under the IPL must keep this license.
-   All modifications / adaptations of this code are still subjects of the IPL.
-
-2) The files that are derived from the IPL covered code, must also keep
-   this license. It means that if any new file contains some code covered by
-   the IPL, then this file should be released under the IPL too.
-
-3) The new files developed by the members of the Firebird project should
-   be released under the IDPL.
-
-4) The new files contributed by people who are not members of the Firebird
-   project should follow the rule #3. If an author (initial developer) doesn't
-   specify the license to be used, the person who applies the contributed code
-   to the CVS tree (a committer) becomes responsible for the license assigned
-   to the contributed code.
-
-5) Every non-binary file that exists in the CVS tree, should have a header
-   sectio

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

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 15:13:01
  Author: lcarlier
Revision: 88480

upgpkg: libfbclient 2.5.2.26540-1

Security Update for a remote stack buffer overflow

Modified:
  libfbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:55:25 UTC (rev 88479)
+++ PKGBUILD2013-04-18 13:13:01 UTC (rev 88480)
@@ -3,8 +3,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=libfbclient
-pkgver=2.5.2.26539
-pkgrel=3
+pkgver=2.5.2.26540
+pkgrel=1
 pkgdesc="Client library for Firebird."
 arch=('i686' 'x86_64')
 url="http://www.firebirdsql.org/";
@@ -13,7 +13,7 @@
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/firebird/Firebird-$pkgver-0.tar.bz2
 LICENSE)
-md5sums=('adf2d2f9d48a53dc6c490ba1e44631fd'
+md5sums=('21154d2004e025c8a325b0357bb5'
  '0d61798861e159c85dbdf0f30fe2f2ce')
 
 build() {



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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 14:58:11
  Author: heftig
Revision: 183178

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

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

-+
 /PKGBUILD   |   72 ++
 /modemmanager.install   |   24 +++
 testing-i686/PKGBUILD   |   36 -
 testing-i686/modemmanager.install   |   12 -
 testing-x86_64/PKGBUILD |   36 -
 testing-x86_64/modemmanager.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-18 12:57:22 UTC (rev 183177)
+++ testing-i686/PKGBUILD   2013-04-18 12:58:11 UTC (rev 183178)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=modemmanager
-_realname=ModemManager
-pkgver=0.7.990
-pkgrel=2
-pkgdesc="Mobile broadband modem management service"
-arch=(i686 x86_64)
-url="http://cgit.freedesktop.org/ModemManager/ModemManager/";
-license=(GPL2)
-depends=(udev ppp libqmi polkit hicolor-icon-theme)
-makedepends=(intltool git gtk-doc)
-optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-options=('!libtool')
-install=modemmanager.install
-#source=(http://download.gnome.org/sources/$_realname/${pkgver::3}/$_realname-$pkgver.tar.xz)
-source=("git://anongit.freedesktop.org/$_realname/$_realname#commit=b95dc3f")
-sha256sums=('SKIP')
-
-build() {
-  cd $_realname
-   ./autogen.sh --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-udev-base-dir=/usr/lib/udev \
---disable-static \
---with-polkit
-  make
-}
-
-package() {
-  cd $_realname
-  make DESTDIR="$pkgdir" install
-}

Copied: modemmanager/repos/testing-i686/PKGBUILD (from rev 183177, 
modemmanager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-18 12:58:11 UTC (rev 183178)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=modemmanager
+_realname=ModemManager
+pkgver=0.7.990
+pkgrel=3
+pkgdesc="Mobile broadband modem management service"
+arch=(i686 x86_64)
+url="http://cgit.freedesktop.org/ModemManager/ModemManager/";
+license=(GPL2)
+depends=(udev ppp libqmi polkit hicolor-icon-theme)
+makedepends=(intltool git gtk-doc)
+optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+options=('!libtool')
+install=modemmanager.install
+#source=(http://download.gnome.org/sources/$_realname/${pkgver::3}/$_realname-$pkgver.tar.xz)
+source=("git://anongit.freedesktop.org/$_realname/$_realname#commit=95274bf")
+sha256sums=('SKIP')
+
+build() {
+  cd $_realname
+   ./autogen.sh --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-udev-base-dir=/usr/lib/udev \
+--disable-static \
+--with-polkit
+  make
+}
+
+package() {
+  cd $_realname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/modemmanager.install
===
--- testing-i686/modemmanager.install   2013-04-18 12:57:22 UTC (rev 183177)
+++ testing-i686/modemmanager.install   2013-04-18 12:58:11 UTC (rev 183178)
@@ -1,12 +0,0 @@
-post_install() {
-  type -P gtk-update-icon-cache &>/dev/null &&
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: modemmanager/repos/testing-i686/modemmanager.install (from rev 183177, 
modemmanager/trunk/modemmanager.install)
===
--- testing-i686/modemmanager.install   (rev 0)
+++ testing-i686/modemmanager.install   2013-04-18 12:58:11 UTC (rev 183178)
@@ -0,0 +1,12 @@
+post_install() {
+  type -P gtk-update-icon-cache &>/dev/null &&
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: testing-x86_64/PKGBUILD

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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 14:57:22
  Author: heftig
Revision: 183177

Fix SMS crash

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:45:45 UTC (rev 183176)
+++ PKGBUILD2013-04-18 12:57:22 UTC (rev 183177)
@@ -5,7 +5,7 @@
 pkgname=modemmanager
 _realname=ModemManager
 pkgver=0.7.990
-pkgrel=2
+pkgrel=3
 pkgdesc="Mobile broadband modem management service"
 arch=(i686 x86_64)
 url="http://cgit.freedesktop.org/ModemManager/ModemManager/";
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=modemmanager.install
 
#source=(http://download.gnome.org/sources/$_realname/${pkgver::3}/$_realname-$pkgver.tar.xz)
-source=("git://anongit.freedesktop.org/$_realname/$_realname#commit=b95dc3f")
+source=("git://anongit.freedesktop.org/$_realname/$_realname#commit=95274bf")
 sha256sums=('SKIP')
 
 build() {



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

2013-04-18 Thread Felix Yan
Date: Thursday, April 18, 2013 @ 14:55:25
  Author: fyan
Revision: 88479

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 88478, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-i686/SConscript.client.patch
(from rev 88478, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-i686/mongodb.conf
(from rev 88478, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 88478, mongodb/trunk/mongodb.install)
  mongodb/repos/community-i686/mongodb.service
(from rev 88478, mongodb/trunk/mongodb.service)
  mongodb/repos/community-i686/removeWerror.patch
(from rev 88478, mongodb/trunk/removeWerror.patch)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 88478, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-x86_64/SConscript.client.patch
(from rev 88478, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 88478, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 88478, mongodb/trunk/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 88478, mongodb/trunk/mongodb.service)
  mongodb/repos/community-x86_64/removeWerror.patch
(from rev 88478, mongodb/trunk/removeWerror.patch)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/SConscript.client.patch
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-i686/removeWerror.patch
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/SConscript.client.patch
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.service
  mongodb/repos/community-x86_64/removeWerror.patch

--+
 /PKGBUILD|  142 +
 /SConscript.client.patch |   26 +
 /mongodb.conf|   16 +++
 /mongodb.install |   64 +
 /mongodb.service |   20 
 /removeWerror.patch  |   42 
 community-i686/PKGBUILD  |   71 --
 community-i686/SConscript.client.patch   |   13 --
 community-i686/mongodb.conf  |8 -
 community-i686/mongodb.install   |   32 --
 community-i686/mongodb.service   |   10 --
 community-i686/removeWerror.patch|   11 --
 community-x86_64/PKGBUILD|   71 --
 community-x86_64/SConscript.client.patch |   13 --
 community-x86_64/mongodb.conf|8 -
 community-x86_64/mongodb.install |   32 --
 community-x86_64/mongodb.service |   10 --
 community-x86_64/removeWerror.patch  |   11 --
 18 files changed, 310 insertions(+), 290 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 12:32:55 UTC (rev 88478)
+++ community-i686/PKGBUILD 2013-04-18 12:55:25 UTC (rev 88479)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mathias Stearn 
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=2.4.1
-pkgrel=2
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('boost-libs')
-makedepends=('scons' 'boost' 'libpcap')
-checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz";
-'mongodb.conf' 'mongodb.service' 'SConscript.client.patch'
-'removeWerror.patch')
-
-build() {
-  # fucking mongo aint no fun to package
-  export SCONSFLAGS="$MAKEFLAGS"
-
-  cd mongodb-src-r${pkgver}
-
-  # fix https://jira.mongodb.org/browse/SERVER-5575
-  patch -Np1 -i ${srcdir}/SConscript.client.patch
-
-  # failed to build with -Werror since 2.4.0
-  patch -Np1 -i "$srcdir/removeWerror.patch"
-
-  scons all --use-system-boost # --sharedclient currently fails
-}
-
-<
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mathias Stearn 
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('boost-libs')
+makedepends=('scons' 'boost' 'libpcap')
+checkdepends=('python2-pymongo')
+optdepends=('libpcap: needed for mongosniff')
+backup=('etc/mongodb.conf')
+install=mongodb.

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

2013-04-18 Thread Dave Reisner
Date: Thursday, April 18, 2013 @ 14:45:45
  Author: dreisner
Revision: 183176

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

Added:
  dnsmasq/repos/extra-i686/0001-Fix-wrong-size-in-memset-call.patch
(from rev 183175, dnsmasq/trunk/0001-Fix-wrong-size-in-memset-call.patch)
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 183175, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 183175, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 183175, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/0001-Fix-wrong-size-in-memset-call.patch
(from rev 183175, dnsmasq/trunk/0001-Fix-wrong-size-in-memset-call.patch)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 183175, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 183175, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 183175, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.confd
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-i686/rc.dnsmasq
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.confd
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service
  dnsmasq/repos/extra-x86_64/rc.dnsmasq

---+
 /PKGBUILD |   98 
 /dnsmasq.install  |   42 ++
 /dnsmasq.service  |   30 
 extra-i686/0001-Fix-wrong-size-in-memset-call.patch   |   26 
 extra-i686/PKGBUILD   |   49 
 extra-i686/dnsmasq.confd  |9 -
 extra-i686/dnsmasq.install|   21 ---
 extra-i686/dnsmasq.service|   15 --
 extra-i686/rc.dnsmasq |   64 --
 extra-x86_64/0001-Fix-wrong-size-in-memset-call.patch |   26 
 extra-x86_64/PKGBUILD |   49 
 extra-x86_64/dnsmasq.confd|9 -
 extra-x86_64/dnsmasq.install  |   21 ---
 extra-x86_64/dnsmasq.service  |   15 --
 extra-x86_64/rc.dnsmasq   |   64 --
 15 files changed, 222 insertions(+), 316 deletions(-)

Copied: dnsmasq/repos/extra-i686/0001-Fix-wrong-size-in-memset-call.patch (from 
rev 183175, dnsmasq/trunk/0001-Fix-wrong-size-in-memset-call.patch)
===
--- extra-i686/0001-Fix-wrong-size-in-memset-call.patch 
(rev 0)
+++ extra-i686/0001-Fix-wrong-size-in-memset-call.patch 2013-04-18 12:45:45 UTC 
(rev 183176)
@@ -0,0 +1,26 @@
+From 71aaad9f663efda7032e27c201a7025ff6332a2d Mon Sep 17 00:00:00 2001
+From: Simon Kelley 
+Date: Thu, 18 Apr 2013 09:47:49 +0100
+Subject: [PATCH] Fix wrong size in memset() call.
+
+Thanks to Dave Reisner.
+---
+ src/ipset.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ipset.c b/src/ipset.c
+index a34ed96..f175fa4 100644
+--- a/src/ipset.c
 b/src/ipset.c
+@@ -110,7 +110,7 @@ static int new_add_to_ipset(const char *setname, const 
struct all_addr *ipaddr,
+   return -1;
+ }
+   
+-  memset(buffer, 0, sizeof(buffer));
++  memset(buffer, 0, BUFF_SZ);
+ 
+   nlh = (struct nlmsghdr *)buffer;
+   nlh->nlmsg_len = NL_ALIGN(sizeof(struct nlmsghdr));
+-- 
+1.8.2.1
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 12:44:42 UTC (rev 183175)
+++ extra-i686/PKGBUILD 2013-04-18 12:45:45 UTC (rev 183176)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Paul Mattal 
-# Contributor: Tom Newsom 
-
-pkgname=dnsmasq
-pkgver=2.65
-pkgrel=1
-pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
-url="http://www.thekelleys.org.uk/dnsmasq/doc.html";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'dbus-core')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf'
-'etc/conf.d/dnsmasq')
-source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz";
-'dnsmasq.confd'
-'rc.dnsmasq'
-'dnsmasq.service')
-md5sums=('a91534a5d6f053d5c80f67ef502afa34'
- '66479e99123faeab83ebaed709ef95b5'
- '819fbdf6440d710616e6df5f8ca9cdba'
- '7ac45726cabef4145db40d758cc7fedf')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # link against dbus. this ugliness is needed to ensure that the
-  # compile time opts report properly on startup. yuck.
-  sed -i '/^#ifdef DNSMASQ_COMPILE_OPTS/ i#define HAVE_DBUS' src/config.h
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make BINDIR=/usr/bin PREFIX=/usr D

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

2013-04-18 Thread Dave Reisner
Date: Thursday, April 18, 2013 @ 14:44:42
  Author: dreisner
Revision: 183175

upgpkg: dnsmasq 2.66-1

- backport fix for bug in ipset module
- build explicitly with flags
- remove bogus backup entry

Added:
  dnsmasq/trunk/0001-Fix-wrong-size-in-memset-call.patch
Modified:
  dnsmasq/trunk/PKGBUILD

--+
 0001-Fix-wrong-size-in-memset-call.patch |   26 ++
 PKGBUILD |   19 +--
 2 files changed, 39 insertions(+), 6 deletions(-)

Added: 0001-Fix-wrong-size-in-memset-call.patch
===
--- 0001-Fix-wrong-size-in-memset-call.patch(rev 0)
+++ 0001-Fix-wrong-size-in-memset-call.patch2013-04-18 12:44:42 UTC (rev 
183175)
@@ -0,0 +1,26 @@
+From 71aaad9f663efda7032e27c201a7025ff6332a2d Mon Sep 17 00:00:00 2001
+From: Simon Kelley 
+Date: Thu, 18 Apr 2013 09:47:49 +0100
+Subject: [PATCH] Fix wrong size in memset() call.
+
+Thanks to Dave Reisner.
+---
+ src/ipset.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ipset.c b/src/ipset.c
+index a34ed96..f175fa4 100644
+--- a/src/ipset.c
 b/src/ipset.c
+@@ -110,7 +110,7 @@ static int new_add_to_ipset(const char *setname, const 
struct all_addr *ipaddr,
+   return -1;
+ }
+   
+-  memset(buffer, 0, sizeof(buffer));
++  memset(buffer, 0, BUFF_SZ);
+ 
+   nlh = (struct nlmsghdr *)buffer;
+   nlh->nlmsg_len = NL_ALIGN(sizeof(struct nlmsghdr));
+-- 
+1.8.2.1
+

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:38:02 UTC (rev 183174)
+++ PKGBUILD2013-04-18 12:44:42 UTC (rev 183175)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=dnsmasq
-pkgver=2.65
+pkgver=2.66
 pkgrel=1
 pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
 url="http://www.thekelleys.org.uk/dnsmasq/doc.html";
@@ -12,13 +12,20 @@
 license=('GPL')
 depends=('glibc' 'dbus-core')
 install=$pkgname.install
-backup=('etc/dnsmasq.conf'
-'etc/conf.d/dnsmasq')
-source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz";
+backup=('etc/dnsmasq.conf')
+source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz";
+'0001-Fix-wrong-size-in-memset-call.patch'
 'dnsmasq.service')
-md5sums=('a91534a5d6f053d5c80f67ef502afa34'
+md5sums=('cd1c70dd66d2e3ad02b66ca6af4ebf20'
+ '05ccefefde68ebdebce5e40d2b3c78be'
  '7ac45726cabef4145db40d758cc7fedf')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 <"$srcdir/0001-Fix-wrong-size-in-memset-call.patch"
+}
+
 build() {
   cd "$pkgname-$pkgver"
 
@@ -26,7 +33,7 @@
   # compile time opts report properly on startup. yuck.
   sed -i '/^#ifdef DNSMASQ_COMPILE_OPTS/ i#define HAVE_DBUS' src/config.h
 
-  make
+  make "CFLAGS=$CPPFLAGS $CFLAGS" "LDFLAGS=$LDFLAGS"
 }
 
 package() {



[arch-commits] Commit in krb5/repos (38 files)

2013-04-18 Thread Stéphane Gaudreault
Date: Thursday, April 18, 2013 @ 14:38:02
  Author: stephane
Revision: 183174

db-move: moved krb5 from [testing] to [core] (i686, x86_64)

Added:
  krb5/repos/core-i686/PKGBUILD
(from rev 183173, krb5/repos/testing-i686/PKGBUILD)
  krb5/repos/core-i686/krb5-1.10.1-gcc47.patch
(from rev 183173, krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch)
  krb5/repos/core-i686/krb5-config_LDFLAGS.patch
(from rev 183173, krb5/repos/testing-i686/krb5-config_LDFLAGS.patch)
  krb5/repos/core-i686/krb5-kadmind
(from rev 183173, krb5/repos/testing-i686/krb5-kadmind)
  krb5/repos/core-i686/krb5-kadmind.service
(from rev 183173, krb5/repos/testing-i686/krb5-kadmind.service)
  krb5/repos/core-i686/krb5-kdc
(from rev 183173, krb5/repos/testing-i686/krb5-kdc)
  krb5/repos/core-i686/krb5-kdc.service
(from rev 183173, krb5/repos/testing-i686/krb5-kdc.service)
  krb5/repos/core-i686/krb5-kpropd
(from rev 183173, krb5/repos/testing-i686/krb5-kpropd)
  krb5/repos/core-i686/krb5-kpropd.service
(from rev 183173, krb5/repos/testing-i686/krb5-kpropd.service)
  krb5/repos/core-i686/krb5-kpropd.socket
(from rev 183173, krb5/repos/testing-i686/krb5-kpropd.socket)
  krb5/repos/core-i686/krb5-kpropd@.service
(from rev 183173, krb5/repos/testing-i686/krb5-kpropd@.service)
  krb5/repos/core-x86_64/PKGBUILD
(from rev 183173, krb5/repos/testing-x86_64/PKGBUILD)
  krb5/repos/core-x86_64/krb5-1.10.1-gcc47.patch
(from rev 183173, krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch)
  krb5/repos/core-x86_64/krb5-config_LDFLAGS.patch
(from rev 183173, krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch)
  krb5/repos/core-x86_64/krb5-kadmind
(from rev 183173, krb5/repos/testing-x86_64/krb5-kadmind)
  krb5/repos/core-x86_64/krb5-kadmind.service
(from rev 183173, krb5/repos/testing-x86_64/krb5-kadmind.service)
  krb5/repos/core-x86_64/krb5-kdc
(from rev 183173, krb5/repos/testing-x86_64/krb5-kdc)
  krb5/repos/core-x86_64/krb5-kdc.service
(from rev 183173, krb5/repos/testing-x86_64/krb5-kdc.service)
  krb5/repos/core-x86_64/krb5-kpropd
(from rev 183173, krb5/repos/testing-x86_64/krb5-kpropd)
  krb5/repos/core-x86_64/krb5-kpropd.service
(from rev 183173, krb5/repos/testing-x86_64/krb5-kpropd.service)
  krb5/repos/core-x86_64/krb5-kpropd.socket
(from rev 183173, krb5/repos/testing-x86_64/krb5-kpropd.socket)
  krb5/repos/core-x86_64/krb5-kpropd@.service
(from rev 183173, krb5/repos/testing-x86_64/krb5-kpropd@.service)
Deleted:
  krb5/repos/core-i686/PKGBUILD
  krb5/repos/core-i686/krb5-1.10.1-gcc47.patch
  krb5/repos/core-i686/krb5-config_LDFLAGS.patch
  krb5/repos/core-i686/krb5-kadmind
  krb5/repos/core-i686/krb5-kadmind.service
  krb5/repos/core-i686/krb5-kdc
  krb5/repos/core-i686/krb5-kdc.service
  krb5/repos/core-i686/krb5-kpropd
  krb5/repos/core-i686/krb5-kpropd.service
  krb5/repos/core-i686/krb5-kpropd.socket
  krb5/repos/core-i686/krb5-kpropd@.service
  krb5/repos/core-x86_64/PKGBUILD
  krb5/repos/core-x86_64/krb5-1.10.1-gcc47.patch
  krb5/repos/core-x86_64/krb5-config_LDFLAGS.patch
  krb5/repos/testing-i686/
  krb5/repos/testing-x86_64/

---+
 /PKGBUILD |  184 
 /krb5-1.10.1-gcc47.patch  |   22 +++
 /krb5-config_LDFLAGS.patch|   24 
 /krb5-kadmind |   40 ++
 /krb5-kadmind.service |8 +
 /krb5-kdc |   40 ++
 /krb5-kdc.service |9 +
 /krb5-kpropd  |   40 ++
 /krb5-kpropd.service  |8 +
 /krb5-kpropd.socket   |9 +
 /krb5-kpropd@.service |8 +
 core-i686/PKGBUILD|   92 
 core-i686/krb5-1.10.1-gcc47.patch |   11 -
 core-i686/krb5-config_LDFLAGS.patch   |   12 --
 core-i686/krb5-kadmind|   40 --
 core-i686/krb5-kadmind.service|8 -
 core-i686/krb5-kdc|   40 --
 core-i686/krb5-kdc.service|9 -
 core-i686/krb5-kpropd |   40 --
 core-i686/krb5-kpropd.service |8 -
 core-i686/krb5-kpropd.socket  |9 -
 core-i686/krb5-kpropd@.service|8 -
 core-x86_64/PKGBUILD  |   92 
 core-x86_64/krb5-1.10.1-gcc47.patch   |   11 -
 core-x86_64/krb5-config_LDFLAGS.patch |   12 --
 core-x86_64/krb5-kadmind  |   40 ++
 core-x86_64/krb5-kadmind.service  |8 +
 core-x86_64/krb5-kdc  |   40 ++
 core-x86_64/krb5-kdc.service  |9 +
 core-x86_64/krb5-kpropd   |   40 ++
 core-x86_64/krb5-kpropd.service   |8 +
 core-x86_64/krb5-kpropd.socket|9 +
 core-x86_64/krb5-kpropd@.service  |8 +
 33 files changed, 554 insertions(+), 392 deletions(-)

Deleted: core-i686/PKGBUILD
==

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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:32:55
  Author: spupykin
Revision: 88478

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

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

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

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

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

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

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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:32:39
  Author: spupykin
Revision: 88477

upgpkg: passenger 4.0.0.rc6-1

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:18:54 UTC (rev 88476)
+++ PKGBUILD2013-04-18 12:32:39 UTC (rev 88477)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=passenger
-pkgver=3.9.5.rc3
+pkgver=4.0.0.rc6
 pkgrel=1
 pkgdesc="mod_rails passenger"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=passenger.install
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('60a1e0033fd2f0928607af559e2184f7')
+md5sums=('2cc01a611431f4f980b65b87dbbd9e5a')
 
 build(){
   cd $srcdir/passenger-release-$pkgver



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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 14:25:27
  Author: heftig
Revision: 183173

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

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

+
 /PKGBUILD  |   56 +++
 /bijiben.install   |   26 ++
 testing-i686/PKGBUILD  |   28 ---
 testing-i686/bijiben.install   |   13 -
 testing-x86_64/PKGBUILD|   28 ---
 testing-x86_64/bijiben.install |   13 -
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-18 12:24:54 UTC (rev 183172)
+++ testing-i686/PKGBUILD   2013-04-18 12:25:27 UTC (rev 183173)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.8.0
-pkgrel=2
-pkgdesc="Write out notes, every detail matters"
-arch=(i686 x86_64)
-url="https://live.gnome.org/Bijiben";
-license=(GPL)
-depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 
hicolor-icon-theme desktop-file-utils)
-makedepends=(intltool itstool)
-options=(!emptydirs)
-install=bijiben.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('91b61a9ceb0d029f58d9d227f6d03719a74d886bc5ef058654791d671c99b56f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: bijiben/repos/testing-i686/PKGBUILD (from rev 183172, 
bijiben/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-18 12:25:27 UTC (rev 183173)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Write out notes, every detail matters"
+arch=(i686 x86_64)
+url="https://live.gnome.org/Bijiben";
+license=(GPL)
+depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 
hicolor-icon-theme desktop-file-utils)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a0965874c68ca8492dcffc25cbf6f51549ff4a005c1fa1d87a1d82021aae7908')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/bijiben.install
===
--- testing-i686/bijiben.install2013-04-18 12:24:54 UTC (rev 183172)
+++ testing-i686/bijiben.install2013-04-18 12:25:27 UTC (rev 183173)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bijiben/repos/testing-i686/bijiben.install (from rev 183172, 
bijiben/trunk/bijiben.install)
===
--- testing-i686/bijiben.install(rev 0)
+++ testing-i686/bijiben.install2013-04-18 12:25:27 UTC (rev 183173)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-18 12:24:54 UTC (rev 183172)
+++ testing-x86_64/PKGBUILD 2013-04-18 12:25:27 UTC (rev 183173)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.8.0
-pkgrel=2
-pkgdesc="Write out notes, every detail matters"
-arch=(i686 x86_64)
-url="https://live.gnome.org/Bijiben";
-license=(GPL)
-depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 
hicolor-icon-theme d

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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 14:24:54
  Author: heftig
Revision: 183172

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

Added:
  liboauth/repos/testing-i686/
  liboauth/repos/testing-i686/PKGBUILD
(from rev 183171, liboauth/trunk/PKGBUILD)
  liboauth/repos/testing-x86_64/
  liboauth/repos/testing-x86_64/PKGBUILD
(from rev 183171, liboauth/trunk/PKGBUILD)

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

Copied: liboauth/repos/testing-i686/PKGBUILD (from rev 183171, 
liboauth/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-18 12:24:54 UTC (rev 183172)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Kaiting Chen 
+# Contributor: Martin Häger 
+
+pkgname=liboauth
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='C library implementing OAuth Core RFC 5849'
+arch=('i686' 'x86_64')
+url='http://liboauth.sourceforge.net'
+license=('MIT')
+depends=('curl')
+options=('!libtool')
+source=("$url/pool/$pkgname-$pkgver.tar.gz")
+sha256sums=('5087d32fe1db7b588246a7de64fc0c2464c95efdebb2c7fe6f482d9b00e68d8b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING.MIT "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: liboauth/repos/testing-x86_64/PKGBUILD (from rev 183171, 
liboauth/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-18 12:24:54 UTC (rev 183172)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Kaiting Chen 
+# Contributor: Martin Häger 
+
+pkgname=liboauth
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='C library implementing OAuth Core RFC 5849'
+arch=('i686' 'x86_64')
+url='http://liboauth.sourceforge.net'
+license=('MIT')
+depends=('curl')
+options=('!libtool')
+source=("$url/pool/$pkgname-$pkgver.tar.gz")
+sha256sums=('5087d32fe1db7b588246a7de64fc0c2464c95efdebb2c7fe6f482d9b00e68d8b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING.MIT "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



  1   2   >