Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package Request: EDI - Editor based on EFL for Enlightenment-Desktop
@ 2021-02-04  9:57 Boebbele
  2021-02-04 14:12 ` UsernameRandomlyGenerated
  2021-02-04 15:06 ` Boebbele
  0 siblings, 2 replies; 3+ messages in thread
From: Boebbele @ 2021-02-04  9:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 936 bytes --]

New issue by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/28461

Description:
I have tried it with this template-file (based on Arch's AUR pkgbuild) but it dont works.

```
# Template file for 'edi'
pkgname=edi
version=0.8.0
revision=1
build_style=meson
hostmakedepends="pkg-config efl"
makedepends="efl efl-devel meson ninja check check-devel"
depends="efl Bear"
short_desc="Editor based on EFL"
license="BSD"
homepage="https://www.enlightenment.org"
distfiles="https://github.com/Enlightenment/edi/releases/download/v${version}/${pkgname}-${version}.tar.xz"
checksum=6a34c6f5afa45589c1836f796880d64b37686a1975cd369ebf467191d17d6806
build() {
  cd "${srcdir}/${pkgname}-${version}"
  meson ./build --prefix=/usr
  cd build
  ninja
}

package() {
  cd "${srcdir}/${pkgname}-${version}"
  cd ./build 
  DESTDIR="${pkgdir}" ninja install
}

```

Can anyone help?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Package Request: EDI - Editor based on EFL for Enlightenment-Desktop
  2021-02-04  9:57 [ISSUE] Package Request: EDI - Editor based on EFL for Enlightenment-Desktop Boebbele
@ 2021-02-04 14:12 ` UsernameRandomlyGenerated
  2021-02-04 15:06 ` Boebbele
  1 sibling, 0 replies; 3+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-04 14:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/issues/28461#issuecomment-773329732

Comment:
You can remove the lines below checksum. Also I think it needs clang in hostmakedepends.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Package Request: EDI - Editor based on EFL for Enlightenment-Desktop
  2021-02-04  9:57 [ISSUE] Package Request: EDI - Editor based on EFL for Enlightenment-Desktop Boebbele
  2021-02-04 14:12 ` UsernameRandomlyGenerated
@ 2021-02-04 15:06 ` Boebbele
  1 sibling, 0 replies; 3+ messages in thread
From: Boebbele @ 2021-02-04 15:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/28461#issuecomment-773377366

Comment:
You are the best!!!!!  It works!!! Thank you!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-04 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04  9:57 [ISSUE] Package Request: EDI - Editor based on EFL for Enlightenment-Desktop Boebbele
2021-02-04 14:12 ` UsernameRandomlyGenerated
2021-02-04 15:06 ` Boebbele

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).