summaryrefslogtreecommitdiffstats
path: root/qt5-cmake
diff options
context:
space:
mode:
authorTreeve Jelbert2018-12-30 16:22:45 +0100
committerTreeve Jelbert2018-12-30 16:22:45 +0100
commitfe34336029f899b4a06d39c2885d4c4d521dc225 (patch)
tree6ff184cde58f42274a89ee0df43ac57d56b37852 /qt5-cmake
parent1dd86e45359fd783a8c91d0cdb561445d4d3a50e (diff)
nanonote-1.0.0
Diffstat (limited to 'qt5-cmake')
-rwxr-xr-xqt5-cmake/nanonote/CONFIGURE1
-rwxr-xr-xqt5-cmake/nanonote/DEPENDS4
-rwxr-xr-xqt5-cmake/nanonote/DETAILS14
-rw-r--r--qt5-cmake/nanonote/HISTORY4
-rwxr-xr-xqt5-cmake/nanonote/PRE_BUILD8
5 files changed, 31 insertions, 0 deletions
diff --git a/qt5-cmake/nanonote/CONFIGURE b/qt5-cmake/nanonote/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/qt5-cmake/nanonote/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/nanonote/DEPENDS b/qt5-cmake/nanonote/DEPENDS
new file mode 100755
index 0000000000..1842d8ee6a
--- /dev/null
+++ b/qt5-cmake/nanonote/DEPENDS
@@ -0,0 +1,4 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
+depends qtbase &&
+depends qpropgen &&
+depends singleapplication
diff --git a/qt5-cmake/nanonote/DETAILS b/qt5-cmake/nanonote/DETAILS
new file mode 100755
index 0000000000..515d52765c
--- /dev/null
+++ b/qt5-cmake/nanonote/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=nanonote
+ VERSION=1.0.0
+ SOURCE_HASH=sha512:d2d92a2e3cb124e2b70b51250f7716c123140195208637987c99a2bd843349ea8d7afe247988479b290727769042d4870d581dcd64a8102fdc86cbfbeb50f820
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/agateau/$SPELL
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ LICENSE[0]=LGPL
+ ENTERED=20181230
+ KEYWORDS=""
+ SHORT="a minimalist note taking application"
+cat << EOF
+a minimalist note taking application
+EOF
diff --git a/qt5-cmake/nanonote/HISTORY b/qt5-cmake/nanonote/HISTORY
new file mode 100644
index 0000000000..d623110103
--- /dev/null
+++ b/qt5-cmake/nanonote/HISTORY
@@ -0,0 +1,4 @@
+2018-12-30 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.0.0
+ spell created
+
diff --git a/qt5-cmake/nanonote/PRE_BUILD b/qt5-cmake/nanonote/PRE_BUILD
new file mode 100755
index 0000000000..f4d53e64a3
--- /dev/null
+++ b/qt5-cmake/nanonote/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# use installed qpropgen and singleapplication
+ln -s /usr/share/qpropgen/cmake qpropgen/
+cp /usr/share/singleapplication/*.{cpp,h} singleapplication/src
+# fix cmake usage
+sed -i 's/3.5/3.10/' CMakeLists.txt
+sed -i 's|cpp|cpp src/singleapplication_p.cpp|' singleapplication/CMakeLists.txt