Commit Graph

55 Commits (d592cc30507e8ec195f501b4fd9a35fb470527a7)

Author SHA1 Message Date
Salvo 'LtWorf' Tomaselli 8fd1384574
Copy also cli package 2020-08-24 10:40:01 +07:00
Salvo 'LtWorf' Tomaselli 26115245c2
Clean deb-pkg directory 2020-08-24 10:29:28 +07:00
Salvo 'LtWorf' Tomaselli a505fabefb
Rename launch command 2020-08-24 10:26:41 +07:00
Salvo 'LtWorf' Tomaselli a67ec498c2
Check cli module 2020-08-15 21:25:35 +07:00
Salvo 'LtWorf' Tomaselli 9e2b9fa72c
Convert to deb-pkg target 2020-08-12 19:36:26 +07:00
Salvo 'LtWorf' Tomaselli 3837a849a3
Run mypy on travis 2020-06-18 17:34:55 +07:00
Salvo 'LtWorf' Tomaselli 6da017a562
Make the gui targets file by file 2020-06-02 20:03:59 +07:00
Salvo 'LtWorf' Tomaselli ee429500ec
Make targets as phony, put everything in dist 2020-06-02 20:02:00 +07:00
Salvo 'LtWorf' Tomaselli 6bda7044ae
added test target to make 2017-06-24 11:35:57 +07:00
Salvo 'LtWorf' Tomaselli 2955afe45e New multi line editor
Supports zooming in and out with ctrl+scroll.

It is a bit hacky, since I use sed in make to make it work, but
whatever.
2016-05-25 13:38:22 +07:00
Salvo 'LtWorf' Tomaselli 7a4a31d16a
Fix install targets
Call the correct install targets on make install
2016-04-27 20:23:16 +07:00
Salvo 'LtWorf' Tomaselli f0b043f85b Added release target
The release target is the same as make dist, but it signs the resulting
archive with the default PGP key.
2016-03-31 20:27:43 +07:00
Salvo 'LtWorf' Tomaselli e089e48a37 Install manpages from Makefile
Fixes: #3

Rather than relying on the debian helpers to install the manpages, use the
install target.
2015-10-09 08:52:42 +07:00
Salvo 'LtWorf' Tomaselli e24e757342 Moved most of install logic to makefile
Makefile has again a make install target. The install targets
are split because it is easier for the rules file to install
the files for the different packages inside different destinations
directly.
2015-10-04 00:35:29 +07:00
Salvo 'LtWorf' Tomaselli b538fff8b0 Cleanup generated files
Cleans the generated files in the clean phase, rather than in the
dist one.
2015-09-29 13:55:50 +07:00
Salvo 'LtWorf' Tomaselli 7d0dee2b30 Cleaned up the Makefile
There were leftovers of the SVN days and of the times when
a .app could be generated
2015-09-29 12:45:58 +07:00
Salvo 'LtWorf' Tomaselli 21cd1eec45 Delete compiled file
That file is compiled and must be cleaned.
2015-09-11 14:13:24 +07:00
Salvo 'LtWorf' Tomaselli 7e34258f3b Remove install and uninstall from Makefile
They were completely abandoned. I install by creating debian package.
2015-09-11 14:02:55 +07:00
Salvo 'LtWorf' Tomaselli 732024de0e Use resource file
Use Qt resource files, compile it to Python to obtain a window that
has an icon!

Finally!

It is still using the Oxygen icon for Database, since I have nothing
better to use.
2015-09-11 13:57:34 +07:00
Salvo 'LtWorf' Tomaselli c47823616a Do not ship compiled files
Remove the compiled files from the source.

Running from sources will require an extra make step that will generate
the necessary ui modules.
2015-09-11 12:33:58 +07:00
Salvo 'LtWorf' Tomaselli 98da6fa7f6 Switch GUI generation to Qt5
Use Qt5 GUI generation in the makefile.

Also drop support for PySide.
2015-02-19 13:59:41 +07:00
Salvo 'LtWorf' Tomaselli b5ad2cfc12 More generic, better and shorter clean target 2013-12-28 10:53:47 +07:00
Salvo 'LtWorf' Tomaselli 5f394aec89 - Removed mac target and generation, it didn't work for new versions of osx
anyway, and the .app is not self contained.
- Separate make targets for pyqt and pyside
2013-06-30 11:45:35 +07:00
LtWorf 9d12667b11 - Debian package can now be installed with pyside and not pyqt
- Make dist makes a file for the debian format
- Make dist removes .svn from relational_pyside
- setup.py installs relational_pyside module



