- Timestamp:
- 08/03/09 10:11:39 (3 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Makefile (modified) (2 diffs)
-
debian/itaka.menu (modified) (1 diff)
-
debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r297 r306 10 10 * Don't check for system compatibility of Libnotify 11 11 * Code cleanup towards PEP-8 compliance 12 * Simplified and improved Makefile13 12 14 13 0.2.2: 15 14 * Fixed a fatal bug with Python 2.6/PyGTK 2.14 15 * Simplified and improved Makefile 16 16 17 17 0.2.1: -
trunk/Makefile
r298 r306 26 26 27 27 install: 28 # Replace images and locales directory 28 29 mv config.py config.py.old 29 30 mv itaka.py itaka.py.old 30 31 sed -e "s|/usr/share/itaka/images/|$(REPLACEIMAGESDIR)|g" config.py.old > config.py 31 32 sed -e "s|/usr/share/locale/|$(REPLACELOCALEDIR)|g" itaka.py.old > itaka.py 33 mv config.py.old config.py 34 mv itaka.py.old itaka.py 35 32 36 $(INSTALL) -m 755 -d $(BINDIR) $(DATADIR) $(LIBDIR) $(IMAGESDIR) $(APPLICATIONSDIR) $(ICONDIR) $(MANDIR) 33 37 $(INSTALL) -m 755 *.py $(LIBDIR) 34 $(INSTALL) -m 644 share/images/* $(IMAGESDIR) 35 $(INSTALL) -m 644 share/images/itaka.png $(ICONDIR) 38 39 # We only need a few images 40 $(INSTALL) -m 644 share/images/itaka.png $(IMAGESDIR) 41 $(INSTALL) -m 644 share/images/itaka-take.png $(IMAGESDIR) 42 $(INSTALL) -m 644 share/images/itaka16x16-take.png $(IMAGESDIR) 43 $(INSTALL) -m 644 share/images/itaka64x64.png $(IMAGESDIR) 44 45 ln -sf share/images/itaka.png $(ICONDIR)/itaka.png 46 36 47 $(INSTALL) -m 644 share/itaka.desktop $(APPLICATIONSDIR) 37 48 gzip -9 -c share/itaka.1 > share/itaka.1.gz … … 41 52 echo $( ls $(BINDIR)/itaka ) 42 53 chmod +x $(BINDIR)/itaka 43 mv config.py.old config.py44 mv itaka.py.old itaka.py45 54 46 55 for lang in locale/*; do -
trunk/debian/itaka.menu
r302 r306 3 3 section="Applications/Network/Monitoring" \ 4 4 title="Itaka" \ 5 longtitle="Itaka Screenshot Server" 5 longtitle="Itaka Screenshot Server" \ 6 6 command="/usr/bin/itaka" \ 7 7 hints="screenshooting" \ -
trunk/debian/rules
r305 r306 1 1 #!/usr/bin/make -f 2 2 # -*- makefile -*- 3 # Sample debian/rules that uses debhelper.4 # This file was originally written by Joey Hess and Craig Small.5 # As a special exception, when this file is copied by dh-make into a6 # dh-make output file, you may use that output file without restriction.7 # This special exception was added by Craig Small in version 0.37 of dh-make.8 3 9 4 # Uncomment this to turn on verbose mode.
Note: See TracChangeset
for help on using the changeset viewer.

