-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
ebb40b6
commit e4b44bf
Showing
20 changed files
with
58 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: Bug report | ||
name: 🐞 Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
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,42 @@ | ||
--- | ||
name: "🚀 Feature request" | ||
about: Suggest an idea for improving this software | ||
title: '' | ||
labels: 'type:Enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Is your proposal related to a problem? | ||
|
||
<!-- | ||
Provide a clear and concise description of what the problem is. | ||
For example, "I'm always frustrated when..." | ||
--> | ||
|
||
(Write your answer here.) | ||
|
||
### Describe the solution you'd like | ||
|
||
<!-- | ||
Provide a clear and concise description of what you want to happen. | ||
--> | ||
|
||
(Describe your proposed solution here.) | ||
|
||
### Describe alternatives you've considered | ||
|
||
<!-- | ||
Let us know about other solutions you've tried or researched. | ||
--> | ||
|
||
(Write your answer here.) | ||
|
||
### Additional context | ||
|
||
<!-- | ||
Is there anything else you can add about the proposal? | ||
You might want to link to related issues here, if you haven't already. | ||
--> | ||
|
||
(Write your answer here.) |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
fonts-nx-desktop (1.0.7) nitrux; urgency=medium | ||
|
||
* Add IMB Plex sans. | ||
|
||
-- Uri Herrera <[email protected]> Wed, 13 Jan 2023 16:33:00 -0500 | ||
|
||
fonts-nx-desktop (1.0.6) nitrux; urgency=medium | ||
|
||
* Update /etc/default/console-setup. | ||
|
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 |
---|---|---|
@@ -1,28 +1,16 @@ | ||
#!/bin/bash | ||
#! /bin/bash | ||
|
||
set -x | ||
|
||
apt -qq update | ||
apt -qq -yy install equivs curl git wget gnupg2 | ||
|
||
### FIXME - the container mauikit/ubuntu-18.04-amd64 does have the neon repo but for some idiotic reason it isn't working here | ||
|
||
wget -qO /etc/apt/sources.list.d/neon-user-repo.list https://raw.githubusercontent.com/Nitrux/iso-tool/development/configs/files/sources.list.neon.user | ||
|
||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \ | ||
55751E5D > /dev/null | ||
|
||
apt -qq update | ||
### Basic Packages | ||
apt -qq -yy install equivs git devscripts lintian --no-install-recommends | ||
|
||
### Install Dependencies | ||
|
||
DEBIAN_FRONTEND=noninteractive apt -qq -yy install devscripts debhelper gettext lintian build-essential automake autotools-dev cmake extra-cmake-modules appstream | ||
|
||
mk-build-deps -i -t "apt-get --yes" -r | ||
|
||
### Build Deb | ||
|
||
mkdir source | ||
mv ./* source/ # Hack for debuild | ||
cd source | ||
debuild -b -uc -us | ||
|
||
### Move Deb to current directory because debuild decided | ||
### that it was a GREAT IDEA TO PUT THE FILE ONE LEVEL ABOVE | ||
mv ../*.deb . |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.