pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/deforaos-notes deforaos-notes: update to 0.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7838f5b03e9b
branches:  trunk
changeset: 410870:7838f5b03e9b
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu Jan 30 23:05:36 2020 +0000

description:
deforaos-notes: update to 0.2.0

Changes since 0.1.0:
- Defaults to Gtk+ 3 (like libDesktop)

diffstat:

 x11/deforaos-notes/Makefile                     |   9 ++++-----
 x11/deforaos-notes/PLIST                        |   3 ++-
 x11/deforaos-notes/distinfo                     |  11 +++++------
 x11/deforaos-notes/patches/patch-src_noteedit.c |  14 --------------
 4 files changed, 11 insertions(+), 26 deletions(-)

diffs (66 lines):

diff -r 4920c4c11a01 -r 7838f5b03e9b x11/deforaos-notes/Makefile
--- a/x11/deforaos-notes/Makefile       Thu Jan 30 21:15:41 2020 +0000
+++ b/x11/deforaos-notes/Makefile       Thu Jan 30 23:05:36 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2019/07/21 22:25:56 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/30 23:05:36 khorben Exp $
 
-DISTNAME=      Notes-0.1.0
-PKGNAME=       deforaos-notes-0.1.0
-PKGREVISION=   8
+DISTNAME=      Notes-0.2.0
+PKGNAME=       deforaos-notes-0.2.0
 CATEGORIES=    x11
-MASTER_SITES=  https://www.defora.org/os/download/download/4428/
+MASTER_SITES=  https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Notes/
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://www.defora.org/
diff -r 4920c4c11a01 -r 7838f5b03e9b x11/deforaos-notes/PLIST
--- a/x11/deforaos-notes/PLIST  Thu Jan 30 21:15:41 2020 +0000
+++ b/x11/deforaos-notes/PLIST  Thu Jan 30 23:05:36 2020 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2015/09/01 00:28:03 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/30 23:05:36 khorben Exp $
 bin/notes
 lib/Mailer/plugins/notes.so
 man/html1/notes.html
 man/man1/notes.1
 share/applications/deforaos-notes.desktop
+share/doc/Notes/COPYING
 share/locale/es/LC_MESSAGES/Notes.mo
 share/locale/fr/LC_MESSAGES/Notes.mo
diff -r 4920c4c11a01 -r 7838f5b03e9b x11/deforaos-notes/distinfo
--- a/x11/deforaos-notes/distinfo       Thu Jan 30 21:15:41 2020 +0000
+++ b/x11/deforaos-notes/distinfo       Thu Jan 30 23:05:36 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/02/20 16:00:28 khorben Exp $
+$NetBSD: distinfo,v 1.4 2020/01/30 23:05:36 khorben Exp $
 
-SHA1 (Notes-0.1.0.tar.gz) = b7235c70731f6588ff0ad631144ccd7322749aed
-RMD160 (Notes-0.1.0.tar.gz) = d33ca252084619a8d49cba4268fb9de93dcb51a3
-SHA512 (Notes-0.1.0.tar.gz) = ab28a00acebc827a6860a299d9d65c3171ad6de656dd1372d9853bd29d0c1de11382fe6f1bd046beaa699e512b733194c7185a6bd4ee8e1127187c6ffc4acb82
-Size (Notes-0.1.0.tar.gz) = 16853 bytes
-SHA1 (patch-src_noteedit.c) = 14ff9d07788c028150ddd3497889bdc7ef7c8564
+SHA1 (Notes-0.2.0.tar.gz) = 728a921c3caf5015c479056f7393eeb0cff61dcd
+RMD160 (Notes-0.2.0.tar.gz) = 1b755b1e3d3410cb8a50e6e534f2d3807e89e2fb
+SHA512 (Notes-0.2.0.tar.gz) = 671e4e51ad0598337f520e6076f71eae4fe42057740537976908df7e6d29f789ee24218fb2ecbbaaf4f98e1552e5e5a6d5d3b1079385b26b8e4a1573af58c8cc
+Size (Notes-0.2.0.tar.gz) = 19560 bytes
diff -r 4920c4c11a01 -r 7838f5b03e9b x11/deforaos-notes/patches/patch-src_noteedit.c
--- a/x11/deforaos-notes/patches/patch-src_noteedit.c   Thu Jan 30 21:15:41 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_noteedit.c,v 1.1 2016/02/20 16:00:28 khorben Exp $
-
-Fix build with Gtk+ 2
-
---- src/noteedit.c.orig        2016-02-20 15:45:01.000000000 +0000
-+++ src/noteedit.c
-@@ -31,6 +31,7 @@
- #include <stdlib.h>
- #include <libintl.h>
- #include <gtk/gtk.h>
-+#include <Desktop.h>
- #include "noteedit.h"
- #define _(string) gettext(string)
- 



Home | Main Index | Thread Index | Old Index