[arch-commits] Commit in moneymanagerex/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Thu Aug 5 19:06:04 UTC 2021


    Date: Thursday, August 5, 2021 @ 19:06:04
  Author: jlichtblau
Revision: 993882

archrelease: copy trunk to community-x86_64

Added:
  moneymanagerex/repos/community-x86_64/PKGBUILD
    (from rev 993881, moneymanagerex/trunk/PKGBUILD)
Deleted:
  moneymanagerex/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-05 19:05:46 UTC (rev 993881)
+++ PKGBUILD	2021-08-05 19:06:04 UTC (rev 993882)
@@ -1,49 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: TDY <tdy at gmx.com>
-# Contributor: Martin Dünkelmann <nc-duenkekl3 at netcologne.de>
-
-pkgname=moneymanagerex
-pkgver=1.5.4
-_commit=373b6d117a856a79ace70b2e1bf8fd2a633024e8
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('x86_64')
-url="https://github.com/moneymanagerex/moneymanagerex"
-license=('GPL')
-depends=('wxgtk3' 'webkit2gtk')
-makedepends=('cmake' 'lsb-release' 'ccache' 'lua' 'git')
-source=($pkgname::git+https://github.com/$pkgname/$pkgname#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --abbrev=0 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd $pkgname
-
-## clone all submodules
-  git submodule update --init
-
-  mkdir -p build
-
-# TODO Workaround: https://github.com/moneymanagerex/moneymanagerex/issues/2685
-  sed -i "s/luaL_checkint(/luaL_checkinteger(/g" ./3rd/LuaGlue/include/LuaGlue/LuaGlueApplyTuple.h
-}
-
-build() {
-  cd $pkgname/build
-
-  cmake .. \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-
-  cmake --build . --target package
-}
-
-package() {
-  cd $pkgname/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-x86_64/PKGBUILD (from rev 993881, moneymanagerex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-05 19:06:04 UTC (rev 993882)
@@ -0,0 +1,49 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: Martin Dünkelmann <nc-duenkekl3 at netcologne.de>
+
+pkgname=moneymanagerex
+pkgver=1.5.5
+_commit=ffcd1abb7ecfa226b3ca96e7f9320e21ba2e2cd1
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('x86_64')
+url="https://github.com/moneymanagerex/moneymanagerex"
+license=('GPL')
+depends=('wxgtk3' 'webkit2gtk')
+makedepends=('cmake' 'lsb-release' 'ccache' 'lua' 'git')
+source=($pkgname::git+https://github.com/$pkgname/$pkgname#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --abbrev=0 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd $pkgname
+
+## clone all submodules
+  git submodule update --init
+
+  mkdir -p build
+
+# TODO Workaround: https://github.com/moneymanagerex/moneymanagerex/issues/2685
+  sed -i "s/luaL_checkint(/luaL_checkinteger(/g" ./3rd/LuaGlue/include/LuaGlue/LuaGlueApplyTuple.h
+}
+
+build() {
+  cd $pkgname/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+
+  cmake --build . --target package
+}
+
+package() {
+  cd $pkgname/build
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list