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

Eric Bélanger eric at nymeria.archlinux.org
Fri Aug 30 15:43:51 UTC 2013


    Date: Friday, August 30, 2013 @ 17:43:50
  Author: eric
Revision: 96485

archrelease: copy trunk to community-any

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

--------------------+
 PKGBUILD           |   61 +++++++++++++++++++++++++--------------------------
 cherrytree.install |   28 +++++++++++------------
 2 files changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-30 15:42:50 UTC (rev 96484)
+++ PKGBUILD	2013-08-30 15:43:50 UTC (rev 96485)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tomas A. Schertel <tschertel at gmail.com>
-
-pkgname=cherrytree
-pkgver=0.30.0
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL')
-depends=('pygtksourceview2' 'python2-pyenchant' 'hicolor-icon-theme' 'desktop-file-utils')
-install=$pkgname.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('b2280322f006e6cc1269a78d8041298b655a422a39671cb417e5faaebf8bda12')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # python2 fix
-  for file in $(find . -name '*.py') cherrytree; do
-    sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
-  done
-}
-	
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 96484, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-08-30 15:43:50 UTC (rev 96485)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tomas A. Schertel <tschertel at gmail.com>
+
+pkgname=cherrytree
+pkgver=0.30.4
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('59a11a0a25928f2bfd3667841382c717a41d317cdc14246d389a16b979788f0e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # python2 fix
+  for file in $(find . -name '*.py') cherrytree; do
+    sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
+  done
+}
+	
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}

Deleted: cherrytree.install
===================================================================
--- cherrytree.install	2013-08-30 15:42:50 UTC (rev 96484)
+++ cherrytree.install	2013-08-30 15:43:50 UTC (rev 96485)
@@ -1,14 +0,0 @@
-post_install()
-{
-	update-desktop-database -q
-  	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  	update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  	post_install
-}
-
-post_remove() {
-  	post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 96484, cherrytree/trunk/cherrytree.install)
===================================================================
--- cherrytree.install	                        (rev 0)
+++ cherrytree.install	2013-08-30 15:43:50 UTC (rev 96485)
@@ -0,0 +1,14 @@
+post_install()
+{
+	update-desktop-database -q
+  	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  	post_install
+}
+
+post_remove() {
+  	post_install
+}




More information about the arch-commits mailing list