Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37882520
en ru br
Репозитории ALT

Группа :: Графические оболочки/GNUstep
Пакет: gnustep-nibtool

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

pax_global_header00006660000000000000000000000064123037657130014521gustar00rootroot0000000000000052 comment=5385b9ee0816d6f027daf9c0b83aaad390af0760
gnustep-nibtool-0.1/000075500000000000000000000000001230376571300145105ustar00rootroot00000000000000gnustep-nibtool-0.1/.gear/000075500000000000000000000000001230376571300155045ustar00rootroot00000000000000gnustep-nibtool-0.1/.gear/nibtool.spec000064400000000000000000000022021230376571300200220ustar00rootroot00000000000000%set_verify_elf_method unresolved=strict

Name: gnustep-nibtool
Version: 0.1
Release: alt1.svn20100602
Summary: GNUstep nibtool
License: GPLv3+
Group: Graphical desktop/GNUstep
Url: http://www.gnustep.org/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

# http://svn.gna.org/svn/gnustep/apps/nibtool/trunk/
Source: %name-%version.tar

BuildPreReq: clang-devel gnustep-make-devel libgnustep-objc2-devel /proc
BuildPreReq: gnustep-gui-devel
BuildPreReq: libgmp-devel libgnutls-devel libgcrypt-devel
BuildPreReq: libxslt-devel libffi-devel libicu-devel zlib-devel
BuildPreReq: gnustep-gorm-devel

Requires: gnustep-gorm

%description
GNUstep nibtool.

%prep
%setup

%build
. %_datadir/GNUstep/Makefiles/GNUstep.sh

%make_build \
messages=yes \
debug=yes \
strip=no \
shared=yes

%install
. %_datadir/GNUstep/Makefiles/GNUstep.sh

%makeinstall_std GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

