Anpassungen für Haiku
3020
BareCodeAUR/pkg/barecode-git/.BUILDINFO
Normal file
BIN
BareCodeAUR/pkg/barecode-git/.MTREE
Normal file
19
BareCodeAUR/pkg/barecode-git/.PKGINFO
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by makepkg 7.1.0
|
||||
# using fakeroot version 1.37.2
|
||||
pkgname = barecode-git
|
||||
pkgbase = barecode-git
|
||||
xdata = pkgtype=pkg
|
||||
pkgver = r5.cb66172-1
|
||||
pkgdesc = Modularer Code-Editor, entwickelt von Projekt Hirnfrei (git)
|
||||
url = https://git.projekt-hirnfrei.de/diabolus/BareCode
|
||||
builddate = 1781069213
|
||||
packager = Unknown Packager
|
||||
size = 1191503
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
conflict = barecode
|
||||
provides = barecode
|
||||
depend = qt6-base
|
||||
makedepend = cmake
|
||||
makedepend = ninja
|
||||
makedepend = git
|
||||
BIN
BareCodeAUR/pkg/barecode-git/usr/bin/BareCode
Executable file
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=BareCode
|
||||
GenericName=Code Editor
|
||||
Comment=Modularer Code-Editor für HTML, PHP, CSS und mehr
|
||||
Exec=BareCode %F
|
||||
Icon=barecode
|
||||
Terminal=false
|
||||
Categories=Development;TextEditor;
|
||||
MimeType=text/plain;text/html;text/css;text/x-php;text/x-csrc;text/x-chdr;text/x-c++src;text/x-c++hdr;
|
||||
Keywords=editor;code;html;php;css;c++;
|
||||
StartupWMClass=BareCode
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=BareCode
|
||||
GenericName=Code-Editor
|
||||
Comment=Modularer Code-Editor von Projekt Hirnfrei
|
||||
Exec=BareCode %F
|
||||
Icon=barecode
|
||||
Terminal=false
|
||||
Categories=Development;TextEditor;IDE;
|
||||
MimeType=text/plain;text/x-csrc;text/x-chdr;text/x-c++src;text/x-c++hdr;
|
||||
Keywords=editor;code;programmierung;entwicklung;
|
||||
StartupNotify=true
|
||||
StartupWMClass=BareCode
|
||||
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 824 B |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 303 KiB |
|
After Width: | Height: | Size: 7.6 KiB |
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025 Dany Thinnes – Projekt Hirnfrei
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||