diff options
Diffstat (limited to 'qt5-qmake')
-rwxr-xr-x | qt5-qmake/libaccounts-qt/DEPENDS | 1 | ||||
-rwxr-xr-x | qt5-qmake/libaccounts-qt/DETAILS | 11 | ||||
-rwxr-xr-x | qt5-qmake/libaccounts-qt/DOWNLOAD | 1 | ||||
-rw-r--r-- | qt5-qmake/libaccounts-qt/HISTORY | 2 | ||||
-rwxr-xr-x | qt5-qmake/libaccounts-qt/PRE_BUILD | 2 | ||||
-rwxr-xr-x | qt5-qmake/qt-creator/CONFIGURE | 1 | ||||
-rwxr-xr-x | qt5-qmake/qt-creator/DEPENDS | 6 | ||||
-rwxr-xr-x | qt5-qmake/qt-creator/DETAILS | 22 | ||||
-rw-r--r-- | qt5-qmake/qt-creator/HISTORY | 104 | ||||
-rwxr-xr-x | qt5-qmake/qt-creator/INSTALL | 1 | ||||
-rwxr-xr-x | qt5-qmake/signond/DEPENDS | 1 | ||||
-rwxr-xr-x | qt5-qmake/signond/DETAILS | 15 | ||||
-rwxr-xr-x | qt5-qmake/signond/DOWNLOAD | 1 | ||||
-rw-r--r-- | qt5-qmake/signond/HISTORY | 2 | ||||
-rwxr-xr-x | qt5-qmake/signond/PRE_BUILD | 2 |
15 files changed, 172 insertions, 0 deletions
diff --git a/qt5-qmake/libaccounts-qt/DEPENDS b/qt5-qmake/libaccounts-qt/DEPENDS new file mode 100755 index 0000000000..d9ba54df9f --- /dev/null +++ b/qt5-qmake/libaccounts-qt/DEPENDS @@ -0,0 +1 @@ +depends qtbase diff --git a/qt5-qmake/libaccounts-qt/DETAILS b/qt5-qmake/libaccounts-qt/DETAILS new file mode 100755 index 0000000000..8e2454b2ab --- /dev/null +++ b/qt5-qmake/libaccounts-qt/DETAILS @@ -0,0 +1,11 @@ + SPELL=libaccounts-qt + VERSION=1.13 + SOURCE_URL=https://gitlab.com/accounts-sso/$SPELL.git +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL + WEB_SITE=https://gitlab.com/accounts-sso/$SPELL + ENTERED=20150506 + LICENSE[0]=LGPL + KEYWORDS="" + SHORT="" +cat << EOF +EOF diff --git a/qt5-qmake/libaccounts-qt/DOWNLOAD b/qt5-qmake/libaccounts-qt/DOWNLOAD new file mode 100755 index 0000000000..27ba77ddaf --- /dev/null +++ b/qt5-qmake/libaccounts-qt/DOWNLOAD @@ -0,0 +1 @@ +true diff --git a/qt5-qmake/libaccounts-qt/HISTORY b/qt5-qmake/libaccounts-qt/HISTORY new file mode 100644 index 0000000000..beec559806 --- /dev/null +++ b/qt5-qmake/libaccounts-qt/HISTORY @@ -0,0 +1,2 @@ +2015-05-06 Treeve Jelbert <treeve@sourcemage.org> + new spell diff --git a/qt5-qmake/libaccounts-qt/PRE_BUILD b/qt5-qmake/libaccounts-qt/PRE_BUILD new file mode 100755 index 0000000000..49ede4a311 --- /dev/null +++ b/qt5-qmake/libaccounts-qt/PRE_BUILD @@ -0,0 +1,2 @@ +cd $BUILD_DIRECTORY +git clone --depth=1 --single-branch -b $VERSION $SOURCE_URL diff --git a/qt5-qmake/qt-creator/CONFIGURE b/qt5-qmake/qt-creator/CONFIGURE new file mode 100755 index 0000000000..2e910166b7 --- /dev/null +++ b/qt5-qmake/qt-creator/CONFIGURE @@ -0,0 +1 @@ +config_query QTCREATOR_DEVEL "Do you want to build the development branch?" n diff --git a/qt5-qmake/qt-creator/DEPENDS b/qt5-qmake/qt-creator/DEPENDS new file mode 100755 index 0000000000..62797fa7e2 --- /dev/null +++ b/qt5-qmake/qt-creator/DEPENDS @@ -0,0 +1,6 @@ +depends -sub CXX gcc && +depends qtbase && +depends qtx11extras && +depends qtdeclarative && +optional_depends qtquick1 '' '' 'old QtQuick support' + diff --git a/qt5-qmake/qt-creator/DETAILS b/qt5-qmake/qt-creator/DETAILS new file mode 100755 index 0000000000..78f91738b3 --- /dev/null +++ b/qt5-qmake/qt-creator/DETAILS @@ -0,0 +1,22 @@ + SPELL=qt-creator +if [[ "${QTCREATOR_DEVEL}" == "y" ]]; then + VERSION=3.4.0-rc1 + SOURCE_HASH=sha512: + SOURCE=$SPELL-opensource-src-$VERSION.tar.gz + SOURCE_URL[0]=http://download.qt.io/development_releases/qtcreator/${VERSION%.*}/${VERSION}/${SOURCE} +else + VERSION=3.4.0 + SOURCE_HASH=sha512:26d527a914b073f16dffe92314635af975c5878221dfbb8b7d0d0279d38e7934b062a4087f352fe619da2db1f66a090dc3f93ac2c1596438bd3d3f08d67e3d82 + SOURCE=$SPELL-opensource-src-$VERSION.tar.gz + SOURCE_URL[0]=http://download.qt.io/official_releases/qtcreator/${VERSION%.*}/${VERSION}/${SOURCE} +fi +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-opensource-src-$VERSION + WEB_SITE=http://www.qt.io/developers + LICENSE[0]=LGPL + ENTERED=20090304 + KEYWORDS="qt5 ide" + SHORT="cross-platform integrated development environment for use with Qt" +cat << EOF +Qt® Creator is a new cross-platform integrated development environment for +use with Qt. +EOF diff --git a/qt5-qmake/qt-creator/HISTORY b/qt5-qmake/qt-creator/HISTORY new file mode 100644 index 0000000000..2147bf32e2 --- /dev/null +++ b/qt5-qmake/qt-creator/HISTORY @@ -0,0 +1,104 @@ +2015-04-29 Treeve Jelbert <treeve@sourcemage.org> + * DETAILS: version 3.4.0 + new website & url + * DEPENDS: qt5 only + +2014-04-19 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: stable version 3.1.0 + +2014-02-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: stable version 3.0.1 + +2014-02-04 Treeve Jelbert <treeve@sourcemage.org> + * DEPENDS, BUILD: add qt5 support + +2013-12-12 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: stable version 3.0.0 + +2013-12-07 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * INSTALL: ensure installation to /usr + +2013-11-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: devel version 3.0.0-rc1 + +2013-10-31 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: devel version 3.0.0-beta + +2013-08-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: version 2.8.1 + +2013-03-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: version 2.7.0 + +2013-03-07 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: devel 2.7.0-rc + +2013-02-24 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: devel 2.7.0-beta, stable 2.6.2 + +2012-10-27 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net> + * DETAILS: fixe screwy (r) + +2012-09-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: devel 2.6.0-beta, stable 2.5.2 + +2012-07-29 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: stable and devel version 2.5.1 + +2012-06-13 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: stable and devel version 2.5.0 + +2012-04-23 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: devel version 2.5.0-rc + +2012-03-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: version 2.4.1 + +2011-12-03 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: devel version 2.4.0-rc + +2011-10-14 Bor Kraljič <pyrobor@ver.si> + * DETAILS: fixed long description wrap (scripted) + +2011-09-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: version 2.3.1 + +2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DEPENDS: changed dependency on g++ to dependency on gcc with + sub-depends on CXX (scripted) + +2011-01-20 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS, CONFIGURE: added optional support for the development version + +2010-11-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: version 2.1.0-rc1 + +2010-11-13 Bor Kraljič <pyrobor@ver.si> + * INSTALL: removed, no longer needed + +2010-10-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: version 2.0.1 + +2010-04-08 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de> + * DETAILS: version 1.3.1 + +2009-12-03 Treeve Jelbert <treeve@sourcemage.org> + * DETAILS: version 1.3.0 + +2009-10-06 Treeve Jelbert <treeve@sourcemage.org> + * DETAILS: version 1.2.90 + +2009-07-27 Treeve Jelbert <treeve@sourcemage.org> + * DETAILS: version 1.2.1 + +2009-06-26 Treeve Jelbert <treeve@sourcemage.org> + * DETAILS: version 1.2.0 + +2009-04-23 Treeve Jelbert <treeve@sourcemage.org> + * DETAILS: version 1.1.0 + * INSTALL: added (their Makefile is bad if qdoc3 is missing) + +2009-03-04 Treeve Jelbert <treeve@sourcemage.org> + * DETAILS: version 1.0 + spell created + diff --git a/qt5-qmake/qt-creator/INSTALL b/qt5-qmake/qt-creator/INSTALL new file mode 100755 index 0000000000..12550e50ef --- /dev/null +++ b/qt5-qmake/qt-creator/INSTALL @@ -0,0 +1 @@ +make INSTALL_ROOT=${INSTALL_ROOT}/usr install diff --git a/qt5-qmake/signond/DEPENDS b/qt5-qmake/signond/DEPENDS new file mode 100755 index 0000000000..d9ba54df9f --- /dev/null +++ b/qt5-qmake/signond/DEPENDS @@ -0,0 +1 @@ +depends qtbase diff --git a/qt5-qmake/signond/DETAILS b/qt5-qmake/signond/DETAILS new file mode 100755 index 0000000000..f8ec64ba21 --- /dev/null +++ b/qt5-qmake/signond/DETAILS @@ -0,0 +1,15 @@ + SPELL=signond + VERSION=master + SOURCE_URL=https://gitlab.com/accounts-sso/signond.git +# SOURCE=$SPELL.tar.bz2 +# SOURCE_IGNORE=volatile +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL + WEB_SITE=https://gitlab.com/accounts-sso/$SPELL + FORCE_DOWNLOAD=on + ENTERED=20150607 + LICENSE[0]=LGPL + KEYWORDS="" + SHORT="credential storage and authentication service" +cat << EOF +Qt5 Framework to provide credential storage and authentication service +EOF diff --git a/qt5-qmake/signond/DOWNLOAD b/qt5-qmake/signond/DOWNLOAD new file mode 100755 index 0000000000..27ba77ddaf --- /dev/null +++ b/qt5-qmake/signond/DOWNLOAD @@ -0,0 +1 @@ +true diff --git a/qt5-qmake/signond/HISTORY b/qt5-qmake/signond/HISTORY new file mode 100644 index 0000000000..b84e7c6e91 --- /dev/null +++ b/qt5-qmake/signond/HISTORY @@ -0,0 +1,2 @@ +2015-06-07 Treeve Jelbert <treeve@sourcemage.org> + new spell, only available from git diff --git a/qt5-qmake/signond/PRE_BUILD b/qt5-qmake/signond/PRE_BUILD new file mode 100755 index 0000000000..49ede4a311 --- /dev/null +++ b/qt5-qmake/signond/PRE_BUILD @@ -0,0 +1,2 @@ +cd $BUILD_DIRECTORY +git clone --depth=1 --single-branch -b $VERSION $SOURCE_URL |