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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Tue May 14 12:25:31 UTC 2013


    Date: Tuesday, May 14, 2013 @ 14:25:30
  Author: stativ
Revision: 90832

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   44 ++++++++++++++++++++++----------------------
 diffuse.install |   22 +++++++++++-----------
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-14 12:25:20 UTC (rev 90831)
+++ PKGBUILD	2013-05-14 12:25:30 UTC (rev 90832)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-# Contributor:  TDY <tdy at gmx.com>
-# Contributor: zhuqin <zhuqin83 at gmail.com>
-
-pkgname=diffuse
-pkgver=0.4.6
-pkgrel=1
-pkgdesc="A graphical tool for merging and comparing text files"
-arch=('any')
-url="http://diffuse.sourceforge.net/"
-license=('GPL')
-depends=('pygtk')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f9139d05601987d89bfbf1e71ea30eeb')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 install.py --prefix=/usr --destdir="$pkgdir"
-  sed -i 's|^#!.*|&2|' "$pkgdir"/usr/bin/diffuse 
-}

Copied: diffuse/repos/community-any/PKGBUILD (from rev 90831, diffuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-14 12:25:30 UTC (rev 90832)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor:  TDY <tdy at gmx.com>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+
+pkgname=diffuse
+pkgver=0.4.7
+pkgrel=1
+pkgdesc="A graphical tool for merging and comparing text files"
+arch=('any')
+url="http://diffuse.sourceforge.net/"
+license=('GPL')
+depends=('pygtk')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('1cbee487cdfdf37a0d1a94f2f57d89e5')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 install.py --prefix=/usr --destdir="$pkgdir"
+  sed -i 's|^#!.*|&2|' "$pkgdir"/usr/bin/diffuse 
+}

Deleted: diffuse.install
===================================================================
--- diffuse.install	2013-05-14 12:25:20 UTC (rev 90831)
+++ diffuse.install	2013-05-14 12:25:30 UTC (rev 90832)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: diffuse/repos/community-any/diffuse.install (from rev 90831, diffuse/trunk/diffuse.install)
===================================================================
--- diffuse.install	                        (rev 0)
+++ diffuse.install	2013-05-14 12:25:30 UTC (rev 90832)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list