[arch-commits] Commit in krusader/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:43:49
  Author: felixonmars
Revision: 659386

upgpkg: krusader 2.7.2-4: reproducibility rebuild

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:43:42 UTC (rev 659385)
+++ PKGBUILD2020-07-07 16:43:49 UTC (rev 659386)
@@ -3,7 +3,7 @@
 
 pkgname=krusader
 pkgver=2.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Advanced twin panel (commander style) file manager"
 arch=(x86_64)
 url="https://krusader.org/;


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2019-10-11 Thread Antonio Rojas via arch-commits
Date: Friday, October 11, 2019 @ 19:59:00
  Author: arojas
Revision: 515161

Cleanup dependencies, rebuild without Release mode

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |   42 ++
 1 file changed, 18 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-11 19:55:19 UTC (rev 515160)
+++ PKGBUILD2019-10-11 19:59:00 UTC (rev 515161)
@@ -1,20 +1,16 @@
-# Maintainer: Lukas Jirkovsky 
+# Maintainer: Antonio Rojas 
+# Contributor: Lukas Jirkovsky 
+
 pkgname=krusader
 pkgver=2.7.2
-pkgrel=2
-pkgdesc="Advanced twin panel (commander style) file manager for KDE"
-arch=('x86_64')
+pkgrel=3
+pkgdesc="Advanced twin panel (commander style) file manager"
+arch=(x86_64)
 url="https://krusader.org/;
-license=('GPL')
-depends=('karchive' 'kbookmarks' 'kcodecs' 'kcompletion' 'kcoreaddons' 
'kconfig'
- 'kdoctools' 'ki18n' 'kiconthemes' 'kitemviews' 'kio' 'knotifications'
- 'kparts' 'solid' 'ktextwidgets' 'kwallet' 'kwidgetsaddons' 
'kwindowsystem'
- 'kxmlgui' 'kguiaddons' 'hicolor-icon-theme')
-makedepends=('cmake' 'extra-cmake-modules')
-optdepends=(
-# archive formats
-   # look for KrServices::cmdExist calls
-'xz: LZMA and XZ archive support'
+license=(GPL)
+depends=(kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('xz: LZMA and XZ archive support'
 'unzip: ZIP decompression support'
 'zip: ZIP archive support'
 'lhasa: LHA archive support'
@@ -31,24 +27,22 @@
 'kdiff3: file contents comparison'
 'krename: advanced rename tool'
 'konsole: terminal'
-'ktexteditor: file editing support'
-)
+'ktexteditor: file editing support')
 
source=("https://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('d3a5e956ad0b1b63f236c4f41a7f')
-sha1sums=('e0109c6f9f841695a31045c46a43eb70c0085750')
 sha256sums=('41a39a43b3c42dd1d1ecaea86df30caff6a061fecc1d66f60859b2a3ca976109')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cmake . \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
+  cd build
+  cmake ../$pkgname-$pkgver \
 -DKDESU_PATH="/usr/lib/kf5/kdesu"
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd build
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 12:55:27
  Author: eworm
Revision: 514352

upgpkg: krusader 2.7.2-2

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 12:54:06 UTC (rev 514351)
+++ PKGBUILD2019-10-09 12:55:27 UTC (rev 514352)
@@ -1,7 +1,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
 pkgver=2.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('x86_64')
 url="https://krusader.org/;


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2019-09-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 17, 2019 @ 20:41:49
  Author: arojas
Revision: 511016

https

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-17 20:41:17 UTC (rev 511015)
+++ PKGBUILD2019-09-17 20:41:49 UTC (rev 511016)
@@ -33,7 +33,7 @@
 'konsole: terminal'
 'ktexteditor: file editing support'
 )
-source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
+source=("https://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
 md5sums=('d3a5e956ad0b1b63f236c4f41a7f')
 sha1sums=('e0109c6f9f841695a31045c46a43eb70c0085750')
 sha256sums=('41a39a43b3c42dd1d1ecaea86df30caff6a061fecc1d66f60859b2a3ca976109')


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2019-09-01 Thread Lukas Jirkovsky via arch-commits
Date: Sunday, September 1, 2019 @ 08:38:32
  Author: stativ
Revision: 505940

upgpkg: krusader 2.7.2-1

update to 2.7.2

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-01 08:32:59 UTC (rev 505939)
+++ PKGBUILD2019-09-01 08:38:32 UTC (rev 505940)
@@ -1,6 +1,6 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('x86_64')
@@ -34,9 +34,9 @@
 'ktexteditor: file editing support'
 )
 
source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('d5c14d7e0698b84a1285efe7058074f760924d13d0823e1b5123fbe771907deb')
-sha1sums=('03ac98f0761e2d2802c06d93afaefbc723b8476a')
-md5sums=('3007982c9e0ba7b2b66ecc51bdafa98a')
+md5sums=('d3a5e956ad0b1b63f236c4f41a7f')
+sha1sums=('e0109c6f9f841695a31045c46a43eb70c0085750')
+sha256sums=('41a39a43b3c42dd1d1ecaea86df30caff6a061fecc1d66f60859b2a3ca976109')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2018-08-16 Thread Lukas Jirkovsky via arch-commits
Date: Thursday, August 16, 2018 @ 18:55:26
  Author: stativ
Revision: 372009

upgpkg: krusader 2.7.1-1

update to 2.7.1

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-16 18:51:55 UTC (rev 372008)
+++ PKGBUILD2018-08-16 18:55:26 UTC (rev 372009)
@@ -1,7 +1,7 @@
 # $Id: PKGBUILD 149613 2012-02-08 20:20:01Z pierre $
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('x86_64')
@@ -35,9 +35,9 @@
 'ktexteditor: file editing support'
 )
 
source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8b41522b3b1297d5f293f4fe9becaf255bc06b16d5b19b220653da5e951e9a27')
-sha1sums=('c316ff8d1dd89234b2728980c6c471ffee6b73a1')
-md5sums=('899bfa000b18040e7dc39ade3ab9b638')
+sha256sums=('d5c14d7e0698b84a1285efe7058074f760924d13d0823e1b5123fbe771907deb')
+sha1sums=('03ac98f0761e2d2802c06d93afaefbc723b8476a')
+md5sums=('3007982c9e0ba7b2b66ecc51bdafa98a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2018-05-25 Thread Lukas Jirkovsky via arch-commits
Date: Friday, May 25, 2018 @ 20:17:47
  Author: stativ
Revision: 329609

upgpkg: krusader 2.7.0-1

update to 2.7.0

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-25 20:07:36 UTC (rev 329608)
+++ PKGBUILD2018-05-25 20:17:47 UTC (rev 329609)
@@ -1,8 +1,8 @@
 # $Id: PKGBUILD 149613 2012-02-08 20:20:01Z pierre $
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
-pkgver=2.6.0
-pkgrel=3
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('x86_64')
 url="https://krusader.org/;
@@ -35,7 +35,9 @@
 'ktexteditor: file editing support'
 )
 
source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('a4559041d1b6dfe0830fbe3a3029e524')
+sha256sums=('8b41522b3b1297d5f293f4fe9becaf255bc06b16d5b19b220653da5e951e9a27')
+sha1sums=('c316ff8d1dd89234b2728980c6c471ffee6b73a1')
+md5sums=('899bfa000b18040e7dc39ade3ab9b638')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2018-03-29 Thread Antonio Rojas via arch-commits
Date: Thursday, March 29, 2018 @ 21:07:03
  Author: arojas
Revision: 313425

Restore wrongly removed optdepend

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 21:06:04 UTC (rev 313424)
+++ PKGBUILD2018-03-29 21:07:03 UTC (rev 313425)
@@ -20,7 +20,7 @@
 'zip: ZIP archive support'
 'lhasa: LHA archive support'
 'cpio: cpio archive support'
-'rar: RAR archive support'
+'unrar: RAR decompression support'
 'arj: ARJ archive support'
 'unarj: ARJ decompression support'
 'unace: ACE decompression support'


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2018-03-25 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, March 25, 2018 @ 10:57:05
  Author: bpiotrowski
Revision: 312546

2.6.0-3: remove external optdepends

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-25 10:34:30 UTC (rev 312545)
+++ PKGBUILD2018-03-25 10:57:05 UTC (rev 312546)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
 pkgver=2.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('x86_64')
 url="https://krusader.org/;
@@ -20,7 +20,6 @@
 'zip: ZIP archive support'
 'lhasa: LHA archive support'
 'cpio: cpio archive support'
-'unrar: RAR decompression support'
 'rar: RAR archive support'
 'arj: ARJ archive support'
 'unarj: ARJ decompression support'


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2017-04-30 Thread Lukas Jirkovsky
Date: Sunday, April 30, 2017 @ 10:26:35
  Author: stativ
Revision: 226343

upgpkg: krusader 2.6.0-2

fix FS#53825

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-30 10:20:59 UTC (rev 226342)
+++ PKGBUILD2017-04-30 10:26:35 UTC (rev 226343)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('i686' 'x86_64')
 url="https://krusader.org/;
@@ -28,7 +28,7 @@
 'p7zip: 7z archive support'
 # additional apps
 'keditbookmarks: Manage Bookmarks functionality'
-'kde-cli-tools: manage file associations'
+'kde-cli-tools: manage file associations, root mode'
 'kompare: file contents comparison'
 'kdiff3: file contents comparison'
 'krename: advanced rename tool'
@@ -43,7 +43,8 @@
 
   cmake . \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDESU_PATH="/usr/lib/kf5/kdesu"
   make
 }
 


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2017-04-12 Thread Lukas Jirkovsky
Date: Wednesday, April 12, 2017 @ 17:18:58
  Author: stativ
Revision: 222513

upgpkg: krusader 2.6.0-1

update to 2.6.0

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 16:33:40 UTC (rev 222512)
+++ PKGBUILD2017-04-12 17:18:58 UTC (rev 222513)
@@ -1,8 +1,8 @@
 # $Id: PKGBUILD 149613 2012-02-08 20:20:01Z pierre $
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
-pkgver=2.5.0
-pkgrel=4
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('i686' 'x86_64')
 url="https://krusader.org/;
@@ -36,7 +36,7 @@
 'ktexteditor: file editing support'
 )
 
source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('5074c7c8dcd7fa8c8509f472bc2e0815')
+md5sums=('a4559041d1b6dfe0830fbe3a3029e524')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2016-12-17 Thread Antonio Rojas
Date: Saturday, December 17, 2016 @ 10:18:55
  Author: arojas
Revision: 199939

kdebase-keditbookmarks {U+2192} keditbookmarks

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-17 10:13:27 UTC (rev 199938)
+++ PKGBUILD2016-12-17 10:18:55 UTC (rev 199939)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
 pkgver=2.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('i686' 'x86_64')
 url="https://krusader.org/;
@@ -27,7 +27,7 @@
 'unace: ACE decompression support'
 'p7zip: 7z archive support'
 # additional apps
-'kdebase-keditbookmarks: Manage Bookmarks functionality'
+'keditbookmarks: Manage Bookmarks functionality'
 'kde-cli-tools: manage file associations'
 'kompare: file contents comparison'
 'kdiff3: file contents comparison'


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2016-11-16 Thread Lukas Jirkovsky
Date: Wednesday, November 16, 2016 @ 19:33:42
  Author: stativ
Revision: 196070

upgpkg: krusader 2.5.0-3

add missing optional dependencies, fixes FS#51805 and FS#51821

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |   26 --
 1 file changed, 24 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-16 19:30:52 UTC (rev 196069)
