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

Balló György bgyorgy at archlinux.org
Mon Jun 27 17:50:29 UTC 2016


    Date: Monday, June 27, 2016 @ 17:50:28
  Author: bgyorgy
Revision: 181438

archrelease: copy trunk to community-any

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

--------------------+
 PKGBUILD           |   59 +++++++++++++++++++++++++--------------------------
 cherrytree.install |   14 ------------
 2 files changed, 29 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-27 17:50:24 UTC (rev 181437)
+++ PKGBUILD	2016-06-27 17:50:28 UTC (rev 181438)
@@ -1,30 +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.36.9
-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' 'python2-dbus' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support'
-            'p7zip: for password protection support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('9a073d776258726864c031f71818b357c42978bce4c323c30f7fa5bc8d36be28')
-
-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 181437, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-27 17:50:28 UTC (rev 181438)
@@ -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.37.1
+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' 'python2-dbus' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support'
+            'p7zip: for password protection support')
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd')
+
+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	2016-06-27 17:50:24 UTC (rev 181437)
+++ cherrytree.install	2016-06-27 17:50:28 UTC (rev 181438)
@@ -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
-}



More information about the arch-commits mailing list