aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorPouria Rezaei <Pouria.rz@outlook.com>2024-08-19 21:10:43 +0330
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-20 09:30:21 +0700
commit541583fa7906f4746b6258a1acf092ebb024f8bd (patch)
treee614802be549dd5fa4ce650cb1a1e7713c6ff288 /libraries
parentccb1120b9424e0afab5d8639e4a49aaf8b666b49 (diff)
libraries/gcab: Updated to 1.6.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/gcab/fix-gcab-options.patch6
-rw-r--r--libraries/gcab/gcab.SlackBuild2
-rw-r--r--libraries/gcab/gcab.info6
3 files changed, 7 insertions, 7 deletions
diff --git a/libraries/gcab/fix-gcab-options.patch b/libraries/gcab/fix-gcab-options.patch
index cbc92048ca00e..5f95ce5db13f2 100644
--- a/libraries/gcab/fix-gcab-options.patch
+++ b/libraries/gcab/fix-gcab-options.patch
@@ -12,7 +12,7 @@ index 6241904..275d5f5 100644
static void
zfree (voidpf opaque, voidpf address)
diff --git a/meson.build b/meson.build
-index 15fd5cd..05e162c 100644
+index ec02cdc..38d1a19 100644
--- a/meson.build
+++ b/meson.build
@@ -6,10 +6,6 @@ project('gcab', 'c',
@@ -21,8 +21,8 @@ index 15fd5cd..05e162c 100644
git_version = []
-git = find_program('git', required: false)
-if git.found()
-- git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: true).stdout().strip().split('-')
+- git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: false).stdout().strip().split('-')
-endif
# libtool versioning
- lt_current = 2
+ lt_current = 3
diff --git a/libraries/gcab/gcab.SlackBuild b/libraries/gcab/gcab.SlackBuild
index 23b4e719ebe15..bc23520ed46ce 100644
--- a/libraries/gcab/gcab.SlackBuild
+++ b/libraries/gcab/gcab.SlackBuild
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gcab
-VERSION=${VERSION:-1.5}
+VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/libraries/gcab/gcab.info b/libraries/gcab/gcab.info
index 8ba75d13ffc2d..758ecb50a0bce 100644
--- a/libraries/gcab/gcab.info
+++ b/libraries/gcab/gcab.info
@@ -1,8 +1,8 @@
PRGNAM="gcab"
-VERSION="1.5"
+VERSION="1.6"
HOMEPAGE="https://wiki.gnome.org/msitools/"
-DOWNLOAD="https://download.gnome.org/sources/gcab/1.5/gcab-1.5.tar.xz"
-MD5SUM="eb1fec63d35aaa82d4154818072c1b0c"
+DOWNLOAD="https://download.gnome.org/sources/gcab/1.6/gcab-1.6.tar.xz"
+MD5SUM="13795d44b27c6b84107a83315edcfb01"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""