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

Jelle van der Waa jelle at archlinux.org
Mon Jul 29 14:34:00 UTC 2019


    Date: Monday, July 29, 2019 @ 14:34:00
  Author: jelle
Revision: 494653

archrelease: copy trunk to community-any

Added:
  xdot/repos/community-any/PKGBUILD
    (from rev 494652, xdot/trunk/PKGBUILD)
  xdot/repos/community-any/xdot.desktop
    (from rev 494652, xdot/trunk/xdot.desktop)
Deleted:
  xdot/repos/community-any/PKGBUILD
  xdot/repos/community-any/xdot.desktop

--------------+
 PKGBUILD     |   80 ++++++++++++++++++++++++++++-----------------------------
 xdot.desktop |   18 ++++++------
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 14:33:43 UTC (rev 494652)
+++ PKGBUILD	2019-07-29 14:34:00 UTC (rev 494653)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Randy Heydon <randy.heydon at clockworklab dot net>
-
-pkgname=xdot
-_pkgname=${pkgname}.py
-pkgver=1.0
-pkgrel=1
-pkgdesc="Interactive viewer for graphs written in Graphviz's dot language"
-url='https://github.com/jrfonseca/xdot.py'
-arch=('any')
-license=('LGPL2.1')
-depends=('graphviz' 'python' 'python-gobject' 'python-cairo' 'gtk3' 'python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jrfonseca/${_pkgname}/archive/${pkgver}.tar.gz
-        xdot.desktop)
-sha512sums=('52330380973ee122ac5d93f1be5b8f21b5719f537c93dd6f356a116207e366d16cf3cefcb9ec59b21b7170dc94e1f413307c3980e9ba2eaef5ce45340b50b311'
-            '7bd7994f03c4d7634a9ab780423f1e9d647df0836fd6d8f825dc0bac6ad506ad44457ba473367d1a16b89d00f441c730cb2b66cb5c300542addcf622be82c867')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  # Don't check for unneeded module (FS#57235)
-  sed -i '/install_requires=/d' setup.py
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 ../xdot.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xdot/repos/community-any/PKGBUILD (from rev 494652, xdot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-29 14:34:00 UTC (rev 494653)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Randy Heydon <randy.heydon at clockworklab dot net>
+
+pkgname=xdot
+_pkgname=${pkgname}.py
+pkgver=1.1
+pkgrel=1
+pkgdesc="Interactive viewer for graphs written in Graphviz's dot language"
+url='https://github.com/jrfonseca/xdot.py'
+arch=('any')
+license=('LGPL2.1')
+depends=('graphviz' 'python' 'python-gobject' 'python-cairo' 'gtk3' 'python-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jrfonseca/${_pkgname}/archive/${pkgver}.tar.gz
+        xdot.desktop)
+sha512sums=('d67c45c8c071013551f79d671a21ce546b680fac5997ba9631a882ffa3c44c15a69949643ed5e8211417006152575a1d99450ccfb6062427521d1e2bc0814f55'
+            '7bd7994f03c4d7634a9ab780423f1e9d647df0836fd6d8f825dc0bac6ad506ad44457ba473367d1a16b89d00f441c730cb2b66cb5c300542addcf622be82c867')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  # Don't check for unneeded module (FS#57235)
+  sed -i '/install_requires=/d' setup.py
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 ../xdot.desktop -t "${pkgdir}/usr/share/applications"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: xdot.desktop
===================================================================
--- xdot.desktop	2019-07-29 14:33:43 UTC (rev 494652)
+++ xdot.desktop	2019-07-29 14:34:00 UTC (rev 494653)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=XDot
-Comment=Interactive viewer for Graphviz dot files
-Exec=xdot %f
-Terminal=false
-Type=Application
-Categories=GTK;DataVisualization;Science;Graphics;
-MimeType=text/vnd.graphviz
-Keywords=graphviz;dot;viewer;graph;

Copied: xdot/repos/community-any/xdot.desktop (from rev 494652, xdot/trunk/xdot.desktop)
===================================================================
--- xdot.desktop	                        (rev 0)
+++ xdot.desktop	2019-07-29 14:34:00 UTC (rev 494653)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=XDot
+Comment=Interactive viewer for Graphviz dot files
+Exec=xdot %f
+Terminal=false
+Type=Application
+Categories=GTK;DataVisualization;Science;Graphics;
+MimeType=text/vnd.graphviz
+Keywords=graphviz;dot;viewer;graph;



More information about the arch-commits mailing list