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

Laurent Carlier lcarlier at nymeria.archlinux.org
Thu Apr 11 09:03:50 UTC 2013


    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 <lordheavym at gmail.com>
-# Contributor: dionydonny <dionydonny at gmail.com>
-# Contributor: Ermanno <erm67 at yahoo.it>
-
-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 <lordheavym at gmail.com>
+# Contributor: dionydonny <dionydonny at gmail.com>
+# Contributor: Ermanno <erm67 at yahoo.it>
+
+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/
+}

Deleted: community-i686/chmsee
===================================================================
--- community-i686/chmsee	2013-04-11 09:03:39 UTC (rev 88084)
+++ community-i686/chmsee	2013-04-11 09:03:50 UTC (rev 88085)
@@ -1,2 +0,0 @@
-#!/bin/sh
-xulrunner /usr/share/chmsee/application.ini "$@"

Copied: chmsee/repos/community-i686/chmsee (from rev 88084, chmsee/trunk/chmsee)
===================================================================
--- community-i686/chmsee	                        (rev 0)
+++ community-i686/chmsee	2013-04-11 09:03:50 UTC (rev 88085)
@@ -0,0 +1,2 @@
+#!/bin/sh
+xulrunner /usr/share/chmsee/application.ini "$@"

Deleted: community-i686/chmsee.install
===================================================================
--- community-i686/chmsee.install	2013-04-11 09:03:39 UTC (rev 88084)
+++ community-i686/chmsee.install	2013-04-11 09:03:50 UTC (rev 88085)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q 
-}

Copied: chmsee/repos/community-i686/chmsee.install (from rev 88084, chmsee/trunk/chmsee.install)
===================================================================
--- community-i686/chmsee.install	                        (rev 0)
+++ community-i686/chmsee.install	2013-04-11 09:03:50 UTC (rev 88085)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q 
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-11 09:03:39 UTC (rev 88084)
+++ community-x86_64/PKGBUILD	2013-04-11 09:03:50 UTC (rev 88085)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier <lordheavym at gmail.com>
-# Contributor: dionydonny <dionydonny at gmail.com>
-# Contributor: Ermanno <erm67 at yahoo.it>
-
-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-x86_64/PKGBUILD (from rev 88084, chmsee/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-11 09:03:50 UTC (rev 88085)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Laurent Carlier <lordheavym at gmail.com>
+# Contributor: dionydonny <dionydonny at gmail.com>
+# Contributor: Ermanno <erm67 at yahoo.it>
+
+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/
+}

Deleted: community-x86_64/chmsee
===================================================================
--- community-x86_64/chmsee	2013-04-11 09:03:39 UTC (rev 88084)
+++ community-x86_64/chmsee	2013-04-11 09:03:50 UTC (rev 88085)
@@ -1,2 +0,0 @@
-#!/bin/sh
-xulrunner /usr/share/chmsee/application.ini "$@"

Copied: chmsee/repos/community-x86_64/chmsee (from rev 88084, chmsee/trunk/chmsee)
===================================================================
--- community-x86_64/chmsee	                        (rev 0)
+++ community-x86_64/chmsee	2013-04-11 09:03:50 UTC (rev 88085)
@@ -0,0 +1,2 @@
+#!/bin/sh
+xulrunner /usr/share/chmsee/application.ini "$@"

Deleted: community-x86_64/chmsee.install
===================================================================
--- community-x86_64/chmsee.install	2013-04-11 09:03:39 UTC (rev 88084)
+++ community-x86_64/chmsee.install	2013-04-11 09:03:50 UTC (rev 88085)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q 
-}

Copied: chmsee/repos/community-x86_64/chmsee.install (from rev 88084, chmsee/trunk/chmsee.install)
===================================================================
--- community-x86_64/chmsee.install	                        (rev 0)
+++ community-x86_64/chmsee.install	2013-04-11 09:03:50 UTC (rev 88085)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q 
+}




More information about the arch-commits mailing list