Skip to content

Commit

Permalink
xfce4-clipman-plugin: update to 1.6.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dhgutteridge committed Mar 20, 2023
1 parent bf8f94e commit 9fda3f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions x11/xfce4-clipman-plugin/Makefile
Original file line number Diff line number Diff line change
@@ -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}/
Expand Down
8 changes: 4 additions & 4 deletions x11/xfce4-clipman-plugin/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9fda3f9

Please sign in to comment.