diff options
author | François Andriot <albator78@libertysurf.fr> | 2024-06-13 08:30:54 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2024-06-13 08:32:07 +0200 |
commit | 060b5447b2f5aac1ef1e654920b1696075e5b6a8 (patch) | |
tree | 296ac6fc4939de174b70de1c19266795024ef2b1 /redhat/Makefile | |
parent | c7f6e9f94b12987f3421438a9391f1b42ded55ce (diff) | |
download | tde-packaging-060b5447b2f5aac1ef1e654920b1696075e5b6a8.tar.gz tde-packaging-060b5447b2f5aac1ef1e654920b1696075e5b6a8.zip |
RPM: updates for openmandriva
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index de26a097f..ed2805c48 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -4,7 +4,7 @@ TDE_VERSION := $(shell echo $${TDE_VERSION:-14.1.2}) TDE_GIT_DIR := $(shell cd ../..; pwd) TDE_PACKAGING_DIR := $(shell [ -n "$${TDE_PACKAGING_DIR}" ] && cd "$${TDE_PACKAGING_DIR}" || cd ..; pwd) RPMDIR := "$(shell rpm -E %{_rpmdir}.tde-$(TDE_VERSION))" -DIST := $(shell rpmdist.sh --dist) +DIST := $(shell ./build/rpmdist.sh --dist) buildpkg = \ @echo "Now processing '$(1)' [from $(TDE_PACKAGING_DIR)]."; \ @@ -267,7 +267,7 @@ ifeq (,$(filter $(DIST),.el5)) $(call buildpkg,applications/themes/gtk-qt-engine) endif -gwenview: tdebase +gwenview: tdebase libkipi $(call buildpkg,applications/graphics/gwenview) k3b: tdebase @@ -295,7 +295,7 @@ kbfx: tdebase $(call buildpkg,applications/system/kbfx) kbibtex: tdebase - $(call buildpkg,applications/office/kbibtex) + #$(call buildpkg,applications/office/kbibtex) kbiff: tdebase $(call buildpkg,applications/internet/kbiff) @@ -474,7 +474,7 @@ ktorrent: tdebase $(call buildpkg,applications/internet/ktorrent) kvirc: tdebase - $(call buildpkg,applications/internet/kvirc) + #$(call buildpkg,applications/internet/kvirc) kvkbd: tdebase $(call buildpkg,applications/system/kvkbd) @@ -494,7 +494,7 @@ mplayerthumbs: tdebase piklab: tdebase $(call buildpkg,applications/development/piklab) -polkit-agent-tde: tdebase +polkit-agent-tde: tdebase polkit-tqt ifeq (,$(filter $(DIST), .el5 .el6 )) $(call buildpkg,applications/system/polkit-agent-tde) endif |