summaryrefslogtreecommitdiffstats
path: root/deps/grantlee-qt5
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--deps/grantlee-qt5/slack-desc19
-rwxr-xr-xdeps/grantlee/grantlee.SlackBuild (renamed from deps/grantlee-qt5/grantlee-qt5.SlackBuild)11
2 files changed, 6 insertions, 24 deletions
diff --git a/deps/grantlee-qt5/slack-desc b/deps/grantlee-qt5/slack-desc
deleted file mode 100644
index 3f99d33..0000000
--- a/deps/grantlee-qt5/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler-------------------------------------------------------|
-grantlee-qt5: grantlee-qt5 (string template engine for Qt5)
-grantlee-qt5:
-grantlee-qt5: Grantlee is a plugin based String Template system written with the
-grantlee-qt5: Qt5 framework. The goals of the project are to make it easier for
-grantlee-qt5: application developers to separate the structure of documents from
-grantlee-qt5: the data they contain, opening the door for theming.
-grantlee-qt5:
-grantlee-qt5: Homepage: http://gitorious.org/grantlee/
-grantlee-qt5:
-grantlee-qt5:
-grantlee-qt5:
diff --git a/deps/grantlee-qt5/grantlee-qt5.SlackBuild b/deps/grantlee/grantlee.SlackBuild
index 417a834..0888f9e 100755
--- a/deps/grantlee-qt5/grantlee-qt5.SlackBuild
+++ b/deps/grantlee/grantlee.SlackBuild
@@ -22,7 +22,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PKGNAM=grantlee-qt5
+# Used to be called 'grantlee-qt5'
+PKGNAM=grantlee
SRCNAM=grantlee
VERSION=${VERSION:-5.0.0}
BUILD=${BUILD:-1}
@@ -75,13 +76,13 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Don't make it clash with grantlee:
-sed -i CMakeLists.txt \
- -e 's|INCLUDE_INSTALL_DIR include|INCLUDE_INSTALL_DIR include/grantlee-qt5|'
+## Don't make it clash with grantlee 0.x:
+#sed -i CMakeLists.txt \
+# -e 's|INCLUDE_INSTALL_DIR include|INCLUDE_INSTALL_DIR include/grantlee-qt5|'
mkdir -p build
cd build
- QTDIR=/usr/lib${LIBDIRSUFFIX}/qt \
+ QTDIR=/usr/lib${LIBDIRSUFFIX}/qt5 \
PATH=$QTDIR/bin:$PATH \
cmake \
$KDE_OPT_ARGS \