Changeset 3340
- Timestamp:
- Oct 9, 2007, 6:28:14 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r3328 r3340 16 16 SUBDIRS = third-party libtransmission daemon cli $(GTK_DIR) $(BEOS_DIR) $(MAC_DIR) $(WX_DIR) 17 17 18 DISTCLEANFILES = \19 Transmission.desktop20 21 18 EXTRA_DIST = \ 22 19 NEWS \ … … 25 22 README \ 26 23 third-party \ 27 intltool-extract.in intltool-merge.in intltool-update.in 24 intltool-extract.in \ 25 intltool-merge.in \ 26 intltool-update.in -
trunk/gtk/Makefile.am
r3339 r3340 56 56 DESKTOP_IN_FILES=transmission.desktop.in 57 57 DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop) 58 @INTLTOOL_DESKTOP_RULE@ 58 59 59 60 Productivitydir = $(datadir)/applications -
trunk/gtk/transmission.desktop.in
r3328 r3340 2 2 Encoding=UTF-8 3 3 _Name=Transmission BitTorrent Client 4 _Comment=A free, lightweight BitTorrent client with a simple, intuitive interface4 _Comment=A free, intuitive BitTorrent client 5 5 Exec=transmission %F 6 6 Icon=transmission.png
Note: See TracChangeset
for help on using the changeset viewer.