+++ PKGBUILD2016-11-16 19:33:42 UTC (rev 196070)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
 pkgver=2.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('i686' 'x86_64')
 url="https://krusader.org/;
@@ -12,7 +12,29 @@
  'kparts' 'solid' 'ktextwidgets' 'kwallet' 'kwidgetsaddons' 
'kwindowsystem'
  'kxmlgui' 'kguiaddons' 'hicolor-icon-theme')
 makedepends=('cmake' 'extra-cmake-modules' 'python')
-optdepends=('kdebase-keditbookmarks: Manage Bookmarks functionality')
+optdepends=(
+# archive formats
+   # look for KrServices::cmdExist calls
+'xz: LZMA and XZ archive support'
+'unzip: ZIP decompression support'
+'zip: ZIP archive support'
+'lhasa: LHA archive support'
+'cpio: cpio archive support'
+'unrar: RAR decompression support'
+'rar: RAR archive support'
+'arj: ARJ archive support'
+'unarj: ARJ decompression support'
+'unace: ACE decompression support'
+'p7zip: 7z archive support'
+# additional apps
+'kdebase-keditbookmarks: Manage Bookmarks functionality'
+'kde-cli-tools: manage file associations'
+'kompare: file contents comparison'
+'kdiff3: file contents comparison'
+'krename: advanced rename tool'
+'konsole: terminal'
+'ktexteditor: file editing support'
+)
 
source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
 md5sums=('5074c7c8dcd7fa8c8509f472bc2e0815')
 


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2016-11-09 Thread Lukas Jirkovsky
Date: Wednesday, November 9, 2016 @ 21:32:24
  Author: stativ
Revision: 195255

upgpkg: krusader 2.5.0-2

fix FS#51582

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-09 21:24:27 UTC (rev 195254)
+++ PKGBUILD2016-11-09 21:32:24 UTC (rev 195255)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('i686' 'x86_64')
 url="https://krusader.org/;
@@ -12,6 +12,7 @@
  'kparts' 'solid' 'ktextwidgets' 'kwallet' 'kwidgetsaddons' 
'kwindowsystem'
  'kxmlgui' 'kguiaddons' 'hicolor-icon-theme')
 makedepends=('cmake' 'extra-cmake-modules' 'python')
+optdepends=('kdebase-keditbookmarks: Manage Bookmarks functionality')
 
source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
 md5sums=('5074c7c8dcd7fa8c8509f472bc2e0815')
 


[arch-commits] Commit in krusader/trunk (PKGBUILD krusader.install)

2016-05-13 Thread Antonio Rojas
Date: Friday, May 13, 2016 @ 22:25:40
  Author: arojas
Revision: 175249

Hooks

Modified:
  krusader/trunk/PKGBUILD
Deleted:
  krusader/trunk/krusader.install

--+
 PKGBUILD |3 +--
 krusader.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 20:25:22 UTC (rev 175248)
+++ PKGBUILD2016-05-13 20:25:40 UTC (rev 175249)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta3
 _pkgver=2.4.0-beta3
-pkgrel=8
+pkgrel=9
 pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
 arch=('i686' 'x86_64')
 url="http://krusader.sourceforge.net/;
@@ -16,7 +16,6 @@
 makedepends=('cmake' 'automoc4')
 optdepends=('kdebase-keditbookmarks: to edit bookmarks'
 'kdebase-konsole: open an embedded terminal')
-install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;
 "kde_bug309119.diff" "kde_bug325801.diff")
 md5sums=('62a02db3f213bb76805ca6c958e9e263'

Deleted: krusader.install
===
--- krusader.install2016-05-13 20:25:22 UTC (rev 175248)
+++ krusader.install2016-05-13 20:25:40 UTC (rev 175249)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2016-02-21 Thread Lukas Jirkovsky
Date: Sunday, February 21, 2016 @ 13:46:47
  Author: stativ
Revision: 163014

upgpkg: krusader 2.4.0beta3-8

fix FS#48031

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 12:28:51 UTC (rev 163013)
+++ PKGBUILD2016-02-21 12:46:47 UTC (rev 163014)
@@ -7,12 +7,12 @@
 pkgname=krusader
 pkgver=2.4.0beta3
 _pkgver=2.4.0-beta3
-pkgrel=7
+pkgrel=8
 pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
 arch=('i686' 'x86_64')
 url="http://krusader.sourceforge.net/;
 license=('GPL')
-depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-katepart')
+depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-katepart' 'kuiserver')
 makedepends=('cmake' 'automoc4')
 optdepends=('kdebase-keditbookmarks: to edit bookmarks'
 'kdebase-konsole: open an embedded terminal')


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:28:55
  Author: bpiotrowski
Revision: 150358

C++11 ABI rebuild

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:28:35 UTC (rev 150357)
+++ PKGBUILD2015-12-08 18:28:55 UTC (rev 150358)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta3
 _pkgver=2.4.0-beta3
-pkgrel=6
+pkgrel=7
 pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
 arch=('i686' 'x86_64')
 url="http://krusader.sourceforge.net/;


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 19:13:58
  Author: arojas
Revision: 150351

kdeutils-ark is gone

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 17:16:57 UTC (rev 150350)
+++ PKGBUILD2015-12-08 18:13:58 UTC (rev 150351)
@@ -13,9 +13,8 @@
 url="http://krusader.sourceforge.net/;
 license=('GPL')
 depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4' 'kdeutils-ark')
+makedepends=('cmake' 'automoc4')
 optdepends=('kdebase-keditbookmarks: to edit bookmarks'
-'kdeutils-ark: extract archive with right-click'
 'kdebase-konsole: open an embedded terminal')
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2015-04-11 Thread Lukas Jirkovsky
Date: Saturday, April 11, 2015 @ 17:45:43
  Author: stativ
Revision: 131169

upgpkg: krusader 2.4.0beta3-6

KDE4 docs move

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-11 15:28:48 UTC (rev 131168)
+++ PKGBUILD2015-04-11 15:45:43 UTC (rev 131169)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta3
 _pkgver=2.4.0-beta3
-pkgrel=5
+pkgrel=6
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 arch=('i686' 'x86_64')
 url=http://krusader.sourceforge.net/;


[arch-commits] Commit in krusader/trunk (PKGBUILD)

2014-09-27 Thread Lukas Jirkovsky
Date: Saturday, September 27, 2014 @ 19:01:50
  Author: stativ
Revision: 119661

upgpkg: krusader 2.4.0beta3-5

Moving KDE4 translations

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-27 16:55:04 UTC (rev 119660)
+++ PKGBUILD2014-09-27 17:01:50 UTC (rev 119661)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta3
 _pkgver=2.4.0-beta3
-pkgrel=4
+pkgrel=5
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 arch=('i686' 'x86_64')
 url=http://krusader.sourceforge.net/;


[arch-commits] Commit in krusader/trunk (PKGBUILD kde_bug325801.diff)

2013-10-31 Thread Lukas Jirkovsky
Date: Thursday, October 31, 2013 @ 19:17:33
  Author: stativ
Revision: 100049

krusader: fix handling of rar archives with unrar 5.0

Added:
  krusader/trunk/kde_bug325801.diff
Modified:
  krusader/trunk/PKGBUILD

+
 PKGBUILD   |   17 +++--
 kde_bug325801.diff |  157 +++
 2 files changed, 169 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-31 16:25:17 UTC (rev 100048)
+++ PKGBUILD2013-10-31 18:17:33 UTC (rev 100049)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta3
 _pkgver=2.4.0-beta3
-pkgrel=3
+pkgrel=4
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 arch=('i686' 'x86_64')
 url=http://krusader.sourceforge.net/;
@@ -19,16 +19,23 @@
 'kdebase-konsole: open an embedded terminal')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;
