Compare commits

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

23 commits

Author SHA1 Message Date
nucleo
565e737db3 Retire webkitkde. 2010-09-24 00:46:11 +03:00
Fedora Release Engineering
859bf47ed7 dist-git conversion 2010-07-29 15:14:39 +00:00
8df1f72783 - revert BR: qt4-webkit-devel, rebuild against newer kdelibs-devel that
includes it
2010-05-08 21:24:55 +00:00
4b61f32b83 - BR: qt4-webkit-devel 2010-05-08 21:08:48 +00:00
nucleo
6219d417fe drop webkitkde 2010-03-24 18:59:42 +00:00
nucleo
c5c8825faf update to kwebkitpart snapshot from kdereview 2010-02-10 18:23:51 +00:00
nucleo
57a1763d39 don't build kdelauncher 2010-02-10 14:32:17 +00:00
nucleo
fd24a03896 build only for kdelibs >= 4.4.0 2010-02-10 14:17:32 +00:00
nucleo
f46c72346f Fixed the library and header file names 2010-01-24 00:31:24 +00:00
nucleo
20c209a45f Update to svn 1078162 2010-01-23 18:49:30 +00:00
6c5ce4098f use kde43 macro for easier toggling (ie, my trying to build this on < f13
for kde-4.4 :) )
2009-12-18 21:05:53 +00:00
nucleo
7daf5a09e6 svn 1057318 2009-12-03 13:50:54 +00:00
Bill Nottingham
9f95816bb1 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:12 +00:00
nucleo
7b9937952a Update to svn 1049337 2009-11-24 20:12:54 +00:00
4de31a2822 - rebuild (qt-4.6.0-rc1, fc13+) 2009-11-18 23:01:33 +00:00
nucleo
a2dda94c26 version changed to 0.0.2 for new API 2009-11-09 15:50:13 +00:00
nucleo
7b5584c939 removed kdelauncher from CMakeLists because it not installs 2009-11-09 14:33:45 +00:00
nucleo
b72fd841ee fix version 2009-11-09 14:15:33 +00:00
nucleo
d64d3e4c47 snapshot 1046552 with new API 2009-11-09 14:09:38 +00:00
nucleo
21217b6228 revert to svn snapshot 1027811 2009-10-31 23:55:07 +00:00
nucleo
aea3a2133a svn snapshot 1042864 2009-10-31 14:10:20 +00:00
nucleo
697a33db51 webkitpart should owns kpartplugins 2009-09-27 17:30:55 +00:00
nucleo
a82a7f9793 Initial import webkitkde 2009-09-25 16:43:18 +00:00
5 changed files with 2 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
webkitkde-0.0.5-svn.tar.bz2

View file

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

View file