[arch-commits] Commit in gnucash/trunk (Fix-CMakeLists-error.patch PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Oct 4 22:23:49 UTC 2019


    Date: Friday, October 4, 2019 @ 22:23:48
  Author: bgyorgy
Revision: 512867

upgpkg: gnucash 3.7-1

Update to new version

Modified:
  gnucash/trunk/PKGBUILD
Deleted:
  gnucash/trunk/Fix-CMakeLists-error.patch

----------------------------+
 Fix-CMakeLists-error.patch |   20 --------------------
 PKGBUILD                   |   15 ++++-----------
 2 files changed, 4 insertions(+), 31 deletions(-)

Deleted: Fix-CMakeLists-error.patch
===================================================================
--- Fix-CMakeLists-error.patch	2019-10-04 21:59:15 UTC (rev 512866)
+++ Fix-CMakeLists-error.patch	2019-10-04 22:23:48 UTC (rev 512867)
@@ -1,20 +0,0 @@
-From ce6c3c22a15102341ca41ddba2a46ea7daf63f17 Mon Sep 17 00:00:00 2001
-From: Christopher Lam <christopher.lck at 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)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-04 21:59:15 UTC (rev 512866)
+++ PKGBUILD	2019-10-04 22:23:48 UTC (rev 512867)
@@ -3,8 +3,8 @@
 # Contributor: Mark Schneider <queueRAM at 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,16 +16,9 @@
             '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')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f86d5561a35af39d2a6be133607431402cf06e889542b38a000aed923f23254')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../Fix-CMakeLists-error.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list