Search Criteria
Package Details: hessling-editor-das 3.3RC1-2
Git Clone URL: | https://aur.archlinux.org/hessling-editor-das.git (read-only, click to copy) |
---|---|
Package Base: | hessling-editor-das |
Description: | A powerful text editor modelled on the VM/CMS text editor XEDIT with the best features of Mansfield Software's Kedit. |
Upstream URL: | http://hessling-editor.sourceforge.net/ |
Licenses: | |
Provides: | |
Submitter: | None |
Maintainer: | aksr |
Last Packager: | aksr |
Votes: | 2 |
Popularity: | 0.182904 |
First Submitted: | 2009-02-25 12:29 |
Last Updated: | 2015-06-28 12:39 |
Latest Comments
aksr commented on 2012-12-20 14:40
If I start application, I get this http://paste2.org/p/2625724
Anyone else with the same issue?
aksr commented on 2012-11-06 10:37
http://paste2.org/p/2436025
Anonymous comment on 2011-11-15 10:53
Latest version builds fine with these PKGBUILD changes:
--- PKGBUILD.orig 2011-11-15 10:34:41.484550303 +0000
+++ PKGBUILD 2011-11-15 10:44:29.957342169 +0000
@@ -4,21 +4,20 @@
_pkgname=THE
pkgname=hessling-editor-das
-pkgver=3.3B3
-pkgrel=3
+pkgver=3.3RC1
+pkgrel=1
pkgdesc="THE is a powerful text editor modelled on the VM/CMS text editor XEDIT with the best features of Mansfield Software's Kedit."
arch=(i686)
url="http://hessling-editor.sourceforge.net/"
license=('GPL')
-depends=(ncurses regina-rexx-das)
+depends=(pdcurses regina-rexx-das)
provides=(hessling-editor)
source=(http://downloads.sourceforge.net/$provides/$_pkgname-$pkgver.tar.gz)
-md5sums=('4e376560db50fff4a9973e525dadd263')
build() {
cd "$srcdir/$_pkgname-$pkgver"
- ./configure --with-rexx=regina --with-ncurses --prefix=/usr
+ ./configure --with-rexx=regina --with-xcurses --prefix=/usr
make the || return 1
make the.man || return 1
@@ -26,3 +25,4 @@
make DESTDIR=$pkgdir install || return 1
}
+md5sums=('e46b63e533bc458f6f701983b7f2150b')