[arch-commits] Commit in xdot/repos/community-any (4 files)
Jelle van der Waa
jelle at archlinux.org
Wed Apr 17 18:22:39 UTC 2019
Date: Wednesday, April 17, 2019 @ 18:22:38
Author: jelle
Revision: 451904
archrelease: copy trunk to community-any
Added:
xdot/repos/community-any/PKGBUILD
(from rev 451903, xdot/trunk/PKGBUILD)
xdot/repos/community-any/xdot.desktop
(from rev 451903, 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-04-17 18:22:28 UTC (rev 451903)
+++ PKGBUILD 2019-04-17 18:22:38 UTC (rev 451904)
@@ -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=0.9
-pkgrel=3
-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=('806f74030178528e3f28bb5da858307820dedf719d101a17bf0463d4924b3753af6f4a7251b6552cfe937316f1909051cd4dfaa4c6672b37823b0a617f5b1fab'
- '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 451903, xdot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-17 18:22:38 UTC (rev 451904)
@@ -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.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:
Deleted: xdot.desktop
===================================================================
--- xdot.desktop 2019-04-17 18:22:28 UTC (rev 451903)
+++ xdot.desktop 2019-04-17 18:22:38 UTC (rev 451904)
@@ -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 451903, xdot/trunk/xdot.desktop)
===================================================================
--- xdot.desktop (rev 0)
+++ xdot.desktop 2019-04-17 18:22:38 UTC (rev 451904)
@@ -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