Update ImageViewer to 1.6.3, adding Hungarian translation.

Changing homepage and master site, since the old one did not seem to exist
anymore. Patch to fix buttons in the preferences.

OK ajacoutot@
This commit is contained in:
sebastia 2010-10-24 08:28:50 +00:00
parent 03a8b99fa6
commit 2c1658e333
4 changed files with 34 additions and 13 deletions

View File

@ -1,22 +1,19 @@
# $OpenBSD: Makefile,v 1.4 2010/07/30 11:29:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/24 08:28:50 sebastia Exp $
COMMENT= GNUstep image viewer
DISTNAME= ImageViewer-0.6.2
DISTNAME= ImageViewer-0.6.3
PKGNAME= ${DISTNAME:L}
REVISION= 1
CATEGORIES= graphics
HOMEPAGE= http://www.nice.ch/~phip/softcorner.html
HOMEPAGE= http://freshmeat.net/projects/imageviewer
WANTLIB= c gnustep-base m objc pthread gnustep-gui
MASTER_SITES= http://www.nice.ch/~phip/
MASTER_SITES= http://distfiles.nl/
MODULES= x11/gnustep
LIB_DEPENDS= ::x11/gnustep/gui
RUN_DEPENDS= :gnustep-back-*:x11/gnustep/back
WRKDIST= ${WRKDIR}/ImageViewer
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (gnustep/ImageViewer-0.6.2.tar.gz) = 9ykUa4xVNXo1z0Gfurm8xQ==
RMD160 (gnustep/ImageViewer-0.6.2.tar.gz) = IwTK/93D6UPAVMihdqa1Hqkevbo=
SHA1 (gnustep/ImageViewer-0.6.2.tar.gz) = uPBDzDh/zwUNUMBemHKLAxaO+zE=
SHA256 (gnustep/ImageViewer-0.6.2.tar.gz) = cTTPcHVhpDQXmkgFYEnrbr9J+A6aTpyQfLz1TSKjYSw=
SIZE (gnustep/ImageViewer-0.6.2.tar.gz) = 50806
MD5 (gnustep/ImageViewer-0.6.3.tar.gz) = idw1JBvi5MYMgNUa2xEMZQ==
RMD160 (gnustep/ImageViewer-0.6.3.tar.gz) = a8mSLDFtHqUHopPVPpoI2SiZe0U=
SHA1 (gnustep/ImageViewer-0.6.3.tar.gz) = X/A3bf38vP6MfaojsBmrJ6bgz+U=
SHA256 (gnustep/ImageViewer-0.6.3.tar.gz) = pjoeoGXbAYEawwrI+weUAb9nIa2k1GVxmEL66wpsfvQ=
SIZE (gnustep/ImageViewer-0.6.3.tar.gz) = 50683

View File

@ -0,0 +1,22 @@
$OpenBSD: patch-PrefController+InterfaceCreation_m,v 1.1 2010/10/24 08:28:50 sebastia Exp $
Fix label of the buttons in the preferences
--- PrefController+InterfaceCreation.m.orig Sat Oct 23 19:21:51 2010
+++ PrefController+InterfaceCreation.m Sat Oct 23 19:22:37 2010
@@ -104,13 +104,13 @@
button = [matrix cellAtRow:0 column:0];
[button setTag:0];
- [button setStringValue:_(@"Reset")];
+ [button setTitle:_(@"Reset")];
[button setBordered:YES];
[button setButtonType:NSMomentaryPushButton];
button = [matrix cellAtRow:0 column:1];
[button setTag:1];
- [button setStringValue:_(@"Set")];
+ [button setTitle:_(@"Set")];
[button setBordered:YES];
[button setButtonType:NSMomentaryPushButton];
}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/11/14 11:07:25 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2010/10/24 08:28:50 sebastia Exp $
bin/ImageViewer
libexec/GNUstep/
libexec/GNUstep/ImageViewer.app/
@ -16,6 +16,8 @@ libexec/GNUstep/ImageViewer.app/Resources/French.lproj/
libexec/GNUstep/ImageViewer.app/Resources/French.lproj/Localizable.strings
libexec/GNUstep/ImageViewer.app/Resources/German.lproj/
libexec/GNUstep/ImageViewer.app/Resources/German.lproj/Localizable.strings
libexec/GNUstep/ImageViewer.app/Resources/Hungarian.lproj/
libexec/GNUstep/ImageViewer.app/Resources/Hungarian.lproj/Localizable.strings
libexec/GNUstep/ImageViewer.app/Resources/ImageViewer.desktop
libexec/GNUstep/ImageViewer.app/Resources/ImageViewer.tiff
libexec/GNUstep/ImageViewer.app/Resources/ImageViewerInfo.plist