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

Balló György bgyorgy at archlinux.org
Mon Feb 29 05:12:10 UTC 2016


    Date: Monday, February 29, 2016 @ 06:12:10
  Author: bgyorgy
Revision: 163740

archrelease: copy trunk to community-any

Added:
  cherrytree/repos/community-any/PKGBUILD
    (from rev 163739, cherrytree/trunk/PKGBUILD)
  cherrytree/repos/community-any/cherrytree.install
    (from rev 163739, 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-02-29 05:12:05 UTC (rev 163739)
+++ PKGBUILD	2016-02-29 05:12:10 UTC (rev 163740)
@@ -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.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' '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=('b3a552ec2f08e94cdca0adb1ff89b7a3e3178dabab47034974b0e9306a7e1694')
-
-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 163739, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-29 05:12:10 UTC (rev 163740)
@@ -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.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
+}

Deleted: cherrytree.install
===================================================================
--- cherrytree.install	2016-02-29 05:12:05 UTC (rev 163739)
+++ cherrytree.install	2016-02-29 05:12:10 UTC (rev 163740)
@@ -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 163739, cherrytree/trunk/cherrytree.install)
===================================================================
--- cherrytree.install	                        (rev 0)
+++ cherrytree.install	2016-02-29 05:12:10 UTC (rev 163740)
@@ -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