Skip to content

Commit 6ceca01

Browse files
committed
fix debian/control
and so .github/workflows/release.yml
1 parent 0c3f976 commit 6ceca01

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
9090
sudo apt-get update
9191
sudo apt-get upgrade -y
92-
sudo apt-get install libwayland-dev libarchive-tools libdconf-dev libglib2.0-dev g++-10
92+
sudo apt-get install libwayland-dev g++-10 libgtk-3-dev pkg-config libgtkmm-3.0-dev libdconf-dev libglib2.0-dev libarchive-tools
9393
sudo apt-get install binutils lintian debhelper devscripts debmake autoconf automake autotools-dev dh-make fakeroot xutils pbuilder -y
9494
9595
- name: Clean
@@ -140,6 +140,7 @@ jobs:
140140
wget https://github.com/Debian/debhelper/raw/master/lib/Debian/Debhelper/Buildsystem/makefile.pm -O Debian/Debhelper/Buildsystem/make.pm
141141
sed -i "s#package Debian::Debhelper::Buildsystem::makefile#package Debian::Debhelper::Buildsystem::make#g" Debian/Debhelper/Buildsystem/make.pm
142142
sed -i "s#GUI_MODE=0#GUI_MODE=1 CXX=x86_64-linux-gnu-g++-10#g" debian/rules
143+
sed -i "/^Build-Depends:/a Depends: libgtkmm-3.0-1v5,libgtk-3-0" debian/control
143144
dpkg-buildpackage -us -uc
144145
mv ../customfetch_0.10.0-1_amd64.deb ../customfetch-gui_amd64.deb
145146

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Source: customfetch
22
Section: utils
33
Priority: optional
44
Maintainer: toni500 <toni500minecraft@gmail.com>
5-
Build-Depends: libwayland-dev libdconf-dev libglib2.0-dev
5+
Build-Depends: pkg-config,libgtkmm-3.0-dev,libwayland-dev,libdconf-dev,libglib2.0-dev
6+
Suggests: libwayland-client0,libdconf1,libglib2.0-0
67
Standards-Version: 4.5.1
78
Homepage: https://github.com/Toni500github/customfetch
89

0 commit comments

Comments
 (0)