Add icon by Apostolos Bartziokas.

Thank you very much for this kind work!
edi-0.5
Alastair Poole 5 years ago
parent da8dde89fe
commit 1f189a10b6
  1. 4
      AUTHORS
  2. BIN
      data/evisum.png
  3. 4
      makefile

@ -0,0 +1,4 @@
Alastair Poole <netstar@gmail.com>
Icon:
Apostolos Bartziokas <barz621@gmail.com>

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

@ -1,5 +1,7 @@
LIBS=
PREFIX= /usr/local
OSNAME := $(shell uname -s)
ifeq ($(OSNAME), OpenBSD)
@ -7,7 +9,7 @@ ifeq ($(OSNAME), OpenBSD)
LDFLAGS += -I/usr/local/include -L/usr/local/lib -L/usr/X11R6/lib
endif
export CFLAGS = -g -ggdb3 -O
export CFLAGS = -g3 -ggdb3 -O0
export PKGS = eina elementary

Loading…
Cancel
Save