psa: remove old event feed items
[feedingit] / Makefile
1 # This Makefile is only used when building Debian packages
2
3 DESTDIR=/
4
5 all:
6
7 install:
8         install -d ${DESTDIR}/usr/bin
9         install src/FeedingIt ${DESTDIR}/usr/bin
10         install -d ${DESTDIR}/opt/FeedingIt
11         install -d ${DESTDIR}/opt/FeedingIt/qml/i18n
12         install -d ${DESTDIR}/opt/FeedingIt/qml/common
13         install -d ${DESTDIR}/opt/FeedingIt/qml/common/images
14         install -d ${DESTDIR}/opt/FeedingIt/qml
15         install src/qml/*.qml ${DESTDIR}/opt/FeedingIt/qml
16         install src/qml/i18n/*.qm ${DESTDIR}/opt/FeedingIt/qml/i18n
17         install src/qml/common/*.qml ${DESTDIR}/opt/FeedingIt/qml/common
18         install src/qml/common/images/*.png ${DESTDIR}/opt/FeedingIt/qml/common/images
19         install src/qml/common/images/*.sci ${DESTDIR}/opt/FeedingIt/qml/common/images
20         install src/FeedingIt.py ${DESTDIR}/opt/FeedingIt
21         install src/feedparser.py ${DESTDIR}/opt/FeedingIt
22         install src/portrait.py ${DESTDIR}/opt/FeedingIt
23         install src/rss.py ${DESTDIR}/opt/FeedingIt
24         install src/opml.py ${DESTDIR}/opt/FeedingIt
25         install src/config.py ${DESTDIR}/opt/FeedingIt
26         install src/FeedingIt-Web.py ${DESTDIR}/opt/FeedingIt
27         #install src/feedingit_status.desktop ${DESTDIR}/opt/FeedingIt
28         install src/update_feeds.py ${DESTDIR}/opt/FeedingIt
29         install src/updatedbus.py ${DESTDIR}/opt/FeedingIt
30         install src/BeautifulSoup.py ${DESTDIR}/opt/FeedingIt
31         install src/feedingitdbus.py ${DESTDIR}/opt/FeedingIt
32         install src/aboutdialog.py ${DESTDIR}/opt/FeedingIt
33         install src/rss_sqlite.py ${DESTDIR}/opt/FeedingIt
34         install src/style.py ${DESTDIR}/opt/FeedingIt
35         install src/mainthread.py ${DESTDIR}/opt/FeedingIt
36         install src/jobmanager.py ${DESTDIR}/opt/FeedingIt
37         install src/httpprogresshandler.py ${DESTDIR}/opt/FeedingIt
38         install src/wc.py ${DESTDIR}/opt/FeedingIt
39         install src/debugging.py ${DESTDIR}/opt/FeedingIt
40         install -d ${DESTDIR}/usr/share/applications/hildon
41         install src/FeedingIt.desktop ${DESTDIR}/usr/share/applications/hildon
42         install -d ${DESTDIR}/usr/share/icons/hicolor/48x48/apps/
43         install data/48px.png ${DESTDIR}/usr/share/icons/hicolor/48x48/apps/feedingit.png
44         install -d ${DESTDIR}/usr/share/icons/hicolor/26x26/apps/
45         install data/26px.png ${DESTDIR}/usr/share/icons/hicolor/26x26/apps/feedingit.png
46         install -d ${DESTDIR}/usr/share/icons/hicolor/64x64/apps/
47         install data/64px.png ${DESTDIR}/usr/share/icons/hicolor/64x64/apps/feedingit.png
48         install -d ${DESTDIR}/usr/share/dbus-1/services/
49         install src/feedingit.service ${DESTDIR}/usr/share/dbus-1/services/
50         install src/feedingit_status.service ${DESTDIR}/usr/share/dbus-1/services/
51         install -d ${DESTDIR}/etc/osso-backup/applications/
52         install src/feedingit.conf ${DESTDIR}/etc/osso-backup/applications/
53         install -d ${DESTDIR}/usr/share/applications/hildon-home/
54         install src/feedingit_widget.desktop ${DESTDIR}/usr/share/applications/hildon-home/
55         install -d ${DESTDIR}/usr/lib/hildon-desktop/
56         install src/feedingit_widget.py ${DESTDIR}/usr/lib/hildon-desktop/
57         #install src/feedingit_status.py ${DESTDIR}/usr/lib/hildon-desktop/
58         
59         
60 clean:
61         rm src/*pyo
62         rm src/*pyc
63         
64 sourcepkg:
65         dpkg-buildpackage -rfakeroot -sa -S -i -I.git -Ipsa_harmattan