%files
%_bindir/*

%changelog
* Fri Feb 28 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.1-alt1.svn20100602
- Fixed build

* Sat Jan 25 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.1-alt1.git20100602
- Initial build for Sisyphus

gnustep-nibtool-0.1/.gear/rules000064400000000000000000000001141230376571300165550ustar00rootroot00000000000000spec: .gear/nibtool.spec
tar: . name=@name@-@version@ base=@name@-@version@
gnustep-nibtool-0.1/GNUmakefile000064400000000000000000000015621230376571300165660ustar00rootroot00000000000000#
# GNUmakefile - Generated by ProjectCenter
#
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
endif
ifeq ($(GNUSTEP_MAKEFILES),)
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
endif

include $(GNUSTEP_MAKEFILES)/common.make

#
# Tool
#
VERSION = 0.1
PACKAGE_NAME = nibtool
TOOL_NAME = nibtool
nibtool_TOOL_ICON =


#
# Libraries
#
nibtool_LIBRARIES_DEPEND_UPON += -lGormCore -lGorm -lGormObjCHeaderParser

#
# Resource files
#
nibtool_RESOURCE_FILES = \
Resources/Version \


#
# Header files
#
nibtool_HEADER_FILES = \
NIBTool.h

#
# Class files
#
nibtool_OBJC_FILES = \
NIBTool.m

#
# Other sources
#
nibtool_OBJC_FILES += \
main.m

#
# Makefiles
#
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble
gnustep-nibtool-0.1/GNUmakefile.postamble000064400000000000000000000012441230376571300205500ustar00rootroot00000000000000#
# GNUmakefile.postamble - Generated by ProjectCenter
#

# Things to do before compiling
# before-all::

# Things to do after compiling
# after-all::

# Things to do before installing
# before-install::

# Things to do after installing
# after-install::

# Things to do before uninstalling
# before-uninstall::

# Things to do after uninstalling
# after-uninstall::

# Things to do before cleaning
# before-clean::

# Things to do after cleaning
# after-clean::

# Things to do before distcleaning
# before-distclean::

# Things to do after distcleaning
# after-distclean::

# Things to do before checking
# before-check::

# Things to do after checking
# after-check::

gnustep-nibtool-0.1/GNUmakefile.preamble000064400000000000000000000013331230376571300203500ustar00rootroot00000000000000#
# GNUmakefile.preamble - Generated by ProjectCenter
#

# Additional flags to pass to the preprocessor
ADDITIONAL_CPPFLAGS +=

# Additional flags to pass to Objective C compiler
ADDITIONAL_OBJCFLAGS +=

# Additional flags to pass to C compiler
ADDITIONAL_CFLAGS +=

# Additional flags to pass to the linker
ADDITIONAL_LDFLAGS +=

# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS +=

# Additional library directories the linker should search
ADDITIONAL_LIB_DIRS += -L/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/System/Library/Libraries

# Additional TOOL libraries to link
ADDITIONAL_TOOL_LIBS += -lGormCore -lGorm -lGormObjCHeaderParser

gnustep-nibtool-0.1/NIBTool.h000064400000000000000000000020721230376571300161300ustar00rootroot00000000000000/*
Project: nibtool

Copyright (C) 2010 Free Software Foundation

Author: heron,,,

Created: 2010-06-02 19:44:20 -0400 by heron

This application is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This application is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.

You should have received a copy of the GNU General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/

#ifndef _NIBTOOL_H_
#define _NIBTOOL_H_

#import <Foundation/Foundation.h>

@interface NIBTool : NSObject
{

}
- (id) initWithArguments: (const char **)argv count: (int)argc;
- (void) run;
@end

#endif // _NIBTOOL_H_

gnustep-nibtool-0.1/NIBTool.m000064400000000000000000000017701230376571300161410ustar00rootroot00000000000000/*
Project: nibtool

Copyright (C) 2010 Free Software Foundation

Author: heron,,,

Created: 2010-06-02 19:42:53 -0400 by heron

This application is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This application is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.

You should have received a copy of the GNU General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/

#import "NIBTool.h"

@implementation NIBTool
- (id) initWithArguments: (const char **)argv count: (int)argc
{
return self;
}

- (void) run
{
}
@end
gnustep-nibtool-0.1/main.m000064400000000000000000000023451230376571300156160ustar00rootroot00000000000000/*
Project: nibtool

Copyright (C) 2010 Free Software Foundation

Author: Gregory Casamento

Created: 2010-05-30 00:01:29 -0400 by heron

This application is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.

This application is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.

You should have received a copy of the GNU General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/

#import <Foundation/Foundation.h>
#import "NIBTool.h"

int
main(int argc, const char *argv[])
{
id pool = [[NSAutoreleasePool alloc] init];
NIBTool *nibTool = nil;

// Your code here...
nibTool = [[NIBTool alloc] initWithArguments: argv
count: argc];
[nibTool run];
AUTORELEASE(nibTool);
// The end...

[pool release];

return 0;
}

gnustep-nibtool-0.1/nibtool.pcproj/000075500000000000000000000000001230376571300174525ustar00rootroot00000000000000gnustep-nibtool-0.1/nibtool.pcproj/PC.project000064400000000000000000000030071230376571300213440ustar00rootroot00000000000000{
BUILDER_TARGETS = (
all,
install,
uninstall,
clean,
distclean,
dist
);
CLASS_FILES = (
NIBTool.m
);
COMPILEROPTIONS = "";
CPPOPTIONS = "";
CREATION_DATE = "2010-05-30 00:01:29 -0400";
DOCU_FILES = (
);
FRAMEWORKS = (
);
HEADER_FILES = (
NIBTool.h
);
IMAGES = (
);
INSTALLDIR = "$(HOME)/GNUstep/Tools";
LANGUAGE = English;
LIBRARIES = (
"gnustep-base",
GormCore,
Gorm,
GormObjCHeaderParser
);
LINKEROPTIONS = "";
LOCALIZED_RESOURCES = (
);
MAKEFILEDIR = "$(GNUSTEP_MAKEFILES)";
OBJC_COMPILEROPTIONS = "";
OTHER_RESOURCES = (
Version
);
OTHER_SOURCES = (
main.m
);
PROJECT_AUTHORS = (
);
PROJECT_COPYRIGHT = "Copyright (C) 200x";
PROJECT_COPYRIGHT_DESC = "Released under ...";
PROJECT_CREATOR = "heron,,,";
PROJECT_DESCRIPTION = "No description available!";
PROJECT_GROUP = "No group available!";
PROJECT_MAINTAINER = "heron,,,";
PROJECT_NAME = nibtool;
PROJECT_RELEASE = 0.1;
PROJECT_SUMMARY = "No summary available!";
PROJECT_TYPE = Tool;
PROJECT_URL = "";
SEARCH_HEADER_DIRS = (
);
SEARCH_LIB_DIRS = (
"/usr/GNUstep/System/Library/Libraries",
"/usr/GNUstep/System/Library/Libraries",
"/usr/GNUstep/System/Library/Libraries"
);
SUBPROJECTS = (
);
SUPPORTING_FILES = (
GNUmakefile.preamble,
GNUmakefile,
GNUmakefile.postamble,
nibtoolInfo.plist
);
TOOLICON = "";
USER_LANGUAGES = (
AmericanEnglish,
English
);
}gnustep-nibtool-0.1/nibtoolInfo.plist000064400000000000000000000004121230376571300200440ustar00rootroot00000000000000{
"!" = "Generated by ProjectCenter, do not edit";
Copyright = "Copyright (C) 200x";
CopyrightDescription = "Released under ...";
FullVersionID = 0.1;
ToolDescription = "No description available!";
ToolName = nibtool;
ToolRelease = 0.1;
}
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin