From 268d93112ec3a6257aa4a85a2b3edc3c40a8b58b Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sat, 2 Jan 2021 14:11:38 +1000 Subject: [PATCH] Kigo: add recipe --- kde-apps/kigo/additional-files/kigo.rdef.in | 29 ++++ kde-apps/kigo/kigo-20.12.0.recipe | 146 ++++++++++++++++++++ kde-apps/kigo/patches/kigo-20.12.0.patchset | 49 +++++++ 3 files changed, 224 insertions(+) create mode 100644 kde-apps/kigo/additional-files/kigo.rdef.in create mode 100644 kde-apps/kigo/kigo-20.12.0.recipe create mode 100644 kde-apps/kigo/patches/kigo-20.12.0.patchset diff --git a/kde-apps/kigo/additional-files/kigo.rdef.in b/kde-apps/kigo/additional-files/kigo.rdef.in new file mode 100644 index 000000000..26a5734e4 --- /dev/null +++ b/kde-apps/kigo/additional-files/kigo.rdef.in @@ -0,0 +1,29 @@ + +resource app_flags B_MULTIPLE_LAUNCH; + +resource app_version { + major = @MAJOR@, + middle = @MIDDLE@, + minor = @MINOR@, + + variety = B_APPV_FINAL, + internal = 0, + + short_info = "Kigo", + long_info = "@LONG_INFO@" +}; + +resource app_signature "@APP_SIGNATURE@"; + +resource("QT:QPA_FLAGS") "Q_KILL_ON_EXIT"; + +resource vector_icon { + $"6E636966040500020116023E56000000000000003E5600494800483C0000A0FF" + $"01020116023D0C000000000000003CAC0049280048DC0000FFFFAA052B060000" + $"0000000002044030C34330BC3830304030BC3830C3434050BC3850C343505040" + $"50C34350BC3808023243325B0802264F3E4F060A00020203123F19B700000000" + $"00003F2EF8C56EDCC573E201158300040A010103023EDC1E0000000000003EF3" + $"12C47BFEC48F2E0A00020203123F19B70000000000003F2EF848A44948A30701" + $"158300040A020103023EDC1E0000000000003EF31248E10048DC340A03020405" + $"1001178322040A03020405303C030117832204" +}; diff --git a/kde-apps/kigo/kigo-20.12.0.recipe b/kde-apps/kigo/kigo-20.12.0.recipe new file mode 100644 index 000000000..166216e54 --- /dev/null +++ b/kde-apps/kigo/kigo-20.12.0.recipe @@ -0,0 +1,146 @@ +SUMMARY="An open-source implementation of the popular Go game" +DESCRIPTION="Kigo is an open-source implementation of the popular Go game. \ +Go is a strategic board game for two players. It is also known as igo (Japanese), \ +weiqi or wei ch'i (Chinese) or baduk (Korean). Go is noted for being rich in strategic \ +complexity despite its simple rules. The game is played by two players who alternately \ +place black and white stones (playing pieces, now usually made of glass or plastic) on \ +the vacant intersections of a grid of 19x19 lines (9x9 or 13x13 for easier games)." +HOMEPAGE="https://apps.kde.org/kigo" +COPYRIGHT="2010-2020 KDE Organisation" +LICENSE="GNU GPL v2" +REVISION="1" +SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kigo-$portVersion.tar.xz" +CHECKSUM_SHA256="e9bbc622ad41e542890008d4a75ce1fae8d249a310dd23dabd56bbfabd280721" +SOURCE_DIR="kigo-$portVersion" +PATCHES="kigo-$portVersion.patchset" +ADDITIONAL_FILES="kigo.rdef.in" + +ARCHITECTURES="!x86_gcc2 x86_64" +SECONDARY_ARCHITECTURES="x86" + +PROVIDES=" + kigo$secondaryArchSuffix = $portVersion + app:Kigo$secondaryArchSuffix = $portVersion + " +REQUIRES=" + haiku$secondaryArchSuffix + cmd:gnugo + lib:libKF5Archive$secondaryArchSuffix + lib:libKF5Attica$secondaryArchSuffix + lib:libKF5Auth$secondaryArchSuffix + lib:libKF5Bookmarks$secondaryArchSuffix + lib:libKF5Codecs$secondaryArchSuffix + lib:libKF5Completion$secondaryArchSuffix + lib:libKF5ConfigCore$secondaryArchSuffix + lib:libKF5ConfigGui$secondaryArchSuffix + lib:libKF5ConfigWidgets$secondaryArchSuffix + lib:libKF5CoreAddons$secondaryArchSuffix + lib:libKF5Crash$secondaryArchSuffix + lib:libKF5DBusAddons$secondaryArchSuffix + lib:libKF5GuiAddons$secondaryArchSuffix + lib:libKF5I18n$secondaryArchSuffix + lib:libKF5IconThemes$secondaryArchSuffix + lib:libKF5ItemViews$secondaryArchSuffix + lib:libKF5JobWidgets$secondaryArchSuffix + lib:libKF5KDEGames$secondaryArchSuffix + lib:libKF5KIOCore$secondaryArchSuffix + lib:libKF5NewStuff$secondaryArchSuffix + lib:libKF5Service$secondaryArchSuffix + lib:libKF5Solid$secondaryArchSuffix + lib:libKF5SonnetUi$secondaryArchSuffix + lib:libKF5TextEditor$secondaryArchSuffix + lib:libKF5TextWidgets$secondaryArchSuffix + lib:libKF5WidgetsAddons$secondaryArchSuffix + lib:libKF5WindowSystem$secondaryArchSuffix + lib:libKF5XmlGui$secondaryArchSuffix + lib:libQt5Core$secondaryArchSuffix + lib:libQt5DBus$secondaryArchSuffix + lib:libQt5Gui$secondaryArchSuffix + lib:libQt5Widgets$secondaryArchSuffix + lib:libQt5Xml$secondaryArchSuffix + " + +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel + extra_cmake_modules$secondaryArchSuffix >= 5.77 + devel:libKF5Archive$secondaryArchSuffix + devel:libKF5Attica$secondaryArchSuffix + devel:libKF5Auth$secondaryArchSuffix + devel:libKF5Bookmarks$secondaryArchSuffix + devel:libKF5Codecs$secondaryArchSuffix + devel:libKF5Completion$secondaryArchSuffix + devel:libKF5ConfigCore$secondaryArchSuffix + devel:libKF5ConfigWidgets$secondaryArchSuffix + devel:libKF5CoreAddons$secondaryArchSuffix + devel:libKF5Crash$secondaryArchSuffix + devel:libKF5DBusAddons$secondaryArchSuffix + devel:libKF5DocTools$secondaryArchSuffix + devel:libKF5GuiAddons$secondaryArchSuffix + devel:libKF5I18n$secondaryArchSuffix + devel:libKF5IconThemes$secondaryArchSuffix + devel:libKF5ItemModels$secondaryArchSuffix + devel:libKF5ItemViews$secondaryArchSuffix + devel:libKF5JobWidgets$secondaryArchSuffix + devel:libKF5KDEGames$secondaryArchSuffix + devel:libKF5KIOCore$secondaryArchSuffix + devel:libKF5NewStuff$secondaryArchSuffix + devel:libKF5Service$secondaryArchSuffix + devel:libKF5Solid$secondaryArchSuffix + devel:libKF5SonnetUi$secondaryArchSuffix + devel:libKF5TextEditor$secondaryArchSuffix + devel:libKF5TextWidgets$secondaryArchSuffix + devel:libKF5WidgetsAddons$secondaryArchSuffix + devel:libKF5WindowSystem$secondaryArchSuffix + devel:libKF5XmlGui$secondaryArchSuffix + devel:libQt5Core$secondaryArchSuffix >= 5.15 + " +BUILD_PREREQUIRES=" + cmd:cmake + cmd:g++$secondaryArchSuffix + cmd:lrelease$secondaryArchSuffix >= 5 + cmd:make + cmd:pkg_config$secondaryArchSuffix + " + +BUILD() +{ + # disable docs generation + sed -e '/add_subdirectory(doc)/ s/^#*/#/' -i CMakeLists.txt + sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt + + mkdir -p build + cd build + + cmake .. \ + -DCMAKE_INSTALL_PREFIX=$appsDir \ + -DCMAKE_INSTALL_DATADIR=$dataDir \ + -DCMAKE_INSTALL_DATAROOTDIR=$dataDir \ + -DSHARE_INSTALL_PREFIX=$dataDir \ + -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs +} + +INSTALL() +{ + cd build + make install + + mv $appsDir/bin/kigo $appsDir/Kigo + rm -rf $appsDir/bin + + local APP_SIGNATURE="application/x-vnd.kde-kigo" + local MAJOR="`echo "$portVersion" | cut -d. -f1`" + local MIDDLE="`echo "$portVersion" | cut -d. -f2`" + local MINOR="`echo "$portVersion" | cut -d. -f3`" + local LONG_INFO="$SUMMARY" + sed \ + -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ + -e "s|@MAJOR@|$MAJOR|" \ + -e "s|@MIDDLE@|$MIDDLE|" \ + -e "s|@MINOR@|$MINOR|" \ + -e "s|@LONG_INFO@|$LONG_INFO|" \ + $portDir/additional-files/kigo.rdef.in > kigo.rdef + + addResourcesToBinaries kigo.rdef $appsDir/Kigo + addAppDeskbarSymlink $appsDir/Kigo +} diff --git a/kde-apps/kigo/patches/kigo-20.12.0.patchset b/kde-apps/kigo/patches/kigo-20.12.0.patchset new file mode 100644 index 000000000..6d1bd884b --- /dev/null +++ b/kde-apps/kigo/patches/kigo-20.12.0.patchset @@ -0,0 +1,49 @@ +From dd6de27d3368449b3308384809a240763392596f Mon Sep 17 00:00:00 2001 +From: Gerasim Troeglazov <3dEyes@gmail.com> +Date: Sat, 2 Jan 2021 13:30:51 +1000 +Subject: Disable dbus + + +diff --git a/src/main.cpp b/src/main.cpp +index d92774e..9c8df89 100644 +--- a/src/main.cpp ++++ b/src/main.cpp +@@ -77,8 +77,9 @@ int main(int argc, char *argv[]) + aboutData.setupCommandLine(&parser); + parser.process(app); + aboutData.processCommandLine(&parser); ++#ifndef __HAIKU__ + KDBusService service; +- ++#endif + app.setWindowIcon(QIcon::fromTheme(QStringLiteral("kigo"))); + + if (app.isSessionRestored()) { +-- +2.28.0 + + +From 9a54f66f1e61db4b27a2db86a80aef3d2f657a6c Mon Sep 17 00:00:00 2001 +From: Gerasim Troeglazov <3dEyes@gmail.com> +Date: Sat, 2 Jan 2021 13:31:08 +1000 +Subject: Fix newstuff install + + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 620004a..0e891fd 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -42,6 +42,10 @@ target_link_libraries(kigo + Qt5::Svg + ) + ++if(HAIKU) ++set(KDE_INSTALL_KNSRCDIR ${CMAKE_INSTALL_DATADIR}/knsrcfiles) ++endif() ++ + install(TARGETS kigo ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) + install(FILES kigo.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR}) + install(FILES kigo.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR}) +-- +2.28.0 +