80
80
- uses : actions/checkout@v4
81
81
82
82
- name : create tmp directory
83
- run : mkdir /tmp/customfetch-0.10.2 .orig
83
+ run : mkdir /tmp/customfetch-1.0.0 .orig
84
84
85
85
- name : Install Packages
86
86
run : |
@@ -95,20 +95,20 @@ jobs:
95
95
96
96
- name : Create deb
97
97
run : |
98
- cp -r $GITHUB_WORKSPACE /tmp/customfetch-0.10.2 .orig
99
- cd /tmp/customfetch-0.10.2 .orig/customfetch
98
+ cp -r $GITHUB_WORKSPACE /tmp/customfetch-1.0.0 .orig
99
+ cd /tmp/customfetch-1.0.0 .orig/customfetch
100
100
mkdir -p Debian/Debhelper/Buildsystem/
101
101
wget https://github.com/Debian/debhelper/raw/master/lib/Debian/Debhelper/Buildsystem/makefile.pm -O Debian/Debhelper/Buildsystem/make.pm
102
102
sed -i "s#package Debian::Debhelper::Buildsystem::makefile#package Debian::Debhelper::Buildsystem::make#g" Debian/Debhelper/Buildsystem/make.pm
103
103
sed -i "s#DEBUG=0#DEBUG=0 CXX=x86_64-linux-gnu-g++-10#g" debian/rules
104
104
dpkg-buildpackage -us -uc
105
- mv ../customfetch_0.10.2 -1_amd64.deb ../customfetch_amd64.deb
105
+ mv ../customfetch_1.0.0 -1_amd64.deb ../customfetch_amd64.deb
106
106
107
107
- name : Upload to github artifacts
108
108
uses : actions/upload-artifact@v4
109
109
with :
110
110
name : customfetch-deb-pkg
111
- path : /tmp/customfetch-0.10.2 .orig/customfetch_amd64.deb
111
+ path : /tmp/customfetch-1.0.0 .orig/customfetch_amd64.deb
112
112
113
113
build-deb-gui :
114
114
runs-on : ubuntu-20.04
@@ -117,7 +117,7 @@ jobs:
117
117
- uses : actions/checkout@v4
118
118
119
119
- name : create tmp directory
120
- run : mkdir /tmp/customfetch-0.10.2 .orig
120
+ run : mkdir /tmp/customfetch-1.0.0 .orig
121
121
122
122
- name : Install Packages
123
123
run : |
@@ -132,21 +132,21 @@ jobs:
132
132
133
133
- name : Create deb
134
134
run : |
135
- cp -r $GITHUB_WORKSPACE /tmp/customfetch-0.10.2 .orig
136
- cd /tmp/customfetch-0.10.2 .orig/customfetch
135
+ cp -r $GITHUB_WORKSPACE /tmp/customfetch-1.0.0 .orig
136
+ cd /tmp/customfetch-1.0.0 .orig/customfetch
137
137
mkdir -p Debian/Debhelper/Buildsystem/
138
138
wget https://github.com/Debian/debhelper/raw/master/lib/Debian/Debhelper/Buildsystem/makefile.pm -O Debian/Debhelper/Buildsystem/make.pm
139
139
sed -i "s#package Debian::Debhelper::Buildsystem::makefile#package Debian::Debhelper::Buildsystem::make#g" Debian/Debhelper/Buildsystem/make.pm
140
140
sed -i "s#GUI_APP=0#GUI_APP=1 CXX=x86_64-linux-gnu-g++-10#g" debian/rules
141
141
sed -i "/^Build-Depends:/a Depends: libgtkmm-3.0-1v5,libgtk-3-0" debian/control
142
142
dpkg-buildpackage -us -uc
143
- mv ../customfetch_0.10.2 -1_amd64.deb ../customfetch-gui_amd64.deb
143
+ mv ../customfetch_1.0.0 -1_amd64.deb ../customfetch-gui_amd64.deb
144
144
145
145
- name : Upload to github artifacts
146
146
uses : actions/upload-artifact@v4
147
147
with :
148
148
name : customfetch-gui-deb-pkg
149
- path : /tmp/customfetch-0.10.2 .orig/customfetch-gui_amd64.deb
149
+ path : /tmp/customfetch-1.0.0 .orig/customfetch-gui_amd64.deb
150
150
151
151
build-android-app :
152
152
runs-on : ubuntu-latest
0 commit comments