aboutsummaryrefslogtreecommitdiff
path: root/libraries/gcab
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gcab')
-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 cbc92048ca..5f95ce5db1 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 23b4e719eb..bc23520ed4 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 8ba75d13ff..758ecb50a0 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=""