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

Balló György bgyorgy at archlinux.org
Wed Jul 8 18:04:37 UTC 2015


    Date: Wednesday, July 8, 2015 @ 20:04:37
  Author: bgyorgy
Revision: 136564

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-08 18:04:31 UTC (rev 136563)
+++ PKGBUILD	2015-07-08 18:04:37 UTC (rev 136564)
@@ -1,33 +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.35.8
-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=('a8e9c78347a05e01030123034f96e53b4649e4f59c7fe20a266e9cf65b0c0c6f')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  # Fix file permissions
-  find "$pkgdir/usr/share" -type f | xargs chmod 644
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 136563, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-08 18:04:37 UTC (rev 136564)
@@ -0,0 +1,33 @@
+# $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.35.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=('4c597e70736aad6135c53e2f10ff9246e6d1133e35dfcdefece38fe0c185ca93')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  # Fix file permissions
+  find "$pkgdir/usr/share" -type f | xargs chmod 644
+}

Deleted: cherrytree.install
===================================================================
--- cherrytree.install	2015-07-08 18:04:31 UTC (rev 136563)
+++ cherrytree.install	2015-07-08 18:04:37 UTC (rev 136564)
@@ -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 136563, cherrytree/trunk/cherrytree.install)
===================================================================
--- cherrytree.install	                        (rev 0)
+++ cherrytree.install	2015-07-08 18:04:37 UTC (rev 136564)
@@ -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