diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 5908e98..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -accountsdialog-0.5.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1891f7a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +accountsdialog-0.6.tar.bz2 diff --git a/0001-Explicitely-require-gstreamer-0.10-for-linking.patch b/0001-Explicitely-require-gstreamer-0.10-for-linking.patch deleted file mode 100644 index a4b66ec..0000000 --- a/0001-Explicitely-require-gstreamer-0.10-for-linking.patch +++ /dev/null @@ -1,29 +0,0 @@ -From def097f5f374cc490ea0307eddd9f3894cfade03 Mon Sep 17 00:00:00 2001 -From: Bastien Nocera -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 - diff --git a/0001-Remove-unused-m4-macros.patch b/0001-Remove-unused-m4-macros.patch deleted file mode 100644 index ea47dde..0000000 --- a/0001-Remove-unused-m4-macros.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 31fb4bbef99a7ca0ab3626921fc4e12f85fa2929 Mon Sep 17 00:00:00 2001 -From: Bastien Nocera -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 diff --git a/Makefile b/Makefile deleted file mode 100644 index 943d214..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/accountsdialog.spec b/accountsdialog.spec deleted file mode 100644 index 946b3ab..0000000 --- a/accountsdialog.spec +++ /dev/null @@ -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 0.5-1 -- Update to 0.5 -- Require passwd - -* Tue Feb 09 2010 Bastien Nocera 0.4.1-2 -- Compile with webcam avatar capture - -* Tue Feb 2 2010 Matthias Clasen 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 0.4-1 -- Initial packaging, based on work of Richard Hughes diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..d4472f6 --- /dev/null +++ b/dead.package @@ -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. diff --git a/hide-unimplemented-parts.patch b/hide-unimplemented-parts.patch deleted file mode 100644 index b767ac1..0000000 --- a/hide-unimplemented-parts.patch +++ /dev/null @@ -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 @@ - 10 - - -- True -+ False - - - Open -- True -+ False - True - True - 0 -@@ -177,7 +177,7 @@ - - - Open -- True -+ False - True - True - 0 -@@ -199,6 +199,7 @@ - - - 1 -+ False - Address Book Card: - - -@@ -576,7 +577,7 @@ - - - -- True -+ False - 1 - Restrictions: - -@@ -821,7 +822,7 @@ - - - Show password hints -- True -+ False - True - False - True -@@ -835,7 +836,7 @@ - - - -- True -+ False - 0 - 0 - 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 @@ - - - Allow guests to log in to this computer -- True -+ False - True - False - True diff --git a/import.log b/import.log deleted file mode 100644 index e9b23df..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -accountsdialog-0_4_1-1_fc12:HEAD:accountsdialog-0.4.1-1.fc12.src.rpm:1265211308 diff --git a/sources b/sources deleted file mode 100644 index b7e9b8a..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -59e2bc339c60a6b11c0d97c47d3a391d accountsdialog-0.5.tar.bz2