-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
115 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**/ | ||
*.deb | ||
*.whl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Package: CppCore.Example.Client.Resources | ||
Version: {VERSION}-1 | ||
Section: base | ||
Priority: optional | ||
Architecture: all | ||
Maintainer: Clint Banzhaf <clint@banzhaf.pro> | ||
Description: CppCore.Example.Client Resources | ||
Resources of CppCore.Example.Client. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Package: CppCore.Example.Client | ||
Version: {VERSION}-1 | ||
Section: base | ||
Priority: optional | ||
Architecture: {ARCH} | ||
Depends: libc6:{ARCH} (>= 2.39) | ||
Maintainer: Clint Banzhaf <clint@banzhaf.pro> | ||
Description: CppCore Example Client | ||
Just an example to demonstrate Client code of CppCore. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Desktop Entry] | ||
Name={DISPLAYNAME} | ||
Comment=Example Client of CppCore | ||
Exec=/usr/bin/CppCore.Example.Client | ||
Icon=/usr/share/pixmaps/CppCore.Example.Client.png | ||
Terminal=true | ||
Type=Application | ||
Categories=Development; | ||
StartupNotify=true | ||
NoDisplay=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Package: CppCore.Example.Server.Resources | ||
Version: {VERSION}-1 | ||
Section: base | ||
Priority: optional | ||
Architecture: all | ||
Maintainer: Clint Banzhaf <clint@banzhaf.pro> | ||
Description: CppCore.Example.Server Resources | ||
Resources of CppCore.Example.Server. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Package: CppCore.Example.Server | ||
Version: {VERSION}-1 | ||
Section: base | ||
Priority: optional | ||
Architecture: {ARCH} | ||
Depends: libc6:{ARCH} (>= 2.39) | ||
Maintainer: Clint Banzhaf <clint@banzhaf.pro> | ||
Description: CppCore Example Server | ||
Just an example to demonstrate server code of CppCore. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Desktop Entry] | ||
Name={DISPLAYNAME} | ||
Comment=Example Server of CppCore | ||
Exec=/usr/bin/CppCore.Example.Server | ||
Icon=/usr/share/pixmaps/CppCore.Example.Server.png | ||
Terminal=true | ||
Type=Application | ||
Categories=Development; | ||
StartupNotify=true | ||
NoDisplay=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Package: CppCore.Example.UI.Resources | ||
Version: {VERSION}-1 | ||
Section: base | ||
Priority: optional | ||
Architecture: all | ||
Maintainer: Clint Banzhaf <clint@banzhaf.pro> | ||
Description: CppCore.Example.UI Resources | ||
Resources of CppCore.Example.UI. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Package: CppCore.Example.UI | ||
Version: {VERSION}-1 | ||
Section: base | ||
Priority: optional | ||
Architecture: {ARCH} | ||
Depends: libc6:{ARCH} (>= 2.39), | ||
libbsd0:{ARCH} (>= 0.12.1), | ||
libxau6:{ARCH} (>= 1.0.9), | ||
libxcb1:{ARCH} (>= 1.15), | ||
libxdmcp6:{ARCH} (>= 1.1.3), | ||
libx11-6:{ARCH} (>= 1.8.7) | ||
Maintainer: Clint Banzhaf <clint@banzhaf.pro> | ||
Description: CppCore Example UI | ||
Just an example to demonstrate UI code of CppCore. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Desktop Entry] | ||
Name={DISPLAYNAME} | ||
Comment=Example UI of CppCore | ||
Exec=/usr/bin/CppCore.Example.UI | ||
Icon=/usr/share/pixmaps/CppCore.Example.UI.png | ||
Terminal=true | ||
Type=Application | ||
Categories=Development; | ||
StartupNotify=true | ||
NoDisplay=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Package: CppCore.Interface.C | ||
Version: {VERSION}-1 | ||
Section: base | ||
Priority: optional | ||
Architecture: {ARCH} | ||
Depends: libc6:{ARCH} (>= 2.39) | ||
Maintainer: Clint Banzhaf <clint@banzhaf.pro> | ||
Description: CppCore Interface for C | ||
Provides access to CppCore from C | ||
|