-kde_bug309119.diff)
+kde_bug309119.diff kde_bug325801.diff)
 md5sums=('62a02db3f213bb76805ca6c958e9e263'
- '5e9952f6ac38e5ce323eb95ca6f20db6')
+ '5e9952f6ac38e5ce323eb95ca6f20db6'
+ '55fd27e4888e15e8b3bd8ab08b85aa9e')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$_pkgver
 
   # fix KDE bug 309119 - New directory dialog: can't clear all typed text
-  patch -Np1  $srcdir/kde_bug309119.diff
+  patch -Np1  $srcdir/kde_bug309119.diff || true
+  # fix KDE bug 32580 -  Showing contents of rar archives is broken with unrar 
5.00
+  patch -Np1  $srcdir/kde_bug325801.diff || true
+}
 
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
   cmake . \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr

Added: kde_bug325801.diff
===
--- kde_bug325801.diff  (rev 0)
+++ kde_bug325801.diff  2013-10-31 18:17:33 UTC (rev 100049)
@@ -0,0 +1,157 @@
+commit aca6a97fc31a80b5a35ec1afbee8f45a728b8a19
+Author: Alexander Balakhnin croman13...@gmail.com
+Date:   Sun Oct 27 19:48:38 2013 +0300
+
+Fixing krarc support for new unrar 5
+
+diff --git a/krArc/krarc.cpp b/krArc/krarc.cpp
+index fc52ad5..c60a1f5 100644
+--- a/krArc/krarc.cpp
 b/krArc/krarc.cpp
+@@ -918,7 +918,7 @@ bool kio_krarcProtocol::initDirDict(const KUrlurl, bool 
forced)
+ }
+ 
+ extArcReady = false;
+-
++isUnrarVersion5 = false;
+ if (!setArcFile(url))
+ return false;   /* if the archive was changed refresh the file 
information */
+ 
+@@ -979,6 +979,14 @@ bool kio_krarcProtocol::initDirDict(const KUrlurl, bool 
forced)
+ if (arcType == rar || arcType == arj || arcType == lha || arcType 
== 7z) {
+ while (temp.readLine(buf, 1000) != -1) {
+ line = decodeString(buf);
++//detect unrar version
++if (line.startsWith(QLatin1String(UNRAR))) {
++//skip line with UNRAR
++nextWord(line);
++if (nextWord(line).left(1).toInt()==5){
++isUnrarVersion5 = true;
++}
++}
+ if (line.startsWith(QLatin1String(--))) break;
+ }
+ }
+@@ -988,13 +996,20 @@ bool kio_krarcProtocol::initDirDict(const KUrlurl, bool 
forced)
+ // the rar list is ended with a -- line.
+ if (line.startsWith(QLatin1String(--))) {
+ invalidLine = !invalidLine;
++if (isUnrarVersion5){
++break;
++}
++else{
+ continue;
++}
+ }
+ if (invalidLine)
+ continue;
+ else {
++if (!isUnrarVersion5){
+ temp.readLine(buf, 1000);
+ line = line + decodeString(buf);
++}
+ if (line[0] == '*') // encrypted archives starts with '*'
+ line[0] = ' ';
+ }
+@@ -1190,23 +1205,10 @@ void kio_krarcProtocol::parseLine(int lineNo, QString 
line)
+ mode = parsePermString(perm);
+ }
+ if (arcType == rar) {
+-// full name
+-fullName = nextWord(line, '\n');
+-// size
+-size = nextWord(line).toLong();
+-// ignore the next 2 fields
+-nextWord(line); nextWord(line);
+-// date  time
+-QString d = nextWord(line);
+-int year = 1900 + d.mid(6, 2).toInt();
+-if (year  1930) year += 100;
+-QDate qdate(year, d.mid(3, 2).toInt(), d.mid(0, 2).toInt());
+-QString t = nextWord(line);
+-QTime qtime(t.mid(0, 2).toInt(), t.mid(3, 2).toInt(), 0);
+-time = QDateTime(qdate, qtime).toTime_t();
++if (isUnrarVersion5){
++
+ // permissions
+ perm = nextWord(line);
+-
+ if (perm.length() == 7) { // windows rar permission format
+ bool isDir  = 

[arch-commits] Commit in krusader/trunk (PKGBUILD kde_bug309119.diff)

2013-08-08 Thread Lukas Jirkovsky
Date: Thursday, August 8, 2013 @ 13:37:04
  Author: stativ
Revision: 95265

upgpkg: krusader 2.4.0beta3-3

fix KDE bug 309119: Wrong New

Added:
  krusader/trunk/kde_bug309119.diff
Modified:
  krusader/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 kde_bug309119.diff |   21 +
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 10:50:03 UTC (rev 95264)
+++ PKGBUILD2013-08-08 11:37:04 UTC (rev 95265)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta3
 _pkgver=2.4.0-beta3
-pkgrel=2
+pkgrel=3
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 arch=('i686' 'x86_64')
 url=http://krusader.sourceforge.net/;
@@ -18,12 +18,17 @@
 'kdeutils-ark: extract archive with right-click'
 'kdebase-konsole: open an embedded terminal')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;)
-md5sums=('62a02db3f213bb76805ca6c958e9e263')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;
+kde_bug309119.diff)
+md5sums=('62a02db3f213bb76805ca6c958e9e263'
+ '5e9952f6ac38e5ce323eb95ca6f20db6')
 
 build() {
   cd $srcdir/$pkgname-$_pkgver
 
+  # fix KDE bug 309119 - New directory dialog: can't clear all typed text
+  patch -Np1  $srcdir/kde_bug309119.diff
+
   cmake . \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr

Added: kde_bug309119.diff
===
--- kde_bug309119.diff  (rev 0)
+++ kde_bug309119.diff  2013-08-08 11:37:04 UTC (rev 95265)
@@ -0,0 +1,21 @@
+commit 5cb23ac98046a07d5db3a52b41e3a42544eb13f9
+Author: Jan Lepper jan_lep...@gmx.de
+Date:   Wed Jan 2 21:38:52 2013 +0100
+
+FIXED: [ 309119 ] Wrong New directory dialog behavior: can't clear all 
typed text
+return QValidator::Intermediate instead of Invalid when input is empty
+BUG: 309119
+
+diff --git a/krusader/Panel/panelfunc.cpp b/krusader/Panel/panelfunc.cpp
+index 2f696da..8935ddf 100644
+--- a/krusader/Panel/panelfunc.cpp
 b/krusader/Panel/panelfunc.cpp
+@@ -100,7 +100,7 @@ class FilePathValidator : public QValidator
+ {
+ public:
+ virtual State validate(QString input, int pos) const {
+-return input.isEmpty() ? Invalid : Acceptable;
++return input.isEmpty() ? Intermediate : Acceptable;
+ }
+ };
+ 



[arch-commits] Commit in krusader/trunk (PKGBUILD)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:20:01
  Author: pierre
Revision: 149613

upgpkg: krusader 2.4.0beta1-5

rebuild old package

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 20:16:43 UTC (rev 149612)
+++ PKGBUILD2012-02-08 20:20:01 UTC (rev 149613)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta1
 _pkgver=2.4.0-beta1
-pkgrel=4
+pkgrel=5
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 arch=('i686' 'x86_64')
 url=http://krusader.sourceforge.net/;



[arch-commits] Commit in krusader/trunk (PKGBUILD)

2011-08-05 Thread Andrea Scarpino
Date: Friday, August 5, 2011 @ 05:45:45
  Author: andrea
Revision: 134530

katepart is in kdebase-kwrite 4.7, add kwrite as optdependence in krusader 
(FS#25334)

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-05 09:20:30 UTC (rev 134529)
+++ PKGBUILD2011-08-05 09:45:45 UTC (rev 134530)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta1
 _pkgver=2.4.0-beta1
-pkgrel=3
+pkgrel=4
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 arch=('i686' 'x86_64')
 url=http://krusader.sourceforge.net/;
@@ -15,8 +15,9 @@
 depends=('kdebase-runtime' 'kdebase-lib')
 makedepends=('cmake' 'automoc4' 'docbook-xsl' 'kdeutils-ark')
 optdepends=(kdebase-keditbookmarks: to edit bookmarks
+kdebase-kwrite: to edit/view files
 kdeutils-ark: extract archive with right-click)
-install=krusader.install
+install=${pkgname}.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;)
 md5sums=('d2340718d05d69e7f2a7f0846471ee12')
 



[arch-commits] Commit in krusader/trunk (PKGBUILD)

2011-06-28 Thread Andrea Scarpino
Date: Tuesday, June 28, 2011 @ 15:04:18
  Author: andrea
Revision: 129545

upgpkg: krusader 2.4.0beta1-3
add missing kdebase-lib dependence

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-28 18:39:51 UTC (rev 129544)
+++ PKGBUILD2011-06-28 19:04:18 UTC (rev 129545)
@@ -7,17 +7,17 @@
 pkgname=krusader
 pkgver=2.4.0beta1
 _pkgver=2.4.0-beta1
-pkgrel=2
+pkgrel=3
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 arch=('i686' 'x86_64')
 url=http://krusader.sourceforge.net/;
 license=('GPL')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'kdebase-lib')
 makedepends=('cmake' 'automoc4' 'docbook-xsl' 'kdeutils-ark')
 optdepends=(kdebase-keditbookmarks: to edit bookmarks
 kdeutils-ark: extract archive with right-click)
 install=krusader.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;)
 md5sums=('d2340718d05d69e7f2a7f0846471ee12')
 
 build() {



[arch-commits] Commit in krusader/trunk (PKGBUILD)

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 08:22:42
  Author: andrea
Revision: 129430

Needs to be built with kdeutils-ark to get the 'extract here' function in the 
right-click menu

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 11:40:42 UTC (rev 129429)
+++ PKGBUILD2011-06-27 12:22:42 UTC (rev 129430)
@@ -7,14 +7,15 @@
 pkgname=krusader
 pkgver=2.4.0beta1
 _pkgver=2.4.0-beta1
-pkgrel=1
+pkgrel=2
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 arch=('i686' 'x86_64')
 url=http://krusader.sourceforge.net/;
 license=('GPL')
 depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'docbook-xsl')
