[arch-commits] Commit in cherrytree/repos/community-any (4 files)
Balló György
bgyorgy at archlinux.org
Sun Jan 31 03:27:00 UTC 2016
Date: Sunday, January 31, 2016 @ 04:27:00
Author: bgyorgy
Revision: 159643
archrelease: copy trunk to community-any
Added:
cherrytree/repos/community-any/PKGBUILD
(from rev 159642, cherrytree/trunk/PKGBUILD)
cherrytree/repos/community-any/cherrytree.install
(from rev 159642, cherrytree/trunk/cherrytree.install)
Deleted:
cherrytree/repos/community-any/PKGBUILD
cherrytree/repos/community-any/cherrytree.install
--------------------+
PKGBUILD | 60 +++++++++++++++++++++++++--------------------------
cherrytree.install | 28 +++++++++++------------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-31 03:26:54 UTC (rev 159642)
+++ PKGBUILD 2016-01-31 03:27:00 UTC (rev 159643)
@@ -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.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')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('584d6ef65acbcf93f3706fe6123d8ff285be6fd17607f9f919e0ef22aa313605')
-
-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 159642, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-01-31 03:27:00 UTC (rev 159643)
@@ -0,0 +1,30 @@
+# $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.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' '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=('33597a25bedc6699fb11aee15ced4f9f27d6d5643690cf41f6757ebe50b52dc2')
+
+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-01-31 03:26:54 UTC (rev 159642)
+++ cherrytree.install 2016-01-31 03:27:00 UTC (rev 159643)
@@ -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 159642, cherrytree/trunk/cherrytree.install)
===================================================================
--- cherrytree.install (rev 0)
+++ cherrytree.install 2016-01-31 03:27:00 UTC (rev 159643)
@@ -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