Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Kevin Fenzi
e7c1ae7250 dead upstream, never ported to libxfce4ui 2015-03-10 14:14:12 -06:00
Kevin Fenzi
38969fc4ab Rebuild for Xfce 4.12 2015-02-28 20:46:36 -07:00
32937f2411 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 09:57:34 +00:00
Dennis Gilmore
ac46954e45 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 00:47:54 -05:00
Dennis Gilmore
5587ee306f - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:09:50 -05:00
Dennis Gilmore
bc6de5f577 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:41:54 -06:00
Dennis Gilmore
37fa073874 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 00:23:53 -05:00
Kevin Fenzi
825c29eb3b Rebuild for Xfce 4.10(pre2) 2012-04-15 09:52:46 -06:00
Kevin Fenzi
04bf09accf Rebuild for Xfce 4.10 2012-04-04 23:37:27 -06:00
Dennis Gilmore
a8d0aa13e3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:54:12 -06:00
Adam Jackson
df587eff91 Rebuild for new libpng 2011-12-06 01:44:31 -05:00
Dennis Gilmore
6da5afc298 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:58:46 -06:00
Kevin Fenzi
be9b213db7 Rebuild for Xfce 4.8 2011-01-13 20:59:51 -07:00
4 changed files with 1 additions and 56 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
xfswitch-plugin-0.0.1.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
dead upstream, never ported to libxfce4ui

View file

@ -1 +0,0 @@
cb204f4a507f462d019529af6f547731 xfswitch-plugin-0.0.1.tar.gz

View file

@ -1,54 +0,0 @@
%global upname xfswitch-plugin
Name: xfce4-xfswitch-plugin
Version: 0.0.1
Release: 1%{?dist}
Summary: User switching plugin for the Xfce4 Panel
Group: User Interface/Desktops
License: GPLv2+
URL: http://goodies.xfce.org/projects/panel-plugins/%{upname}
Source0: http://archive.xfce.org/src/panel-plugins/%{upname}/0.0/%{upname}-0.0.1.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: xfce4-panel-devel >= 4.4
BuildRequires: gettext intltool
Requires: xfce4-panel >= 4.4.0
Requires: gdm
Provides: %{upname} = %{name}-%{version}
%description
Xfswitch-plugin is a user switching plugin for the Xfce4 Panel. It allows you
to leave the current session opened and open a new session with another user.
At the moment it relies on GDM, but other display managers will be supported
in the future.
%prep
%setup -qn %{upname}-%{version}
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%find_lang %{upname}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{upname}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libexecdir}/xfce4/panel-plugins/%{upname}
%{_datadir}/xfce4/panel-plugins/*.desktop
%changelog
* Thu Feb 26 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.1-1
- Initial RPM package