summaryrefslogtreecommitdiffstats
path: root/deps/grantlee
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-09-02 09:41:04 +0200
committer Eric Hameleers <alien@slackware.com>2015-09-02 09:41:04 +0200
commitb01ad35c28ad635ba8709781510427006e9dcc6c (patch)
tree20fa3d043f0326055e607794ab3c3716594b1e47 /deps/grantlee
parent661956613e0a5ee94cfc0d6153c2891cec023435 (diff)
downloadktown-b01ad35c28ad635ba8709781510427006e9dcc6c.tar.gz
ktown-b01ad35c28ad635ba8709781510427006e9dcc6c.tar.xz
Updated deps for KDE-5_15.09
Added: ConsoleKit2 LoginKit lmdb Removed (use the Slackware version): PyQt libepoxy sip Removed (no longer used); akonadi-qt5 grantlee-qt5
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
-rw-r--r--deps/grantlee/slack-desc19
3 files changed, 25 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 \
diff --git a/deps/grantlee/slack-desc b/deps/grantlee/slack-desc
new file mode 100644
index 0000000..c719c89
--- /dev/null
+++ b/deps/grantlee/slack-desc
@@ -0,0 +1,19 @@
+# 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: grantlee (string template engine for Qt5)
+grantlee:
+grantlee: Grantlee is a plugin based String Template system written with the
+grantlee: Qt5 framework. The goals of the project are to make it easier for
+grantlee: application developers to separate the structure of documents from
+grantlee: the data they contain, opening the door for theming.
+grantlee:
+grantlee:
+grantlee:
+grantlee: Homepage: http://gitorious.org/grantlee/
+grantlee: