[arch-commits] Commit in cherrytree/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu Oct 6 16:48:14 UTC 2016
Date: Thursday, October 6, 2016 @ 16:48:13
Author: bgyorgy
Revision: 191501
archrelease: copy trunk to community-any
Added:
cherrytree/repos/community-any/PKGBUILD
(from rev 191500, cherrytree/trunk/PKGBUILD)
Deleted:
cherrytree/repos/community-any/PKGBUILD
----------+
PKGBUILD | 59 +++++++++++++++++++++++++++++------------------------------
1 file changed, 29 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-06 16:48:09 UTC (rev 191500)
+++ PKGBUILD 2016-10-06 16:48:13 UTC (rev 191501)
@@ -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.37.2
-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)
-source=($pkgname-$pkgver.tar.gz::https://github.com/giuspen/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9e0416bbf1c5c55bbf561e2661ee0a3082e27cff9d66107fb55e907294c65cb1')
-
-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 191500, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-06 16:48:13 UTC (rev 191501)
@@ -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.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' 'python2-dbus')
+optdepends=('python2-pyenchant: for spell checking support'
+ 'p7zip: for password protection support')
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('ce73f2ffd2ee7059cedc8a5a0c817ff96f42b557c05092e1d53750b910416b51')
+
+build() {
+ cd $pkgname-$pkgver
+ python2 setup.py build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list