pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-clipman-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Mar 20 22:45:11 UTC 2023

Modified Files:
        pkgsrc/x11/xfce4-clipman-plugin: Makefile distinfo

Log Message:
xfce4-clipman-plugin: update to 1.6.3

Change log:

1.6.3 (2023-03-20)
=====
- Update copyright year and bug report address
- history: Fix inactive copy button (Fixes #54)
- Shorten the selection text in menu
- Move text shorten code to common function
- build: Fix autotools warnings
- Allow to clear history when only selection is visible
- Fix blurry images in plugin menu when UI scale > 1
- Fix link in README
- Remove ENABLE_NLS ifdefs
- Update `.gitignore`
- Add primary clipboard persistence
- [PATCH] build: Fix intltool lock file problem during make distcheck
- Fix text preview
- Replace `g_malloc0()` with safer alternative `g_new0()`
- Use `filename` before freeing it
- Fix invalid "Show full history..." menu item behavior (#29)
- Fix GLib macro expansion compiler warnings
- Update copyright year
- Check if already running before adding as panel plugin
- Do not try to register application twice
- Correctly handle a timeout source life cycle within a function
- Fix Gtk-CRITICAL when showing main menu
- Require glib 2.60
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), Estonian, Finnish, French,
  Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
  Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
  Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese,
  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Turkish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/x11/xfce4-clipman-plugin/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xfce4-clipman-plugin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xfce4-clipman-plugin/Makefile
diff -u pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.66 pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.67
--- pkgsrc/x11/xfce4-clipman-plugin/Makefile:1.66       Sun Jan 29 21:18:30 2023
+++ pkgsrc/x11/xfce4-clipman-plugin/Makefile    Mon Mar 20 22:45:11 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.66 2023/01/29 21:18:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2023/03/20 22:45:11 gutteridge Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.6.2
+VERSION=       1.6.3
 DISTNAME=      xfce4-clipman-plugin-${VERSION}
 CATEGORIES=    sysutils
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/${VERSION:R}/

Index: pkgsrc/x11/xfce4-clipman-plugin/distinfo
diff -u pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.16 pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.17
--- pkgsrc/x11/xfce4-clipman-plugin/distinfo:1.16       Sat Dec 18 20:12:01 2021
+++ pkgsrc/x11/xfce4-clipman-plugin/distinfo    Mon Mar 20 22:45:11 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/12/18 20:12:01 gutteridge Exp $
+$NetBSD: distinfo,v 1.17 2023/03/20 22:45:11 gutteridge Exp $
 
-BLAKE2s (xfce4-clipman-plugin-1.6.2.tar.bz2) = a99be4fb4c1b1183f12ccc39475ffcd0ef25b9ea859777fe773089ba4e6578c0
-SHA512 (xfce4-clipman-plugin-1.6.2.tar.bz2) = 4bd49b3b6311d232d422d92007638b05409bc0c90fdc20a394590000ac8c706c0502b99a3c89a0276ca1c0e2cfb0a151c78a0a8b18a16bbf65cc5778bcb51db2
-Size (xfce4-clipman-plugin-1.6.2.tar.bz2) = 465656 bytes
+BLAKE2s (xfce4-clipman-plugin-1.6.3.tar.bz2) = 537901651586520cc047561f94c6ea1cf36241b776120a00a5ed600698736aef
+SHA512 (xfce4-clipman-plugin-1.6.3.tar.bz2) = a117f64035a6656c2f8603d9b0adec18bcbe8e1ee6a80b838e4cc40480cc3510afe5f32815ff89b1936cbdbadadf8e1e645f0202d97cc877aec125b51b72064b
+Size (xfce4-clipman-plugin-1.6.3.tar.bz2) = 486276 bytes
 SHA1 (patch-panel-plugin_Makefile.in) = f4e58a9a075623a82bbbea29c6510e9ff838b777



Home | Main Index | Thread Index | Old Index