Update Gorm to 1.2.16. Most notably change besides some bug fixes is the ability
to load Apple XIB files (which still needs an update of gnustep-base/gui to work) OK ajacoutot@
This commit is contained in:
parent
4dc2d756b6
commit
14fce28952
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2011/04/18 12:22:41 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2012/03/31 16:37:06 sebastia Exp $
|
||||
|
||||
COMMENT= GNUstep graphical object relationship modeller
|
||||
|
||||
DISTNAME= gorm-1.2.12
|
||||
REVISION = 3
|
||||
DISTNAME= gorm-1.2.16
|
||||
HOMEPAGE= http://www.gnustep.org/experience/Gorm.html
|
||||
MASTER_SITES= ${MASTER_SITE_GNUSTEP}dev-apps/
|
||||
|
||||
SHARED_LIBS= GormCore 0.0 \
|
||||
SHARED_LIBS= GormCore 0.1 \
|
||||
GormPrefs 0.0 \
|
||||
Gorm 0.0 \
|
||||
GormObjCHeaderParser 0.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnustep/gorm-1.2.12.tar.gz) = ewaKNpBR+D1FDSoN1GTo7g==
|
||||
RMD160 (gnustep/gorm-1.2.12.tar.gz) = hxnMetA+4maQ5st4fMnQjIzEZqo=
|
||||
SHA1 (gnustep/gorm-1.2.12.tar.gz) = MTJbuyZellrua6CJteem8U55X0Q=
|
||||
SHA256 (gnustep/gorm-1.2.12.tar.gz) = znl9x1cjXne4BlaAqZAgf9d6ToatKCpEuM9ovSOlN0s=
|
||||
SIZE (gnustep/gorm-1.2.12.tar.gz) = 676832
|
||||
MD5 (gnustep/gorm-1.2.16.tar.gz) = jCLnB7SXtXH0x0Rlp95CNQ==
|
||||
RMD160 (gnustep/gorm-1.2.16.tar.gz) = O2BU176BM0DhpvpXHgcJbXkZ0oY=
|
||||
SHA1 (gnustep/gorm-1.2.16.tar.gz) = pJ85nosPgAOvSCO0/AUrihRDtzI=
|
||||
SHA256 (gnustep/gorm-1.2.16.tar.gz) = gUYe7OdBDNLR9/kPr4ybwb4Unvesv7zGp6XtH1TAdDA=
|
||||
SIZE (gnustep/gorm-1.2.16.tar.gz) = 820986
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/12/22 09:20:00 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/03/31 16:37:06 sebastia Exp $
|
||||
bin/Gorm
|
||||
include/GormCore/
|
||||
include/GormCore/GormBoxEditor.h
|
||||
@ -57,6 +57,7 @@ include/GormCore/GormViewWindow.h
|
||||
include/GormCore/GormViewWithContentViewEditor.h
|
||||
include/GormCore/GormViewWithSubviewsEditor.h
|
||||
include/GormCore/GormWindowEditor.h
|
||||
include/GormCore/GormWindowTemplate.h
|
||||
include/GormCore/GormWrapperBuilder.h
|
||||
include/GormCore/GormWrapperLoader.h
|
||||
include/GormCore/NSCell+GormAdditions.h
|
||||
@ -429,6 +430,11 @@ libexec/GNUstep/Gorm.app/Resources/Nib.plugin/stamp.make
|
||||
libexec/GNUstep/Gorm.app/Resources/RightArr.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/Sunday_seurat.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/VersionProfiles.plist
|
||||
libexec/GNUstep/Gorm.app/Resources/Xib.plugin/
|
||||
libexec/GNUstep/Gorm.app/Resources/Xib.plugin/Resources/
|
||||
libexec/GNUstep/Gorm.app/Resources/Xib.plugin/Resources/Info-gnustep.plist
|
||||
@bin libexec/GNUstep/Gorm.app/Resources/Xib.plugin/Xib
|
||||
libexec/GNUstep/Gorm.app/Resources/Xib.plugin/stamp.make
|
||||
libexec/GNUstep/Gorm.app/Resources/bezel_nib.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/browserView.tiff
|
||||
libexec/GNUstep/Gorm.app/Resources/button_nib.tiff
|
||||
|
Loading…
Reference in New Issue
Block a user