summaryrefslogtreecommitdiff
path: root/user/konversation
diff options
context:
space:
mode:
Diffstat (limited to 'user/konversation')
-rw-r--r--user/konversation/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/user/konversation/APKBUILD b/user/konversation/APKBUILD
index dd280d582..79accebc8 100644
--- a/user/konversation/APKBUILD
+++ b/user/konversation/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=konversation
-pkgver=1.7.5
+pkgver=1.7.7
pkgrel=0
pkgdesc="KDE IRC (Internet Relay Chat) client"
url="https://konversation.kde.org/"
@@ -18,7 +18,6 @@ subpackages="$pkgname-doc $pkgname-lang"
source="https://download.kde.org/stable/konversation/$pkgver/src/konversation-$pkgver.tar.xz"
build() {
- cd "$builddir"
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
@@ -29,18 +28,16 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
- ${CMAKE_CROSSOPTS}
+ ${CMAKE_CROSSOPTS} .
make
}
check() {
- cd "$builddir"
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="001534c7f6c5110ca5e210977cc4275e083f5c3704078a74aa573af659154e0fa4c3c960be08f41256db1ac4568f0734741bf10cfb2e15d9e6f6440250682504 konversation-1.7.5.tar.xz"
+sha512sums="99026007af7fa00b82240c1f0e46a8d3db6c3434948aff7d0b01c2f99bccdd227a2a705bd83bce1ca2e47be13866d5d0a981c8b4ff8dec472612d6ee40f9ed2c konversation-1.7.7.tar.xz"