Skip to content

Commit

Permalink
fix debian/control
Browse files Browse the repository at this point in the history
and so .github/workflows/release.yml
  • Loading branch information
Toni500github committed Oct 29, 2024
1 parent 0c3f976 commit 6ceca01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Source: customfetch
Section: utils
Priority: optional
Maintainer: toni500 <[email protected]>
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

Expand Down

0 comments on commit 6ceca01

Please sign in to comment.