diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-03-08 10:36:59 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-03-08 10:36:59 +0100 |
commit | d9c948c7660fd487f81da3e864cd1e7e7811649b (patch) | |
tree | 2f7fc6d7b5ec2eed49702396df125b08e580cea4 /redhat/build/Makefile.r14 | |
parent | 420b1189896aae59757997087773c8488b7c0c3b (diff) | |
download | tde-packaging-d9c948c7660fd487f81da3e864cd1e7e7811649b.tar.gz tde-packaging-d9c948c7660fd487f81da3e864cd1e7e7811649b.zip |
RPM packaging: update build script
Diffstat (limited to 'redhat/build/Makefile.r14')
-rw-r--r-- | redhat/build/Makefile.r14 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/redhat/build/Makefile.r14 b/redhat/build/Makefile.r14 index cb82e3898..ab3047a92 100644 --- a/redhat/build/Makefile.r14 +++ b/redhat/build/Makefile.r14 @@ -182,12 +182,18 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),) $(call buildpkg,3rdparty/sip) endif +sword: +# Build on Fedora >= 20 only +ifneq ($(wildcard /boot/vmlinuz*.fc20*),) + $(call buildpkg,3rdparty/sword) +endif + torsocks: $(call buildpkg,3rdparty/torsocks) wv2: -# Do NOT build on Mageia -ifeq ($(wildcard /etc/mageia-release),) +# Do NOT build on Mageia or openSUSE +ifeq ($(wildcard /etc/mageia-release /etc/SuSE-release),) $(call buildpkg,3rdparty/wv2) endif @@ -242,7 +248,7 @@ amarok: tdebase basket: tdebase $(call buildpkg,applications/basket) -bibletime: tdebase +bibletime: tdebase sword $(call buildpkg,applications/bibletime) compizconfig-backend-kconfig: tdebase @@ -518,7 +524,7 @@ tdeio-ftps: tdebase tdeio-locate: tdebase $(call buildpkg,applications/tdeio-locate) -tdeio-sword: tdebase +tdeio-sword: tdebase sword $(call buildpkg,applications/tdeio-sword) tdeio-umountwrapper: tdebase |