-optdepends=(kdebase-keditbookmarks: to edit bookmarks)
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'kdeutils-ark')
+optdepends=(kdebase-keditbookmarks: to edit bookmarks
+kdeutils-ark: extract archive with right-click)
 install=krusader.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2)
 md5sums=('d2340718d05d69e7f2a7f0846471ee12')



[arch-commits] Commit in krusader/trunk (PKGBUILD add-xz-support.patch)

2011-06-26 Thread Eric Bélanger
Date: Sunday, June 26, 2011 @ 19:28:57
  Author: eric
Revision: 129354

upgpkg: krusader 2.4.0beta1-1
Upstream update

Modified:
  krusader/trunk/PKGBUILD
Deleted:
  krusader/trunk/add-xz-support.patch

--+
 PKGBUILD |   25 +--
 add-xz-support.patch |  403 -
 2 files changed, 10 insertions(+), 418 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-26 22:55:55 UTC (rev 129353)
+++ PKGBUILD2011-06-26 23:28:57 UTC (rev 129354)
@@ -5,27 +5,22 @@
 # Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
 
 pkgname=krusader
-pkgver=2.3.0beta1
-_pkgver=2.3.0-beta1
-pkgrel=3
+pkgver=2.4.0beta1
+_pkgver=2.4.0-beta1
+pkgrel=1
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
-url=http://krusader.sourceforge.net/;
 arch=('i686' 'x86_64')
+url=http://krusader.sourceforge.net/;
 license=('GPL')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'docbook-xsl')
 optdepends=(kdebase-keditbookmarks: to edit bookmarks)
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
-'add-xz-support.patch')
-md5sums=('3ef55648a2589a9a919d463acec3b830'
-'a350bc90646bd16cc4219aa30a4d1fc6')
+install=krusader.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2)
+md5sums=('d2340718d05d69e7f2a7f0846471ee12')
 
 build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  patch -Np1 -i ${srcdir}/add-xz-support.patch
-
-  cd ${srcdir}
+  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${_pkgver} \
@@ -35,6 +30,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
 }

Deleted: add-xz-support.patch
===
--- add-xz-support.patch2011-06-26 22:55:55 UTC (rev 129353)
+++ add-xz-support.patch2011-06-26 23:28:57 UTC (rev 129354)
@@ -1,403 +0,0 @@
-From: Jan Lepper deht...@yahoo.de
-Date: Thu, 27 Jan 2011 08:54:29 +
-Subject: add support for .xz archives - thanks to Val Gor, Grigorios Bouzakis
-X-Git-Url: 
http://quickgit.kde.org/?p=krusader.gitamp;a=commitdiffamp;h=a2db0b0fb5f58d0d648a362f75e3948f49cc87fc

-add support for .xz archives - thanks to Val Gor, Grigorios Bouzakis

-
-
 a/krArc/krarc.cpp
