diff options
author | Edward W. Koenig <kingbeowulf{at}gmail{dot}com> | 2018-08-08 21:24:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:08 +0700 |
commit | dc2458b1f909e5999e4fb80de2abae95d458fb2e (patch) | |
tree | 479297a54c05dc6e3b1026a47c469c35a2cc161e /system/xarchiver/xarchiver.SlackBuild | |
parent | 774c79228810ab8b56c798a2f637158d30b01edc (diff) |
system/xarchiver: Updated for version 0.5.4.13.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/xarchiver/xarchiver.SlackBuild')
-rw-r--r-- | system/xarchiver/xarchiver.SlackBuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/system/xarchiver/xarchiver.SlackBuild b/system/xarchiver/xarchiver.SlackBuild index 658fff0d66719..3bcddd4862f28 100644 --- a/system/xarchiver/xarchiver.SlackBuild +++ b/system/xarchiver/xarchiver.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xarchiver -VERSION=${VERSION:-0.5.4.11} +VERSION=${VERSION:-0.5.4.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,12 +70,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Add GTK_COMPAT_DESTROY_TYPE -# There is a difference in the parameter types of the -# "destroy" callback function between GTK+ 2 and GTK+ 3. -# This fixes github issue #27, reported by apoleon. -patch -p1 < $CWD/gtk_fix.diff - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |