tdowngraded gtk-tray to use gtk-2 libraries to stay out of systemd deps - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 10035d8aea6fb37b5bf6baee071cb8517192ab96
DIR parent e9d6227e68724171a05ee1307c5a1a66eeec98c1
HTML Author: Jaromil <jaromil@dyne.org>
Date: Sun, 30 Nov 2014 19:26:29 +0100
downgraded gtk-tray to use gtk-2 libraries to stay out of systemd deps
Diffstat:
M extras/gtk-tray/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/extras/gtk-tray/Makefile b/extras/gtk-tray/Makefile
t@@ -1,8 +1,8 @@
PREFIX ?= /usr/local
all:
- $(CC) -I. `pkg-config --cflags libnotify gtk+-3.0` $(CFLAGS) -c tomb-gtk-tray.c
- $(CC) tomb-gtk-tray.o `pkg-config --libs libnotify gtk+-3.0` -o tomb-gtk-tray
+ $(CC) -I. `pkg-config --cflags libnotify gtk+-2.0` $(CFLAGS) -c tomb-gtk-tray.c
+ $(CC) tomb-gtk-tray.o `pkg-config --libs libnotify gtk+-2.0` -o tomb-gtk-tray
install:
install -Dm666 gtkrc-2.0 ${DESTDIR}${PREFIX}/share/themes/tomb/gtk-2.0-key/gtkrc