Skip to content
Snippets Groups Projects
Commit 20d11644 authored by Balló György's avatar Balló György :flag_hu:
Browse files

Update to new version

parent 29fdfa32
No related branches found
Tags 3.1-2
No related merge requests found
From ce6c3c22a15102341ca41ddba2a46ea7daf63f17 Mon Sep 17 00:00:00 2001
From: Christopher Lam <christopher.lck@gmail.com>
Date: Sat, 20 Jul 2019 20:32:07 +0800
Subject: [PATCH] Fix CMakeLists error
need to include module
---
gnucash/register/register-gnome/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnucash/register/register-gnome/CMakeLists.txt b/gnucash/register/register-gnome/CMakeLists.txt
index acfdd89f38..f3527484ba 100644
--- a/gnucash/register/register-gnome/CMakeLists.txt
+++ b/gnucash/register/register-gnome/CMakeLists.txt
@@ -1,4 +1,5 @@
add_subdirectory(test)
+include(CheckSymbolExists)
#GTK before 3.14 didn't have GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK
check_symbol_exists(GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK gdk/gdktypes.h have_mod_mask)
......@@ -3,8 +3,8 @@
# Contributor: Mark Schneider <queueRAM@gmail.com>
pkgname=gnucash
pkgver=3.6
pkgrel=2
pkgver=3.7
pkgrel=1
pkgdesc='Personal and small-business financial-accounting application'
arch=(x86_64)
url='https://gnucash.org/'
......@@ -16,15 +16,8 @@ optdepends=('gnucash-docs: documentation'
'perl-date-manip: stock information lookups'
'perl-finance-quote: stock information lookups')
options=(!emptydirs)
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
Fix-CMakeLists-error.patch)
sha256sums=('3ac6627834bb163653eccf4873dabe2adf4d6feb40e0d9f6f6f4d8d91a321677'
'1161e9b7e972eaf881376841ec7fbaa68e97d23da6b7694298040ddb721435ac')
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i ../Fix-CMakeLists-error.patch
}
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
sha256sums=('1f86d5561a35af39d2a6be133607431402cf06e889542b38a000aed923f23254')
build() {
cd $pkgname-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment