Skip to content

Commit

Permalink
add libxfce4windowing-0-dev depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
jakbin authored Jan 1, 2025
1 parent 01c0cad commit afdef67
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Dependencies
run: sudo apt update && sudo apt-get install wget tree tar build-essential dpkg binutils intltool xfce4-dev-tools xorg-dev libglib2.0-dev libgtk-3-dev libwnck-3-dev libxfce4ui-2-dev libxfce4panel-2.0-dev
run: sudo apt update && sudo apt-get install wget tar build-essential dpkg binutils intltool xfce4-dev-tools xorg-dev libxfce4windowing-0-dev libglib2.0-dev libgtk-3-dev libwnck-3-dev libxfce4ui-2-dev libxfce4panel-2.0-dev

- name: Build
run: |
Expand All @@ -27,18 +27,11 @@ jobs:
./configure --prefix=/home/runner/work/xfce4-docklike-plugin/xfce4-docklike-plugin/xfce4-docklike-plugin-${{ env.version }}/usr
make
make install
ls
pwd
- name: Build Deb File
run: |
ls
pwd
tree
cd xfce4-docklike-plugin-${{ env.version }}
mkdir xfce4-docklike-plugin
ls
ls usr
cp -R /home/runner/work/xfce4-docklike-plugin/xfce4-docklike-plugin/DEBIAN /home/runner/work/xfce4-docklike-plugin/xfce4-docklike-plugin/xfce4-docklike-plugin-${{ env.version }}/xfce4-docklike-plugin/
cp -R usr xfce4-docklike-plugin
dpkg -b xfce4-docklike-plugin
Expand Down

0 comments on commit afdef67

Please sign in to comment.