Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/terminology: new package
@ 2016-07-17 20:36 Romain Naour
  2016-07-24 13:09 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2016-07-17 20:36 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/Config.in                    |  1 +
 package/terminology/Config.in        |  9 +++++++++
 package/terminology/terminology.hash |  2 ++
 package/terminology/terminology.mk   | 17 +++++++++++++++++
 4 files changed, 29 insertions(+)
 create mode 100644 package/terminology/Config.in
 create mode 100644 package/terminology/terminology.hash
 create mode 100644 package/terminology/terminology.mk

diff --git a/package/Config.in b/package/Config.in
index 009b828..deafb53 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1644,6 +1644,7 @@ comment "Utilities"
 	source "package/ranger/Config.in"
 	source "package/screen/Config.in"
 	source "package/sudo/Config.in"
+	source "package/terminology/Config.in"
 	source "package/time/Config.in"
 	source "package/tmux/Config.in"
 	source "package/which/Config.in"
diff --git a/package/terminology/Config.in b/package/terminology/Config.in
new file mode 100644
index 0000000..75fe1f5
--- /dev/null
+++ b/package/terminology/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_TERMINOLOGY
+	bool "terminology"
+	depends on BR2_PACKAGE_EFL
+	select BR2_PACKAGE_ELEMENTARY
+	help
+	  Terminology is an EFL terminal emulator with some extra bells
+	  and whistles.
+
+	  https://www.enlightenment.org/about-terminology
diff --git a/package/terminology/terminology.hash b/package/terminology/terminology.hash
new file mode 100644
index 0000000..841ff94
--- /dev/null
+++ b/package/terminology/terminology.hash
@@ -0,0 +1,2 @@
+# From http://sourceforge.net/p/enlightenment/mailman/message/34472601/
+sha256	ecee7ae6ba2fa10bfc5b6531292157dec2373dbb7d248cc62eb53d0be74e9bcf	terminology-0.9.1.tar.xz
diff --git a/package/terminology/terminology.mk b/package/terminology/terminology.mk
new file mode 100644
index 0000000..f28ed1e
--- /dev/null
+++ b/package/terminology/terminology.mk
@@ -0,0 +1,17 @@
+################################################################################
+#
+# terminology
+#
+################################################################################
+
+TERMINOLOGY_VERSION = 0.9.1
+TERMINOLOGY_SOURCE = terminology-$(TERMINOLOGY_VERSION).tar.xz
+TERMINOLOGY_SITE = https://download.enlightenment.org/rel/apps/terminology
+TERMINOLOGY_LICENSE = BSD
+TERMINOLOGY_LICENSE_FILES = COPYING
+
+TERMINOLOGY_DEPENDENCIES = efl elementary
+
+TERMINOLOGY_CONF_OPTS += --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc
+
+$(eval $(autotools-package))
-- 
2.5.5

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

* [Buildroot] [PATCH] package/terminology: new package
  2016-07-17 20:36 [Buildroot] [PATCH] package/terminology: new package Romain Naour
@ 2016-07-24 13:09 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-07-24 13:09 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 17 Jul 2016 22:36:21 +0200, Romain Naour wrote:
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
>  package/Config.in                    |  1 +
>  package/terminology/Config.in        |  9 +++++++++
>  package/terminology/terminology.hash |  2 ++
>  package/terminology/terminology.mk   | 17 +++++++++++++++++
>  4 files changed, 29 insertions(+)
>  create mode 100644 package/terminology/Config.in
>  create mode 100644 package/terminology/terminology.hash
>  create mode 100644 package/terminology/terminology.mk

Applied with the following changes:

    [Thomas:
     - rewrap Config.in help text
     - fix license, it's BSD-2c, not just "BSD"
     - add dependency on host-pkgconf]

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-07-24 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-17 20:36 [Buildroot] [PATCH] package/terminology: new package Romain Naour
2016-07-24 13:09 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox