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

2014-06-17 Thread Laurent Carlier
Date: Tuesday, June 17, 2014 @ 13:57:10
  Author: lcarlier
Revision: 113299

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

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

-+
 /PKGBUILD   |   94 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   47 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   47 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-17 11:56:56 UTC (rev 113298)
+++ community-i686/PKGBUILD 2014-06-17 11:57:10 UTC (rev 113299)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0.2
-pkgrel=5
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<31.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('c6a6ce009395c72ecf0530500ecda37c'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\130.*/' application.ini
-}
-
-build() {
-  cd $pkgname-$pkgver/src
-  cp Makefile.arch Makefile
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/share/chmsee
-  cp -a * "$pkgdir"/usr/share/chmsee
-  rm -r "$pkgdir"/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-"$pkgdir"/usr/share/applications/chmsee.desktop
-
-  # Fix FS#25152
-  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 113298, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-17 11:57:10 UTC (rev 113299)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=6
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>21.0' 'xulrunner<31.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\130.*/' application.ini
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  cp Makefile.arch Makefile
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/share/chmsee
+  cp -a * "$pkgdir"/usr/share/chmsee
+  rm -r "$pkgdir"/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+"$pkgdir"/usr/share/applications/chmsee.desktop
+
+  # Fix FS#25152
+  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
+}

Deleted: community-i686/chmsee
===
--- community-i686/chmsee   2014-06-17 11:56:56 UTC (rev 113298)
+++ community-i686/chmsee   2014-06-17 11:57:10 UTC (rev 113299)
@@ -1,2 +0,0 @@
-#!/bin/sh
-xulrunner /usr/share/chmsee/application.ini "$@"

Copied: chmsee/repos/community-i686/chmsee (from rev 1

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

2014-06-17 Thread Laurent Carlier
Date: Tuesday, June 17, 2014 @ 13:52:16
  Author: lcarlier
Revision: 113297

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

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

-+
 /PKGBUILD   |   94 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   47 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   47 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-17 11:52:02 UTC (rev 113296)
+++ community-i686/PKGBUILD 2014-06-17 11:52:16 UTC (rev 113297)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0.2
-pkgrel=5
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<30.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('c6a6ce009395c72ecf0530500ecda37c'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\129.*/' application.ini
-}
-
-build() {
-  cd $pkgname-$pkgver/src
-  cp Makefile.arch Makefile
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/share/chmsee
-  cp -a * "$pkgdir"/usr/share/chmsee
-  rm -r "$pkgdir"/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-"$pkgdir"/usr/share/applications/chmsee.desktop
-
-  # Fix FS#25152
-  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 113296, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-17 11:52:16 UTC (rev 113297)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>21.0' 'xulrunner<31.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\130.*/' application.ini
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  cp Makefile.arch Makefile
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/share/chmsee
+  cp -a * "$pkgdir"/usr/share/chmsee
+  rm -r "$pkgdir"/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+"$pkgdir"/usr/share/applications/chmsee.desktop
+
+  # Fix FS#25152
+  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
+}

Deleted: community-i686/chmsee
===
--- community-i686/chmsee   2014-06-17 11:52:02 UTC (rev 113296)
+++ community-i686/chmsee   2014-06-17 11:52:16 UTC (rev 113297)
@@ -1,2 +0,0 @@
-#!/bin/sh
-xulrunner /usr/share/chmsee/application.ini "$@"

Copied: chmsee/repos/community-i686/chmsee (from rev 1

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

2014-04-24 Thread Laurent Carlier
Date: Thursday, April 24, 2014 @ 12:25:42
  Author: lcarlier
Revision: 110116

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

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

-+
 /PKGBUILD   |   94 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   47 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   47 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-24 10:25:29 UTC (rev 110115)
+++ community-i686/PKGBUILD 2014-04-24 10:25:42 UTC (rev 110116)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0.2
-pkgrel=4
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<29.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('c6a6ce009395c72ecf0530500ecda37c'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\128.*/' application.ini
-}
-
-build() {
-  cd $pkgname-$pkgver/src
-  cp Makefile.arch Makefile
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/share/chmsee
-  cp -a * "$pkgdir"/usr/share/chmsee
-  rm -r "$pkgdir"/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-"$pkgdir"/usr/share/applications/chmsee.desktop
-
-  # Fix FS#25152
-  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 110115, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-24 10:25:42 UTC (rev 110116)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>21.0' 'xulrunner<30.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\129.*/' application.ini
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  cp Makefile.arch Makefile
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/share/chmsee
+  cp -a * "$pkgdir"/usr/share/chmsee
+  rm -r "$pkgdir"/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+"$pkgdir"/usr/share/applications/chmsee.desktop
+
+  # Fix FS#25152
+  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
+}

Deleted: community-i686/chmsee
===
--- community-i686/chmsee   2014-04-24 10:25:29 UTC (rev 110115)
+++ community-i686/chmsee   2014-04-24 10:25:42 UTC (rev 110116)
@@ -1,2 +0,0 @@
-#!/bin/sh
-xulrunner /usr/share/chmsee/application.ini "$@"

Copied: chmsee/repos/community-i686/chmsee (from rev

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

2014-04-04 Thread Laurent Carlier
Date: Saturday, April 5, 2014 @ 07:53:40
  Author: lcarlier
Revision: 108848

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

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

-+
 /PKGBUILD   |   94 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   47 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   47 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-05 05:53:26 UTC (rev 108847)
+++ community-i686/PKGBUILD 2014-04-05 05:53:40 UTC (rev 108848)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0.2
-pkgrel=3
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<28.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('c6a6ce009395c72ecf0530500ecda37c'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\127.*/' application.ini
-}
-
-build() {
-  cd $pkgname-$pkgver/src
-  cp Makefile.arch Makefile
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/share/chmsee
-  cp -a * "$pkgdir"/usr/share/chmsee
-  rm -r "$pkgdir"/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-"$pkgdir"/usr/share/applications/chmsee.desktop
-
-  # Fix FS#25152
-  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 108847, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-05 05:53:40 UTC (rev 108848)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=4
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>21.0' 'xulrunner<29.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\128.*/' application.ini
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  cp Makefile.arch Makefile
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/share/chmsee
+  cp -a * "$pkgdir"/usr/share/chmsee
+  rm -r "$pkgdir"/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+"$pkgdir"/usr/share/applications/chmsee.desktop
+
+  # Fix FS#25152
+  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
+}

Deleted: community-i686/chmsee
===
--- community-i686/chmsee   2014-04-05 05:53:26 UTC (rev 108847)
+++ community-i686/chmsee   2014-04-05 05:53:40 UTC (rev 108848)
@@ -1,2 +0,0 @@
-#!/bin/sh
-xulrunner /usr/share/chmsee/application.ini "$@"

Copied: chmsee/repos/community-i686/chmsee (from rev 

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

2014-03-03 Thread Laurent Carlier
Date: Monday, March 3, 2014 @ 15:17:49
  Author: lcarlier
Revision: 106444

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

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

-+
 /PKGBUILD   |   94 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   47 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   47 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-03 14:17:37 UTC (rev 106443)
+++ community-i686/PKGBUILD 2014-03-03 14:17:49 UTC (rev 106444)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0.2
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<27.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('c6a6ce009395c72ecf0530500ecda37c'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\126.*/' application.ini
-}
-
-build() {
-  cd $pkgname-$pkgver/src
-  cp Makefile.arch Makefile
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/share/chmsee
-  cp -a * "$pkgdir"/usr/share/chmsee
-  rm -r "$pkgdir"/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-"$pkgdir"/usr/share/applications/chmsee.desktop
-
-  # Fix FS#25152
-  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 106443, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-03 14:17:49 UTC (rev 106444)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>21.0' 'xulrunner<28.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\127.*/' application.ini
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  cp Makefile.arch Makefile
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/share/chmsee
+  cp -a * "$pkgdir"/usr/share/chmsee
+  rm -r "$pkgdir"/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+"$pkgdir"/usr/share/applications/chmsee.desktop
+
+  # Fix FS#25152
+  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee "$pkgdir"/usr/bin/chmsee
+}

Deleted: community-i686/chmsee
===
--- community-i686/chmsee   2014-03-03 14:17:37 UTC (rev 106443)
+++ community-i686/chmsee   2014-03-03 14:17:49 UTC (rev 106444)
@@ -1,2 +0,0 @@
-#!/bin/sh
-xulrunner /usr/share/chmsee/application.ini "$@"

Copied: chmsee/repos/community-i686/chmsee (from rev 10

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

2014-01-04 Thread Bartłomiej Piotrowski
Date: Saturday, January 4, 2014 @ 12:27:06
  Author: bpiotrowski
Revision: 103375

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

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

-+
 /PKGBUILD   |   94 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   52 -
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   52 -
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 120 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-04 11:26:56 UTC (rev 103374)
+++ community-i686/PKGBUILD 2014-01-04 11:27:06 UTC (rev 103375)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>21.0' 'xulrunner<24.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('c6a6ce009395c72ecf0530500ecda37c'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  #sed -i -e 's/17.*/18.0/g' ../application.ini
-  #sed -i -e 's/21.*/22.*/g' ../application.ini
-
-  # xpcom has been merged into xul in xulrunner 22.0
-  # sed -i -e 's/-lxpcom/-lxul/' common.mk
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 103374, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-04 11:27:06 UTC (rev 103375)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>21.0' 'xulrunner<27.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\126.*/' application.ini
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  cp Makefile.arch Makefile
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/share/chmsee
+  cp -a * "$pkgdir"/usr/share/chmsee
+  rm -r "$pkgdir"/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+"$pkgdir"/usr/share/applications/chmsee.desktop
+
+  # Fix FS#25152
+  sed -i -e 's/_//g' "$pkgdir"/usr/share/applications/chmsee.desktop
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png "$pkgdir"/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee "$pk

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

2013-08-28 Thread Laurent Carlier
Date: Wednesday, August 28, 2013 @ 23:03:26
  Author: lcarlier
Revision: 96436

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

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

-+
 /PKGBUILD   |  104 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   52 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   52 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-28 21:03:12 UTC (rev 96435)
+++ community-i686/PKGBUILD 2013-08-28 21:03:26 UTC (rev 96436)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>18.0' 'xulrunner<23.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('08f813d65ed2a9e3af8ff1092650d0a5'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  sed -i -e 's/17.*/18.0/g' ../application.ini
-  sed -i -e 's/21.*/22.*/g' ../application.ini
-
-  # xpcom has been merged into xul in xulrunner 22.0
-  sed -i -e 's/-lxpcom/-lxul/' common.mk
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 96435, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-28 21:03:26 UTC (rev 96436)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>21.0' 'xulrunner<24.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
+#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+build() {
+  cd ${srcdir}/chmsee-*/src
+
+  cp Makefile.arch Makefile
+  #sed -i -e 's/17.*/18.0/g' ../application.ini
+  #sed -i -e 's/21.*/22.*/g' ../application.ini
+
+  # xpcom has been merged into xul in xulrunner 22.0
+  # sed -i -e 's/-lxpcom/-lxul/' common.mk
+
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/chmsee-*
+
+  install -d ${pkgdir}/usr/share/chmsee
+  cp -a * ${pkgdir}/usr/share/chmsee
+  rm -r ${pkgdir}/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+${pkgdir}/usr/sha

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

2013-06-26 Thread Evangelos Foutras
Date: Thursday, June 27, 2013 @ 03:34:18
  Author: foutrelis
Revision: 93170

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

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

-+
 /PKGBUILD   |  104 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   49 -
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 130 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-27 01:34:02 UTC (rev 93169)
+++ community-i686/PKGBUILD 2013-06-27 01:34:18 UTC (rev 93170)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0
-pkgrel=6
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>18.0' 'xulrunner<22.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  sed -i -e 's/17.*/18.0/g' ../application.ini
-  sed -i -e 's/19.*/21.0/g' ../application.ini
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee 
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 93169, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-27 01:34:18 UTC (rev 93170)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>18.0' 'xulrunner<23.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
+#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('08f813d65ed2a9e3af8ff1092650d0a5'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+build() {
+  cd ${srcdir}/chmsee-*/src
+
+  cp Makefile.arch Makefile
+  sed -i -e 's/17.*/18.0/g' ../application.ini
+  sed -i -e 's/21.*/22.*/g' ../application.ini
+
+  # xpcom has been merged into xul in xulrunner 22.0
+  sed -i -e 's/-lxpcom/-lxul/' common.mk
+
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/chmsee-*
+
+  install -d ${pkgdir}/usr/share/chmsee
+  cp -a * ${pkgdir}/usr/share/chmsee
+  rm -r ${pkgdir}/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+${pkgdir}/usr/share/applications/chmsee.desktop
+  # Fix FS#25152
+  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmse

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

2013-05-14 Thread Laurent Carlier
Date: Tuesday, May 14, 2013 @ 21:53:14
  Author: lcarlier
Revision: 90845

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

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

-+
 /PKGBUILD   |   98 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   49 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   49 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-14 19:53:00 UTC (rev 90844)
+++ community-i686/PKGBUILD 2013-05-14 19:53:14 UTC (rev 90845)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0
-pkgrel=5
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>18.0' 'xulrunner<21.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  sed -i -e 's/17.*/18.0/g' ../application.ini
-  sed -i -e 's/19.*/20.0/g' ../application.ini
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee 
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 90844, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-14 19:53:14 UTC (rev 90845)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0
+pkgrel=6
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>18.0' 'xulrunner<22.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
+#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+build() {
+  cd ${srcdir}/chmsee-*/src
+
+  cp Makefile.arch Makefile
+  sed -i -e 's/17.*/18.0/g' ../application.ini
+  sed -i -e 's/19.*/21.0/g' ../application.ini
+
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/chmsee-*
+
+  install -d ${pkgdir}/usr/share/chmsee
+  cp -a * ${pkgdir}/usr/share/chmsee 
+  rm -r ${pkgdir}/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+${pkgdir}/usr/share/applications/chmsee.desktop
+  # Fix FS#25152
+  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
+  #
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png ${

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

2013-04-11 Thread Laurent Carlier
Date: Thursday, April 11, 2013 @ 11:03:50
  Author: lcarlier
Revision: 88085

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

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

-+
 /PKGBUILD   |   98 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   49 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   49 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-11 09:03:39 UTC (rev 88084)
+++ community-i686/PKGBUILD 2013-04-11 09:03:50 UTC (rev 88085)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0
-pkgrel=4
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>18.0' 'xulrunner<20.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  sed -i -e 's/17.*/18.0/g' ../application.ini
-  sed -i -e 's/19.*/20.0/g' ../application.ini
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee 
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 88084, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-11 09:03:50 UTC (rev 88085)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0
+pkgrel=5
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>18.0' 'xulrunner<21.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
+#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+build() {
+  cd ${srcdir}/chmsee-*/src
+
+  cp Makefile.arch Makefile
+  sed -i -e 's/17.*/18.0/g' ../application.ini
+  sed -i -e 's/19.*/20.0/g' ../application.ini
+
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/chmsee-*
+
+  install -d ${pkgdir}/usr/share/chmsee
+  cp -a * ${pkgdir}/usr/share/chmsee 
+  rm -r ${pkgdir}/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+${pkgdir}/usr/share/applications/chmsee.desktop
+  # Fix FS#25152
+  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
+  #
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png

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

2013-03-18 Thread Laurent Carlier
Date: Monday, March 18, 2013 @ 15:47:32
  Author: lcarlier
Revision: 86523

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

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

-+
 community-i686/PKGBUILD |   98 +++---
 community-i686/chmsee   |4 -
 community-i686/chmsee.install   |   22 
 community-x86_64/PKGBUILD   |   98 +++---
 community-x86_64/chmsee |4 -
 community-x86_64/chmsee.install |   22 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-18 14:47:16 UTC (rev 86522)
+++ community-i686/PKGBUILD 2013-03-18 14:47:32 UTC (rev 86523)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0
-pkgrel=3
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>=18.0' 'xulrunner<=19.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  sed -i -e 's/17.*/18.0/g' ../application.ini
-  sed -i -e 's/19.*/19.0/g' ../application.ini
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee 
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 86522, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-18 14:47:32 UTC (rev 86523)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0
+pkgrel=4
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>18.0' 'xulrunner<20.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
+#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+build() {
+  cd ${srcdir}/chmsee-*/src
+
+  cp Makefile.arch Makefile
+  sed -i -e 's/17.*/18.0/g' ../application.ini
+  sed -i -e 's/19.*/20.0/g' ../application.ini
+
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/chmsee-*
+
+  install -d ${pkgdir}/usr/share/chmsee
+  cp -a * ${pkgdir}/usr/share/chmsee 
+  rm -r ${pkgdir}/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+${pkgdir}/usr/share/applications/chmsee.desktop
+  # Fix FS#25152
+  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
+  #
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
+#  install -d ${pkgdir}/usr/shar

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

2013-03-15 Thread Laurent Carlier
Date: Friday, March 15, 2013 @ 15:34:33
  Author: lcarlier
Revision: 86352

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

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

-+
 community-i686/PKGBUILD |   98 +++---
 community-i686/chmsee   |6 --
 community-i686/chmsee.install   |   22 
 community-x86_64/PKGBUILD   |   98 +++---
 community-x86_64/chmsee |6 --
 community-x86_64/chmsee.install |   22 
 6 files changed, 124 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-15 14:34:22 UTC (rev 86351)
+++ community-i686/PKGBUILD 2013-03-15 14:34:33 UTC (rev 86352)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>=18.0' 'xulrunner<=19.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
- '242a9390bc943cc38237fa71137fb26c')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  sed -i -e 's/17.*/18.0/g' ../application.ini
-  sed -i -e 's/19.*/19.0/g' ../application.ini
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee 
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 86351, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-15 14:34:33 UTC (rev 86352)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>=18.0' 'xulrunner<=19.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
+#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+build() {
+  cd ${srcdir}/chmsee-*/src
+
+  cp Makefile.arch Makefile
+  sed -i -e 's/17.*/18.0/g' ../application.ini
+  sed -i -e 's/19.*/19.0/g' ../application.ini
+
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/chmsee-*
+
+  install -d ${pkgdir}/usr/share/chmsee
+  cp -a * ${pkgdir}/usr/share/chmsee 
+  rm -r ${pkgdir}/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+${pkgdir}/usr/share/applications/chmsee.desktop
+  # Fix FS#25152
+  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
+  #
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
+#  install -d ${pkgdir}/usr/

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

2013-01-29 Thread Laurent Carlier
Date: Tuesday, January 29, 2013 @ 14:27:03
  Author: lcarlier
Revision: 83313

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

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

-+
 community-i686/PKGBUILD |   97 +++---
 community-i686/chmsee   |8 +--
 community-i686/chmsee.install   |   22 
 community-x86_64/PKGBUILD   |   97 +++---
 community-x86_64/chmsee |8 +--
 community-x86_64/chmsee.install |   22 
 6 files changed, 128 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-29 13:26:53 UTC (rev 83312)
+++ community-i686/PKGBUILD 2013-01-29 13:27:03 UTC (rev 83313)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>=18.0' 'xulrunner<=19.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
- '242a9390bc943cc38237fa71137fb26c')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  sed -i -e 's/17.*/18.*/g' ../application.ini
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee 
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 83312, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-29 13:27:03 UTC (rev 83313)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>=18.0' 'xulrunner<=19.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
+#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
+ '242a9390bc943cc38237fa71137fb26c')
+
+build() {
+  cd ${srcdir}/chmsee-*/src
+
+  cp Makefile.arch Makefile
+  sed -i -e 's/17.*/18.0/g' ../application.ini
+  sed -i -e 's/19.*/19.0/g' ../application.ini
+
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/chmsee-*
+
+  install -d ${pkgdir}/usr/share/chmsee
+  cp -a * ${pkgdir}/usr/share/chmsee 
+  rm -r ${pkgdir}/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+${pkgdir}/usr/share/applications/chmsee.desktop
+  # Fix FS#25152
+  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
+  #
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
+#  install -d ${pkgdir}/usr/share/icons
+#  cp -a data/icons/* ${pkgdir