* updated korganizer (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / contrib / xdg_puppy / xdg_puppy.conf
blob3de404be75eb3af40b13d6826e41dbe276af277d
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/xdg_puppy/xdg_puppy.conf
3 # Copyright (C) 2021 - 2022 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 xdg_pup_build() {
13     #150101 amd64 fixes:
14     if [[ $libdir == *lib64 ]]; then
15         sed -i -e 's%/lib%/lib64%g' fvwm-xdgmenu/Makefile
16         sed -i -e 's%/lib%/lib64%g' icewm-xdgmenu/Makefile
17         sed -i -e 's%/lib%/lib64%g' jwm-xdgmenu/Makefile
18         sed -i -e 's%/lib%/lib64%g' openbox-xdgmenu/Makefile
19         sed -i -e 's%/lib%/lib64%g' windowmaker-xdgmenu/Makefile
20     fi
21     cd fvwm-xdgmenu
22     make
23     install -m755 -s fvwm-xdgmenu $root/usr/bin
24     cd ..
25     cd icewm-xdgmenu
26     make
27     install -m755 -s icewm-xdgmenu $root/usr/bin
28     cd ..
29     cd jwm-xdgmenu
30     make
31     install -m755 -s jwm-xdgmenu $root/usr/bin
32     cd ..
33     cd openbox-xdgmenu
34     make
35     install -m755 -s ob-xdgmenu $root/usr/bin
36     cd ..
37     cd windowmaker-xdgmenu
38     make
39     install -m755 -s wm-xdgmenu $root/usr/bin
40     cd ..
42 makeopt=
43 makeinstopt=
44 hook_add postmake 5 "xdg_pup_build"