Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-Sebastian-Bogan committed May 18, 2020
1 parent b3e88ae commit 0aa4162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Version: $(BUILD_VERSION)
Section: misc
Priority: optional
Architecture: amd64
Depends: libblkid1 (>= 2.31), libc6 (>= 2.27), libffi6 (>= 3.2), libgdk-pixbuf2.0-0 (>= 2.36), libglib2.0-0 (>= 2.56), libmount1 (>= 2.31), libnotify4 (>= 0.7), libpcre3 (>= 2:8.39), libselinux1 (>= 2.7), libuuid1 (>= 2.31), zlib1g (>= 1:1.2)
Depends: libappindicator3-1 (>=12.10), libatk1.0-0 (>=2.28), libatk-bridge2.0-0 (>=2.26), libatspi2.0-0 (>=2.28), libblkid1 (>=2.31), libbsd0 (>=0.8), libc6 (>=2.27), libcairo2 (>=1.15), libcairo-gobject2 (>=1.15), libdatrie1 (>=0.2), libdbus-1-3 (>=1.12), libdbusmenu-glib4 (>=16.04), libdbusmenu-gtk3-4 (>=16.04), libepoxy0 (>=1.4), libexpat1 (>=2.2), libffi6 (>=3.2), libfontconfig1 (>=2.12), libfreetype6 (>=2.8), libgcrypt20 (>=1.8), libgdk-pixbuf2.0-0 (>=2.36), libglib2.0-0 (>=2.56), libgpg-error0 (>=1.27), libgraphite2-3 (>=1.3), libgtk-3-0 (>=3.22), libharfbuzz0b (>=1.7), libindicator3-7 (>=16.10), liblz4-1, liblzma5 (>=5.2), libmount1 (>=2.31), libnotify4 (>=0.7), libpango-1.0-0 (>=1.40), libpangocairo-1.0-0 (>=1.40), libpangoft2-1.0-0 (>=1.40), libpcre3 (>=2:8.39), libpixman-1-0 (>=0.34), libpng16-16 (>=1.6), libselinux1 (>=2.7), libsystemd0 (>=237), libthai0 (>=0.1), libuuid1 (>=2.31), libwayland-client0 (>=1.16), libwayland-cursor0 (>=1.16), libwayland-egl1 (>=1.16), libx11-6 (>=2:1.6), libxau6 (>=1:1.0), libxcb1 (>=1.13), libxcb-render0 (>=1.13), libxcb-shm0 (>=1.13), libxcomposite1 (>=1:0.4), libxcursor1 (>=1:1.1), libxdamage1 (>=1:1.1), libxdmcp6 (>=1:1.1), libxext6 (>=2:1.3), libxfixes3 (>=1:5.0), libxi6 (>=2:1.7), libxinerama1 (>=2:1.1), libxkbcommon0 (>=0.8), libxrandr2 (>=2:1.5), libxrender1 (>=1:0.9), zlib1g (>=1:1.2)
Maintainer: Sebastian Bogan <sebogh@qibli.net>
Description: Notify about new Yammer messages.
Poll the Yammer API and notify about new messages using libnotify.
Expand Down Expand Up @@ -73,7 +73,7 @@ debbuild: tidy $(DEB_PACKAGE)

# use this to find out .deb dependencies
showdebs: goyammer
ldd goyammer | grep -P -o "(?<=> ).+(?= \(0x)" | xargs dpkg -S | awk -F ':' '{print $$1}' | sort | uniq
./deps.sh

clean:
go clean github.com/seboghpub/goyammer
Expand Down

0 comments on commit 0aa4162

Please sign in to comment.