Compare commits
35 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78a251218f | ||
|
|
be7da0b13e | ||
|
|
61695d3f40 | ||
|
|
73a70ebae5 | ||
|
|
a2cd5875d3 | ||
| 8829d184de | |||
|
|
79ad5d9e1d | ||
|
|
453ccf0861 | ||
|
|
18fa598d35 | ||
|
|
fd9cd73451 | ||
|
|
d0defe0b9c | ||
|
|
49128b0c73 | ||
| 0bdf60423d | |||
| d028a93e69 | |||
|
|
18364b23f0 | ||
|
|
49acf2e910 | ||
|
|
c51c39db2e | ||
|
|
40cb3aac4e | ||
| a2b916dbad | |||
| 392d6c3497 | |||
|
|
6b29f8ef67 | ||
|
|
8e834f9657 | ||
|
|
ce4c850a4a | ||
| 4db7ddd360 | |||
|
|
da866c830e | ||
|
|
e55fbb9d02 | ||
|
|
5d11628eae | ||
|
|
1404993db2 | ||
|
|
61ddbb5127 | ||
| 1507b34539 | |||
|
|
4bd596012b | ||
| d437c16458 | |||
| 764d19479e | |||
|
|
2afba816f6 | ||
| 975b736cc7 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xsettings-kde
|
||||
# $Id$
|
||||
NAME := xsettings-kde
|
||||
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
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
old package (used in kde4 era), replaced by kde-gtk-config
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue