Compare commits

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

9 commits

Author SHA1 Message Date
Fedora Release Engineering
919c2c35d2 dist-git conversion 2010-07-29 15:13:50 +00:00
Aristeu Sergio Rozanski Filho
6e1781fe87 Xorg now provides input hotplugging 2009-05-20 17:50:56 +00:00
Jesse Keating
8e4509047b - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 18:16:02 +00:00
Aristeu Sergio Rozanski Filho
c74518f178 updating to version 0.15 2008-09-02 19:13:34 +00:00
Tom Callaway
916228755f fix license tag 2008-05-21 18:27:26 +00:00
Aristeu Sergio Rozanski Filho
af010b34a2 updating to version 0.14 to support more tablets 2008-03-12 17:26:27 +00:00
Aristeu Sergio Rozanski Filho
9d9f372a92 - Updated to version 0.13
- Added missing entries in udev rules (Bamboo and Intuos3 4x6")
2008-02-06 20:54:38 +00:00
Aristeu Sergio Rozanski Filho
363dc0ff07 updating to upstream version 0.12 2007-09-19 15:51:44 +00:00
Aristeu Sergio Rozanski Filho
d00c6719b3 0.11-1 2007-09-11 12:58:58 +00:00
5 changed files with 3 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wdaemon-0.15.tar.bz2

View file

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

2
dead.package Normal file
View file

@ -0,0 +1,2 @@
Obsolete package with Xorg's new input layer

View file