summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2025-05-22 13:25:22 +0200
committerPapoteur <papoteur@mageia.org>2025-05-22 13:25:22 +0200
commit618ed3725bfa0354d9892260a80270401aa35b8a (patch)
treebb6dca6f35b8bf18877770d4f80333718498ade6 /Makefile
parentefe82e845a66e6c8e9bab9124d3d0b10cb1fbd46 (diff)
downloadmageiawelcome-618ed3725bfa0354d9892260a80270401aa35b8a.tar
mageiawelcome-618ed3725bfa0354d9892260a80270401aa35b8a.tar.gz
mageiawelcome-618ed3725bfa0354d9892260a80270401aa35b8a.tar.bz2
mageiawelcome-618ed3725bfa0354d9892260a80270401aa35b8a.tar.xz
mageiawelcome-618ed3725bfa0354d9892260a80270401aa35b8a.zip
Move qml directory to src
adapt setup.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2d2925b..53e3d14 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
PACKAGE = mageiawelcome
-VERSION = 2.25
+VERSION = 3.0
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
-DIRS = etc usr po qml i18n
+DIRS = etc usr po src i18n
FILES = $(TEXT_FILES) $(DIRS) LICENSE *.pro setup.py
@@ -13,8 +13,6 @@ check:
version:
echo "version='$(VERSION)'" > version.py
- echo "import QtQuick 2.0" >qml/Version.qml
- echo "Item { property var version: '$(VERSION)';}" >>qml/Version.qml
clean:
rm -f *~ \#*\#