Skip to content

Commit

Permalink
x11-fm/worker: update the port to bugfix version 5.0.1
Browse files Browse the repository at this point in the history
- Fixed a bug introduced in 5.0.0 in text view copy to clipboard
  where in some situations data might not have been copied to the
  clipboard completely (occurred when tab characters were inside
  the selected text)
- Updated Czech translation (thanks to Petr Korviny)
- Per new world order, install manpages under $PREFIX/share/man

Approved by:	maintainer
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Jan 22, 2024
1 parent 145775c commit 0fb4a73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion x11-fm/worker/Makefile
@@ -1,5 +1,5 @@
PORTNAME= worker
PORTVERSION= 5.0.0
PORTVERSION= 5.0.1
CATEGORIES= x11-fm
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/

Expand All @@ -14,6 +14,7 @@ RUN_DEPENDS= bash:shells/bash
USES= compiler:c++14-lang localbase pkgconfig python:run \
shebangfix tar:bzip2 xorg
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_XORG= ice sm x11 xinerama

SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
Expand Down
6 changes: 3 additions & 3 deletions x11-fm/worker/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1703259436
SHA256 (worker-5.0.0.tar.bz2) = c72f902bcf2ff80cc0c5c26fc23482563f316b9d44844e74bba014f5f7884f82
SIZE (worker-5.0.0.tar.bz2) = 1746556
TIMESTAMP = 1705748612
SHA256 (worker-5.0.1.tar.bz2) = dccb4a356be9ed86918bc942f8dfc08ab6a0a710b290c7e912df1d5e01e94ebc
SIZE (worker-5.0.1.tar.bz2) = 1751065
6 changes: 3 additions & 3 deletions x11-fm/worker/pkg-plist
@@ -1,7 +1,7 @@
bin/worker
man/fr/man1/worker.1.gz
man/it/man1/worker.1.gz
man/man1/worker.1.gz
share/man/fr/man1/worker.1.gz
share/man/it/man1/worker.1.gz
share/man/man1/worker.1.gz
share/pixmaps/WorkerIcon.xpm
share/pixmaps/WorkerIcon16.xpm
share/pixmaps/WorkerIcon32.xpm
Expand Down

0 comments on commit 0fb4a73

Please sign in to comment.