rpms/accountsdialog/devel accountsdialog.spec, NONE, 1.1 hide-unimplemented-parts.patch, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Clasen mclasen at fedoraproject.org
Wed Feb 3 15:38:32 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/accountsdialog/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7206/devel

Modified Files:
	.cvsignore sources 
Added Files:
	accountsdialog.spec hide-unimplemented-parts.patch import.log 
Log Message:
initial import



--- NEW FILE accountsdialog.spec ---
Name:           accountsdialog
Version:        0.4.1
Release:        1%{?dist}
Summary:        An application to view and modify user accounts information

Group:          Applications/System
License:        GPLv3+
URL:            http://www.fedoraproject.org/wiki/Features/UserAccountDialog
Source0:        http://download.gnome.org/sources/accountsdialog/0.4/accountsdialog-0.4.1.tar.bz2

# hide nonfunctional UI
Patch0:         hide-unimplemented-parts.patch

BuildRequires:  intltool
BuildRequires:  glib2-devel
BuildRequires:  gtk2-devel
BuildRequires:  gnome-desktop-devel
BuildRequires:  dbus-glib-devel
BuildRequires:  unique-devel
BuildRequires:  polkit-gnome-devel
BuildRequires:  GConf2-devel
BuildRequires:  iso-codes-devel
BuildRequires:  cheese
BuildRequires:  apg
BuildRequires:  desktop-file-utils

Requires:       accountsservice
Requires:       apg
Requires:       GConf2

%description
The AccountsDialog project provides an application to view and modify
user account information that is provided by the AccountsService. It
also lets you configure some aspects of the gdm login screen.

%prep
%setup -q
%patch0 -p1 -b .hide-unimplemented-parts

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accountsdialog.desktop

%find_lang accounts-dialog

%clean
rm -rf $RPM_BUILD_ROOT


%files -f accounts-dialog.lang
%defattr(-,root,root,-)
%doc COPYING README AUTHORS
%{_bindir}/accounts-dialog
%{_datadir}/accountsdialog
%{_datadir}/applications/accountsdialog.desktop


%changelog
* Tue Feb  2 2010 Matthias Clasen <mclasen at redhat.com> 0.4.1-1
- Update to 0.4.1
- Incorporate package review feedback
- Hide unimplemented parts of the UI

* Fri Jan 29 2010 Matthias Clasen <mclasen at redhat.com> 0.4-1
- Initial packaging, based on work of Richard Hughes

hide-unimplemented-parts.patch:
 user-accounts-dialog.ui |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

--- NEW FILE hide-unimplemented-parts.patch ---
diff --git a/data/user-accounts-dialog.ui b/data/user-accounts-dialog.ui
index da6d217..98d6330 100644
--- a/data/user-accounts-dialog.ui
+++ b/data/user-accounts-dialog.ui
@@ -146,11 +146,11 @@
                             <property name="column_spacing">10</property>
                             <child>
                               <object class="GtkHBox" id="hbox20">
-                                <property name="visible">True</property>
+                                <property name="visible">False</property>
                                 <child>
                                   <object class="GtkButton" id="button11">
                                     <property name="label" translatable="yes">Open</property>
-                                    <property name="visible">True</property>
+                                    <property name="visible">False</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
                                     <property name="xalign">0</property>
@@ -177,7 +177,7 @@
                                 <child>
                                   <object class="GtkButton" id="button10">
                                     <property name="label" translatable="yes">Open</property>
-                                    <property name="visible">True</property>
+                                    <property name="visible">False</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
                                     <property name="xalign">0</property>
@@ -199,6 +199,7 @@
                             <child>
                               <object class="GtkLabel" id="account-parental-controls-label1">
                                 <property name="xalign">1</property>
+                                <property name="visible">False</property>
                                 <property name="label" translatable="yes">Address Book Card:</property>
                                 <attributes>
                                   <attribute name="foreground" value="#555555555555"/>
@@ -576,7 +577,7 @@
                             </child>
                             <child>
                               <object class="GtkLabel" id="account-parental-controls-label">
-                                <property name="visible">True</property>
+                                <property name="visible">False</property>
                                 <property name="xalign">1</property>
                                 <property name="label" translatable="yes">Restrictions:</property>
                                 <attributes>
@@ -821,7 +822,7 @@
                 <child>
                   <object class="GtkCheckButton" id="dm-show-password-hints-checkbutton">
                     <property name="label" translatable="yes">Show password hints</property>
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
                     <property name="active">True</property>
@@ -835,7 +836,7 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="label1">
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="xalign">0</property>
                     <property name="yalign">0</property>
                     <property name="label" translatable="yes">A guest account will allow anyone to temporarily log in to this computer without a password.  For security, remote logins to this account are not allowed.
@@ -853,7 +854,7 @@
                 <child>
                   <object class="GtkCheckButton" id="dm-allow-guest-login-checkbutton">
                     <property name="label" translatable="yes">Allow guests to log in to this computer</property>
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
                     <property name="active">True</property>


--- NEW FILE import.log ---
accountsdialog-0_4_1-1_fc12:HEAD:accountsdialog-0.4.1-1.fc12.src.rpm:1265211308


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/accountsdialog/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Feb 2010 04:18:09 -0000	1.1
+++ .cvsignore	3 Feb 2010 15:38:31 -0000	1.2
@@ -0,0 +1 @@
+accountsdialog-0.4.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/accountsdialog/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Feb 2010 04:18:09 -0000	1.1
+++ sources	3 Feb 2010 15:38:31 -0000	1.2
@@ -0,0 +1 @@
+0c7f2d656e5a888ca0b6f6746e8bbe1e  accountsdialog-0.4.1.tar.bz2



More information about the scm-commits mailing list