*.o
*~
*.in
-src/utenti
+src/zak-authe-gui
COPYING
INSTALL
Makefile
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="utenti"
+PKG_NAME="zak-authe-gui"
(test -f $srcdir/configure.ac \
&& test -d $srcdir/src \
&& test -f $srcdir/src/main.c) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
- echo " top-level utenti directory"
+ echo " top-level zak-authe-gui directory"
exit 1
}
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
-AC_INIT([utenti], [0.0.3], [azagli@libero.it])
+AC_INIT([zak-authe-gui], [0.0.3], [azagli@libero.it])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADER([config.h])
AC_PROG_CXX
# Checks for libraries.
-PKG_CHECK_MODULES(UTENTI, [gtk+-3.0 >= 3.0.0
+PKG_CHECK_MODULES(ZAK_AUTHE_GUI, [gtk+-3.0 >= 3.0.0
libzakauthe >= 0.5.0])
-AC_SUBST(UTENTI_CFLAGS)
-AC_SUBST(UTENTI_LIBS)
+AC_SUBST(ZAK_AUTHE_GUI_CFLAGS)
+AC_SUBST(ZAK_AUTHE_GUI_LIBS)
# Checks for header files.
Makefile
src/Makefile
data/Makefile
- data/utenti/Makefile
- data/utenti/gui/Makefile
+ data/zak-authe-gui/Makefile
+ data/zak-authe-gui/gui/Makefile
doc/Makefile
- doc/utenti/Makefile
- doc/utenti/examples/Makefile
+ doc/zak-authe-gui/Makefile
+ doc/zak-authe-gui/examples/Makefile
])
AC_OUTPUT
-SUBDIRS = utenti
+SUBDIRS = zak-authe-gui
+++ /dev/null
-SUBDIRS = gui
+++ /dev/null
-guidir = $(datadir)/utenti/gui
-
-gui_DATA = utenti.gui
-
-EXTRA_DIST = $(gui_DATA)
+++ /dev/null
-<?xml version="1.0"?>
-<interface>
- <requires lib="gtk+" version="2.16"/>
- <!-- interface-naming-policy project-wide -->
- <object class="GtkWindow" id="w_main">
- <property name="visible">True</property>
- <property name="title" translatable="yes">Gestione Utenti - SOLIPA</property>
- <property name="window_position">center</property>
- <property name="default_width">600</property>
- <property name="default_height">400</property>
- <signal name="delete_event" handler="gtk_main_quit"/>
- <child>
- <object class="GtkVBox" id="vbox1">
- <property name="visible">True</property>
- <property name="orientation">vertical</property>
- <child>
- <object class="GtkMenuBar" id="menubar1">
- <property name="visible">True</property>
- <child>
- <object class="GtkMenuItem" id="menuitem1">
- <property name="visible">True</property>
- <property name="label" translatable="yes">_Utenti</property>
- <property name="use_underline">True</property>
- <child type="submenu">
- <object class="GtkMenu" id="menu1">
- <property name="visible">True</property>
- <child>
- <object class="GtkImageMenuItem" id="imagemenuitem5">
- <property name="label">gtk-quit</property>
- <property name="visible">True</property>
- <property name="use_underline">True</property>
- <property name="use_stock">True</property>
- <signal name="activate" handler="gtk_main_quit"/>
- </object>
- </child>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkMenuItem" id="menuitem4">
- <property name="visible">True</property>
- <property name="label" translatable="yes">A_iuto</property>
- <property name="use_underline">True</property>
- <child type="submenu">
- <object class="GtkMenu" id="menu3">
- <property name="visible">True</property>
- <child>
- <object class="GtkImageMenuItem" id="imagemenuitem10">
- <property name="label">gtk-about</property>
- <property name="visible">True</property>
- <property name="use_underline">True</property>
- <property name="use_stock">True</property>
- <signal name="activate" handler="utenti_on_mnu_help_about_activate"/>
- </object>
- </child>
- </object>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkVBox" id="vbx_body">
- <property name="visible">True</property>
- <property name="orientation">vertical</property>
- <child>
- <placeholder/>
- </child>
- </object>
- <packing>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- <object class="GtkAboutDialog" id="dlg_about">
- <property name="visible">True</property>
- <property name="modal">True</property>
- <property name="window_position">center-on-parent</property>
- <property name="destroy_with_parent">True</property>
- <property name="type_hint">normal</property>
- <property name="program_name">Gestione Utenti - SOLIPA</property>
- <property name="copyright" translatable="yes">Copyright (C) 2010 Andrea Zagli</property>
- <property name="license" translatable="yes">Gestione Utenti SOLIPA è software libero; è possibile ridistribuirlo e/o
-modificarlo secondo i termini della licenza GNU General Public License,
-come pubblicata dalla Free Software Foundation; versione 2 della
-licenza, o (a scelta) una versione più recente.
-
-Gestione Utenti SOLIPA è distribuito nella speranza che possa
-risultare utile, ma SENZA ALCUNA GARANZIA, nemmeno la garanzia
-implicita di COMMERCIABILITÀ o APPLICABILITÀ PER UNO SCOPO
-PARTICOLARE. Per maggiori dettagli consultare la GNU General Public
-License.
-
-Una copia della GNU General Public License dovrebbe essere stata
-fornita con Nautilus. In caso contrario scrivere a:
- Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA</property>
- <property name="authors">Andrea Zagli <azagli@libero.it></property>
- <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
- <child internal-child="vbox">
- <object class="GtkVBox" id="dialog-vbox1">
- <child internal-child="action_area">
- <object class="GtkHButtonBox" id="dialog-action_area1"/>
- <packing>
- <property name="expand">False</property>
- <property name="pack_type">end</property>
- <property name="position">0</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
-</interface>
--- /dev/null
+SUBDIRS = gui
--- /dev/null
+guidir = $(datadir)/$(PKGNAME)/gui
+
+gui_DATA = zak-authe-gui.ui
+
+EXTRA_DIST = $(gui_DATA)
--- /dev/null
+<?xml version="1.0"?>
+<interface>
+ <requires lib="gtk+" version="2.16"/>
+ <!-- interface-naming-policy project-wide -->
+ <object class="GtkWindow" id="w_main">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes">Gestione Utenti - SOLIPA</property>
+ <property name="window_position">center</property>
+ <property name="default_width">600</property>
+ <property name="default_height">400</property>
+ <signal name="delete_event" handler="gtk_main_quit"/>
+ <child>
+ <object class="GtkVBox" id="vbox1">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkMenuBar" id="menubar1">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkMenuItem" id="menuitem1">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Utenti</property>
+ <property name="use_underline">True</property>
+ <child type="submenu">
+ <object class="GtkMenu" id="menu1">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkImageMenuItem" id="imagemenuitem5">
+ <property name="label">gtk-quit</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ <property name="use_stock">True</property>
+ <signal name="activate" handler="gtk_main_quit"/>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkMenuItem" id="menuitem4">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">A_iuto</property>
+ <property name="use_underline">True</property>
+ <child type="submenu">
+ <object class="GtkMenu" id="menu3">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkImageMenuItem" id="imagemenuitem10">
+ <property name="label">gtk-about</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ <property name="use_stock">True</property>
+ <signal name="activate" handler="utenti_on_mnu_help_about_activate"/>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="vbx_body">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+ <object class="GtkAboutDialog" id="dlg_about">
+ <property name="visible">True</property>
+ <property name="modal">True</property>
+ <property name="window_position">center-on-parent</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="type_hint">normal</property>
+ <property name="program_name">Gestione Utenti - SOLIPA</property>
+ <property name="copyright" translatable="yes">Copyright (C) 2010 Andrea Zagli</property>
+ <property name="license" translatable="yes">Gestione Utenti SOLIPA è software libero; è possibile ridistribuirlo e/o
+modificarlo secondo i termini della licenza GNU General Public License,
+come pubblicata dalla Free Software Foundation; versione 2 della
+licenza, o (a scelta) una versione più recente.
+
+Gestione Utenti SOLIPA è distribuito nella speranza che possa
+risultare utile, ma SENZA ALCUNA GARANZIA, nemmeno la garanzia
+implicita di COMMERCIABILITÀ o APPLICABILITÀ PER UNO SCOPO
+PARTICOLARE. Per maggiori dettagli consultare la GNU General Public
+License.
+
+Una copia della GNU General Public License dovrebbe essere stata
+fornita con Nautilus. In caso contrario scrivere a:
+ Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA</property>
+ <property name="authors">Andrea Zagli <azagli@libero.it></property>
+ <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
+ <child internal-child="vbox">
+ <object class="GtkVBox" id="dialog-vbox1">
+ <child internal-child="action_area">
+ <object class="GtkHButtonBox" id="dialog-action_area1"/>
+ <packing>
+ <property name="expand">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>
-SUBDIRS = utenti
+SUBDIRS = zak-authe-gui
+++ /dev/null
-SUBDIRS = examples
+++ /dev/null
-utenti_examplesdir = $(docdir)/examples
-
-utenti_examples_DATA = \
- utenti.conf
-
-EXTRA_DIST = $(utenti_examples_DATA)
+++ /dev/null
-[AUTE]
-plugin=/usr/local/lib/libaute/plugins/libaute-db
-cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;PORT=5432;DB_NAME=autedb
+++ /dev/null
-[AUTE]
-plugin=/usr/local/lib/libaute/plugins/libaute-smbldap
-host=ldap://10.0.0.102/
-base_dn=dc=nodomain
-users_ou=ou=Users
-groups_ou=ou=Groups
-user_field=uid
--- /dev/null
+SUBDIRS = examples
--- /dev/null
+zak_authe_gui_examplesdir = $(docdir)/examples
+
+zak_authe_gui_examples_DATA = \
+ zak-authe-gui.conf \
+ zak-authe-gui_ldap.conf
+
+EXTRA_DIST = $(zak_authe_gui_examples_DATA)
--- /dev/null
+[AUTE]
+plugin=/usr/local/lib/libaute/plugins/libaute-db
+cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;PORT=5432;DB_NAME=autedb
--- /dev/null
+[AUTE]
+plugin=/usr/local/lib/libaute/plugins/libaute-smbldap
+host=ldap://10.0.0.102/
+base_dn=dc=nodomain
+users_ou=ou=Users
+groups_ou=ou=Groups
+user_field=uid
-guidir = $(datadir)/utenti/gui
-formdir = $(datadir)/utenti/form
+guidir = $(datadir)/$(PKGNAME)/gui
+formdir = $(datadir)/$(PKGNAME)/form
AM_CPPFLAGS = -I.. \
- $(UTENTI_CFLAGS) \
+ $(ZAK_AUTHE_GUI_CFLAGS) \
-DGUIDIR=\""$(guidir)"\" \
-DFORMDIR=\""$(formdir)"\"
-LIBS = $(UTENTI_LIBS) \
+LIBS = $(ZAK_AUTHE_GUI_LIBS) \
-export-dynamic
-bin_PROGRAMS = utenti
+bin_PROGRAMS = zak-authe-gui
-utenti_SOURCES = main.c
+zak_authe_gui_SOURCES = main.c