Skip to content

Commit d00c5e1

Browse files
committed
add missing files folder
1 parent 8753938 commit d00c5e1

File tree

2 files changed

+38
-18
lines changed

2 files changed

+38
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Desktop Entry]
2+
Encoding=UTF-8
3+
Version=1.0
4+
Name=Aptana Studio 3
5+
Comment=The professional, open source development tool for the open web
6+
Icon=/usr/share/pixmaps/icon.xpm
7+
GenericName=Aptana Studio
8+
Type=Application
9+
Exec=/opt/Aptana_Studio_3/AptanaStudio3
10+
Terminal=false
11+
MimeType=text/plain; Categories=Development;IDE;
12+
Categories=Application;Development;
13+

pisiganesh/calibre/pspec.xml

+25-18
Original file line numberDiff line numberDiff line change
@@ -23,35 +23,42 @@
2323
<Package>
2424
<Name>calibre</Name>
2525
<Files>
26-
<Path fileType="data">/opt/calibre</Path>
27-
<Path fileType="executable">/opt/calibre/bin</Path>
28-
<Path fileType="library">/opt/calibre/lib</Path>
29-
<Path fileType="data">/opt/calibre/resources</Path>
30-
<Path fileType="data">/usr</Path>
26+
<Path fileType="data">/opt/calibre-1.15.0-x86_64</Path>
27+
<Path fileType="executable">/opt/calibre-1.15.0-x86_64/bin</Path>
28+
<Path fileType="library">/opt/calibre-1.15.0-x86_64/lib</Path>
29+
<Path fileType="data">/opt/calibre-1.15.0-x86_64/resources</Path>
30+
<Path fileType="data">/usr/share</Path>
3131
</Files>
3232
<AdditionalFiles>
3333
<AdditionalFile target="/usr/share/applications/calibre.desktop" permission="0644" group="root" owner="root">calibre.desktop</AdditionalFile>
3434
<AdditionalFile target="/usr/share/pixmaps/calibre.png" permission="0644" group="root" owner="root">calibre.png</AdditionalFile>
3535
</AdditionalFiles>
3636
<RuntimeDependencies>
37-
<Dependency>chmlib</Dependency>
38-
<Dependency>libmtp</Dependency>
39-
<Dependency>libwmf</Dependency>
40-
<Dependency>libxml2</Dependency>
41-
<Dependency>podofo</Dependency>
42-
<Dependency>poppler</Dependency>
43-
<Dependency>psutils</Dependency>
4437
<Dependency>python</Dependency>
38+
<Dependency>python-imaging</Dependency>
39+
<Dependency>qt5-base</Dependency>
40+
<Dependency>python-qt5</Dependency>
41+
<Dependency>imagemagick</Dependency>
42+
<Dependency>desktop-file-utils</Dependency>
43+
<Dependency>libxml2</Dependency>
44+
<Dependency>python-dateutil</Dependency>
4545
<Dependency>python-beautifulsoup</Dependency>
4646
<Dependency>python-cssutils</Dependency>
47-
<Dependency>python-dateutil</Dependency>
4847
<Dependency>python-dns</Dependency>
49-
<Dependency>python-icu</Dependency>
50-
<Dependency>python-imaging</Dependency>
51-
<Dependency>python-mechanize</Dependency>
52-
<Dependency>python-qt</Dependency>
53-
<Dependency>qt</Dependency>
48+
<Dependency>poppler</Dependency>
49+
<Dependency>podofo</Dependency>
50+
<Dependency>libwmf</Dependency>
51+
<Dependency>chmlib</Dependency>
52+
<Dependency>icu4c</Dependency>
53+
<Dependency>libmtp</Dependency>
54+
<Dependency>psutils</Dependency>
55+
<Dependency>qt5-x11extras</Dependency>
56+
<Dependency>dbus-python3</Dependency>
57+
<Dependency>python-Pygments</Dependency>
58+
<Dependency>qt5-webkit</Dependency>
5459
<Dependency>xdg-utils</Dependency>
60+
<Dependency>shared-mime-info</Dependency>
61+
<Dependency>python-mechanize</Dependency>
5562
</RuntimeDependencies>
5663
</Package>
5764
<History>

0 commit comments

Comments
 (0)