Date: Monday, March 14, 2016 @ 19:57:30 Author: bgyorgy Revision: 166750
archrelease: copy trunk to community-any Added: cherrytree/repos/community-any/PKGBUILD (from rev 166749, cherrytree/trunk/PKGBUILD) cherrytree/repos/community-any/cherrytree.install (from rev 166749, 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-03-14 18:57:06 UTC (rev 166749) +++ PKGBUILD 2016-03-14 18:57:30 UTC (rev 166750) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Bartłomiej Piotrowski -# Contributor: Brad Fanella <bradfane...@archlinux.us> -# Contributor: Allan McRae <al...@archlinux.org> -# Contributor: Tomas A. Schertel <tscher...@gmail.com> - -pkgname=cherrytree -pkgver=0.36.6 -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=('5a92db925c7de355a3c90c90aed9e92ddc67ac9a475fd139e3140db7dc709587') - -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 166749, cherrytree/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2016-03-14 18:57:30 UTC (rev 166750) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Bartłomiej Piotrowski +# Contributor: Brad Fanella <bradfane...@archlinux.us> +# Contributor: Allan McRae <al...@archlinux.org> +# Contributor: Tomas A. Schertel <tscher...@gmail.com> + +pkgname=cherrytree +pkgver=0.36.7 +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=('a2696fb947321bf9b5e99d938836da36c7784ef6c0997ae27a0ed04c43fbc85d') + +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-03-14 18:57:06 UTC (rev 166749) +++ cherrytree.install 2016-03-14 18:57:30 UTC (rev 166750) @@ -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 166749, cherrytree/trunk/cherrytree.install) =================================================================== --- cherrytree.install (rev 0) +++ cherrytree.install 2016-03-14 18:57:30 UTC (rev 166750) @@ -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 +}