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

Antonio Rojas arojas at archlinux.org
Fri Mar 8 19:51:17 UTC 2019


    Date: Friday, March 8, 2019 @ 19:51:17
  Author: arojas
Revision: 438171

archrelease: copy trunk to community-any

Added:
  cherrytree/repos/community-any/PKGBUILD
    (from rev 438170, cherrytree/trunk/PKGBUILD)
Deleted:
  cherrytree/repos/community-any/0001-Fix-AppStream-metadata-validation.patch
  cherrytree/repos/community-any/PKGBUILD

----------------------------------------------+
 0001-Fix-AppStream-metadata-validation.patch |   50 -----------------
 PKGBUILD                                     |   70 ++++++++++---------------
 2 files changed, 28 insertions(+), 92 deletions(-)

Deleted: 0001-Fix-AppStream-metadata-validation.patch
===================================================================
--- 0001-Fix-AppStream-metadata-validation.patch	2019-03-08 19:50:54 UTC (rev 438170)
+++ 0001-Fix-AppStream-metadata-validation.patch	2019-03-08 19:51:17 UTC (rev 438171)
@@ -1,50 +0,0 @@
-From 957f7316ce2f5db4223db45f2853739c4fcd2488 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
-Date: Wed, 26 Dec 2018 23:11:29 +0100
-Subject: [PATCH]  Fix AppStream metadata validation
-
----
- linux/cherrytree.appdata.xml | 21 ++++++++++++++-------
- 1 file changed, 14 insertions(+), 7 deletions(-)
-
-diff --git a/linux/cherrytree.appdata.xml b/linux/cherrytree.appdata.xml
-index 30c4e26..220ec57 100644
---- a/linux/cherrytree.appdata.xml
-+++ b/linux/cherrytree.appdata.xml
-@@ -1,9 +1,11 @@
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Copyright 2014 Giuseppe Penone <giuspen at gmail.com> -->
--<application>
-- <id type="desktop">cherrytree.desktop</id>
-+<component type="desktop-application">
-+ <id>com.giuspen.cherrytree</id>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-3.0+</project_license>
-+ <name>CherryTree</name>
-+ <summary>Hierarchical Note Taking</summary>
-  <description>
-   <p>
-    A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
-@@ -19,9 +21,14 @@
-   </ul>
-  </description>
-  <screenshots>
--  <screenshot type="default">http://www.giuspen.com/images/cherrytree-main_window_text.png</screenshot>
--  <screenshot>http://www.giuspen.com/images/cherrytree-main_window_code.png</screenshot>
-+  <screenshot type="default">
-+   <image>https://www.giuspen.com/images/cherrytree-main_window_text.png</image>
-+  </screenshot>
-+  <screenshot>
-+   <image>https://www.giuspen.com/images/cherrytree-main_window_code.png</image>
-+  </screenshot>
-  </screenshots>
-- <url type="homepage">http://www.giuspen.com/cherrytree</url>
-- <updatecontact>giuspen at gmail.com</updatecontact>
--</application>
-+ <launchable type="desktop-id">cherrytree.desktop</launchable>
-+ <url type="homepage">https://www.giuspen.com/cherrytree</url>
-+ <update_contact>giuspen at gmail.com</update_contact>
-+</component>
--- 
-2.20.1
-

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-08 19:50:54 UTC (rev 438170)
+++ PKGBUILD	2019-03-08 19:51:17 UTC (rev 438171)
@@ -1,42 +0,0 @@
-# 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.38.7
-pkgrel=2
-pkgdesc='Hierarchical note taking application featuring rich text and syntax highlighting'
-arch=('any')
-url='https://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'python2-dbus')
-optdepends=('python2-pyenchant: for spell checking support'
-            'p7zip: for password protection support')
-source=(https://www.giuspen.com/software/$pkgname-$pkgver.tar.xz
-        0001-Fix-AppStream-metadata-validation.patch)
-sha256sums=('22a195b86644ed74e49cf11c4b9433cfd9dfa1fa99d698527b45c291d2df47d3'
-            'b380caff7f589c69f56ac72ff82866fd18a7eea0d53cca8bb2327612f4a21886')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix AppStream metadata validation
-  # https://github.com/giuspen/cherrytree/pull/440
-  patch -Np1 -i ../0001-Fix-AppStream-metadata-validation.patch
-
-  # Don't use legacy path for AppStream metainfo file
-  # https://github.com/giuspen/cherrytree/pull/439
-  sed -i 's|share/appdata|share/metainfo|' setup.py
-}
-
-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 438170, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-08 19:51:17 UTC (rev 438171)
@@ -0,0 +1,28 @@
+# 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.38.8
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax highlighting'
+arch=('any')
+url='https://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'python2-dbus')
+optdepends=('python2-pyenchant: for spell checking support'
+            'p7zip: for password protection support')
+source=(https://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('af21e540fddb3c5a92cdad9b4bbfc6ccd3ce3ab87076a2a01d2e3f2d683f48db')
+
+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