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

Balló György bgyorgy at nymeria.archlinux.org
Mon Jan 6 21:11:13 UTC 2014


    Date: Monday, January 6, 2014 @ 22:11:12
  Author: bgyorgy
Revision: 103499

archrelease: copy trunk to community-any

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

--------------------+
 PKGBUILD           |   58 +++++++++++++++++++++++++--------------------------
 cherrytree.install |   28 ++++++++++++------------
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-06 21:11:07 UTC (rev 103498)
+++ PKGBUILD	2014-01-06 21:11:12 UTC (rev 103499)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: 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.31.5
-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=('a614f943f30265b7476b842df1722e53708934e62148cf9b0338ef7dca4fb0b5')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 103498, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-06 21:11:12 UTC (rev 103499)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: 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.32.0
+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=('52bf1eebe545bd23ee1f92dc0fe47431e289c1038f5959593fcc6ff52c409a63')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}

Deleted: cherrytree.install
===================================================================
--- cherrytree.install	2014-01-06 21:11:07 UTC (rev 103498)
+++ cherrytree.install	2014-01-06 21:11:12 UTC (rev 103499)
@@ -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 103498, cherrytree/trunk/cherrytree.install)
===================================================================
--- cherrytree.install	                        (rev 0)
+++ cherrytree.install	2014-01-06 21:11:12 UTC (rev 103499)
@@ -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