]> git.pld-linux.org Git - packages/xfce4-taskbar-plugin.git/blob - make.patch
- release 3 (by relup.sh)
[packages/xfce4-taskbar-plugin.git] / make.patch
1 --- xfce4-taskbar-plugin/Makefile~      2014-08-17 18:45:58.000000000 +0200
2 +++ xfce4-taskbar-plugin/Makefile       2014-08-17 18:49:15.679068441 +0200
3 @@ -1,5 +1,5 @@
4  PP=-DPACKAGE_NAME="\"Taskbar\"" -DLC_MESSAGES="\"C\"" -DHELPDIR="\"/usr/share/doc/xfce4-taskbar/\""
5 -CFLAGS=-fPIC $(PP) -g -I. `pkg-config --cflags-only-I gtk+-2.0 exo-1 libwnck-1.0 libxfce4panel-1.0 libxfce4ui-1 libxfconf-0 gtkhotkey-1.0`
6 +CFLAGS=-fPIC $(PP) $(OPT) -I. `pkg-config --cflags-only-I gtk+-2.0 exo-1 libwnck-1.0 libxfce4panel-1.0 libxfce4ui-1 libxfconf-0 gtkhotkey-1.0`
7  #CFLAGS=-fPIC $(PP) -O3 -I. `pkg-config --cflags-only-I gtk+-2.0 exo-1 libwnck-1.0 libxfce4panel-1.0 libxfce4ui-1 libxfconf-0 gtkhotkey-1.0`
8  LINKFLAGS=`pkg-config --libs gtk+-2.0 exo-1 libwnck-1.0 libxfce4panel-1.0 libxfce4ui-1 libxfconf-0 gobject-2.0 gtk+-x11-2.0 glib-2.0 gtkhotkey-1.0`
9  
10 @@ -16,8 +16,10 @@
11         g++ -shared  -o libtaskbar.so $(OBJ) $(LINKFLAGS)
12  
13  install:
14 -       cp `pwd`/libtaskbar.so /usr/lib/xfce4/panel-plugins/libtaskbar.so
15 -       cp `pwd`/taskbar.desktop /usr/share/xfce4/panel/plugins/taskbar.desktop
16 +       mkdir -p $(DESTDIR)/usr/$(LIB)/xfce4/panel/plugins
17 +       mkdir -p $(DESTDIR)/usr/share/xfce4/panel/plugins
18 +       cp libtaskbar.so $(DESTDIR)/usr/$(LIB)/xfce4/panel/plugins/libtaskbar.so
19 +       cp taskbar.desktop $(DESTDIR)/usr/share/xfce4/panel/plugins/taskbar.desktop
20  
21  uninstall:
22         rm -f /usr/lib/xfce4/panel-plugins/libtaskbar.so
This page took 0.077317 seconds and 3 git commands to generate.