makedist-openmamba/Makefile.defs

874 lines
31 KiB
Makefile

# def file for openmamba platforms
group[adm] = setup
group[audio] = setup
group[dialout] = setup
group[disk] = setup
group[filesharing] = setup
group[kmem] = setup
group[kvm] = systemd
group[lp] = setup
group[root] = setup
group[tape] = setup
group[tty] = setup
group[users] = setup
group[utmp] = setup
user[root] = setup
/bin/sh = bash
/usr/bin/clear = ncurses
# systemd/sysvinit
_initsystem = systemd
/sbin/halt = $(_initsystem)
/sbin/init = $(_initsystem)
/sbin/poweroff = $(_initsystem)
/sbin/reboot = $(_initsystem)
/sbin/runlevel = $(_initsystem)
/sbin/shutdown = $(_initsystem)
/sbin/telinit = $(_initsystem)
# util-linux vs. shadow-extra
shadow-extra = util-linux
/bin/su = util-linux
/sbin/nologin = util-linux
/usr/bin/chfn = util-linux
/usr/bin/chsh = util-linux
/usr/bin/su = util-linux
# procps-ng vs procps-ng3
/bin/kill = procps-ng
/bin/pidof = procps-ng
/bin/ps = procps-ng
/usr/bin/kill = procps-ng
/usr/bin/pidof = procps-ng
/usr/bin/ps = procps-ng
/usr/bin/python3 = python3
/usr/bin/ruby = ruby
plymouththeme = breeze-plymouth
#xorgproprietary = xorg-drv-video-fglrx xorg-drv-video-nvidia
# libjack vs. pipewire-jack
libjack.so.0 = libjack
libjacknet.so.0 = libjack
libjackserver.so.0 = libjack
libjack.so.0[][64bit] = libjack
libjacknet.so.0[][64bit] = libjack
libjackserver.so.0[][64bit] = libjack
ifneq ($(ARCH),arm)
# libc
libpthread.so.0 = glibc
# kernel
kernelnvidia = kernel-$(KERNEL_EXTRAVER)-nongpl-nvidia
kernelsound = kernel-$(KERNEL_EXTRAVER)-sound
kernelheaders = kernel-$(KERNEL_EXTRAVER)-headers
# FIXME: r8101 is a ethernet driver but virtual requirement is called kernelwireless
kernelwireless = kernel-$(KERNEL_EXTRAVER)-wireless kernel-$(KERNEL_EXTRAVER)-nongpl-wl kernel-$(KERNEL_EXTRAVER)-r8101
kernelsound-$(KERNEL_EXTRAVER) = kernel-$(KERNEL_EXTRAVER)-sound
kernelwireless-$(KERNEL_EXTRAVER) = kernel-$(KERNEL_EXTRAVER)-wireless kernel-$(KERNEL_EXTRAVER)-nongpl-wl kernel-$(KERNEL_EXTRAVER)-r8101
kernelsound-$(KERNEL_EXTRAVER)-$(KERNEL_MAJVER) = kernel-$(KERNEL_EXTRAVER)-sound
kernelwireless-$(KERNEL_EXTRAVER)-$(KERNEL_MAJVER) = kernel-$(KERNEL_EXTRAVER)-wireless kernel-$(KERNEL_EXTRAVER)-nongpl-wl kernel-$(KERNEL_EXTRAVER)-r8101
# kernel-$(KERNEL_EXTRAVER)-atl1e kernel-$(KERNEL_EXTRAVER)-rtl8192se
kernelfglrx = kernel-$(KERNEL_EXTRAVER)-nongpl-fglrx
kernelslmodem = kernel-$(KERNEL_EXTRAVER)-nongpl-softmodems
kernelhsfmodem = kernel-$(KERNEL_EXTRAVER)-nongpl-softmodems
kernelvboxdrv = kernel-$(KERNEL_EXTRAVER)-vboxdrv
kernelnvidia = kernel-$(KERNEL_EXTRAVER)-nongpl-nvidia
kernelnvidia_173xx = kernel-$(KERNEL_EXTRAVER)-nongpl-nvidia_173xx
kernelnvidia_71xx = kernel-$(KERNEL_EXTRAVER)-nongpl-nvidia_71xx
kernelnvidia_96xx = kernel-$(KERNEL_EXTRAVER)-nongpl-nvidia_96xx
kernelndiswrapper = kernel-$(KERNEL_EXTRAVER)-ndiswrapper
kernellirc = kernel-$(KERNEL_EXTRAVER)-lirc
#kernelvboxvideo = kernel-$(KERNEL_EXTRAVER)-vboxvideo
ifdef KERNEL_MORE_EXTRAVER
# extra kernel (FIXME: only supports single extra kernel)
kernelnvidia += kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-nvidia
# kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-nvidia_71xx kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-nvidia_96xx
kernelsound += kernel-$(KERNEL_MORE_EXTRAVER)-sound
kernelheaders += kernel-$(KERNEL_MORE_EXTRAVER)-headers
kernelwireless += kernel-$(KERNEL_MORE_EXTRAVER)-wireless kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-wl kernel-$(KERNEL_MORE_EXTRAVER)-r8101
kernelsound-$(KERNEL_MORE_EXTRAVER) += kernel-$(KERNEL_MORE_EXTRAVER)-sound
kernelwireless-$(KERNEL_MORE_EXTRAVER) += kernel-$(KERNEL_MORE_EXTRAVER)-wireless kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-wl kernel-$(KERNEL_MORE_EXTRAVER)-r8101
kernelsound-$(KERNEL_MORE_EXTRAVER)-$(KERNEL_MAJVER) += kernel-$(KERNEL_MORE_EXTRAVER)-sound
kernelwireless-$(KERNEL_MORE_EXTRAVER)-$(KERNEL_MAJVER) += kernel-$(KERNEL_MORE_EXTRAVER)-wireless kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-wl kernel-$(KERNEL_MORE_EXTRAVER)-r8101
# kernel-$(KERNEL_MORE_EXTRAVER)-rtl8192se kernel-$(KERNEL_MORE_EXTRAVER)-atl1e
kernelfglrx += kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-fglrx
kernelslmodem += kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-softmodems
kernelhsfmodem += kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-softmodems
kernelvboxdrv += kernel-$(KERNEL_MORE_EXTRAVER)-vboxdrv
kernelnvidia += kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-nvidia
kernelnvidia_173xx += kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-nvidia_173xx
kernelnvidia_71xx += kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-nvidia_71xx
kernelnvidia_96xx += kernel-$(KERNEL_MORE_EXTRAVER)-nongpl-nvidia_96xx
kernelndiswrapper += kernel-$(KERNEL_MORE_EXTRAVER)-ndiswrapper
kernellirc += kernel-$(KERNEL_MORE_EXTRAVER)-lirc
#kernelvboxvideo += kernel-$(KERNEL_MORE_EXTRAVER)-vboxvideo
endif
endif
libgcc_s.so.1 := libgcc
libgcc_s.so.1[GCC_3.0] := libgcc
libgcc_s.so.1[GCC_3.3] := libgcc
libgcc_s.so.1[GCC_3.3.1] := libgcc
libgcc_s.so.1[GCC_3.4] := libgcc
libgcc_s.so.1[GCC_3.5] := libgcc
libgcc_s.so.1[GCC_4.0.0] := libgcc
libgcc_s.so.1[GCC_4.2.0] := libgcc
libgcc_s.so.1[GCC_4.3.0] := libgcc
libgcc_s.so.1[GCC_4.4.0] := libgcc
libgcc_s.so.1[GLIBC_2.0] := libgcc
libstdc++.so.6 := libstdc++6
libstdc++.so.6[CXXABI_1.3] := libstdc++6
libstdc++.so.6[CXXABI_1.3.1] := libstdc++6
libstdc++.so.6[CXXABI_1.3.2] := libstdc++6
libstdc++.so.6[CXXABI_1.3.3] := libstdc++6
libstdc++.so.6[CXXABI_1.3.5] := libstdc++6
libstdc++.so.6[CXXABI_1.3.7] := libstdc++6
libstdc++.so.6[CXXABI_1.3.8] := libstdc++6
libstdc++.so.6[CXXABI_1.3.9] := libstdc++6
libstdc++.so.6[CXXABI_ARM_1.3.3] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.5] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.7] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.9] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.10] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.11] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.14] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.15] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.17] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.18] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.19] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.20] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.21] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.22] := libstdc++6
ifeq ($(ARCH),arm)
# xorg
xorglibGL = libGL-Mesa-dri
xorglibglx = xorg-ext-libglx
xorgdrvvideo = xorg-drv-video-fbdev xf86-video-modesetting
libEGL.so = libraspberrypi
libGLESv2.so = libraspberrypi
libsystemd-shared-252.so = libsystemd
libsystemd-shared-252.so[SD_SHARED] = libsystemd
endif
ifeq ($(ARCH),aarch64)
# xorg
xorglibGL = libGL-Mesa-dri
xorglibglx = xorg-ext-libglx
xorgdrvvideo = xorg-drv-video-fbdev xf86-video-modesetting
libEGL.so = libraspberrypi
libGLESv2.so = libraspberrypi
endif
ifeq ($(ARCH),i586)
# xorg
xorglibGL = libGL-Mesa-dri
libatiuki.so.1 = xorg-drv-video-fglrx
# libGL-fglrx-X11 libGL-nvidia-X11
xorglibglx = xorg-ext-libglx
# xorg-ext-libglx-nvidia
libGLcore.so.1 = xorg-drv-video-nvidia
# xorg-drv-video-nvidia_71xx xorg-drv-video-nvidia_96xx xorg-drv-video-nvidia_173xx
libnvidia-tls.so.1 = xorg-drv-video-nvidia
libvdpau.so.1 = libvdpau
libvdpau_trace.so.1 = libvdpau
libsystemd-shared-252.so = libsystemd
libsystemd-shared-252.so[SD_SHARED] = libsystemd
xorgdrvvideo = xf86-video-ast xf86-video-cirrus xf86-video-dummy xorg-drv-video-fbdev \
xf86-video-nouveau \
xf86-video-mach64 xf86-video-mga xf86-video-neomagic \
xorg-drv-video-openchrome xf86-video-r128 xf86-video-s3virge xf86-video-savage xf86-video-modesetting \
xf86-video-vesa xf86-video-vmware xf86-video-voodoo xf86-video-amdgpu $(xorgproprietary)
# xorg-drv-video-intel xorg-drv-video-ati
# xorg-drv-video-nvidia_71xx xorg-drv-video-nvidia_96xx xorg-drv-video-nvidia_173xx xorg-drv-video-vboxvideo
bootloader = syslinux
endif
ifeq ($(ARCH),x86_64)
# gcc
libgcc_s.so.1 := gcc-multilib
libgcc_s.so.1[GCC_3.0] := gcc-multilib
libgcc_s.so.1[GCC_3.3] := gcc-multilib
libgcc_s.so.1[GCC_3.4] := gcc-multilib
libgcc_s.so.1[GCC_3.5] := gcc-multilib
libgcc_s.so.1[GCC_3.3.1] := gcc-multilib
libgcc_s.so.1[GCC_4.2.0] := gcc-multilib
libgcc_s.so.1[GCC_4.4.0] := gcc-multilib
libgcc_s.so.1[GLIBC_2.0] := gcc-multilib
libstdc++.so.6 := gcc-multilib
libstdc++.so.6[CXXABI_1.3] := gcc-multilib
libstdc++.so.6[GLIBCXX_3.4] := gcc-multilib
libgcc_s.so.1[][64bit] := libgcc
libgcc_s.so.1[GCC_3.0][64bit] := libgcc
libgcc_s.so.1[GCC_3.3][64bit] := libgcc
libgcc_s.so.1[GCC_3.3.1][64bit] := libgcc
libgcc_s.so.1[GCC_3.4][64bit] := libgcc
libgcc_s.so.1[GCC_3.5][64bit] := libgcc
libgcc_s.so.1[GCC_4.0.0][64bit] := libgcc
libgcc_s.so.1[GCC_4.2.0][64bit] := libgcc
libgcc_s.so.1[GCC_4.3.0][64bit] := libgcc
libgcc_s.so.1[GCC_4.4.0][64bit] := libgcc
libgcc_s.so.1[GLIBC_2.0][64bit] := libgcc
libstdc++.so.6[][64bit] := libstdc++6
libstdc++.so.6[CXXABI_1.3][64bit] := libstdc++6
libstdc++.so.6[CXXABI_1.3.1][64bit] := libstdc++6
libstdc++.so.6[CXXABI_1.3.2][64bit] := libstdc++6
libstdc++.so.6[CXXABI_1.3.3][64bit] := libstdc++6
libstdc++.so.6[CXXABI_1.3.5][64bit] := libstdc++6
libstdc++.so.6[CXXABI_1.3.7][64bit] := libstdc++6
libstdc++.so.6[CXXABI_1.3.8][64bit] := libstdc++6
libstdc++.so.6[CXXABI_1.3.9][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.5][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.7][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.9][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.10][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.11][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.14][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.15][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.17][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.18][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.19][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.20][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.21][64bit] := libstdc++6
libstdc++.so.6[GLIBCXX_3.4.22][64bit] := libstdc++6
# xorg
xorglibGL = libGL-Mesa-dri
libatiuki.so.1[][64bit] = xorg-drv-video-fglrx
# libGL-nvidia-X11 libGL-fglrx-X11
xorglibglx = xorg-ext-libglx
# xorg-ext-libglx-nvidia
libGLcore.so.1 = xorg-drv-video-nvidia
libnvidia-tls.so.1 = xorg-drv-video-nvidia
libvdpau.so.1[][64bit] = libvdpau
libvdpau_trace.so.1[][64bit] = libvdpau
xorgdrvvideo = xf86-video-ast xf86-video-cirrus xf86-video-dummy xorg-drv-video-fbdev \
xorg-drv-video-ati xf86-video-nouveau \
xf86-video-mach64 xf86-video-mga xf86-video-neomagic \
xorg-drv-video-openchrome xf86-video-r128 xf86-video-s3virge xf86-video-savage xf86-video-modesetting \
xf86-video-vesa xf86-video-vmware xf86-video-voodoo xf86-video-amdgpu $(xorgproprietary)
# xorg-drv-video-intel
bootloader = syslinux
endif
xorgdrvinput = xorg-drv-input-void xf86-input-libinput
# xorg-drv-input-mouse xorg-drv-input-keyboard xorg-drv-input-joystick xorg-drv-input-evtouch xorg-drv-input-vboxmouse
splashtheme = splash-theme-openmamba
alsaplayer_output = alsaplayer-output-alsa
#libscanpci.so = xorg-server
java-openjdk-runtime = java-openjdk11-runtime
#ifeq ($(ARCH),x86_64)
libOpenCL.so.1[][64bit] = ocl-icd
libOpenCL.so.1[OPENCL_1.0][64bit] = ocl-icd
libEGL.so.1[][64bit] = libEGL
libGL.so.1[][64bit] = libGL-Mesa-dri
libGLU.so.1[][64bit] = libGL-Mesa-dri
libblas.so.3[][64bit] = libblas
libbluetooth.so.3[][64bit] = libbluetooth
libawt.so[][64bit] = java-openjdk-runtime
libawt_xawt.so[][64bit] = java-openjdk-runtime
libcfitsio.so.10[][64bit] = libcfitsio
libjvm.so[][64bit] = java-openjdk-runtime
libjawt.so[][64bit] = java-openjdk-runtime
libjawt_xawt.so[][64bit] = java-openjdk-runtime
libjava.so[][64bit] = java-openjdk-runtime
libjava_crw_demo.so[][64bit] = java-openjdk-runtime
libjli.so[][64bit] = java-openjdk-runtime
libjli.so[SUNWprivate_1.1][64bit] = java-openjdk-runtime
liblgpllibs.so[][64bit] = firefox
libs.so[][64bit] = firefox
libmawt.so[][64bit] = java-openjdk-runtime
libnet.so[][64bit] = java-openjdk-runtime
libnio.so[][64bit] = java-openjdk-runtime
libverify.so[][64bit] = java-openjdk-runtime
libjava.so[SUNWprivate_1.1][64bit] = java-openjdk-runtime
libjava_crw_demo.so[SUNWprivate_1.1][64bit] = java-openjdk-runtime
libjvm.so[SUNWprivate_1.1][64bit] = java-openjdk-runtime
libjawt.so[SUNWprivate_1.1][64bit] = java-openjdk-runtime
libmawt.so[SUNWprivate_1.1][64bit] = java-openjdk-runtime
libmozgtk.so[][64bit] = firefox
libmozsandbox.so[][64bit] = firefox
libxul.so[][64bit] = firefox
libnet.so[SUNWprivate_1.1][64bit] = java-openjdk-runtime
libnio.so[SUNWprivate_1.1][64bit] = java-openjdk-runtime
libverify.so[SUNWprivate_1.1][64bit] = java-openjdk-runtime
libphonon.so.4[][64bit] = libphonon
libplasmacomicprovidercore.so.1[][64bit] = libkdeplasma-addons
libplasmapotdprovidercore.so.1[][64bit] = libkdeplasma-addons
liblapack.so.3[][64bit] = liblapack
libatlas.so.3[][64bit] = libatlas
libcblas.so.3[][64bit] = libatlas
libf77blas.so.3[][64bit] = libatlas
libptcblas.so.3[][64bit] = libatlas
libptf77blas.so.3[][64bit] = libatlas
libkcupslib.so[][64bit] = print-manager
libkdeconnectcore.so.1[][64bit] = kdeconnect4
libkdeconnectinterfaces.so.1[][64bit] = kdeconnect4
libkdeconnectdeclarativeplugin.so.1[][64bit] = kdeconnect4
libboost_python-mt.so.1.65.1[][64bit] = python-boost165
libboost_python.so.1.65.1[][64bit] = python-boost165
libboost_python37.so.1.78.0[][64bit] = python-boost-py3
libwayland-egl.so.1[][64bit] = libwayland-egl
libAppStreamQt.so.2[][64bit] = libappstream-qt
libappstream.so.4[][64bit] = libappstream
# ffmpeg / libav
libswresample.so.4[][64bit] = libswresample-ffmpeg6
libswresample.so.4[LIBSWRESAMPLE_4][64bit] = libswresample-ffmpeg6
libpoppler-qt4.so.4[][64bit] = libpoppler-qt4
libpoppler-cpp.so.0[][64bit] = libpoppler-cpp
libpoppler-glib.so.8[][64bit] = libpoppler-glib
libpoppler-qt5.so.1[][64bit] = libpoppler-qt5
libcommon.so[][64bit] = mariadb-columnstore
libvulkan.so.1[][64bit] = libvulkan
#else
libOpenCL.so.1 = ocl-icd
libOpenCL.so.1[OPENCL_1.0] = ocl-icd
libEGL.so.1 = libEGL
libGL.so.1 = libGL-Mesa-dri
libGLU.so.1 = libGL-Mesa-dri
libblas.so.3 = libblas
libbluetooth.so.3 = libbluetooth
libjvm.so = java-openjdk-runtime
libjawt.so = java-openjdk-runtime
libawt.so = java-openjdk-runtime
libjava.so = java-openjdk-runtime
libjava_crw_demo.so = java-openjdk-runtime
libjli.so = java-openjdk-runtime
libjli.so[SUNWprivate_1.1] = java-openjdk-runtime
liblgpllibs.so = firefox
libmawt.so = java-openjdk-runtime
libnet.so = java-openjdk-runtime
libnio.so = java-openjdk-runtime
libverify.so = java-openjdk-runtime
libjava.so[SUNWprivate_1.1] = java-openjdk-runtime
libjava_crw_demo.so[SUNWprivate_1.1] = java-openjdk-runtime
libjvm.so[SUNWprivate_1.1] = java-openjdk-runtime
libjawt.so[SUNWprivate_1.1] = java-openjdk-runtime
libmawt.so[SUNWprivate_1.1] = java-openjdk-runtime
libmozgtk.so = firefox
libmozsandbox.so = firefox
libxul.so = firefox
libnet.so[SUNWprivate_1.1] = java-openjdk-runtime
libnio.so[SUNWprivate_1.1] = java-openjdk-runtime
libverify.so[SUNWprivate_1.1] = java-openjdk-runtime
libplasmacomicprovidercore.so.1 = libkdeplasma-addons
libplasmapotdprovidercore.so.1 = libkdeplasma-addons
libphonon.so.4 = libphonon
liblapack.so.3 = liblapack
libatlas.so.3 = libatlas
libcblas.so.3 = libatlas
libf77blas.so.3 = libatlas
libptcblas.so.3 = libatlas
libptf77blas.so.3 = libatlas
libkcupslib.so = print-manager
libkdeconnectcore.so.1 = kdeconnect4
libkdeconnectinterfaces.so.1 = kdeconnect4
libkdeconnectdeclarativeplugin.so.1 = kdeconnect4
libboost_python-mt.so.1.65.1 = python-boost
libboost_python.so.1.65.1 = python-boost
libboost_python37.so.1.78.0 = python-boost-py3
libwayland-egl.so.1 = libwayland-egl
libAppStreamQt.so.2 = libappstream-qt
libappstream.so.4 = libappstream
# ffmpeg / libav
libswresample.so.4 = libswresample-ffmpeg6
libswresample.so.4[LIBSWRESAMPLE_4] = libswresample-ffmpeg6
libpoppler-qt4.so.4 = libpoppler-qt4
libpoppler-cpp.so.0 = libpoppler-cpp
libpoppler-glib.so.8 = libpoppler-glib
libboost_python-mt.so.1.65.1 = python-boost
libpoppler-qt5.so.1 = libpoppler-qt5
libcommon.so = mariadb-columnstore
#endif
# Common to all archs
/usr/bin/python = python3
python[abi] = python3
libpython = libpython3
python = python3
sopranobackend = soprano-backend-virtuoso
dhcpclient = dhcp-client
networkmanagergui = network-manager-applet
phonon_backend = phonon-backend-gstreamer
mono[Mono.Cecil] = mono-core
mono[Mono.Cecil.Mdb] = mono-core
mono[gdk-sharp]= gtk-sharp2
mono[gtk-sharp]= gtk-sharp2
mono[glib-sharp]= gtk-sharp2
mono[pango-sharp]= gtk-sharp2
mono[Mono.Data.Sqlite] := mono-data-sqlite
mono[System.Web.Razor] := mono-web
mono[System.Web.WebPages] := mono-web
mono[System.Web.WebPages.Razor] := mono-web
perl[Automake__Channels] = automake
perl[Automake__Condition] = automake
perl[Automake__Config] = automake
perl[Automake__Configure_ac] = automake
perl[Automake__DisjConditions] = automake
perl[Automake__FileUtils] = automake
perl[Automake__General] = automake
perl[Automake__Getopt] = automake
perl[Automake__Item] = automake
perl[Automake__ItemDef] = automake
perl[Automake__Language] = automake
perl[Automake__Location] = automake
perl[Automake__Options] = automake
perl[Automake__Rule] = automake
perl[Automake__RuleDef] = automake
perl[Automake__VarDef] = automake
perl[Automake__Variable] = automake
perl[Automake__Version] = automake
perl[Automake__Wrap] = automake
perl[Automake__XFile] = automake
#libxul.so = xulrunner
#libkorganizer.so.1 = korganizer
#libkorganizer_calendar.so.1 = korganizer
#libkorganizer_eventviewer.so.1 = korganizer
#libsmb4kdialogs.so = smb4k4
# ocaml
ocaml[Afl_instrument] = ocaml-runtime
ocaml[Alias_analysis] = ocaml-runtime
ocaml[Allocated_const] = ocaml-runtime
ocaml[Arch] = ocaml-runtime
ocaml[Arg_helper] = ocaml-runtime
ocaml[Asmgen] = ocaml-runtime
ocaml[Asmlibrarian] = ocaml-runtime
ocaml[Asmlink] = ocaml-runtime
ocaml[Asmpackager] = ocaml-runtime
ocaml[Ast_helper] = ocaml-runtime
ocaml[Ast_invariants] = ocaml-runtime
ocaml[Ast_iterator] = ocaml-runtime
ocaml[Ast_mapper] = ocaml-runtime
ocaml[Attr_helper] = ocaml-runtime
ocaml[Augment_specialised_args] = ocaml-runtime
ocaml[Available_regs] = ocaml-runtime
ocaml[Backend_var] = ocaml-runtime
ocaml[Branch_relaxation] = ocaml-runtime
ocaml[Branch_relaxation_intf] = ocaml-runtime
ocaml[Btype] = ocaml-runtime
ocaml[Build_export_info] = ocaml-runtime
ocaml[Build_path_prefix_map] = ocaml-runtime
ocaml[Builtin_attributes] = ocaml-runtime
ocaml[Bytegen] = ocaml-runtime
ocaml[Bytelibrarian] = ocaml-runtime
ocaml[Bytelink] = ocaml-runtime
ocaml[Bytepackager] = ocaml-runtime
ocaml[Bytesections] = ocaml-runtime
ocaml[CSE] = ocaml-runtime
ocaml[CSEgen] = ocaml-runtime
ocaml[CamlinternalFormat] = ocaml-runtime
ocaml[CamlinternalFormatBasics] = ocaml-runtime
ocaml[CamlinternalLazy] = ocaml-runtime
ocaml[CamlinternalMenhirLib] = ocaml-runtime
ocaml[CamlinternalOO] = ocaml-runtime
ocaml[Ccomp] = ocaml-runtime
ocaml[Clambda] = ocaml-runtime
ocaml[Clambda_primitives] = ocaml-runtime
ocaml[Clflags] = ocaml-runtime
ocaml[Closure] = ocaml-runtime
ocaml[Closure_conversion] = ocaml-runtime
ocaml[Closure_conversion_aux] = ocaml-runtime
ocaml[Closure_element] = ocaml-runtime
ocaml[Closure_id] = ocaml-runtime
ocaml[Closure_middle_end] = ocaml-runtime
ocaml[Closure_offsets] = ocaml-runtime
ocaml[Closure_origin] = ocaml-runtime
ocaml[Cmi_format] = ocaml-runtime
ocaml[Cmm] = ocaml-runtime
ocaml[Cmm_helpers] = ocaml-runtime
ocaml[Cmmgen] = ocaml-runtime
ocaml[Cmmgen_state] = ocaml-runtime
ocaml[Cmt2annot] = ocaml-runtime
ocaml[Cmt_format] = ocaml-runtime
ocaml[Coloring] = ocaml-runtime
ocaml[Comballoc] = ocaml-runtime
ocaml[Compenv] = ocaml-runtime
ocaml[Compilation_unit] = ocaml-runtime
ocaml[Compile] = ocaml-runtime
ocaml[Compile_common] = ocaml-runtime
ocaml[Compilenv] = ocaml-runtime
ocaml[Compmisc] = ocaml-runtime
ocaml[Compute_ranges_intf] = ocaml-runtime
ocaml[Condition] = ocaml-runtime
ocaml[Config] = ocaml-runtime
ocaml[Consistbl] = ocaml-runtime
ocaml[Convert_primitives] = ocaml-runtime
ocaml[Ctype] = ocaml-runtime
ocaml[Datarepr] = ocaml-runtime
ocaml[Deadcode] = ocaml-runtime
ocaml[Debuginfo] = ocaml-runtime
ocaml[Depend] = ocaml-runtime
ocaml[Dll] = ocaml-runtime
ocaml[Docstrings] = ocaml-runtime
ocaml[Domainstate] = ocaml-runtime
ocaml[Dynlink_common] = ocaml-runtime
ocaml[Dynlink_compilerlibs] = ocaml-runtime
ocaml[Dynlink_platform_intf] = ocaml-runtime
ocaml[Dynlink_types] = ocaml-runtime
ocaml[Effect_analysis] = ocaml-runtime
ocaml[Emit] = ocaml-runtime
ocaml[Emitaux] = ocaml-runtime
ocaml[Emitcode] = ocaml-runtime
ocaml[Env] = ocaml-runtime
ocaml[Envaux] = ocaml-runtime
ocaml[Export_id] = ocaml-runtime
ocaml[Export_info] = ocaml-runtime
ocaml[Export_info_for_pack] = ocaml-runtime
ocaml[Extract_projections] = ocaml-runtime
ocaml[Find_recursive_functions] = ocaml-runtime
ocaml[Flambda] = ocaml-runtime
ocaml[Flambda_invariants] = ocaml-runtime
ocaml[Flambda_iterators] = ocaml-runtime
ocaml[Flambda_middle_end] = ocaml-runtime
ocaml[Flambda_to_clambda] = ocaml-runtime
ocaml[Flambda_utils] = ocaml-runtime
ocaml[Freshening] = ocaml-runtime
ocaml[Id_types] = ocaml-runtime
ocaml[Ident] = ocaml-runtime
ocaml[Identifiable] = ocaml-runtime
ocaml[Import_approx] = ocaml-runtime
ocaml[Includeclass] = ocaml-runtime
ocaml[Includecore] = ocaml-runtime
ocaml[Includemod] = ocaml-runtime
ocaml[Inconstant_idents] = ocaml-runtime
ocaml[Initialize_symbol_to_let_symbol] = ocaml-runtime
ocaml[Inline_and_simplify] = ocaml-runtime
ocaml[Inline_and_simplify_aux] = ocaml-runtime
ocaml[Inlining_cost] = ocaml-runtime
ocaml[Inlining_decision] = ocaml-runtime
ocaml[Inlining_stats] = ocaml-runtime
ocaml[Inlining_stats_types] = ocaml-runtime
ocaml[Inlining_transforms] = ocaml-runtime
ocaml[Instruct] = ocaml-runtime
ocaml[Int_replace_polymorphic_compare] = ocaml-runtime
ocaml[Interf] = ocaml-runtime
ocaml[Internal_variable_names] = ocaml-runtime
ocaml[Interval] = ocaml-runtime
ocaml[Invariant_params] = ocaml-runtime
ocaml[Lambda] = ocaml-runtime
ocaml[Lexer] = ocaml-runtime
ocaml[Lift_code] = ocaml-runtime
ocaml[Lift_constants] = ocaml-runtime
ocaml[Lift_let_to_initialize_symbol] = ocaml-runtime
ocaml[Linear] = ocaml-runtime
ocaml[Linearize] = ocaml-runtime
ocaml[Linkage_name] = ocaml-runtime
ocaml[Linscan] = ocaml-runtime
ocaml[Liveness] = ocaml-runtime
ocaml[Load_path] = ocaml-runtime
ocaml[Location] = ocaml-runtime
ocaml[Longident] = ocaml-runtime
ocaml[Mach] = ocaml-runtime
ocaml[Main_args] = ocaml-runtime
ocaml[Makedepend] = ocaml-runtime
ocaml[Matching] = ocaml-runtime
ocaml[Meta] = ocaml-runtime
ocaml[Misc] = ocaml-runtime
ocaml[Mtype] = ocaml-runtime
ocaml[Mutable_variable] = ocaml-runtime
ocaml[Mutex] = ocaml-runtime
ocaml[Numbers] = ocaml-runtime
ocaml[Opcodes] = ocaml-runtime
ocaml[Oprint] = ocaml-runtime
ocaml[Optcompile] = ocaml-runtime
ocaml[Parameter] = ocaml-runtime
ocaml[Parmatch] = ocaml-runtime
ocaml[Parse] = ocaml-runtime
ocaml[Parser] = ocaml-runtime
ocaml[Pass_wrapper] = ocaml-runtime
ocaml[Path] = ocaml-runtime
ocaml[Persistent_env] = ocaml-runtime
ocaml[Pparse] = ocaml-runtime
ocaml[Pprintast] = ocaml-runtime
ocaml[Predef] = ocaml-runtime
ocaml[Primitive] = ocaml-runtime
ocaml[Printast] = ocaml-runtime
ocaml[Printclambda] = ocaml-runtime
ocaml[Printclambda_primitives] = ocaml-runtime
ocaml[Printcmm] = ocaml-runtime
ocaml[Printinstr] = ocaml-runtime
ocaml[Printlambda] = ocaml-runtime
ocaml[Printlinear] = ocaml-runtime
ocaml[Printmach] = ocaml-runtime
ocaml[Printpat] = ocaml-runtime
ocaml[Printtyp] = ocaml-runtime
ocaml[Printtyped] = ocaml-runtime
ocaml[Proc] = ocaml-runtime
ocaml[Profile] = ocaml-runtime
ocaml[Projection] = ocaml-runtime
ocaml[Rec_check] = ocaml-runtime
ocaml[Ref_to_variables] = ocaml-runtime
ocaml[Reg] = ocaml-runtime
ocaml[Reg_availability_set] = ocaml-runtime
ocaml[Reg_with_debug_info] = ocaml-runtime
ocaml[Reload] = ocaml-runtime
ocaml[Reloadgen] = ocaml-runtime
ocaml[Remove_free_vars_equal_to_args] = ocaml-runtime
ocaml[Remove_unused_arguments] = ocaml-runtime
ocaml[Remove_unused_closure_vars] = ocaml-runtime
ocaml[Remove_unused_program_constructs] = ocaml-runtime
ocaml[Runtimedef] = ocaml-runtime
ocaml[Schedgen] = ocaml-runtime
ocaml[Scheduling] = ocaml-runtime
ocaml[Selectgen] = ocaml-runtime
ocaml[Selection] = ocaml-runtime
ocaml[Semantics_of_primitives] = ocaml-runtime
ocaml[Set_of_closures_id] = ocaml-runtime
ocaml[Set_of_closures_origin] = ocaml-runtime
ocaml[Share_constants] = ocaml-runtime
ocaml[Simple_value_approx] = ocaml-runtime
ocaml[Simplif] = ocaml-runtime
ocaml[Simplify_boxed_integer_ops] = ocaml-runtime
ocaml[Simplify_common] = ocaml-runtime
ocaml[Simplify_primitives] = ocaml-runtime
ocaml[Spacetime_profiling] = ocaml-runtime
ocaml[Spill] = ocaml-runtime
ocaml[Split] = ocaml-runtime
ocaml[Static_exception] = ocaml-runtime
ocaml[Stdlib] = ocaml-runtime
ocaml[Stdlib__arg] = ocaml-runtime
ocaml[Stdlib__Array] = ocaml-runtime
ocaml[Stdlib__array] = ocaml-runtime
ocaml[Stdlib__bigarray] = ocaml-runtime
ocaml[Stdlib__buffer] = ocaml-runtime
ocaml[Stdlib__bytes] = ocaml-runtime
ocaml[Stdlib__Callback] = ocaml-runtime
ocaml[Stdlib__callback] = ocaml-runtime
ocaml[Stdlib__char] = ocaml-runtime
ocaml[Stdlib__complex] = ocaml-runtime
ocaml[Stdlib__digest] = ocaml-runtime
ocaml[Stdlib__Either] = ocaml-runtime
ocaml[Stdlib__filename] = ocaml-runtime
ocaml[Stdlib__float] = ocaml-runtime
ocaml[Stdlib__format] = ocaml-runtime
ocaml[Stdlib__fun] = ocaml-runtime
ocaml[Stdlib__Gc] = ocaml-runtime
ocaml[Stdlib__gc] = ocaml-runtime
ocaml[Stdlib__Hashtbl] = ocaml-runtime
ocaml[Stdlib__hashtbl] = ocaml-runtime
ocaml[Stdlib__int] = ocaml-runtime
ocaml[Stdlib__Int32] = ocaml-runtime
ocaml[Stdlib__int32] = ocaml-runtime
ocaml[Stdlib__Int64] = ocaml-runtime
ocaml[Stdlib__int64] = ocaml-runtime
ocaml[Stdlib__lazy] = ocaml-runtime
ocaml[Stdlib__lexing] = ocaml-runtime
ocaml[Stdlib__List] = ocaml-runtime
ocaml[Stdlib__list] = ocaml-runtime
ocaml[Stdlib__map] = ocaml-runtime
ocaml[Stdlib__marshal] = ocaml-runtime
ocaml[Stdlib__nativeint] = ocaml-runtime
ocaml[Stdlib__Obj] = ocaml-runtime
ocaml[Stdlib__obj] = ocaml-runtime
ocaml[Stdlib__option] = ocaml-runtime
ocaml[Stdlib__parsing] = ocaml-runtime
ocaml[Stdlib__Printexc] = ocaml-runtime
ocaml[Stdlib__printexc] = ocaml-runtime
ocaml[Stdlib__printf] = ocaml-runtime
ocaml[Stdlib__queue] = ocaml-runtime
ocaml[Stdlib__random] = ocaml-runtime
ocaml[Stdlib__result] = ocaml-runtime
ocaml[Stdlib__scanf] = ocaml-runtime
ocaml[Stdlib__Seq] = ocaml-runtime
ocaml[Stdlib__seq] = ocaml-runtime
ocaml[Stdlib__set] = ocaml-runtime
ocaml[Stdlib__stack] = ocaml-runtime
ocaml[Stdlib__stream] = ocaml-runtime
ocaml[Stdlib__string] = ocaml-runtime
ocaml[Stdlib__stringLabels] = ocaml-runtime
ocaml[Stdlib__sys] = ocaml-runtime
ocaml[Stdlib__uchar] = ocaml-runtime
ocaml[Stdlib__weak] = ocaml-runtime
ocaml[Strmatch] = ocaml-runtime
ocaml[Strongly_connected_components] = ocaml-runtime
ocaml[Stypes] = ocaml-runtime
ocaml[Subst] = ocaml-runtime
ocaml[Switch] = ocaml-runtime
ocaml[Symbol] = ocaml-runtime
ocaml[Symtable] = ocaml-runtime
ocaml[Syntaxerr] = ocaml-runtime
ocaml[Tag] = ocaml-runtime
ocaml[Targetint] = ocaml-runtime
ocaml[Tast_iterator] = ocaml-runtime
ocaml[Tast_mapper] = ocaml-runtime
ocaml[Terminfo] = ocaml-runtime
ocaml[Thread] = ocaml-runtime
ocaml[Topdirs] = ocaml-runtime
ocaml[Translattribute] = ocaml-runtime
ocaml[Translclass] = ocaml-runtime
ocaml[Translcore] = ocaml-runtime
ocaml[Translmod] = ocaml-runtime
ocaml[Translobj] = ocaml-runtime
ocaml[Translprim] = ocaml-runtime
ocaml[Traverse_for_exported_symbols] = ocaml-runtime
ocaml[Type_immediacy] = ocaml-runtime
ocaml[Typeclass] = ocaml-runtime
ocaml[Typecore] = ocaml-runtime
ocaml[Typedecl] = ocaml-runtime
ocaml[Typedecl_immediacy] = ocaml-runtime
ocaml[Typedecl_properties] = ocaml-runtime
ocaml[Typedecl_separability] = ocaml-runtime
ocaml[Typedecl_unboxed] = ocaml-runtime
ocaml[Typedecl_variance] = ocaml-runtime
ocaml[Typedtree] = ocaml-runtime
ocaml[Typemod] = ocaml-runtime
ocaml[Typeopt] = ocaml-runtime
ocaml[Types] = ocaml-runtime
ocaml[Typetexp] = ocaml-runtime
ocaml[Un_anf] = ocaml-runtime
ocaml[Unbox_closures] = ocaml-runtime
ocaml[Unbox_free_vars_of_closures] = ocaml-runtime
ocaml[Unbox_specialised_args] = ocaml-runtime
ocaml[Unix] = ocaml-runtime
ocaml[Untypeast] = ocaml-runtime
ocaml[Var_within_closure] = ocaml-runtime
ocaml[Variable] = ocaml-runtime
ocaml[Warnings] = ocaml-runtime
ocaml[X86_dsl] = ocaml-runtime
ocaml[X86_gas] = ocaml-runtime
ocaml[X86_masm] = ocaml-runtime
ocaml[X86_proc] = ocaml-runtime
# perl
perl[B] = perl
perl[bytes] = perl
perl[Automake__General] = automake
perl[Automake__Struct] = automake
perl[Automake__Struct__Tie_ISA] = automake
perl[Automake__XFile] = automake
perl[DynaLoader] = perl
perl[Module__Metadata] = perl
perl[Encode] = perl
perl[Encode__Alias] = perl
perl[Exporter] = perl
perl[Exporter__Heavy] = perl
perl[File__pushd] = perl
perl[List__Util] = perl-Scalar-List-Utils
perl[List__Util__XS] = perl-Scalar-List-Utils
perl[Scalar__Util] = perl-Scalar-List-Utils
perl[Sub__Util] = perl-Scalar-List-Utils
perl[parent] = perl
perl[version] = perl
perl[version__regex] = perl
perl[CPAN__Meta] = perl
perl[CPAN__Meta__Converter] = perl
perl[CPAN__Meta__Feature] = perl
perl[CPAN__Meta__History] = perl
perl[CPAN__Meta__Merge] = perl
perl[CPAN__Meta__Prereqs] = perl
perl[CPAN__Meta__Requirements] = perl
perl[CPAN__Meta__Spec] = perl
perl[CPAN__Meta__Validator] = perl
perl[CPAN__Meta__YAML] = perl
perl[Pod__Usage] = perl
perl[Test__Builder] = perl
perl[Test__Builder__IO__Scalar] = perl
perl[Test__Builder__Module] = perl
perl[Test__Builder__Tester] = perl
perl[Test__Builder__Tester__Color] = perl
perl[Test__Builder__Tester__Tie] = perl
perl[Test__More] = perl
perl[Test__Simple] = perl
perl[Test__Tester] = perl
perl[Test__Tester__Capture] = perl
perl[Test__Tester__CaptureRunner] = perl
perl[Test__Tester__Delegate] = perl
perl[Test__use__ok] = perl
perl[ok] = perl
/usr/bin/expect = expect
/usr/bin/expectk = expect-tk
/usr/bin/test = coreutils
/usr/bin/wish = libtk
/sbin/nologin= util-linux
/bin/login= util-linux
/usr/bin/chfn= pwdutils
/usr/bin/chsh= pwdutils
/usr/bin/newgrp= pwdutils
/usr/bin/passwd= pwdutils
/usr/sbin/groupadd= pwdutils
/usr/sbin/groupdel= pwdutils
/usr/sbin/groupmod= pwdutils
/usr/sbin/useradd= pwdutils
/usr/sbin/userdel= pwdutils
/usr/sbin/usermod= pwdutils
/usr/sbin/pwconv= pwdutils
/usr/sbin/pwunconv= pwdutils
/usr/sbin/sendmail = postfix
/usr/bin/cdrecord = cdrkit
/usr/bin/mkisofs = cdrkit
/usr/bin/readcd = cdrkit
libgs.so.9 = ghostscript
udev = udev
libudev.so.0 = udev
libgudev-1.0.so.0 = udev
libexpect5.44.1.15.so = expect
ffmpegpresets := ffmpeg-presets
# libreoffice
libreofficei18n = libreoffice-i18n-$(LANGUAGE)
# calligra
ifeq ($(LANGUAGE),en)
calligral10n = calligra-l10n-en_GB
else
calligral10n = calligra-l10n-$(LANGUAGE)
endif
# vpn
networkmanagervpnplugin = NetworkManager-openvpn
knetworkmanagervpnplugin = plasma-applet-networkmanagement-openvpn
packagekitgui = discover
firewallgui = plasma-firewall
# pkgconfig
pkgconfig[fontconfig] := libfontconfig-devel
pkgconfig[freetype2] := libfreetype-devel
pkgconfig[graphite2] := libgraphite2-devel
pkgconfig[icu-i18n] := libicu-devel
pkgconfig[icu-uc] := libicu-devel
pkgconfig[libffi] := libffi-devel
pkgconfig[libpcre] := libpcre-devel
pkgconfig[libsepol] := libsepol-devel
pkgconfig[xdamage] := libXdamage-devel
pkgconfig[xfixes] := libXfixes-devel
pkgconfig[xrender] := libXrender-devel
ifeq ($(ARCH),x86_64)
libexpect5.44.1.15.so[][64bit] = expect
# x86_64 glibc vs. glibc-multilib-utils and ldconfig vs ldconfig-multilib preferences
/sbin/ldconfig = ldconfig
/usr/bin/gencat = glibc
/usr/bin/getconf = glibc
/usr/bin/iconv = glibc
/usr/bin/locale = glibc
/usr/bin/localedef = glibc
rtld[GNU_HASH] = ldconfig
rtld[GNU_UNIQUE] = ldconfig
libgs.so.9[][64bit] = ghostscript
endif
# Generic fixes
libpq.so.5 = libpostgresql
libpq.so.5[][64bit] = libpostgresql
ksplashtheme = ksplash-theme-openmamba
ksplash-theme-openmamba = ksplash-theme-openmamba
ifdef PLATFORM
include $(TARGETSDIR)/$(TARGET)/platforms/$(PLATFORM)/Makefile.defs
endif