mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
KeymapSwitcher: drop hybrid support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SUMMARY="Easy to use Keymap Switcher for Haiku"
|
||||
DESCRIPTION="This is a keymap switcher for Haiku. It is very similar to what \
|
||||
you used to have in windows to change the keymap with hotkeys, but has some \
|
||||
you used to have in Windows to change the keymap with hotkeys, but has some \
|
||||
additional features (and lacks some, for sure)."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/KeymapSwitcher"
|
||||
COPYRIGHT="
|
||||
@@ -8,30 +8,29 @@ COPYRIGHT="
|
||||
2003-2013 Siarzhuk Zharski
|
||||
"
|
||||
LICENSE="BSD (4-clause)"
|
||||
REVISION="6"
|
||||
REVISION="7"
|
||||
srcGitRev="edb17df1c52344689045e8f4e056f936844e7f3f"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/KeymapSwitcher/archive/$srcGitRev.zip"
|
||||
CHECKSUM_SHA256="b56adba36c2679f84b35ff354196f9895a48237294dbef96e461cbde2f27004a"
|
||||
SOURCE_DIR="KeymapSwitcher-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
keymapswitcher$secondaryArchSuffix = $portVersion compat >= 1.2.7
|
||||
keymapswitcher = $portVersion compat >= 1.2.7
|
||||
app:KeymapSwitcher = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
haiku_devel
|
||||
makefile_engine
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make
|
||||
cmd:sed
|
||||
"
|
||||
@@ -47,7 +46,7 @@ INSTALL()
|
||||
# interesting files to a well-known directory structure. Otherwise we'd have
|
||||
# to find out the name of the object dir and collect everything ourselves.
|
||||
# Obviously an install target would be even better.
|
||||
make BUILDHOME=/boot/system/develop HPKG_INSTALL_DIR=$prefix hpkg
|
||||
make BUILDHOME=/system/develop HPKG_INSTALL_DIR=$prefix hpkg
|
||||
|
||||
addPreferencesDeskbarSymlink $preferencesDir/KeymapSwitcher
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user