summaryrefslogtreecommitdiffstats
path: root/src/qtgraphicaleffects.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtgraphicaleffects.mk')
-rw-r--r--src/qtgraphicaleffects.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qtgraphicaleffects.mk b/src/qtgraphicaleffects.mk
index bee63b0..bb31588 100644
--- a/src/qtgraphicaleffects.mk
+++ b/src/qtgraphicaleffects.mk
@@ -3,11 +3,11 @@
PKG := qtgraphicaleffects
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 5.1.1
+$(PKG)_VERSION = $(qtbase_VERSION)
$(PKG)_CHECKSUM := 031c50a6e2ab62fce74b57ae230855cbbc9e9056
-$(PKG)_SUBDIR := $(PKG)-opensource-src-$($(PKG)_VERSION)
-$(PKG)_FILE := $(PKG)-opensource-src-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := http://download.qt-project.org/official_releases/qt/5.1/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)
+$(PKG)_SUBDIR = $(subst qtbase,qtgraphicaleffects,$(qtbase_SUBDIR))
+$(PKG)_FILE = $(subst qtbase,qtgraphicaleffects,$(qtbase_FILE))
+$(PKG)_URL = $(subst qtbase,qtgraphicaleffects,$(qtbase_URL))
$(PKG)_DEPS := gcc qtbase qtdeclarative
define $(PKG)_UPDATE