[arch-commits] Commit in dia/trunk (PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Wed Dec 22 14:15:16 UTC 2021


    Date: Wednesday, December 22, 2021 @ 14:15:15
  Author: foxboron
Revision: 1082831

upgpkg: dia 0.97.3-9: Remove python2 optdepends from package

Modified:
  dia/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-22 14:15:13 UTC (rev 1082830)
+++ PKGBUILD	2021-12-22 14:15:15 UTC (rev 1082831)
@@ -5,7 +5,7 @@
 
 pkgname=dia
 pkgver=0.97.3
-pkgrel=8
+pkgrel=9
 pkgdesc="A GTK+ based diagram creation program"
 arch=('x86_64')
 license=('GPL')
@@ -12,7 +12,9 @@
 url="http://live.gnome.org/Dia"
 depends=('libxslt' 'gtk2')
 makedepends=('intltool' 'python2' 'docbook-xsl')
-optdepends=('python2')
+# See https://github.com/GNOME/dia/commit/75ca7c555871f12549a03e9a2933f68c31a2c2a0
+# Patches for python3, but no releases. We remove optdepends regardless
+#optdepends=('python')
 options=('docs' '!emptydirs')
 source=("https://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.97/${pkgname}-${pkgver}.tar.xz"
         'dia-0.9.3-cve-2019-19451.patch')



More information about the arch-commits mailing list