diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-07 12:52:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-07 12:52:34 +0900 |
| commit | 9bb2ca44092700cb3b63dcfff05ff1957701436e (patch) | |
| tree | 8f226f535c0114bcae4d47edb7076ce5055e75af /data | |
| parent | b39af9e56f966f19832b67413b26e53fd900bb4d (diff) | |
| download | kvirc-9bb2ca44092700cb3b63dcfff05ff1957701436e.tar.gz kvirc-9bb2ca44092700cb3b63dcfff05ff1957701436e.zip | |
Removed unused files. These are neither used not installed
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 2 | ||||
| -rw-r--r-- | data/resources/Makefile.am | 3 | ||||
| -rw-r--r-- | data/resources/icon1.ico | bin | 3774 -> 0 bytes | |||
| -rw-r--r-- | data/resources/kvirc.rc | 29 | ||||
| -rw-r--r-- | data/resources/resource.h | 20 | ||||
| -rw-r--r-- | data/resources_mac/Info.plist.in | 40 | ||||
| -rw-r--r-- | data/resources_mac/Makefile.am | 8 | ||||
| -rw-r--r-- | data/resources_mac/kvirc.icns | bin | 52771 -> 0 bytes |
8 files changed, 1 insertions, 101 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index d51e296..f06b741 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,4 +3,4 @@ ############################################################################### SUBDIRS = app config defscript deftheme doctemplates \ - mimelnk msgcolors protocols resources resources_mac + mimelnk msgcolors protocols diff --git a/data/resources/Makefile.am b/data/resources/Makefile.am deleted file mode 100644 index 71b9c6b..0000000 --- a/data/resources/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -EXTRA_DIST = icon1.ico kvirc.rc resource.h - - diff --git a/data/resources/icon1.ico b/data/resources/icon1.ico Binary files differdeleted file mode 100644 index 23f1147..0000000 --- a/data/resources/icon1.ico +++ /dev/null diff --git a/data/resources/kvirc.rc b/data/resources/kvirc.rc deleted file mode 100644 index e25ef3b..0000000 --- a/data/resources/kvirc.rc +++ /dev/null @@ -1,29 +0,0 @@ -//Microsoft Developer Studio generated resource script. -// -#include "resource.h" - - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDI_ICON1 ICON DISCARDABLE "icon1.ico" -IDD_ICON2 ICON DISCARDABLE "kvs.ico" -IDD_ICON3 ICON DISCARDABLE "kvc.ico" -IDD_ICON4 ICON DISCARDABLE "kvt.ico" -IDD_ICON5 ICON DISCARDABLE "kva.ico" - - -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE DISCARDABLE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE DISCARDABLE -BEGIN - "\r\n" - "\0" -END
\ No newline at end of file diff --git a/data/resources/resource.h b/data/resources/resource.h deleted file mode 100644 index 8713500..0000000 --- a/data/resources/resource.h +++ /dev/null @@ -1,20 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by kvirc.rc -// -#define IDD_ICON1 100 -#define IDD_ICON2 101 -#define IDD_ICON3 102 -#define IDD_ICON4 103 -#define IDD_ICON5 104 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1000 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/data/resources_mac/Info.plist.in b/data/resources_mac/Info.plist.in deleted file mode 100644 index c1054aa..0000000 --- a/data/resources_mac/Info.plist.in +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>CFBundleExecutable</key> - <string>kvirc</string> - <key>CFBundleIconFile</key> - <string>kvirc.icns</string> - <key>CFBundleIdentifier</key> - <string>com.kvirc.kvirc</string> - <key>CFBundleLocalizations</key> - <array> - <string>en</string> - <string>bg</string> - <string>ca</string> - <string>cs</string> - <string>de</string> - <string>es</string> - <string>fr</string> - <string>hu</string> - <string>it</string> - <string>nl</string> - <string>pl</string> - <string>pt</string> - <string>pt_BR</string> - <string>ru</string> - <string>sr</string> - </array> - <key>CFBundleName</key> - <string>KVirc</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>@kvircversion@</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>NSAppleScriptEnabled</key> - <false/> -</dict> -</plist> diff --git a/data/resources_mac/Makefile.am b/data/resources_mac/Makefile.am deleted file mode 100644 index 4063b32..0000000 --- a/data/resources_mac/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -EXTRA_DIST = Info.plist.in kvirc.icns - -CLEANFILES = Info.plist - -all: Info.plist - -Info.plist: Makefile - sed -e 's,[@]kvircversion[@],$(VERSION),g' < Info.plist.in > Info.plist diff --git a/data/resources_mac/kvirc.icns b/data/resources_mac/kvirc.icns Binary files differdeleted file mode 100644 index c02a2ad..0000000 --- a/data/resources_mac/kvirc.icns +++ /dev/null |
