From b99a2628938993c2e1add6f5a40346229f212445 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 20 Feb 2024 13:08:09 -0600 Subject: [PATCH] Clean up junk files --- .clang-format | 17 -------- .editorconfig | 17 -------- .gitattributes | 8 ---- .github/workflows/build.yml | 77 ------------------------------------- .gitignore | 4 -- .pc/.quilt_patches | 1 - .pc/.quilt_series | 1 - .pc/.version | 1 - .pc/applied-patches | 0 9 files changed, 126 deletions(-) delete mode 100644 .clang-format delete mode 100644 .editorconfig delete mode 100644 .gitattributes delete mode 100644 .github/workflows/build.yml delete mode 100644 .gitignore delete mode 100644 .pc/.quilt_patches delete mode 100644 .pc/.quilt_series delete mode 100644 .pc/.version delete mode 100644 .pc/applied-patches diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 4bdb1cb..0000000 --- a/.clang-format +++ /dev/null @@ -1,17 +0,0 @@ ---- -AccessModifierOffset: -4 -AlignAfterOpenBracket: Align -AlignEscapedNewlines: DontAlign -AlignTrailingComments: true -BreakBeforeBinaryOperators: All -BreakBeforeBraces: Custom -BraceWrapping: - AfterClass: true - AfterFunction: true -BreakConstructorInitializers: BeforeComma -ColumnLimit: 104 -FixNamespaceComments: true -IndentWidth: 4 -SortIncludes: false - -... diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 1ac8491..0000000 --- a/.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -# EditorConfig configuration -# http://editorconfig.org - -# Top-most EditorConfig file -root = true - -# UTF-8 charset, set indent to spaces with width of four, -# with no trailing whitespaces and a newline ending every file. -[*] -charset = utf-8 -indent_size = 4 -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true - -[*.{html,json,md,yml,sh}] -indent_size = 2 diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 1d99851..0000000 --- a/.gitattributes +++ /dev/null @@ -1,8 +0,0 @@ -# See https://help.github.com/en/articles/dealing-with-line-endings - -# Set the default behavior, in case people don't have core.autocrlf set. -* text=auto - -# Denote all files that are truly binary and should not be modified. -*.png binary -*.svgz binary diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index cbb5e6d..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,77 +0,0 @@ -name: Build -on: - push: - branches: - - '*' - tags: - - '[0-9]*' - pull_request: - branches: - - '*' - workflow_dispatch: - branches: - - '*' -defaults: - run: - shell: bash -env: - build_type: Release -jobs: - linux: - name: Linux - runs-on: ubuntu-latest - strategy: - matrix: - config: - - { name: "GCC", cc: gcc, cxx: g++ } - - { name: "clang", cc: clang, cxx: clang++ } - env: - cc: ${{ matrix.config.cc }} - cxx: ${{ matrix.config.cxx }} - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - submodules: recursive - - - name: Checkout Qtilitools - uses: actions/checkout@v3 - with: - repository: qtilities/qtilitools - path: qtilitools - - - name: Update Packages - run: sudo apt-get update - - - name: Install Dependencies - run: | - packages=( - qtbase5-dev - qttools5-dev - pkexec - sddm - ) - sudo apt-get install ${packages[@]} - - - name: Build and install Qtilitools - working-directory: ${{ github.workspace }}/qtilitools - run: | - options=( - -D CMAKE_INSTALL_PREFIX="/usr" - -D CMAKE_BUILD_TYPE=${{ env.build_type }} - -B build - ) - cmake ${options[@]} - sudo cmake --install build - - - name: Configure - run: | - options=( - -D CMAKE_INSTALL_PREFIX="/usr" - -D CMAKE_BUILD_TYPE=${{ env.build_type }} - -B build - ) - cmake ${options[@]} - - - name: Build - run: cmake --build build --config ${{ env.build_type }} diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f59c469..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -build*/ -*.user -compile_commands.json -resources/about.md diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches deleted file mode 100644 index 6857a8d..0000000 --- a/.pc/.quilt_patches +++ /dev/null @@ -1 +0,0 @@ -debian/patches diff --git a/.pc/.quilt_series b/.pc/.quilt_series deleted file mode 100644 index c206706..0000000 --- a/.pc/.quilt_series +++ /dev/null @@ -1 +0,0 @@ -series diff --git a/.pc/.version b/.pc/.version deleted file mode 100644 index 0cfbf08..0000000 --- a/.pc/.version +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/.pc/applied-patches b/.pc/applied-patches deleted file mode 100644 index e69de29..0000000