git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@326 014f5005-505e-4b48-8d0a-63407b615a7c
2011-10-13 20:15:38 +07:00
LtWorf e6c871b785 - Buttons to edit and create relation
- Default example cells when working on a new relation


git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@323 014f5005-505e-4b48-8d0a-63407b615a7c
2011-10-13 17:06:24 +07:00
LtWorf 6abdc30cef - Added make gui target, to regenerate the GUI files
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@315 014f5005-505e-4b48-8d0a-63407b615a7c
2011-10-08 17:33:08 +07:00
LtWorf a346818805 - fills egg-info
- Fixed makefile, now cleans setup directory


git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@290 014f5005-505e-4b48-8d0a-63407b615a7c
2011-03-22 16:37:35 +07:00
LtWorf abc4c06dfa - Installers for modules moved outside of the debian directory
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@288 014f5005-505e-4b48-8d0a-63407b615a7c
2011-03-22 16:17:41 +07:00
LtWorf 4b7a9272f6 - Removed bloated debian patches
- Modified debian/rules to create both relational and relational-cli from the same python file
- Modified relational_gui to have different behavior depending on its name
- Do not try to pack examples directory for relational package
- Edited make source target


git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@274 014f5005-505e-4b48-8d0a-63407b615a7c
2011-03-04 12:18:22 +07:00
LtWorf f33d534fd1 - Remove suggests from debian control
- Generates more clean tar package


git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@273 014f5005-505e-4b48-8d0a-63407b615a7c
2011-03-03 18:11:02 +07:00
LtWorf a408e517df - Removed stuff for the debian binary package creation since the regular one can be created using the debian directory.
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@249 014f5005-505e-4b48-8d0a-63407b615a7c
2010-08-10 17:53:43 +07:00
LtWorf 621f541c1e - Fixed mac target
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@243 014f5005-505e-4b48-8d0a-63407b615a7c
2010-07-02 15:11:16 +07:00
LtWorf 15c8b3e646 - Changed version in .iss file
- Removed source_all target
- Source target generates tar.gz instead of tar.bz


git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@242 014f5005-505e-4b48-8d0a-63407b615a7c
2010-07-02 15:07:26 +07:00
LtWorf 6adcd221bd Edited license
Desktop file in make
SQL conversion (probably will be deleted again)


git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@219 014f5005-505e-4b48-8d0a-63407b615a7c
2010-02-24 00:46:58 +07:00
LtWorf 9c12a662ea Using fakeroot instead of su in make debian
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@214 014f5005-505e-4b48-8d0a-63407b615a7c
2009-09-09 13:17:38 +07:00
LtWorf 4e9c176316 tagged 0.10
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@204 014f5005-505e-4b48-8d0a-63407b615a7c
2009-06-30 13:06:23 +07:00
LtWorf f8c360414f Now make install also install the .desktop file
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@124 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-08 06:09:36 +07:00
LtWorf a2b9c11697 Added make install and uninstall
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@123 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-06 17:04:18 +07:00
LtWorf 5a0d52a79e fixed make mac, it wasn't working anymore
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@105 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-08 09:46:29 +07:00
LtWorf 1ec69658c2 Minor fixes in makefile for mac tar generation
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@103 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-08 08:31:39 +07:00
LtWorf 4a436f14a8 make source_all now leaves intact .svn directories, so it is possible to do svn update having it
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@99 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-08 07:49:21 +07:00
LtWorf efa50adae4 fixed makefile
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@97 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-04 21:22:42 +07:00
LtWorf be36b2ccd8 splitting into modules is completed and working (hopefully also on macosx)
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@94 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-02 16:29:11 +07:00
LtWorf b498f61e68 moved some scripts outside the makefile
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@92 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-26 12:58:20 +07:00
LtWorf 2f0a12f9e0 making debian package generation more clear
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@91 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-26 11:18:07 +07:00
LtWorf 62522d90f2 Merged modified makefile from latest tag
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@90 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-24 20:52:19 +07:00
LtWorf cea59b2c4d added make source command to generate .tar.bz file
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@87 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-24 14:32:00 +07:00
LtWorf 907d95268b Added ttf-dejavu-core dep in debian package, because it contains some needed chars such as union, intersection and so on
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@79 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-10 11:50:56 +07:00
LtWorf 46fb40237e coorected remove script
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@72 014f5005-505e-4b48-8d0a-63407b615a7c
2008-12-09 17:47:45 +07:00
LtWorf a9ac98e7bb Deb postinstall generates optimized files
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@71 014f5005-505e-4b48-8d0a-63407b615a7c
2008-12-09 17:24:24 +07:00