Remove more unused files

This commit is contained in:
Jakub Szymański 2019-05-19 01:22:31 +02:00
parent 6d3c6fb2ab
commit ee7cdc5db5
11 changed files with 0 additions and 119 deletions

5
.gitattributes vendored
View File

@ -1,5 +0,0 @@
configure.ac filter=version
debian/changelog filter=version
src/woeusb filter=version
src/woeusb.1 filter=version
src/woeusbgui.1 filter=version

View File

@ -1,5 +0,0 @@
# Project-specific Git Configuration
# DOC: man: git-config
[filter "version"]
clean = filters/clean-version.bash
smudge = filters/smudge-version.bash

View File

@ -1,45 +0,0 @@
# Travis CI Configuration
# https://docs.travis-ci.com
## Lesser history
git:
depth: 30
## Use container-based infrastructure for quicker build start-up
sudo: false
## We only support Ubuntu 14.04 and newer
dist: trusty
addons:
apt:
packages:
- realpath # Not required least after 16.04
- autotools-dev
- libwxgtk2.8-dev
- devscripts # For mk-build-deps
- equivs # mk-build-deps requires this to be installed
language: cpp
compiler:
- gcc
script:
# For triggering smudge-version
- ./setup-development-environment.bash
- mk-build-deps && mv woeusb-build-deps*.deb ..
- autoreconf --force --install
- ./configure
- make
deploy:
provider: releases
api_key:
secure: RJHRp/Ou83QtkZXdS/UXiOIf1hfsUzg1ZPVZNi18oNTQcMwcHut9IqsaJEb5ZmwdC9/0TIqkoXaPTXUatVS5G+OaPXhFh0FPWFlzpIKIa4xiM7juhoettvK50r7B0+QyfIcMuZ+wTP6h3itXkeGm97xTqOnMmGn2BpefmAQ8nMKcw6ehD9F1LFPIiGJSw16Sli5b4s9hkyJtslyxjriWsLypuIFA+z7/PAPFj4UmbAqNCTQH3yHUHkNPHomf0S405uecgGlV4eYqc10nNP0Y/2gN1pDwSx7HNbCSR/ufhLXc2dH+JBho7lJRCCaJKZ2PX2JeCndWOLAmKkuz2snV/aMcDzaXb6G5MQ3UPKsbaMJHaiKzz48LBDVeOsbhL7FF4cs+JdiPQGaTzTTSg35j6MXM28WirJ7VxEpVRxjrILgbRXasJIRXaB0Ttimgu2L2fJr2GDT3EBfVj5mT+GpXgsqwXlGP/QBKrB1170g4ATPHKmzmXqCYo7DZw6qZ5T1G0ZiZm9TX82OlYuNNo7fkuquo6Q7z6kJRlwmI0PPnR54IUuI6wrcOvWc/PoEBhRQvGpzyBadiLeFoQrAgHofcnGPfIbqmY/2cZiZza/XvnxVwa1NEHCGXZEcRYHeAQyRGtikxUNuhlP93sDLvPg61QuQVV/y+yXVVtuFDrLuL+L4=
file_glob: true
file:
- ../woeusb-build-deps*.deb
- ".github/The source code archives provided here is NOT supported, please use git-clone instead"
on:
repo: slacka/WoeUSB
tags: true

View File

@ -48,12 +48,6 @@ NOTE: This currently only applies to the GNU Bash shell scripts.
* Underscore for variable names
* Underscore for function names
### Defensive Bash Programming
* All parameters that are assigned a value should be declared as read-only parameter to remain unchanged throughout the code
* All non-readonly parameters should be UNSET right after they are not used.
* Function parameters should be caught by `local` parameters instead of directly referenced using positional parameter syntax
* To increase code reusability, avoid referencing global variables from a function, alway pass it by function arguments
### Character Encoding of Files
We use UTF-8 encoding for all of our files

View File

@ -1,7 +0,0 @@
# Il faut mettre les fichiers dans le sous dossier data de share...
pkgdatadir=$(mypkgdatadir)/data
dist_pkgdata_DATA = $(srcdir)/*.png
bindir=${pkgdatadir}
dist_bin_SCRIPTS = listUsb listDvdDrive

View File

@ -1,11 +0,0 @@
if ! IS_MINGW
desktopdir = $(datadir)/applications
desktop_DATA = $(srcdir)/*.desktop
pixmapdir = $(datadir)/pixmaps
pixmap_DATA = $(srcdir)/*.png
endif
EXTRA_DIST = $(srcdir)/*.desktop $(srcdir)/*.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,16 +0,0 @@
[Desktop Entry]
Version=1.0
Exec=woeusbgui
Icon=woeusbgui-icon
Terminal=false
X-MultipleArgs=false
Type=Application
Categories=System;
Keywords=Windows;UEFI;EFI;booting;
StartupNotify=true
Name=WoeUSB
Name[fr_FR]=WoeUSB
Name[zh_TW]=WoeUSB Windows USB
Comment=Create Windows USB stick installer from a real Windows DVD or an image.
Comment[fr_FR]=Créer des clés USB d'installation de Windows depuis une image CD ou un dvd original.
Comment[zh_TW]= Windows DVD Windows USB

View File

@ -1,2 +0,0 @@
EXTRA_DIST = $(srcdir)/icon.ico $(srcdir)/winProg.manifest

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<assemblyIdentity
processorArchitecture="x86"
version="5.1.0.0"
type="win32"
name="c501wakeonlan.exe"/>
<description>c501wakeonlan</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
publicKeyToken="6595b64144ccf1df"
language="*"
processorArchitecture="x86"/>
</dependentAssembly>
</dependency>
</assembly>