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.

19 commits

Author SHA1 Message Date
Kevin Fenzi
15d28a2ffc dead upstream, never ported to libxfce4ui 2015-03-10 14:13:23 -06:00
Kevin Fenzi
38b0a72d01 Rebuild for Xfce 4.12 2015-02-28 20:43:21 -07:00
eaa8875ebb - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 09:45:37 +00:00
Yaakov Selkowitz
784f9b8dd1 Fix FTBFS with -Werror=format-security (#1037394, #1107268) 2014-07-07 22:17:13 -05:00
Dennis Gilmore
4525e19121 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 00:38:32 -05:00
Dennis Gilmore
739eca9fa5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:00:19 -05:00
Dennis Gilmore
83f3f4a2e8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:37:05 -06:00
Dennis Gilmore
e6aee50c16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 00:08:51 -05:00
Kevin Fenzi
3a7d5c4486 Rebuild for Xfce 4.10(pre2) 2012-04-15 09:50:00 -06:00
Kevin Fenzi
2d188ff666 Rebuild for Xfce 4.10 2012-04-04 23:32:16 -06:00
Dennis Gilmore
07e3a87dc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:49:24 -06:00
Adam Jackson
03fa3ccda8 Rebuild for new libpng 2011-12-06 01:39:06 -05:00
Dennis Gilmore
4421a4c999 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:19:56 -06:00
Kevin Fenzi
bd5fa8e2ac Rebuild for xfce4-panel 4.7
Update translations from Xfce Transifex
Fix icon in 'Add new panel item' dialog
2011-01-12 15:48:49 -07:00
Fedora Release Engineering
aa9a56510a dist-git conversion 2010-07-29 15:45:25 +00:00
Bill Nottingham
487536fb89 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:57 +00:00
Jesse Keating
8dbd2edd02 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:53:07 +00:00
Jesse Keating
e0bb06a704 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 08:55:47 +00:00
Christoph Wickert
0cdd61a3e2 - Autorebuild for GCC 4.3 2009-01-18 23:26:04 +00:00
6 changed files with 1 additions and 120 deletions

View file

@ -1 +0,0 @@
xfce4-modemlights-plugin-0.1.3.99.tar.bz2

View file

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

1
dead.package Normal file
View file

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

View file

@ -1 +0,0 @@
aeab49c57bdaeb12a73486515aae50cd xfce4-modemlights-plugin-0.1.3.99.tar.bz2

View file

@ -1,14 +0,0 @@
--- xfce4-modemlights-plugin-0.1.3.99.orig/panel-plugin/panel-plugin.c 2007-11-08 09:28:58.000000000 +0100
+++ xfce4-modemlights-plugin-0.1.3.99/panel-plugin/panel-plugin.c 2007-11-20 20:43:59.000000000 +0100
@@ -355,9 +355,9 @@
g_return_if_fail (rc);
mwp->connection_cmd =
- g_strdup (xfce_rc_read_entry (rc, "connection_cmd", "/usr/bin/pon"));
+ g_strdup (xfce_rc_read_entry (rc, "connection_cmd", "/sbin/ifup"));
mwp->disconnection_cmd =
- g_strdup (xfce_rc_read_entry (rc, "disconnection_cmd", "/usr/bin/poff"));
+ g_strdup (xfce_rc_read_entry (rc, "disconnection_cmd", "/sbin/ifdown"));
mwp->device =
g_strdup (xfce_rc_read_entry (rc, "device", "ppp0"));
mwp->lockfile =

View file

@ -1,83 +0,0 @@
Name: xfce4-modemlights-plugin
Version: 0.1.3.99
Release: 3%{?dist}
Summary: Modemlights for the Xfce panel
Group: User Interface/Desktops
License: GPLv2
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
Patch0: %{name}-0.1.3.99-ifupdown.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel
BuildRequires: gettext, perl(XML::Parser)
Requires: xfce4-panel >= 4.4.1, ppp
%description
A Xfce4 panel applet intended to simplify establishing a ppp connection via
a modem.
%prep
%setup -q
%patch0 -p1 -b .ifupdown
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libexecdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/pixmaps/modem-*.png
%changelog
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.3.99-3
- Autorebuild for GCC 4.3
* Wed Nov 21 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.3.99-2
- Require ppp
* Tue Nov 20 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.3.99-1
- Update to 0.1.4 RC
- Update license tag
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-7
- Require xfce4-panel.
* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-6
- Rebuild for Fedora Extras 5.
* Sat Jan 28 2006 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-5
- Add libXt-devel BuildReqs.
- Drop libX11-devel.
* Fri Dec 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-4
- Add libX11-devel BuildReqs for modular X.
* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-3
- Add libxfcegui4-devel BuildReqs.
- Fix %%defattr.
* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-2
- Initial Fedora Extras version.
- Rebuild for XFCE 4.2.3.
- disable-static instead of removing .a files.
* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.1-1.fc4.cw
- Initial Fedora Extras version.
- Update to 0.1.1
- Add libxml2 BuildReqs.
* Sat Jul 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.0-1.fc4.cw
- Initial RPM release.