RPM Builder plugin for Anjuta 0.1.1
Application
RPM Builder plugin for Anjuta 0.1.1
Description
You can make RPM spec file and RPM package(s) for the your
project. The plugin use the Anjuta project settings. This plugin is
useable with Anjuta >= v1.1.1.
Enhancements
- change window state (not modal and resizeable)
- configure.in: enhance Anjuta directory searching
- new Spec variables on the GUI:
- Buildrequires
- Obsoletes
- new druid pages:
- ‘user defines’ editor (e.g. you can change the
%{_libexecdir}) - spec file viewer (for checking)
- ‘user defines’ editor (e.g. you can change the
- new features:
- quick working (if the project is compiled, you can skip
configure and build steps on the ‘File searching’ and ‘Making’
pages) - if you enable (this is the default), replace a part of the path
to rpm variable (e.g. %{_bindir}) - you can make .tar.bz2 and .src.rpm too
- new button on the ‘Configure filelist’: if you delete an item
with ‘delete’ button, plugin add the next command to the end of the
‘install’ step: rm -f $RPM_BUILD_ROOT<deleted item> - auto release incrementation after packages making
- you can set the full path of the ‘rpmbuild’
- RPM Builder check the ‘rpmbuild’ existing
- quick working (if the project is compiled, you can skip
Fixes
- bugfixes the filelist editor bugs
Download
http://sourceforge.net/projects/arpmbuilder
GNOME Software Map entry
http://www.gnome.org/softwaremap/projects/arpmbuilder
Glade– 2.0.0.1
Application
Glade– 2.0.0.1
Description
Glade– is a backend for glade and glade-2 to create C++ sources
(gtk– and gtkmm2, any combination).
Glade is an graphical user interface builder for gtk/gnome.
Glademm can now also build skeleton projects for libglade
projects (–libglade).
Comments
It has been quite some time since the last release. Perhaps I
will soon implement a fallback for the people which do not see the
need to declare widgets they want to access as
protected/public.
Enhancements
- changed version numbering to be more standard like (now I
append nano numbers to glade’s version instead of letters) - more toolbar properties
- more treeview signals with their args
- started autoconf/automake version detection (and
conformity)
Fixes
- fix for grab_focus and Gtkmm1
- fix wrong file name if include file exists (Class.cc) (Audun
Ellertsen) - fix menubar.cc (closes #113549) (Toralf Lund)
- treeview arguments fixed (Gtk:: was missing) (Luis Pastor
Vegas) - fix no-gettext on gnome1.4/glibc2.3 [shudder] (me)
- facilitate gettext by adding
- gettextize to autogen.sh
- generate Makevars & LINGUAS from autogen.sh
- <config.h> and bind_textdomain_codeset() to main()
- gettext-howto.txt to docs
- add po to Makefile.am:SUBDIRS
- issue a big warning if all widgets are private
- fix a bug with 2.0.0 which looked for gnome1
unconditionally - accept 3+ dotted version strings (e.g. 1.4.1.2)
- made it compile with g++-3.3
Download
http://home.wtal.de/petig/Gtk/