From: "Stefan Fröberg" <stefan.froberg@petroprogram.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/2] rxvt-unicode: new package
Date: Thu, 27 Dec 2012 20:45:17 +0200 [thread overview]
Message-ID: <1356633918-16114-1-git-send-email-stefan.froberg@petroprogram.com> (raw)
Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com>
---
package/Config.in | 1 +
package/rxvt-unicode/Config.in | 9 +++++++++
package/rxvt-unicode/rxvt-unicode.mk | 12 ++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 package/rxvt-unicode/Config.in
create mode 100644 package/rxvt-unicode/rxvt-unicode.mk
diff --git a/package/Config.in b/package/Config.in
index 66445ff..73bab6e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -169,6 +169,7 @@ source "package/leafpad/Config.in"
source "package/midori/Config.in"
source "package/pcmanfm/Config.in"
source "package/rdesktop/Config.in"
+source "package/rxvt-unicode/Config.in"
source "package/sylpheed/Config.in"
source "package/synergy/Config.in"
source "package/torsmo/Config.in"
diff --git a/package/rxvt-unicode/Config.in b/package/rxvt-unicode/Config.in
new file mode 100644
index 0000000..3d819ce
--- /dev/null
+++ b/package/rxvt-unicode/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_RXVT_UNICODE
+ bool "rxvt-unicode"
+ select BR2_PACKAGE_FONTCONFIG
+ select BR2_PACKAGE_NCURSES
+ depends on BR2_PACKAGE_XORG7
+ help
+ rxvt clone with xft and unicode support
+
+ http://software.schmorp.de/pkg/rxvt-unicode
diff --git a/package/rxvt-unicode/rxvt-unicode.mk b/package/rxvt-unicode/rxvt-unicode.mk
new file mode 100644
index 0000000..009b40e
--- /dev/null
+++ b/package/rxvt-unicode/rxvt-unicode.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# rxvt-unicode
+#
+#############################################################
+RXVT_UNICODE_VERSION = 9.15
+RXVT_UNICODE_SOURCE = rxvt-unicode-$(RXVT_UNICODE_VERSION).tar.bz2
+RXVT_UNICODE_SITE = http://dist.schmorp.de/rxvt-unicode
+RXVT_UNICODE_DEPENDENCIES = fontconfig ncurses xlib_libX11 xlib_libXrender
+RXVT_UNICODE_CONF_OPT += --enable-everything --disable-perl --with-x --with-terminfo=/usr/share/terminfo
+
+$(eval $(autotools-package))
--
1.7.7.6
next reply other threads:[~2012-12-27 18:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-27 18:45 Stefan Fröberg [this message]
2012-12-27 18:45 ` [Buildroot] [PATCH v2 2/2] rxvt-unicode: new package Stefan Fröberg
2013-01-03 23:27 ` Thomas Petazzoni
2013-01-04 14:42 ` Stefan Fröberg
2013-01-04 15:03 ` Thomas Petazzoni
2013-01-04 15:28 ` Stefan Fröberg
2013-01-04 16:23 ` Thomas Petazzoni
2013-01-03 23:25 ` [Buildroot] [PATCH v2 1/2] " Thomas Petazzoni
2013-01-04 14:31 ` Stefan Fröberg
2013-08-13 22:07 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1356633918-16114-1-git-send-email-stefan.froberg@petroprogram.com \
--to=stefan.froberg@petroprogram.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox