Package Details: terminology-git 1.12.1.r3272.9f371e0b-1

Git Clone URL: https://aur.archlinux.org/terminology-git.git (read-only, click to copy)
Package Base: terminology-git
Description: EFL based terminal emulator - Development version
Upstream URL: http://www.enlightenment.org/p.php?p=about/terminology
Licenses: BSD
Conflicts: terminology
Provides: terminology
Submitter: Cravix
Maintainer: christoph.gysin (raster)
Last Packager: raster
Votes: 53
Popularity: 0.000000
First Submitted: 2013-02-27 03:10 (UTC)
Last Updated: 2022-06-13 11:57 (UTC)

Dependencies (3)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

christoph.gysin commented on 2016-09-07 09:56 (UTC)

Fixed, thanks. Next time, please try to set your locale to "C" to avoid posting translated error messages. Also, provide changes to PKGBUILD as a patch (e.g. with "diff -u") instead of posting the full PKGBUILD.

ata commented on 2016-09-06 15:22 (UTC) (edited on 2016-09-06 15:24 (UTC) by ata)

its fixed and install ı delate elementary # Maintainer: Doug Newgard <scimmia at archlinux dot info> # Contributor: Cravix < dr dot neemous at gmail dot org > _pkgname=terminology pkgname=$_pkgname-git pkgver=0.5.99.r1040.503dd08 pkgrel=1 pkgdesc="EFL based terminal emulator - Development version" arch=('i686' 'x86_64') url="http://www.enlightenment.org/p.php?p=about/terminology" license=('BSD') makedepends=('git') provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") options=('debug') source=("git://git.enlightenment.org/apps/$_pkgname.git") sha256sums=('SKIP') pkgver() { cd $_pkgname local v_ver=$(awk -F , '/^AC_INIT/ {gsub(/[\[\] -]/, ""); print $2}' configure.ac) printf "$v_ver.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)" } build() { cd $_pkgname export CFLAGS="$CFLAGS -fvisibility=hidden" ./autogen.sh \ --prefix=/usr make } package(){ cd $_pkgname make DESTDIR="$pkgdir" install install -Dm644 -t"$pkgdir/usr/share/doc/$_pkgname/" ChangeLog NEWS README install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" AUTHORS COPYING }

ata commented on 2016-09-06 15:14 (UTC)

==> Paket inşa edilip yükneniyor ==> terminology-git için kayıp bağımlılıkları yükle veya inşa et: hata: hedef bulunamadı: elementary where elementary

Scimmia commented on 2015-03-25 23:19 (UTC)

Unfortunately, EFL programs don't work right in Openbox, which is the WM lxde uses. There was a thread about it recently on the enlightenment-devel mailing list. Not sure if it's something that needs fixed in EFL for in Openbox.

test0 commented on 2015-03-25 20:21 (UTC)

Can anyone help me how use this thing? I cant type in the terminal. The only thing that functional is the mouse clicks. I'm on lxde btw.

kursion commented on 2014-02-12 21:23 (UTC)

Problem: ERR<2292>:emotion-generic modules/emotion/generic/emotion_generic.c:1838 _players_load() no generic players available How to resolve: sudo yaourt -S emotion_generic_players

Scimmia commented on 2013-11-25 16:46 (UTC)

For those that just want to follow the alpha/beta releases and not Git HEAD, a PKGBUILD is provided with each tarball. Just extract the tarball, cd into the <new dir>/pkgbuild and run makepkg.

Scimmia commented on 2013-11-10 20:25 (UTC)

Or really, just add the dash to the tr -d command. That way vercmp works, too.

Scimmia commented on 2013-11-08 18:04 (UTC)

@xangelux, it's simple, just add "| tr '-' '_'" after "tr -d '[ ]'" in the pkgver() function. I mentioned changing it to a '.' before, but '_' is really better for this.

xangelux commented on 2013-11-08 17:48 (UTC)

Confirming and reminding Scimmia's comment, the dash in the version number is not valid. Workaround is to edit the package's version after the git pull, any ideas on how to do that?