Compare commits

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

16 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
Fedora Release Engineering
f51aed4b1f dist-git conversion 2010-07-29 15:49:12 +00:00
Bill Nottingham
21534ca0bb Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:58 +00:00
Christoph Wickert
d5f79048a1 Initial import of xfce4-xfswitch-plugin. Review at
https://bugzilla.redhat.com/show_bug.cgi?id=524413
2009-09-25 18:56:20 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

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