provide icon and *.desktop-file for xterm
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16687 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0ce45ff4ec
commit
e9b85bbf71
@ -39,9 +39,11 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Package/xterm/install
|
||||
$(INSTALL_DIR) $(1)/usr/
|
||||
$(INSTALL_DIR) $(1)/usr/ $(1)/usr/share/applications $(1)/usr/share/icons
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin $(1)/usr/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib $(1)/usr/
|
||||
$(CP) ./files/xterm.desktop $(1)/usr/share/applications/
|
||||
$(CP) ./files/terminal.png $(1)/usr/share/icons/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,xterm))
|
||||
|
BIN
Xorg/app/xterm/files/terminal.png
Normal file
BIN
Xorg/app/xterm/files/terminal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
12
Xorg/app/xterm/files/xterm.desktop
Normal file
12
Xorg/app/xterm/files/xterm.desktop
Normal file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Name=XTerm
|
||||
Comment=XTerm Terminal Emulator
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Exec=xterm
|
||||
Icon=terminal
|
||||
Terminal=false
|
||||
Categories=GTK;Application;PIM
|
||||
SingleInstance=false
|
||||
StartupNotify=true
|
Loading…
x
Reference in New Issue
Block a user