updated on Fri Jan 6 04:00:21 UTC 2012
[aur-mirror.git] / gromit / patch
blob02246f1126896fb331e3da7c3286f3ec21ef01a1
1 --- Makefile    2004-10-13 17:04:27.000000000 -0500
2 +++ Makefile-new        2011-03-22 15:56:51.216667332 -0500
3 @@ -1,3 +1,5 @@
4 +PREFIX=/usr
5 +DESTDIR=
6  all: gromit
7  
8  proptest: proptest.c
9 @@ -8,3 +10,14 @@
11  gromit: gromit.c Makefile
12         gcc -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -o gromit gromit.c -Wall `pkg-config --libs --cflags gtk+-2.0`
14 +install:
15 +       install -Dm755 gromit $(DESTDIR)$(PREFIX)/bin/gromit
16 +       install -Dm644 gromitrc $(DESTDIR)$(PREFIX)/share/gromit/gromitrc
17 +       install -Dm644 erase_cursor_mask.xbm $(DESTDIR)$(PREFIX)/share/gromit/
18 +       install -Dm644 erase_cursor.xbm $(DESTDIR)$(PREFIX)/share/gromit/
19 +       install -Dm644 gromitrc_gsr $(DESTDIR)$(PREFIX)/share/gromit/
20 +       install -Dm644 paint_cursor_mask.xbm $(DESTDIR)$(PREFIX)/share/gromit/
21 +       install -Dm644 paint_cursor.xbm $(DESTDIR)$(PREFIX)/share/gromit/
22 +       install README $(DESTDIR)$(PREFIX)/share/gromit/