- Update to 1.65

Changes:	https://github.com/raelgc/scudcloud/releases/tag/v1.65
This commit is contained in:
Nicola Vitale 2018-02-06 21:24:08 +00:00
parent c2b4821264
commit 5a99e9e7a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461110
3 changed files with 14 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= scudcloud
PORTVERSION= 1.64
PORTVERSION= 1.65
DISTVERSIONPREFIX= v
CATEGORIES= net-im

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1516357189
SHA256 (raelgc-scudcloud-v1.64_GH0.tar.gz) = 669d51cb9ef619afccbf0f9cf2f1d065cc88139e2adbf9d5f355c976e2f44328
SIZE (raelgc-scudcloud-v1.64_GH0.tar.gz) = 185675
TIMESTAMP = 1517820930
SHA256 (raelgc-scudcloud-v1.65_GH0.tar.gz) = 1b5420a868a37e181655e9799a3d1fcbbc0b0112349c44ac3d7936b626334791
SIZE (raelgc-scudcloud-v1.65_GH0.tar.gz) = 185658

View File

@ -9,3 +9,13 @@
yield os.path.join('share', 'applications'), \
glob.glob(os.path.join('share', '*.desktop'))
yield os.path.join('share', 'pixmaps'), \
@@ -59,8 +57,7 @@ setup(name='scudcloud',
maintainer='Andrew Stiegmann',
maintainer_email='andrew.stiegmann@gmail.com',
package_data = {
- # *.js will be processed separately
- 'scudcloud': ['resources/*.css', 'resources/*.html', 'resources/*.png',]
+ 'scudcloud': ['resources/*.css', 'resources/*.html', 'resources/*.png', 'resources/*.js']
},
packages=['scudcloud',],
requires=['dbus', 'PyQt5',],