-+++ b/krArc/krarc.cpp
-@@ -423,7 +423,7 @@ void kio_krarcProtocol::get(const KUrl 
- if (mt)
- emit mimeType(mt-name());
- proc  getCmd  getPath(arcFile-url());
--if (arcType != gzip  arcType != bzip2  arcType != lzma) 
proc  localeEncodedString(file);
-+if (arcType != gzip  arcType != bzip2  arcType != lzma  
arcType != xz) proc  localeEncodedString(file);
- connect(proc, SIGNAL(newOutputData(KProcess *, QByteArray )),
- this, SLOT(receivedData(KProcess *, QByteArray )));
- proc.setMerge(false);
-@@ -440,7 +440,7 @@ void kio_krarcProtocol::get(const KUrl 
- proc.waitForFinished();
- 
- if (!extArcReady  !decompressToFile) {
--if (proc.exitStatus() != QProcess::NormalExit || 
!checkStatus(proc.exitCode()) || (arcType != bzip2  arcType != lzma  
expectedSize != decompressedLen)) {
-+if (proc.exitStatus() != QProcess::NormalExit || 
!checkStatus(proc.exitCode()) || (arcType != bzip2  arcType != lzma  
arcType != xz  expectedSize != decompressedLen)) {
- if (encrypted  tries) {
- invalidatePassword();
- get(url, tries - 1);
-@@ -827,6 +827,8 @@ bool kio_krarcProtocol::setArcFile(const
- arcType = gzip;
- else if (arcType == tlz)
- arcType = lzma;
-+else if (arcType == txz)
-+arcType = xz;
- 
- if (arcType.isEmpty()) {
- arcType = arcFile-mimetype();
-@@ -861,7 +863,7 @@ bool kio_krarcProtocol::initDirDict(cons
- return false;
- }
- 
--if (arcType != bzip2  arcType != lzma) {
-+if (arcType != bzip2  arcType != lzma  arcType != xz) {
- if (arcType == rpm) {
- proc  listCmd  arcPath;
- proc.setStandardOutputFile(temp.fileName());
-@@ -896,7 +898,7 @@ bool kio_krarcProtocol::initDirDict(cons
- 
- root-append(entry);
- 
--if (arcType == bzip2 || arcType == lzma) {
-+if (arcType == bzip2 || arcType == lzma || arcType == xz) {
- KRDEBUG(Got me here...);
- parseLine(0, );
- return true;
-@@ -1207,6 +1209,14 @@ void kio_krarcProtocol::parseLine(int li
- mode = arcFile-mode();
- size = arcFile-size();
- }
-+if (arcType == xz) {
-+fullName = arcFile-name();
-+if (fullName.endsWith(QLatin1String(xz))) {
-+fullName.truncate(fullName.length() - 3);
-+}
-+mode = arcFile-mode();
-+size = arcFile-size();
-+}
- if (arcType == bzip2) {
-

[arch-commits] Commit in krusader/trunk (PKGBUILD add-xz-support.patch)

2011-03-01 Thread Andrea Scarpino
Date: Tuesday, March 1, 2011 @ 13:29:55
  Author: andrea
Revision: 111906

upgpkg: krusader 2.3.0beta1-3
Add xz support (FS#22282)

Added:
  krusader/trunk/add-xz-support.patch
Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |   11 -
 add-xz-support.patch |  403 +
 2 files changed, 411 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-01 18:23:01 UTC (rev 111905)
+++ PKGBUILD2011-03-01 18:29:55 UTC (rev 111906)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.3.0beta1
 _pkgver=2.3.0-beta1
-pkgrel=2
+pkgrel=3
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 url=http://krusader.sourceforge.net/;
 arch=('i686' 'x86_64')
@@ -16,10 +16,15 @@
 makedepends=('cmake' 'automoc4' 'docbook-xsl')
 optdepends=(kdebase-keditbookmarks: to edit bookmarks)
 install=${pkgname}.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;)
-md5sums=('3ef55648a2589a9a919d463acec3b830')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
+'add-xz-support.patch')
+md5sums=('3ef55648a2589a9a919d463acec3b830'
+'a350bc90646bd16cc4219aa30a4d1fc6')
 
 build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  patch -Np1 -i ${srcdir}/add-xz-support.patch
+
   cd ${srcdir}
   mkdir build
   cd build

Added: add-xz-support.patch
===
--- add-xz-support.patch(rev 0)
+++ add-xz-support.patch2011-03-01 18:29:55 UTC (rev 111906)
@@ -0,0 +1,403 @@
+From: Jan Lepper deht...@yahoo.de
+Date: Thu, 27 Jan 2011 08:54:29 +
+Subject: add support for .xz archives - thanks to Val Gor, Grigorios Bouzakis
+X-Git-Url: 
http://quickgit.kde.org/?p=krusader.gitamp;a=commitdiffamp;h=a2db0b0fb5f58d0d648a362f75e3948f49cc87fc
+---
+add support for .xz archives - thanks to Val Gor, Grigorios Bouzakis
+---
+
+
+--- a/krArc/krarc.cpp
 b/krArc/krarc.cpp
+@@ -423,7 +423,7 @@ void kio_krarcProtocol::get(const KUrl 
+ if (mt)
+ emit mimeType(mt-name());
+ proc  getCmd  getPath(arcFile-url());
+-if (arcType != gzip  arcType != bzip2  arcType != lzma) 
proc  localeEncodedString(file);
++if (arcType != gzip  arcType != bzip2  arcType != lzma  
arcType != xz) proc  localeEncodedString(file);
+ connect(proc, SIGNAL(newOutputData(KProcess *, QByteArray )),
+ this, SLOT(receivedData(KProcess *, QByteArray )));
+ proc.setMerge(false);
+@@ -440,7 +440,7 @@ void kio_krarcProtocol::get(const KUrl 
+ proc.waitForFinished();
+ 
+ if (!extArcReady  !decompressToFile) {
+-if (proc.exitStatus() != QProcess::NormalExit || 
!checkStatus(proc.exitCode()) || (arcType != bzip2  arcType != lzma  
expectedSize != decompressedLen)) {
++if (proc.exitStatus() != QProcess::NormalExit || 
!checkStatus(proc.exitCode()) || (arcType != bzip2  arcType != lzma  
arcType != xz  expectedSize != decompressedLen)) {
+ if (encrypted  tries) {
+ invalidatePassword();
+ get(url, tries - 1);
+@@ -827,6 +827,8 @@ bool kio_krarcProtocol::setArcFile(const
+ arcType = gzip;
+ else if (arcType == tlz)
+ arcType = lzma;
++else if (arcType == txz)
++arcType = xz;
+ 
+ if (arcType.isEmpty()) {
+ arcType = arcFile-mimetype();
+@@ -861,7 +863,7 @@ bool kio_krarcProtocol::initDirDict(cons
+ return false;
+ }
+ 
+-if (arcType != bzip2  arcType != lzma) {
++if (arcType != bzip2  arcType != lzma  arcType != xz) {
+ if (arcType == rpm) {
+ proc  listCmd  arcPath;
+ proc.setStandardOutputFile(temp.fileName());
+@@ -896,7 +898,7 @@ bool kio_krarcProtocol::initDirDict(cons
+ 
+ root-append(entry);
+ 
+-if (arcType == bzip2 || arcType == lzma) {
++if (arcType == bzip2 || arcType == lzma || arcType == xz) {
+ KRDEBUG(Got me here...);
+ parseLine(0, );
+ return true;
+@@ -1207,6 +1209,14 @@ void kio_krarcProtocol::parseLine(int li
+ mode = arcFile-mode();
+ size = arcFile-size();
+ }
++if (arcType == xz) {
++fullName = arcFile-name();
++if (fullName.endsWith(QLatin1String(xz))) {
++fullName.truncate(fullName.length() - 3);
++}
++mode = arcFile-mode();
++size = arcFile-size();
++}
+ if (arcType == bzip2) {
+ // There is no way to list bzip2 files, so we take our information 
from
+ // the archive itself...
+@@ -1460,6 +1470,13 @@ bool kio_krarcProtocol::initArcParameter
+ copyCmd = QStringList();
+ delCmd  = QStringList();
+ putCmd  = QStringList();
++} else if (arcType == xz) {
++cmd = fullPathName(xz);
++listCmd  fullPathName(xz);

[arch-commits] Commit in krusader/trunk (PKGBUILD)

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:25:38
  Author: andrea
Revision: 104580

upgpkg: krusader 2.3.0beta1-2
fix optional dependence

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 10:43:15 UTC (rev 104579)
+++ PKGBUILD2011-01-04 11:25:38 UTC (rev 104580)
@@ -7,14 +7,14 @@
 pkgname=krusader
 pkgver=2.3.0beta1
 _pkgver=2.3.0-beta1
-pkgrel=1
+pkgrel=2
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 url=http://krusader.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'docbook-xsl')
-optdepends=(kdebase-konqueror: to edit bookmarks)
+optdepends=(kdebase-keditbookmarks: to edit bookmarks)
 install=${pkgname}.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;)
 md5sums=('3ef55648a2589a9a919d463acec3b830')



[arch-commits] Commit in krusader/trunk (PKGBUILD)

2010-12-27 Thread Andrea Scarpino
Date: Monday, December 27, 2010 @ 11:43:31
  Author: andrea
Revision: 104053

upgpkg: krusader 2.3.0beta1-1
upstream release

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-27 12:46:19 UTC (rev 104052)
+++ PKGBUILD2010-12-27 16:43:31 UTC (rev 104053)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 # Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
 
 pkgname=krusader
-pkgver=2.2.0beta1
-_pkgver=2.2.0-beta1
-pkgrel=2
+pkgver=2.3.0beta1
+_pkgver=2.3.0-beta1
+pkgrel=1
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 url=http://krusader.sourceforge.net/;
 arch=('i686' 'x86_64')
@@ -16,7 +17,7 @@
 optdepends=(kdebase-konqueror: to edit bookmarks)
 install=${pkgname}.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;)
-md5sums=('71120ee8a188a12f879a6f1330b6b472')
+md5sums=('3ef55648a2589a9a919d463acec3b830')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in krusader/trunk (PKGBUILD)

2010-09-03 Thread Andrea Scarpino
Date: Friday, September 3, 2010 @ 06:12:18
  Author: andrea
Revision: 89687

upgpkg: krusader 2.2.0beta1-2
rebuilt to fix dependence; add docbook-xsl to makedepends

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-03 08:16:44 UTC (rev 89686)
+++ PKGBUILD2010-09-03 10:12:18 UTC (rev 89687)
@@ -6,13 +6,14 @@
 pkgname=krusader
 pkgver=2.2.0beta1
 _pkgver=2.2.0-beta1
-pkgrel=1
+pkgrel=2
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 url=http://krusader.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
+optdepends=(kdebase-konqueror: to edit bookmarks)
 install=${pkgname}.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;)
 md5sums=('71120ee8a188a12f879a6f1330b6b472')



[arch-commits] Commit in krusader/trunk (PKGBUILD)

2010-08-05 Thread Andrea Scarpino
Date: Thursday, August 5, 2010 @ 10:08:39
  Author: andrea
Revision: 86836

needs kdebase-runtime (FS#20164)

Modified:
  krusader/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-05 13:42:39 UTC (rev 86835)
+++ PKGBUILD2010-08-05 14:08:39 UTC (rev 86836)
@@ -11,7 +11,7 @@
 url=http://krusader.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('kdebase-lib')
+depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;)
@@ -24,10 +24,10 @@
   cmake ../${pkgname}-${_pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in krusader/trunk (PKGBUILD gcc4.4.patch krusader.install)

2010-03-12 Thread Andrea Scarpino
Date: Friday, March 12, 2010 @ 10:54:06
  Author: andrea
Revision: 72142

upgpkg: krusader 2.1.0beta1-1
upstream beta release

Added:
  krusader/trunk/krusader.install
Modified:
  krusader/trunk/PKGBUILD
Deleted:
  krusader/trunk/gcc4.4.patch

--+
 PKGBUILD |   25 ++---
 gcc4.4.patch |   10 --
 krusader.install |   11 +++
 3 files changed, 25 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-12 11:10:22 UTC (rev 72141)
+++ PKGBUILD2010-03-12 15:54:06 UTC (rev 72142)
@@ -4,27 +4,30 @@
 # Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
 
 pkgname=krusader
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.1.0beta1
+_pkgver=2.1.0-beta1
+pkgrel=1
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 url=http://krusader.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('kdebase-runtime')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-   'gcc4.4.patch')
-md5sums=('f80f500a136d549739ad5d4bcab7fa5f'
- '24c47d5cb967f81e3f90576093163f1e')
+depends=('kdebase-lib')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;)
+md5sums=('fa4bf47cc8da451d115afdb5c1feb8af')
 
 build() {
   cd ${srcdir}
-
-  patch -Np0 -i gcc4.4.patch
-
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
 }

Deleted: gcc4.4.patch
===
--- gcc4.4.patch2010-03-12 11:10:22 UTC (rev 72141)
+++ gcc4.4.patch2010-03-12 15:54:06 UTC (rev 72142)
@@ -1,10 +0,0 @@
 krusader-2.0.0/krusader/VFS/kiojobwrapper.cpp~  2009-04-11 
12:52:31.318455396 +0200
-+++ krusader-2.0.0/krusader/VFS/kiojobwrapper.cpp   2009-04-11 
12:55:12.005493271 +0200
-@@ -28,6 +28,7 @@
-  * *
-  ***/
-
-+#include stdio.h
- #include kiojobwrapper.h
- #include qevent.h
- #include kurl.h

Added: krusader.install
===
--- krusader.install(rev 0)
+++ krusader.install2010-03-12 15:54:06 UTC (rev 72142)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}