From: "Stefan Fröberg" <stefan.froberg@petroprogram.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] rxvt-unicode: new package
Date: Thu, 27 Dec 2012 20:25:46 +0200 [thread overview]
Message-ID: <50DC92AA.4030001@petroprogram.com> (raw)
In-Reply-To: <87y5gosd57.fsf@dell.be.48ers.dk>
23.12.2012 22:54, Peter Korsgaard kirjoitti:
>>>>>> "Stefan" == Stefan Fr?berg <stefan.froberg@petroprogram.com> writes:
> Stefan> Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com>
> Stefan> ---
> Stefan> package/Config.in | 1 +
> Stefan> package/rxvt-unicode/Config.in | 9 +++++++++
> Stefan> .../rxvt-unicode/rxvt-unicode-9.15-terminfo.patch | 12 ++++++++++++
> Stefan> package/rxvt-unicode/rxvt-unicode.mk | 12 ++++++++++++
> Stefan> 4 files changed, 34 insertions(+), 0 deletions(-)
> Stefan> create mode 100644 package/rxvt-unicode/Config.in
> Stefan> create mode 100644 package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch
> Stefan> create mode 100644 package/rxvt-unicode/rxvt-unicode.mk
>
> Stefan> diff --git a/package/Config.in b/package/Config.in
> Stefan> index d5e94db..562bfda 100644
> Stefan> --- a/package/Config.in
> Stefan> +++ b/package/Config.in
> Stefan> @@ -169,6 +169,7 @@ source "package/leafpad/Config.in"
> Stefan> source "package/midori/Config.in"
> Stefan> source "package/pcmanfm/Config.in"
> Stefan> source "package/rdesktop/Config.in"
> Stefan> +source "package/rxvt-unicode/Config.in"
> Stefan> source "package/sylpheed/Config.in"
> Stefan> source "package/synergy/Config.in"
> Stefan> source "package/torsmo/Config.in"
> Stefan> diff --git a/package/rxvt-unicode/Config.in b/package/rxvt-unicode/Config.in
> Stefan> new file mode 100644
> Stefan> index 0000000..3eab31d
> Stefan> --- /dev/null
> Stefan> +++ b/package/rxvt-unicode/Config.in
> Stefan> @@ -0,0 +1,9 @@
> Stefan> +config BR2_PACKAGE_RXVT_UNICODE
> Stefan> + bool "rxvt-unicode"
>
> We normally use 'depends on BR2_PACKAGE_XORG7' to ensure the package is
> only visible if the user wants X11.
>
> Stefan> + select BR2_PACKAGE_FONTCONFIG
> Stefan> + select BR2_PACKAGE_XLIB_LIBX11
> Stefan> + select BR2_PACKAGE_XLIB_LIBXRENDER
> Stefan> + help
> Stefan> + rxvt clone with xft and unicode support
> Stefan> +
> Stefan> + http://software.schmorp.de/pkg/rxvt-unicode
> Stefan> diff --git a/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch b/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch
> Stefan> new file mode 100644
> Stefan> index 0000000..910ce76
> Stefan> --- /dev/null
> Stefan> +++ b/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch
> Stefan> @@ -0,0 +1,12 @@
>
> Please add a git-style patch header describing the (simple) patch, your
> signed-off-by and its upstream status.
>
> Stefan> +diff -Naur rxvt-unicode-9.15.org/doc/Makefile.in rxvt-unicode-9.15/doc/Makefile.in
> Stefan> +--- rxvt-unicode-9.15.org/doc/Makefile.in 2012-04-11 23:57:47.105465883 +0300
> Stefan> ++++ rxvt-unicode-9.15/doc/Makefile.in 2012-04-12 00:02:13.848367530 +0300
> Stefan> +@@ -102,7 +102,7 @@
> Stefan> + $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
> Stefan> + @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
> Stefan> + @IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
> Stefan> +- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
> Stefan> ++ @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo -o $(DESTDIR)/usr/share/terminfo
> Stefan> +
> Stefan> + distdepend: alldoc
> Stefan> +
>
> Stefan> diff --git a/package/rxvt-unicode/rxvt-unicode.mk b/package/rxvt-unicode/rxvt-unicode.mk
> Stefan> new file mode 100644
> Stefan> index 0000000..009b40e
> Stefan> --- /dev/null
> Stefan> +++ b/package/rxvt-unicode/rxvt-unicode.mk
> Stefan> @@ -0,0 +1,12 @@
> Stefan> +#############################################################
> Stefan> +#
> Stefan> +# rxvt-unicode
> Stefan> +#
> Stefan> +#############################################################
> Stefan> +RXVT_UNICODE_VERSION = 9.15
> Stefan> +RXVT_UNICODE_SOURCE = rxvt-unicode-$(RXVT_UNICODE_VERSION).tar.bz2
> Stefan> +RXVT_UNICODE_SITE = http://dist.schmorp.de/rxvt-unicode
> Stefan> +RXVT_UNICODE_DEPENDENCIES = fontconfig ncurses xlib_libX11 xlib_libXrender
>
> You forgot to 'select BR2_PACKAGE_NCURSES'.
>
Ok. I fix these and resubmit v2.
Thanks!
Regards
Stefan
prev parent reply other threads:[~2012-12-27 18:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-23 0:06 [Buildroot] [PATCH] rxvt-unicode: new package Stefan Fröberg
2012-12-23 20:54 ` Peter Korsgaard
2012-12-27 18:25 ` Stefan Fröberg [this message]
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=50DC92AA.4030001@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.