mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
KBlocks: bump version
This commit is contained in:
@@ -4,11 +4,11 @@ falling blocks to create horizontal lines without any gaps. When a line is compl
|
||||
it is removed, and more space is available in the play area. When there is not enough \
|
||||
space for blocks to fall, the game is over."
|
||||
HOMEPAGE="https://apps.kde.org/kblocks"
|
||||
COPYRIGHT="2010-2020 KDE Organisation"
|
||||
COPYRIGHT="2010-2021 KDE Organisation"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kblocks-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="62c858bfd3445d712a58b681884ceebbd368b08daeb0cd4812b7aaf56baace27"
|
||||
CHECKSUM_SHA256="6d784743b4b115391282646c3f9a95341832feb958b5047277d89483321f935c"
|
||||
SOURCE_DIR="kblocks-$portVersion"
|
||||
PATCHES="kblocks-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="kblocks.rdef.in"
|
||||
@@ -53,7 +53,7 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.77
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.86
|
||||
devel:libKF5Auth$secondaryArchSuffix
|
||||
devel:libKF5Codecs$secondaryArchSuffix
|
||||
devel:libKF5Completion$secondaryArchSuffix
|
||||
@@ -97,6 +97,7 @@ BUILD()
|
||||
cd build
|
||||
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=$appsDir \
|
||||
-DCMAKE_INSTALL_DATADIR=$dataDir \
|
||||
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
|
||||
@@ -1,14 +1,14 @@
|
||||
From 1685f5c5dbc604efbcdea04034f2ac2372c8374f Mon Sep 17 00:00:00 2001
|
||||
From 498be9c1697f9b6340e1629beb10b7aeba95e9ac Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Sat, 2 Jan 2021 23:47:46 +1000
|
||||
Date: Mon, 1 Nov 2021 19:31:13 +1000
|
||||
Subject: Disable dbus
|
||||
|
||||
|
||||
diff --git a/main.cpp b/main.cpp
|
||||
index 0de96ce..aaeae3f 100644
|
||||
--- a/main.cpp
|
||||
+++ b/main.cpp
|
||||
@@ -336,8 +336,9 @@ int main(int argc, char *argv[])
|
||||
diff --git a/src/main.cpp b/src/main.cpp
|
||||
index 0b966e7..9e3376a 100644
|
||||
--- a/src/main.cpp
|
||||
+++ b/src/main.cpp
|
||||
@@ -371,8 +371,9 @@ int main(int argc, char *argv[])
|
||||
aboutData.setupCommandLine(&parser);
|
||||
parser.process(app);
|
||||
aboutData.processCommandLine(&parser);
|
||||
@@ -20,5 +20,5 @@ index 0de96ce..aaeae3f 100644
|
||||
|
||||
// Get game mode
|
||||
--
|
||||
2.28.0
|
||||
2.30.2
|
||||
|
||||
Reference in New Issue
Block a user