pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
syncthing-gtk: update to 0.7.5.1
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Sun Sep 27 04:05:17 2015 +0200
Changeset: 94b5816e59f257877d1d05ee5b1eb9d0d1b8602c
Modified Files:
syncthing-gtk/Makefile
syncthing-gtk/PLIST
syncthing-gtk/distinfo
Removed Files:
syncthing-gtk/TODO
Log Message:
syncthing-gtk: update to 0.7.5.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=94b5816e59f257877d1d05ee5b1eb9d0d1b8602c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
syncthing-gtk/Makefile | 5 ++++-
syncthing-gtk/PLIST | 46 ++++++++++++++++++++++++----------------------
syncthing-gtk/TODO | 1 -
syncthing-gtk/distinfo | 6 +++---
4 files changed, 31 insertions(+), 27 deletions(-)
diffs:
diff --git a/syncthing-gtk/Makefile b/syncthing-gtk/Makefile
index dfae563..2a06db0 100644
--- a/syncthing-gtk/Makefile
+++ b/syncthing-gtk/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2015/08/24 10:51:13 thomasklausner Exp $
-DISTNAME= syncthing-gtk-0.7.4.1
+DISTNAME= syncthing-gtk-0.7.5.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
GITHUB_PROJECT= syncthing-gtk
@@ -12,6 +12,7 @@ COMMENT= GTK3 & python based GUI for Syncthing
LICENSE= gnu-gpl-v2
DEPENDS+= syncthing>=0.11.0:../../wip/syncthing
+DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc # for killall
PYTHON_VERSIONS_ACCEPTED= 27
PYTHON_VERSIONED_DEPENDENCIES= dateutil
@@ -29,6 +30,8 @@ SUBST_FILES.paths+= syncthing_gtk/wizard.py
SUBST_SED.paths= -e 's|/usr/share/syncthing-gtk|${PREFIX}/share/syncthing-gtk|'
.include "../../devel/py-gobject3/buildlink3.mk"
+BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.40.9nb2 # for introspection
+.include "../../graphics/librsvg/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
diff --git a/syncthing-gtk/PLIST b/syncthing-gtk/PLIST
index d622004..1402918 100644
--- a/syncthing-gtk/PLIST
+++ b/syncthing-gtk/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2015/08/24 10:51:13 thomasklausner Exp $
+@comment $NetBSD$
bin/syncthing-gtk
${PYSITELIB}/syncthing_gtk/__init__.py
${PYSITELIB}/syncthing_gtk/__init__.pyc
@@ -150,30 +150,32 @@ share/syncthing-gtk/device-edit.glade
share/syncthing-gtk/device-id.glade
share/syncthing-gtk/find-daemon.glade
share/syncthing-gtk/folder-edit.glade
-share/syncthing-gtk/icons/add_node.png
-share/syncthing-gtk/icons/add_repo.png
-share/syncthing-gtk/icons/address.png
-share/syncthing-gtk/icons/announce.png
-share/syncthing-gtk/icons/clock.png
-share/syncthing-gtk/icons/compress.png
-share/syncthing-gtk/icons/cpu.png
-share/syncthing-gtk/icons/dl_rate.png
-share/syncthing-gtk/icons/eye.png
-share/syncthing-gtk/icons/folder.png
-share/syncthing-gtk/icons/global.png
-share/syncthing-gtk/icons/home.png
-share/syncthing-gtk/icons/ignore.png
-share/syncthing-gtk/icons/lock.png
-share/syncthing-gtk/icons/ram.png
+share/syncthing-gtk/icons/add_node.svg
+share/syncthing-gtk/icons/add_repo.svg
+share/syncthing-gtk/icons/address.svg
+share/syncthing-gtk/icons/announce.svg
+share/syncthing-gtk/icons/clock.svg
+share/syncthing-gtk/icons/compress.svg
+share/syncthing-gtk/icons/cpu.svg
+share/syncthing-gtk/icons/dl_rate.svg
+share/syncthing-gtk/icons/eye.svg
+share/syncthing-gtk/icons/folder.svg
+share/syncthing-gtk/icons/global.svg
+share/syncthing-gtk/icons/home.svg
+share/syncthing-gtk/icons/ignore.svg
+share/syncthing-gtk/icons/lock.svg
+share/syncthing-gtk/icons/ram.svg
+share/syncthing-gtk/icons/rescan.svg
share/syncthing-gtk/icons/restart.png
share/syncthing-gtk/icons/settings.png
-share/syncthing-gtk/icons/shared.png
-share/syncthing-gtk/icons/show_id.png
+share/syncthing-gtk/icons/shared.svg
+share/syncthing-gtk/icons/show_id.svg
share/syncthing-gtk/icons/shutdown.png
-share/syncthing-gtk/icons/sync.png
-share/syncthing-gtk/icons/thumb_up.png
-share/syncthing-gtk/icons/up_rate.png
-share/syncthing-gtk/icons/version.png
+share/syncthing-gtk/icons/st-gtk-logo.png
+share/syncthing-gtk/icons/sync.svg
+share/syncthing-gtk/icons/thumb_up.svg
+share/syncthing-gtk/icons/up_rate.svg
+share/syncthing-gtk/icons/version.svg
share/syncthing-gtk/ignore-editor.glade
share/syncthing-gtk/syncthing-plugin-caja.py
share/syncthing-gtk/syncthing-plugin-nautilus.py
diff --git a/syncthing-gtk/TODO b/syncthing-gtk/TODO
deleted file mode 100644
index 2ac1bb3..0000000
--- a/syncthing-gtk/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Maximize/minimize/close buttons have missing icons for me.
diff --git a/syncthing-gtk/distinfo b/syncthing-gtk/distinfo
index b1b3591..c839674 100644
--- a/syncthing-gtk/distinfo
+++ b/syncthing-gtk/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2015/08/24 10:51:13 thomasklausner Exp $
-SHA1 (syncthing-gtk-0.7.4.1.tar.gz) = b11961651445a4bd09653558ef85667dd5c7fc40
-RMD160 (syncthing-gtk-0.7.4.1.tar.gz) = 85cb863ae94d1ef8b61113772090fd12cc6cc7bd
-Size (syncthing-gtk-0.7.4.1.tar.gz) = 473051 bytes
+SHA1 (syncthing-gtk-0.7.5.1.tar.gz) = 655621e93c30960f3b2ae2a9259580756a183f8e
+RMD160 (syncthing-gtk-0.7.5.1.tar.gz) = c2799f219accc2180e46129505c338271ee85ef9
+Size (syncthing-gtk-0.7.5.1.tar.gz) = 486734 bytes
SHA1 (patch-setup.py) = ff8903385570aa2b9b40b8cb41059b16e01370ed
Home |
Main Index |
Thread Index |
Old Index