diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c5f48c..a6f9bfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get upgrade -y - sudo apt-get install libwayland-dev libarchive-tools libdconf-dev libglib2.0-dev g++-10 + sudo apt-get install libwayland-dev g++-10 libgtk-3-dev pkg-config libgtkmm-3.0-dev libdconf-dev libglib2.0-dev libarchive-tools sudo apt-get install binutils lintian debhelper devscripts debmake autoconf automake autotools-dev dh-make fakeroot xutils pbuilder -y - name: Clean @@ -140,6 +140,7 @@ jobs: wget https://github.com/Debian/debhelper/raw/master/lib/Debian/Debhelper/Buildsystem/makefile.pm -O Debian/Debhelper/Buildsystem/make.pm sed -i "s#package Debian::Debhelper::Buildsystem::makefile#package Debian::Debhelper::Buildsystem::make#g" Debian/Debhelper/Buildsystem/make.pm sed -i "s#GUI_MODE=0#GUI_MODE=1 CXX=x86_64-linux-gnu-g++-10#g" debian/rules + sed -i "/^Build-Depends:/a Depends: libgtkmm-3.0-1v5,libgtk-3-0" debian/control dpkg-buildpackage -us -uc mv ../customfetch_0.10.0-1_amd64.deb ../customfetch-gui_amd64.deb diff --git a/debian/control b/debian/control index 89abd76..6026c83 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: customfetch Section: utils Priority: optional Maintainer: toni500 -Build-Depends: libwayland-dev libdconf-dev libglib2.0-dev +Build-Depends: pkg-config,libgtkmm-3.0-dev,libwayland-dev,libdconf-dev,libglib2.0-dev +Suggests: libwayland-client0,libdconf1,libglib2.0-0 Standards-Version: 4.5.1 Homepage: https://github.com/Toni500github/customfetch