diff options
author | Rael <rael.gc@gmail.com> | 2015-09-30 23:17:43 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-09-30 23:17:43 -0300 |
commit | 123549587b419f546a4ef8b7b63b0367bdbacb38 (patch) | |
tree | 44bdbbe2e0f3384543ec349a25399d2a856af8f7 | |
parent | bdd5b82b868ded4a4494bf74c933faefd1bac482 (diff) | |
download | scudcloud-123549587b419f546a4ef8b7b63b0367bdbacb38.zip scudcloud-123549587b419f546a4ef8b7b63b0367bdbacb38.tar.gz scudcloud-123549587b419f546a4ef8b7b63b0367bdbacb38.tar.bz2 |
New package release
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | scudcloud-1.0/debian/changelog | 6 | ||||
-rwxr-xr-x | scudcloud-1.0/scudcloud | 2 |
3 files changed, 10 insertions, 4 deletions
@@ -76,9 +76,9 @@ First, you'll need to install at least packages for `python3`, `python-qt4` (`qt Then run the below script: it'll download the code and install it: ```bash -wget https://github.com/raelgc/scudcloud/archive/v1.0.73.tar.gz -tar -xvf v1.0.73.tar.gz -cd scudcloud-1.0.73 +wget https://github.com/raelgc/scudcloud/archive/v1.0.74.tar.gz +tar -xvf v1.0.74.tar.gz +cd scudcloud-1.0.74 SOURCE="scudcloud-1.0" INSTALL="/opt/scudcloud" sudo mkdir -p $INSTALL/lib diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog index 77a6d11..fed6fcd 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,9 @@ +scudcloud (1.0-74) trusty; urgency=medium + + * Fixing fonts (#245) + + -- Rael Gugelmin Cunha <rael.gc@gmail.com> Wed, 30 Sep 2015 23:15:13 -0300 + scudcloud (1.0-73) trusty; urgency=medium * Make sure value returned by Speller.suggest is str (#244) diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index c696339..fbaa823 100755 --- a/scudcloud-1.0/scudcloud +++ b/scudcloud-1.0/scudcloud @@ -14,7 +14,7 @@ from qsingleapplication import QSingleApplication # The ScudCloud QMainWindow win = None -VERSION = '1.0.73' +VERSION = '1.0.74' def main(): global win; |