mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:27:18 +08:00
mc, wine and tellico updates
This commit is contained in:
parent
60a5e965b8
commit
d87cd13cb6
@ -4,7 +4,7 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=mc
|
||||
pkgver=4.8.3
|
||||
pkgver=4.8.4
|
||||
pkgrel=1
|
||||
pkgdesc="A filemanager/shell that emulates Norton Commander"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -16,7 +16,7 @@ optdepends=('p7zip: support for 7zip archives')
|
||||
screenshot=('http://ompldr.org/vOG9vNg')
|
||||
options=('!emptydirs' '!makeflags')
|
||||
source=("https://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha256sums=('445f286652b85c3e8e87839bad64c28ad2dc80661778571a0b59c2b920ef60ac')
|
||||
md5sums=('a8edb8226cb25869f925ecce043faf1e')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
@ -37,11 +37,10 @@ package() {
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
# Fix FS#15177
|
||||
# Fixes
|
||||
sed -i 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
|
||||
${pkgdir}/usr/lib/mc/extfs.d/uzip
|
||||
|
||||
# Fix FS#18312
|
||||
rm "${pkgdir}/usr/lib/mc/extfs.d/u7z"
|
||||
|
||||
sed 's#/usr/bin/env python#/usr/bin/python2#' \
|
||||
|
@ -1,42 +0,0 @@
|
||||
--- /lib/tty/tty-internal.h
|
||||
+++ /lib/tty/tty-internal.h
|
||||
@@ -8,4 +8,15 @@
|
||||
|
||||
#include "lib/global.h" /* include <glib.h> */
|
||||
+
|
||||
+/* Taken from S-Lang's slutty.c */
|
||||
+#ifdef ultrix /* Ultrix gets _POSIX_VDISABLE wrong! */
|
||||
+# define NULL_VALUE -1
|
||||
+#else
|
||||
+# ifdef _POSIX_VDISABLE
|
||||
+# define NULL_VALUE _POSIX_VDISABLE
|
||||
+# else
|
||||
+# define NULL_VALUE 255
|
||||
+# endif
|
||||
+#endif
|
||||
|
||||
/* If true lines are shown by spaces */
|
||||
--- /lib/tty/tty-ncurses.c
|
||||
+++ /lib/tty/tty-ncurses.c
|
||||
@@ -63,4 +63,5 @@
|
||||
|
||||
/*** file scope macro definitions **************************************/
|
||||
+
|
||||
#if defined(_AIX) && !defined(CTRL)
|
||||
# define CTRL(x) ((x) & 0x1f)
|
||||
@@ -159,4 +160,6 @@
|
||||
/* use Ctrl-g to generate SIGINT */
|
||||
cur_term->Nttyb.c_cc[VINTR] = CTRL ('g'); /* ^g */
|
||||
+ /* disable SIGQUIT to allow use Ctrl-\ key */
|
||||
+ cur_term->Nttyb.c_cc[VQUIT] = NULL_VALUE;
|
||||
tcsetattr (cur_term->Filedes, TCSANOW, &cur_term->Nttyb);
|
||||
|
||||
--- /misc/syntax/Syntax
|
||||
+++ /misc/syntax/Syntax
|
||||
@@ -140,5 +140,5 @@
|
||||
include spec.syntax
|
||||
|
||||
-file ..\*\\.repo$ YUM\sRepo File
|
||||
+file ..\*\\.repo$ YUM\sRepo\sFile
|
||||
include yum-repo.syntax
|
||||
|
@ -1,12 +1,10 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=tellico
|
||||
pkgver=2.3.5
|
||||
pkgver=2.3.6
|
||||
pkgrel=1
|
||||
pkgdesc="A collection manager for KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -16,9 +14,10 @@ depends=('kde-workspace' 'yaz' 'exempi' 'libksane' 'taglib'
|
||||
'kdemultimedia-common' 'poppler-qt' 'qjson')
|
||||
makedepends=('automoc4' 'cmake' 'docbook-xsl')
|
||||
categories=('office')
|
||||
screenshot=('http://tellico-project.org/img/main_screen-2.0.jpg')
|
||||
install=$pkgname.install
|
||||
source=("http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('e6a1835d2622b79c4bfd95271bce858e')
|
||||
md5sums=('a547c3cff6559012bf2292cec5a543ed')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
|
@ -4,7 +4,7 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=wine
|
||||
pkgver=1.5.8
|
||||
pkgver=1.5.9
|
||||
pkgrel=1
|
||||
|
||||
_pkgbasever=${pkgver/rc/-rc}
|
||||
@ -17,7 +17,7 @@ screenshot=('http://wstaw.org/m/2012/04/28/wine.png')
|
||||
arch=(i686 x86_64)
|
||||
license=(LGPL)
|
||||
categories=('system')
|
||||
md5sums=('68ec9abe25b84104228cb24e7ff98c41')
|
||||
md5sums=('65a98308d60f878462f4c404d2d013b2')
|
||||
|
||||
depends=(
|
||||
fontconfig lib32-fontconfig
|
||||
|
Loading…
Reference in New Issue
Block a user