Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

37 commits

Author SHA1 Message Date
Kevin Fenzi
e198006f43 Clarify reason for retiring. 2012-04-05 15:08:07 -06:00
Kevin Fenzi
0a817db398 Package is retired 2012-04-05 15:07:34 -06:00
Christoph Wickert
c896edb8db Remove menu entry for xfrun4 (#794890) 2012-02-24 17:35:41 +01:00
Kevin Fenzi
1af09612a4 Add fix for the migration perl script to generate correct desktop files. Fixes bug #770313 2012-01-20 15:00:43 -07:00
Dennis Gilmore
fdb29cb8db - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:46:24 -06:00
Christoph Wickert
e470067e70 Fix release 2011-12-30 01:46:21 +01:00
Christoph Wickert
d1e16e47cf Don't try to remove $HOME if it is an xdg-user-dir (bugzilla.xfce.org #8154)
xfrun4 is part of xfce4-appfinder in Fedora >= 17
2011-12-30 00:22:43 +01:00
Kevin Fenzi
fe03181b17 Stop gnome from running 4.6 migration on gnome logins. Fixes bug #760621 2011-12-09 16:17:52 -07:00
Kevin Fenzi
988c743f65 Update to 4.8.3 2011-09-23 09:50:01 -06:00
Christoph Wickert
4f1ac59d0f upload new source 2011-06-18 10:44:16 +02:00
Christoph Wickert
78dfc26ea6 Update to 4.8.2 2011-06-18 10:36:46 +02:00
Orion Poplawski
089a622f98 Require xfce4-settings 2011-05-19 15:15:48 -06:00
Dennis Gilmore
8da002fc60 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:08:55 -06:00
Kevin Fenzi
74d3733626 Update to 4.8.1 2011-01-30 11:34:38 -07:00
Kevin Fenzi
33c85d980f Sources too... oops 2011-01-16 18:38:23 -07:00
Kevin Fenzi
fd5247486d Update to 4.8.0 2011-01-16 18:37:51 -07:00
Christoph Wickert
be2c5202e8 Add missing patch 2011-01-09 02:30:18 +01:00
Christoph Wickert
11e5696ad6 Some cleanups before build 2011-01-08 23:37:27 +01:00
Christoph Wickert
6a29746c1a - Update to 4.7.4 2011-01-08 23:36:06 +01:00
Fedora Release Engineering
828a5f6d39 dist-git conversion 2010-07-29 15:42:37 +00:00
2ad4c2f526 Add Copying file to docs in doc subpackage. 2010-07-08 01:01:47 +00:00
55eb9215bb Update to 4.6.2 2010-05-21 23:18:31 +00:00
Bill Nottingham
9665b672c5 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:58 +00:00
Jesse Keating
8c1b436385 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:49:01 +00:00
9fd6c0ed77 Update to 4.6.1 2009-04-20 02:24:57 +00:00
Christoph Wickert
543f9cf552 - Fix directory ownership problems
- Make separate xfce4-doc package
2009-03-02 21:26:37 +00:00
d824131a3e Update to 4.6.0 Remove unneeded BuildRequires 2009-02-27 20:23:10 +00:00
Jesse Keating
c55cc6361f - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 08:39:01 +00:00
Christoph Wickert
e265ef76cc add upstream link to patch2 2009-02-15 14:39:32 +00:00
fdd01e4bc3 Update to 4.5.99.1 2009-01-27 18:55:09 +00:00
124b62266e Update to 4.5.93 2009-01-17 20:19:55 +00:00
2e891755e9 Update to 4.5.92 2009-01-13 22:38:50 +00:00
Christoph Wickert
a889ef9595 - Update to 4.4.3
- Prefer gnome-screensaver over xscreensaver if installed
- Make xflock4 check for running screensaver instead of installed ones
- Rework pulseaudio patch
- Configure with --disable-static
- Run gtk-update-icon-cache in %post and %postun
2008-10-27 20:28:05 +00:00
5e145783ad Rebuild for gcc43 2008-02-10 23:42:29 +00:00
d8100da677 Patch the correct file 2008-01-14 21:14:16 +00:00
f3e2962f5e Add patch to start pulseaudio if installed 2008-01-02 21:33:37 +00:00
af9b0c7506 Update to 4.4.2 2007-12-03 06:04:11 +00:00
6 changed files with 3 additions and 262 deletions

View file

@ -1 +0,0 @@
xfce-utils-4.4.1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce-utils
# $Id$
NAME := xfce-utils
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 $$/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)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
Package is retired
Functionality has been absorbed by serveral other packages in Xfce 4.10

View file

@ -1 +0,0 @@
f7d95088e327bd8a64164696d39a1966 xfce-utils-4.4.1.tar.bz2

View file

@ -1,190 +0,0 @@
%define xsessiondir %{_datadir}/xsessions
Summary: Utilities for the Xfce Desktop Environment
Name: xfce-utils
Version: 4.4.1
Release: 3%{?dist}
License: GPLv2+
URL: http://www.xfce.org/
Source0: http://www.xfce.org/archive/xfce-4.4.1/src/xfce-utils-4.4.1.tar.bz2
Source1: xfce4.desktop
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: xfce-mcs-manager
Requires: xfwm4
Requires: xfdesktop
Requires: /usr/bin/id
BuildRequires: libxfcegui4-devel >= %{version}
BuildRequires: libxfce4mcs-devel >= %{version}
BuildRequires: xfce-mcs-manager-devel
BuildRequires: imake
BuildRequires: libXt-devel
BuildRequires: gettext
BuildRequires: dbus-devel
BuildRequires: dbus-glib-devel
%description
This package includes utilities for the Xfce Desktop Environment
%prep
%setup -q
%build
%configure --enable-gdm
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{xsessiondir}
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{xsessiondir}/xfce.desktop
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{xsessiondir}/
rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.a
rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.la
rm -rf $RPM_BUILD_ROOT/%{_datadir}/apps
%find_lang %{name}
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/X11
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README ChangeLog NEWS COPYING AUTHORS
%attr(0755,root,root)
%{_sysconfdir}/xdg/xfce4/xinitrc
%{_bindir}/*
%{_datadir}/xfce4/AUTHORS
%{_datadir}/xfce4/BSD
%{_datadir}/xfce4/COPYING
%{_datadir}/xfce4/GPL
%{_datadir}/xfce4/INFO
%{_datadir}/xfce4/INFO.ca
%{_datadir}/xfce4/INFO.es
%{_datadir}/xfce4/INFO.fi
%{_datadir}/xfce4/INFO.fr
%{_datadir}/xfce4/INFO.it
%{_datadir}/xfce4/INFO.ja
%{_datadir}/xfce4/INFO.ru
%{_datadir}/xfce4/INFO.uk
%{_datadir}/xfce4/INFO.vi
%{_datadir}/xfce4/LGPL
%{_datadir}/xfce4/doc/*/images/*
%{_datadir}/xfce4/doc/*/*.html
%{_datadir}/xfce4/doc/xfce-mouse.png
%{_datadir}/xfce4/doc/xfce.css
%{_datadir}/xfce4/doc/xfce-chunk.css
%{_datadir}/icons/*/*/*
%{xsessiondir}/*
%{_datadir}/dbus-1/services/org.xfce.RunDialog.service
%changelog
* Mon Aug 27 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-3
- Update License tag
* Mon Jul 30 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-2
- Add dbus BuildRequires. Thanks to Andy Shevchenko (fixes #250067)
* Wed Apr 11 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-1
- Update to 4.4.1
* Tue Apr 3 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.0-2
- Do not own %%{_sysconfdir}/xdg/xfce4
- Do not ship the switchdesk config
* Sun Jan 21 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.0-1
- Update to 4.4.0
* Fri Nov 10 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.2-1
- Update to 4.3.99.2
* Thu Oct 5 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.1-5
- Fix defattr
* Wed Oct 4 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.1-4
- Bump release for devel checkin
* Sun Sep 24 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.1-3
- Don't own doc dirs (xfdesktop does)
* Sun Sep 17 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.1-2
- Don't own datadir/xfce4 (xfwm4 already does)
* Sun Sep 3 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.1-1
- Upgrade to 4.3.99.1
* Wed Jul 12 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.90.2-1
- Update to 4.3.90.2
* Mon May 8 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.90.1-1
- Update to 4.3.90.1
* Mon Nov 7 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.3-1.fc5
- Update to 4.2.3
- Added dist tag
* Tue May 17 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.2-1.fc4
- Update to 4.2.2
* Fri Mar 25 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.1-3.fc4
- lowercase Release
* Wed Mar 23 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.1-2.FC4
- Removed unneeded la/a files
* Tue Mar 15 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.1-1
- Updated to 4.2.1 version
* Tue Mar 8 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.0-3
- Fixed case on Xfce
* Sun Mar 6 2005 Kevin Fenzi <kevin@tummy.com> - 4.2.0-2
- Removed old misc patch
* Thu Jan 27 2005 Than Ngo <than@redhat.com> 4.2.0-1
- 4.2.0
* Thu Dec 02 2004 Than Ngo <than@redhat.com> 4.0.6-3
- permission fix #141597
* Mon Nov 22 2004 Than Ngo <than@redhat.com> 4.0.6-2
- add session desktop file from KDE, better translations
- improve xfterm4 #139183
* Mon Jul 19 2004 Than Ngo <than@redhat.com> 4.0.6-1
- update to 4.0.6
- use %%find_lang macros, bug #124950
- fix component deps, bug #125744
- don't run xmodmap twice, bug #115500
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Apr 15 2004 Than Ngo <than@redhat.com> 4.0.5-1
- update to 4.0.5
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Jan 27 2004 Than Ngo <than@redhat.com> 4.0.3-2
- fixed dependant libraries check on x86_64
* Tue Jan 13 2004 Than Ngo <than@redhat.com> 4.0.3-1
- 4.0.3 release
* Thu Dec 25 2003 Than Ngo <than@redhat.com> 4.0.2-1
- 4.0.2 release
* Tue Dec 16 2003 Than Ngo <than@redhat.com> 4.0.1-1
- initial build

View file

@ -1,49 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Type=XSession
Exec=startxfce4
TryExec=startxfce4
Name=XFce 4
Name[eo]=Facoj 4
Name[pa]=XFce
Name[sv]=Xfce 4
Comment=The Cholesterol Free Desktop Environment, version 4. A desktop environment reminiscent of CDE
Comment[bn]=ি , CDE- ি ি
Comment[bs]=Cholesterol Free Desktop Environment. Desktop okolina nalik na CDE
Comment[ca]=L'entorn d'escriptori sense colesterol, versió 4. Un entorn d'escriptori que recorda a CDE
Comment[cy]=Yr Amgylchedd Penbwrdd Di-Golesterol, fersiwn 4. Amgylchedd penbwrdd sy'n atgoffaol o CDE
Comment[da]=Det kolesterolfrie desktopmiljø, version 4. Et desktopmiljø der minder om CDE
Comment[de]=Cholesterol Free Desktop Environment, Version 4. Benutzerumgebung in der Art von CDE
Comment[el]=Το Cholesterol Free Desktop Environment, έκδοση 4. Ένα περιβάλλον επιφάνειας εργασίας βασισμένο στο CDE
Comment[eo]=La libera labortablo ĉirkaŭajo 4
Comment[es]=El Cholesterol Free Desktop Environment, versión 4. Un entorno de escritorio que recuerda a CDE
Comment[et]=Kolesteroolivaba töölaua keskkond (versioon 4), mis meenutab mitmeti CDE-d
Comment[eu]=Kolesterolik gabeko idazmahai ingurunea, 4 bertsioa. CDE gogorarazten duen mahaigaina
Comment[fi]=Cholesterol Free -työpöytäympäristö. CDE:tä muisteleva työpöytäympäristö.
Comment[fr]=The Cholesterol Free Desktop Environment, version 4. Un environnement de bureau rappelant CDE
Comment[gl]=O Cholesterol Free Desktop Environment, versión 4. Un entorno de escritorio reminiscencia de CDE
Comment[he]=The Cholesterol Free Desktop Environment. גרסה 4, סביבת עבודה המזכירה את CDE
Comment[hu]=The Cholesterol Free Desktop Environment, 4-es verzió. Egy CDE-szerű ablakkezelő
Comment[is]=Kólesterol-lausa skjáborðsumhverfið, útgáfa 4. Skjáborð sem líkist CDE
Comment[it]=Il Cholesterol Free Desktop Environment, versione 4. Un desktop environment che ricorda CDE
Comment[ja]=Cholesterol Free Desktop Environment version 4 CDE
Comment[mt]=Cholesterol Free Desktop Environment (v4). Ambjent grafiku li jixbaħ lis-CDE
Comment[nb]=Den Kolesterolfrie Brukerflate, versjon 4. Et skrivebordsmiljø som minner om CDE
Comment[nds]=De Cholesterol Free Desktop Environment, Verschoon 4. En Schriefdisch-Ümgeven, de wat liek is to CDE
Comment[nl]=De Cholesterol Free Desktop Environment, versie 4. Een desktop environment die herinnert aan CDE
Comment[nn]=Cholesterol Free Desktop Environment. Eit skrivebordsmiljø som minner om CDE
Comment[pa]= , CDE
Comment[pl]=Cholesterol Free Desktop Environment, wersja 4 - środowisko graficzne podobne do CDE.
Comment[pt]=O Cholesterol Free Desktop Environment, versão 4. Um ambiente de trabalho com vestígios do CDE
Comment[pt_BR]=Acrônimo para Cholesterol Free Desktop Environment (ou ambiente livre de colesterol), versão 4; um ambiente de trabalho remanescente do CDE
Comment[ro]=Cholesterol Free Desktop Environment, versiunea 4. Un mediu grafic cu reminescente din CDE
Comment[ru]="Не содержащая холестерина" рабочая среда xfce версии 4, напоминающая CDE
Comment[sk]=The Cholesterol Free Desktop Environment verzia 4. Pracovné prostredie pripomínajúce CDE
Comment[sl]=Cholesterol Free Desktop Environment, različica 4. Namizno okolje, podobno okolju CDE
Comment[sr]=The Cholesterol Free Desktop Environment 4. издање. Радно окружење које подсећа на CDE
Comment[sr@Latn]=The Cholesterol Free Desktop Environment 4. издање. Радно окружење које подсећа на CDE
Comment[sv]=Den kolesterolfria skrivbordsmiljön, version 4. En skrivbordsmiljö som påminner om CDE
Comment[ta]= . ி 4. CDE ி
Comment[tr]=Cholesterol Ücretsiz Masaüstü Ortamı, sürüm 4. CDE'nin benzeri olan masaüstü ortamı
Comment[uk]=The Cholesterol Free Desktop Environment, версія 4. Графічне середовище, що нагадує CDE
Comment[zh_CN]= 4CDE