[arch-commits] Commit in openshot/trunk (2837.patch PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Feb 9 19:39:52 UTC 2020


    Date: Sunday, February 9, 2020 @ 19:39:52
  Author: dvzrv
Revision: 565528

upgpkg: openshot 2.5.0-1: Upgrading to 2.5.0. Removing hicolor-icons patch (fixed upstream).

Modified:
  openshot/trunk/PKGBUILD
Deleted:
  openshot/trunk/2837.patch

------------+
 2837.patch |   31 -------------------------------
 PKGBUILD   |   13 ++++---------
 2 files changed, 4 insertions(+), 40 deletions(-)

Deleted: 2837.patch
===================================================================
--- 2837.patch	2020-02-09 19:27:26 UTC (rev 565527)
+++ 2837.patch	2020-02-09 19:39:52 UTC (rev 565528)
@@ -1,31 +0,0 @@
-From c254a0aef217ef0cc3fd256accdb32180e18b24d Mon Sep 17 00:00:00 2001
-From: Florian Pritz <bluewind at server-speed.net>
-Date: Sat, 15 Jun 2019 11:39:29 +0200
-Subject: [PATCH] Install icons to hicolor/NxN instead of hicolor/N
-
-Nearly all other Arch Linux packages also follow this pattern and the Freedesktop specification also only uses this pattern when providing examples.
-
-References:
-https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
-https://bugs.archlinux.org/task/62900
----
- setup.py | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index dbae3900..43e08e0a 100644
---- a/setup.py
-+++ b/setup.py
-@@ -71,9 +71,9 @@
-     ('share/pixmaps', ['xdg/openshot-qt.svg']),
-     # XDG Freedesktop icon paths
-     ('share/icons/hicolor/scalable/apps', ['xdg/openshot-qt.svg']),
--    ('share/icons/hicolor/64/apps', ['xdg/icon/64/openshot-qt.png']),
--    ('share/icons/hicolor/256/apps', ['xdg/icon/256/openshot-qt.png']),
--    ('share/icons/hicolor/512/apps', ['xdg/icon/512/openshot-qt.png']),
-+    ('share/icons/hicolor/64x64/apps', ['xdg/icon/64/openshot-qt.png']),
-+    ('share/icons/hicolor/256x256/apps', ['xdg/icon/256/openshot-qt.png']),
-+    ('share/icons/hicolor/512x512/apps', ['xdg/icon/512/openshot-qt.png']),
-     # XDG desktop mime types cache
-     ('share/mime/packages', ['xdg/openshot-qt.xml']),
-     # launcher (mime.types)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 19:27:26 UTC (rev 565527)
+++ PKGBUILD	2020-02-09 19:39:52 UTC (rev 565528)
@@ -4,8 +4,8 @@
 # Contributor: Asa Marco <marcoasa90[at]gmail[.]com>
 
 pkgname=openshot
-pkgver=2.4.4
-pkgrel=4
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="An award-winning free and open-source video editor"
 arch=('any')
 url="https://www.openshot.org/"
@@ -14,16 +14,11 @@
 'libopenshot-audio' 'python-pyzmq' 'qt5-base' 'qt5-svg' 'qt5-webkit')
 optdepends=('faac: for exporting audio using AAC')
 makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz"
-        "${pkgname}-hicolor-icons.patch::https://github.com/OpenShot/openshot-qt/pull/2837.patch")
-sha512sums=('efa71f97a83b89e691b7dab09288ba7d3e91eb25119669fa8f6e28becb8d4cb3e60a923f936ee4ff9a593d016fe3a6b0348153cff937ab7d21a5517de5dfa10c'
-            '97ebbe5d289d89c5da307076d7a3a0f517f57e8fd8123a920d031585bd48e1ccdcaa9f8180e976dd602e562d0bd2373e4bf5059dc72cf04b61b462b72a8bba1f')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz")
+sha512sums=('0944bff48c8957a4a3c5a37428b4d3e45e8ad6e1664812ea90b7c16d014a3c355daf2fe183ce855586114ccfa36c419b6baacc42c4bf871de29bda4c24f2a814')
 
 prepare() {
   mv -v "${pkgname}-qt-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # Fix hicolor icon paths
-  patch -Np1 -i "../${pkgname}-hicolor-icons.patch"
 }
 
 build() {



More information about the arch-commits mailing list