Date: Friday, October 18, 2013 @ 17:40:16
  Author: bisson
Revision: 196774

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
    (from rev 196773, meld/trunk/PKGBUILD)
  meld/repos/extra-any/install
    (from rev 196773, meld/trunk/install)
Deleted:
  meld/repos/extra-any/PKGBUILD
  meld/repos/extra-any/install

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 install  |   26 ++++++++++----------
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-18 15:39:44 UTC (rev 196773)
+++ PKGBUILD    2013-10-18 15:40:16 UTC (rev 196774)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-# Contributor: Douglas Soares de Andrade <[email protected]>
-
-pkgname=meld
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
-license=('GPL')
-arch=('any')
-makedepends=('intltool' 'gnome-doc-utils')
-depends=('pygtk' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('pygtksourceview2: syntax highlighting'
-            'python2-dbus: open a new tab in an already running instance'
-            'python2-gconf: gnome integration')
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('58c14ee018fb7d21b1ad00a366b50c884de6b38f')
-
-install=install
-options=('!emptydirs')
-
-prepare() {
-       cd "${pkgname}-${pkgver}"
-       sed -i 's/update-/#update-/' Makefile
-       sed -i 's/env python/env python2/' bin/meld
-}
-
-build() {
-       cd "${pkgname}-${pkgver}"
-       make PYTHON=/usr/bin/python2 prefix=/usr
-}
-
-package() {
-       cd "${pkgname}-${pkgver}"
-       make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR="${pkgdir}" install
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 196773, meld/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-10-18 15:40:16 UTC (rev 196774)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+
+pkgname=meld
+pkgver=1.8.2
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=('GPL')
+arch=('any')
+makedepends=('intltool' 'gnome-doc-utils')
+depends=('pygtk' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('pygtksourceview2: syntax highlighting'
+            'python2-dbus: open a new tab in an already running instance'
+            'python2-gconf: gnome integration')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('da6e4430ea3e56ec649b53f96c485de13a52627f')
+
+install=install
+options=('!emptydirs')
+
+prepare() {
+       cd "${pkgname}-${pkgver}"
+       sed -i 's/update-/#update-/' Makefile
+       sed -i 's/env python/env python2/' bin/meld
+}
+
+build() {
+       cd "${pkgname}-${pkgver}"
+       make PYTHON=/usr/bin/python2 prefix=/usr
+}
+
+package() {
+       cd "${pkgname}-${pkgver}"
+       make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR="${pkgdir}" install
+}

Deleted: install
===================================================================
--- install     2013-10-18 15:39:44 UTC (rev 196773)
+++ install     2013-10-18 15:40:16 UTC (rev 196774)
@@ -1,13 +0,0 @@
-post_install() {
-       gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-       update-desktop-database -q
-       update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: meld/repos/extra-any/install (from rev 196773, meld/trunk/install)
===================================================================
--- install                             (rev 0)
+++ install     2013-10-18 15:40:16 UTC (rev 196774)
@@ -0,0 +1,13 @@
+post_install() {
+       gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+       update-desktop-database -q
+       update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to