diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-19 18:08:03 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-19 18:08:03 +0200 |
commit | 0d23af4ec611b2619c0061980ea8ae2bd8696251 (patch) | |
tree | 5ad781a438aa7213ba11a93258db3e94d5a6fd42 /redhat/Makefile.r14 | |
parent | 5d46a95df7e3b2a7e988cd053e9b5e1c71464aea (diff) | |
download | tde-packaging-0d23af4ec611b2619c0061980ea8ae2bd8696251.tar.gz tde-packaging-0d23af4ec611b2619c0061980ea8ae2bd8696251.zip |
RPM Packaging: cleanup bibletime
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r-- | redhat/Makefile.r14 | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index 53ff582be..c1198e4c0 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -238,12 +238,6 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),) $(call buildpkg,3rdparty/sip) endif -sword: -# Build on Fedora >= 20, PCLinuxOS, CentOS >= 7 -ifneq ($(wildcard /boot/vmlinuz*.fc20* /etc/pclinuxos-release /boot/vmlinuz*.el7*),) - $(call buildpkg,3rdparty/sword) -endif - torsocks: $(call buildpkg,3rdparty/torsocks) @@ -306,7 +300,7 @@ amarok: tdebase cmake basket: tdebase $(call buildpkg,applications/basket) -bibletime: tdebase sword +bibletime: tdebase $(call buildpkg,applications/bibletime) compizconfig-backend-kconfig: tdebase @@ -594,7 +588,7 @@ tdeio-ftps: tdebase tdeio-locate: tdebase $(call buildpkg,applications/tdeio-locate) -tdeio-sword: tdebase sword +tdeio-sword: tdebase $(call buildpkg,applications/tdeio-sword) tdeio-umountwrapper: tdebase @@ -666,12 +660,12 @@ meta: $(call buildpkg,extras/trinity-desktop) ### Extra packages +celestia: + $(call buildpkg,extras/celestia) + fileshareset: $(call buildpkg,extras/fileshareset) -trinity-filesystem: - $(call buildpkg,extras/trinity-filesystem) - hk_classes: $(call buildpkg,extras/hk_classes) @@ -710,3 +704,6 @@ scribus: style-ia-ora: $(call buildpkg,extras/style-ia-ora) + +trinity-filesystem: + $(call buildpkg,extras/trinity-filesystem) |