Thu Jul 21 11:10:03 2016 UTC ()
(pkgsrc)
- Drop patch-ac, it is now included in upstream.

(upstream)
- Updated x11/xpad 4.0 to 4.8
---------------------------
Version 4.8
* Fix: Autostart - Pads did not hide on startup when set in the preferences
  due to the tray icon not being recognized properly (#1560019)

Version 4.7
* Fix: Translations - Updated the translation template, so translaters can
  translate the new or changed strings (#1531634)
* Fix: Autostart - Partial undo of bug report #1395889, preventing autoset
  of system-wide autostart of Xpad (#1517262)
* Fix: Autostart - If Xpad is run for the first time, autostart for the
  current user will be enabled. (#1517262)
* Fix: Technical - The info file of a pad was only saved on proper exit of
  Xpad (#1534925)

Version 4.6
* New: Preferences - The ability to hide the pads from the taskbar (which
  was previously binded to window decorations) (#1029202)
* New: Preferences - The ability to hide the pads from the workspace
  switcher (which was previously binded to window decorations) (#1340331)
* Fix: CLI - the show, hide and toggle command-line options have been fixed
  (#1424081)
* Fix: Menu - Limited the length of the note names in the menu items to 20
  characters. This prevents very wide stretched menus.
* Fix: Internationalization - Added and updated the Xpad.pot file to
  restore the multi-lingual support (#1455888)
* Fix: Help - Set the ability to select and copy the help text (#1415138)
* Fix: Pad focus - Improved the showing and focussing of pads after
  minimization or creation of a new pad.
* Fix: Pad focus - After deleting a pad, it is conveniant to have the focus
  on another pad. This fix added that behavior.
* Fix: Performance - Only save the location of the pad to disk when exiting
  Xpad. This prevents a lot of disk writes when moving pads. (#1459251)
* Fix: Default settings - Window decorations are turned off by default (#1395889)
* Fix: Default settings - Autostart Xpad by default for all users (#1395889)
* Fix: Technical - Code cleanup - removed spaces and indentions
* Fix: Technical - Prevent deprecated error messages when not using
  configure --enable-debug=yes
* Fix: Technical - Changed preference window type from GtkDialog to GtkWindow (#1395309)
* Fix: Technical - Prevent race condition when application shutdown is requested
* Fix: Technical - Initialized uninitialized variable
* Fix: Technical - Replaced or removed deprecated GTK functions, such as gtk_alignment_new
* Fix: Technical - Removed debugging implementaton, since it was not used
  and uses unnecessary resources

Version 4.5
* New: Debug - ability to use built-in debugging functionality for bug
  solving and code improvements by Sagar Ghuge (#1389334)
* New: Systray - ability to open the help from the tray icon menu (#1406378)
* Many bugfixes: see Changelog

Version 4.4
* Only bugfixes and technical changes: see Changelog

Version 4.3
* New: Systray - ability to hide the tray icon
* New: Toolbar - ability to add multiple separators
* New: Toolbar - ability to add paste button on toolbar
* New: Autostart - Ability to set the automatic start of Xpad in the
  Preferences menu
* New: Autostart - Ability to set the wait for systray option in the
  Preferences menu
* New: Autostart - Ability to delay the start of Xpad in the Preferences
  menu
* New: Autostart - Ability to set the automatic creation of a new pad at
  the start of Xpad in the Preferences menu
* New: Autostart - Ability to set the automatic open/hide/restore of all
  pads at the start of Xpad in the Preferences menu
* New: Shortcuts - Added shortcuts keys for New pad (CTRL-N) and Delete
  (SHIFT-DEL) and changed Redo from (CTRL-R) to (CTRL-Y)
* Many bugfixes: see Changelog

Version 4.2
* New: Undo/redo functionality such as CTRL-Z
* New: ability to reconfigure the left-right click behaviour of the tray icon
* Many bugfixes: see Changelog

Version 4.1
* Undo/Redo for xpad and bug-fixes. Feature by Sergei Riaguzov
* Bug #490445: crash when right-clicking on tray icon to display list of
  notes. Patch by David Hull
* Bug #360142: Add keyboard shortcuts for formatting. Patch by Dennis Hilmar
* Bug #591978: xpad critical start. Patch by OBATA Akio


(mef)
diff -r1.51 -r1.52 pkgsrc/x11/xpad/Makefile
diff -r1.6 -r1.7 pkgsrc/x11/xpad/PLIST
diff -r1.9 -r1.10 pkgsrc/x11/xpad/distinfo
diff -r1.2 -r0 pkgsrc/x11/xpad/patches/patch-ac

cvs diff -r1.51 -r1.52 pkgsrc/x11/xpad/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xpad/Makefile 2015/04/25 14:25:25 1.51
+++ pkgsrc/x11/xpad/Makefile 2016/07/21 11:10:02 1.52
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.51 2015/04/25 14:25:25 tnn Exp $ 1# $NetBSD: Makefile,v 1.52 2016/07/21 11:10:02 mef Exp $
2# 2#
3 3
4DISTNAME= xpad-4.0 4DISTNAME= xpad-4.8.0
5PKGREVISION= 16 
6CATEGORIES= x11 5CATEGORIES= x11
7MASTER_SITES= http://launchpad.net/xpad/trunk/${PKGVERSION_NOREV}/+download/ 6MASTER_SITES= http://launchpad.net/xpad/trunk/${PKGVERSION_NOREV}/+download/
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://mterry.name/xpad/ 10HOMEPAGE= http://mterry.name/xpad/
12COMMENT= Sticky notes application for GTK+ 2.0 11COMMENT= Sticky notes application for GTK+ 2.0
13LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_TOOLS+= gmake intltool msgfmt pkg-config 15USE_TOOLS+= gmake intltool msgfmt pkg-config
17USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
18 17
19.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 18.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
20.include "../../sysutils/desktop-file-utils/desktopdb.mk" 19.include "../../sysutils/desktop-file-utils/desktopdb.mk"
21.include "../../x11/gtk2/buildlink3.mk" 20.include "../../x11/gtk3/buildlink3.mk"
 21.include "../../x11/gtksourceview3/buildlink3.mk"
22.include "../../x11/libSM/buildlink3.mk" 22.include "../../x11/libSM/buildlink3.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/x11/xpad/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/xpad/PLIST 2011/01/25 08:33:27 1.6
+++ pkgsrc/x11/xpad/PLIST 2016/07/21 11:10:02 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2011/01/25 08:33:27 obache Exp $ 1@comment $NetBSD: PLIST,v 1.7 2016/07/21 11:10:02 mef Exp $
2bin/xpad 2bin/xpad
3man/man1/xpad.1 3man/man1/xpad.1
4share/applications/xpad.desktop 4share/applications/xpad.desktop
5share/icons/hicolor/scalable/apps/xpad.svg 5share/icons/hicolor/scalable/apps/xpad.svg
6share/locale/af/LC_MESSAGES/xpad.mo 6share/locale/af/LC_MESSAGES/xpad.mo
7share/locale/bg/LC_MESSAGES/xpad.mo 7share/locale/bg/LC_MESSAGES/xpad.mo
8share/locale/cs/LC_MESSAGES/xpad.mo 8share/locale/cs/LC_MESSAGES/xpad.mo
9share/locale/da/LC_MESSAGES/xpad.mo 9share/locale/da/LC_MESSAGES/xpad.mo
10share/locale/de/LC_MESSAGES/xpad.mo 10share/locale/de/LC_MESSAGES/xpad.mo
11share/locale/en_GB/LC_MESSAGES/xpad.mo 11share/locale/en_GB/LC_MESSAGES/xpad.mo
12share/locale/es/LC_MESSAGES/xpad.mo 12share/locale/es/LC_MESSAGES/xpad.mo
13share/locale/et/LC_MESSAGES/xpad.mo 13share/locale/et/LC_MESSAGES/xpad.mo
14share/locale/fi/LC_MESSAGES/xpad.mo 14share/locale/fi/LC_MESSAGES/xpad.mo
@@ -21,13 +21,14 @@ share/locale/ja/LC_MESSAGES/xpad.mo @@ -21,13 +21,14 @@ share/locale/ja/LC_MESSAGES/xpad.mo
21share/locale/ko/LC_MESSAGES/xpad.mo 21share/locale/ko/LC_MESSAGES/xpad.mo
22share/locale/lv/LC_MESSAGES/xpad.mo 22share/locale/lv/LC_MESSAGES/xpad.mo
23share/locale/nl/LC_MESSAGES/xpad.mo 23share/locale/nl/LC_MESSAGES/xpad.mo
24share/locale/pt/LC_MESSAGES/xpad.mo 24share/locale/pt/LC_MESSAGES/xpad.mo
25share/locale/ro/LC_MESSAGES/xpad.mo 25share/locale/ro/LC_MESSAGES/xpad.mo
26share/locale/ru/LC_MESSAGES/xpad.mo 26share/locale/ru/LC_MESSAGES/xpad.mo
27share/locale/rw/LC_MESSAGES/xpad.mo 27share/locale/rw/LC_MESSAGES/xpad.mo
28share/locale/sv/LC_MESSAGES/xpad.mo 28share/locale/sv/LC_MESSAGES/xpad.mo
29share/locale/th/LC_MESSAGES/xpad.mo 29share/locale/th/LC_MESSAGES/xpad.mo
30share/locale/tr/LC_MESSAGES/xpad.mo 30share/locale/tr/LC_MESSAGES/xpad.mo
31share/locale/vi/LC_MESSAGES/xpad.mo 31share/locale/vi/LC_MESSAGES/xpad.mo
32share/locale/zh_CN/LC_MESSAGES/xpad.mo 32share/locale/zh_CN/LC_MESSAGES/xpad.mo
33share/locale/zh_TW/LC_MESSAGES/xpad.mo 33share/locale/zh_TW/LC_MESSAGES/xpad.mo
 34share/xpad/help/xpad-user-help.txt

cvs diff -r1.9 -r1.10 pkgsrc/x11/xpad/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xpad/distinfo 2015/11/04 03:29:10 1.9
+++ pkgsrc/x11/xpad/distinfo 2016/07/21 11:10:02 1.10
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.9 2015/11/04 03:29:10 agc Exp $ 1$NetBSD: distinfo,v 1.10 2016/07/21 11:10:02 mef Exp $
2 2
3SHA1 (xpad-4.0.tar.bz2) = 9d9c7c5ed6feb8aac97fc48bfcd662c3b0dbcba5 3SHA1 (xpad-4.8.0.tar.bz2) = 0810b4fc9a082a762b3c32898d8ea8590028d20f
4RMD160 (xpad-4.0.tar.bz2) = f0c571452463f6fcdbd4912e2ce178baa321eca8 4RMD160 (xpad-4.8.0.tar.bz2) = c15513b71d6a4f112da0932ac15ccacdea36390f
5SHA512 (xpad-4.0.tar.bz2) = ab28f36fe1c393370abfec575e79df49bb2596e14817a8b87f2e94b1df5df5d0eb77eb8ea0c6b7da3521b18905ec63de681d4ff8a92fccd3e4cd464e35a55f46 5SHA512 (xpad-4.8.0.tar.bz2) = 286afe23ace31e983c7db44231600dfb5c9ef2faa82b5560df3e1ab0b64deba2bee52cf805b728b12705b899ac3f3bc9715bc77d0d7e01dd692b9802edd358fe
6Size (xpad-4.0.tar.bz2) = 180340 bytes 6Size (xpad-4.8.0.tar.bz2) = 247547 bytes
7SHA1 (patch-ac) = 3a820f19db4a46eec8d63cb61912a01508a49940 7SHA1 (patch-ac) = 3a820f19db4a46eec8d63cb61912a01508a49940

File Deleted: pkgsrc/x11/xpad/patches/Attic/patch-ac