Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Dec 13, 2023
1 parent ebb40b6 commit e4b44bf
Show file tree
Hide file tree
Showing 20 changed files with 58 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
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

---
Expand Down
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.)
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and push packages to PackageCloud.
on:
push:
branches:
- 'master'
- 'main'
paths-ignore:
- 'README.md'

Expand All @@ -25,4 +25,4 @@ jobs:
env:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
run: |
package_cloud push nitrux/repo/debian/trixie files/*.deb
package_cloud push nitrux/testing/debian/trixie $(pwd)/*.deb
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

6 changes: 6 additions & 0 deletions debian/changelog
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.
Expand Down
26 changes: 7 additions & 19 deletions gh-build.sh
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 added ibm_plex/IBMPlexSans-Bold.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-BoldItalic.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-ExtraLight.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-ExtraLightItalic.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-Italic.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-Light.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-LightItalic.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-Medium.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-MediumItalic.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-Regular.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-SemiBold.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-SemiBoldItalic.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-Thin.ttf
Binary file not shown.
Binary file added ibm_plex/IBMPlexSans-ThinItalic.ttf
Binary file not shown.

0 comments on commit e4b44bf

Please sign in to comment.