Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84411232fd | ||
|
|
4391efc3d2 | ||
|
|
9df0ebf71c | ||
|
|
077f563655 | ||
|
|
f5891055b0 | ||
|
|
b0c5f95206 | ||
|
|
9bde1eb0a1 | ||
|
|
8cfaf8a400 | ||
|
|
a752ee35b5 | ||
|
|
2b61d3b8b9 | ||
|
|
b0364a8316 | ||
|
|
1e4e928259 |
10 changed files with 3 additions and 255 deletions
|
|
@ -1 +0,0 @@
|
|||
accountsdialog-0.5.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
accountsdialog-0.6.tar.bz2
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
From def097f5f374cc490ea0307eddd9f3894cfade03 Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Wed, 10 Feb 2010 10:54:59 +0000
|
||||
Subject: [PATCH] Explicitely require gstreamer-0.10 for linking
|
||||
|
||||
Otherwise we get this error:
|
||||
/usr/bin/ld: main.o: undefined reference to symbol 'gst_init_get_option_group'
|
||||
/usr/bin/ld: note: 'gst_init_get_option_group' is defined in DSO /usr/lib/libgstreamer-0.10.so.0 so try adding it to the linker command line
|
||||
/usr/lib/libgstreamer-0.10.so.0: could not read symbols: Invalid operation
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 43d6452..01b4533 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -38,7 +38,7 @@ PKG_CHECK_MODULES(DBUS_GLIB, dbus-glib-1)
|
||||
PKG_CHECK_MODULES(UNIQUE, unique-1.0)
|
||||
PKG_CHECK_MODULES(POLKIT, polkit-gtk-1)
|
||||
PKG_CHECK_MODULES(GCONF, gconf-2.0)
|
||||
-PKG_CHECK_MODULES(CHEESE, cheese-gtk > 2.29.6, have_cheese=yes, have_cheese=no)
|
||||
+PKG_CHECK_MODULES(CHEESE, gstreamer-0.10 cheese-gtk > 2.29.6, have_cheese=yes, have_cheese=no)
|
||||
|
||||
if test x$have_cheese = xyes ; then
|
||||
AC_DEFINE(HAVE_CHEESE, 1, [Define to 1 to enable cheese webcam support])
|
||||
--
|
||||
1.6.6
|
||||
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
From 31fb4bbef99a7ca0ab3626921fc4e12f85fa2929 Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Wed, 10 Feb 2010 11:08:02 +0000
|
||||
Subject: [PATCH] Remove unused m4 macros
|
||||
|
||||
---
|
||||
Makefile.am | 2 -
|
||||
m4/Makefile.am | 9 -
|
||||
m4/gettext.m4 | 381 ----------------------------
|
||||
m4/gettext.m4~ | 381 ----------------------------
|
||||
m4/iconv.m4 | 180 --------------
|
||||
m4/iconv.m4~ | 180 --------------
|
||||
m4/lib-ld.m4 | 110 ---------
|
||||
m4/lib-ld.m4~ | 110 ---------
|
||||
m4/lib-link.m4 | 709 -----------------------------------------------------
|
||||
m4/lib-link.m4~ | 709 -----------------------------------------------------
|
||||
m4/lib-prefix.m4 | 185 --------------
|
||||
m4/lib-prefix.m4~ | 185 --------------
|
||||
m4/nls.m4 | 31 ---
|
||||
m4/nls.m4~ | 31 ---
|
||||
m4/po.m4 | 449 ---------------------------------
|
||||
m4/po.m4~ | 449 ---------------------------------
|
||||
m4/progtest.m4 | 92 -------
|
||||
m4/progtest.m4~ | 92 -------
|
||||
18 files changed, 0 insertions(+), 4285 deletions(-)
|
||||
delete mode 100644 m4/Makefile.am
|
||||
delete mode 100644 m4/gettext.m4
|
||||
delete mode 100644 m4/gettext.m4~
|
||||
delete mode 100644 m4/iconv.m4
|
||||
delete mode 100644 m4/iconv.m4~
|
||||
delete mode 100644 m4/lib-ld.m4
|
||||
delete mode 100644 m4/lib-ld.m4~
|
||||
delete mode 100644 m4/lib-link.m4
|
||||
delete mode 100644 m4/lib-link.m4~
|
||||
delete mode 100644 m4/lib-prefix.m4
|
||||
delete mode 100644 m4/lib-prefix.m4~
|
||||
delete mode 100644 m4/nls.m4
|
||||
delete mode 100644 m4/nls.m4~
|
||||
delete mode 100644 m4/po.m4
|
||||
delete mode 100644 m4/po.m4~
|
||||
delete mode 100644 m4/progtest.m4
|
||||
delete mode 100644 m4/progtest.m4~
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 4f2fe8c..c4b9f50 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,3 +1 @@
|
||||
SUBDIRS = src data po
|
||||
-
|
||||
-ACLOCAL_AMFLAGS = -I m4
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: accountsdialog
|
||||
# $Id$
|
||||
NAME := accountsdialog
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -1,80 +0,0 @@
|
|||
Name: accountsdialog
|
||||
Version: 0.5
|
||||
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.5/accountsdialog-0.5.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-libs-devel
|
||||
BuildRequires: apg
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
Requires: accountsservice
|
||||
Requires: apg
|
||||
Requires: GConf2
|
||||
Requires: passwd
|
||||
|
||||
%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
|
||||
* Mon Feb 15 2010 Matthias Clasen <mclasen@redhat.com> 0.5-1
|
||||
- Update to 0.5
|
||||
- Require passwd
|
||||
|
||||
* Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 0.4.1-2
|
||||
- Compile with webcam avatar capture
|
||||
|
||||
* Tue Feb 2 2010 Matthias Clasen <mclasen@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@redhat.com> 0.4-1
|
||||
- Initial packaging, based on work of Richard Hughes
|
||||
2
dead.package
Normal file
2
dead.package
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
This has been merged upstream in the gnome-control-center, and
|
||||
will be available in the control-center package in Fedora.
|
||||
|
|
@ -1,71 +0,0 @@
|
|||
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>
|
||||
|
|
@ -1 +0,0 @@
|
|||
accountsdialog-0_4_1-1_fc12:HEAD:accountsdialog-0.4.1-1.fc12.src.rpm:1265211308
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
59e2bc339c60a6b11c0d97c47d3a391d accountsdialog-0.5.tar.bz2
|
||||
Reference in a new issue