diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-07 15:40:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-07 15:40:59 +0200 |
commit | db43a7ebf583c530b899b1318e918dd0dc749c60 (patch) | |
tree | 8b30a85fa5a8bba01a466a16e023003579bc916a /package/rxvt-unicode | |
parent | 1e2a03b8837669413fcddd7af529adf6a80577a5 (diff) |
update fixes for gcc 4.7.3 - mksh, rxvt-unicode
Diffstat (limited to 'package/rxvt-unicode')
-rw-r--r-- | package/rxvt-unicode/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/rxvt-unicode/Makefile b/package/rxvt-unicode/Makefile index 9e6b54fc8..37f0e11f0 100644 --- a/package/rxvt-unicode/Makefile +++ b/package/rxvt-unicode/Makefile @@ -4,13 +4,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:= rxvt-unicode -PKG_VERSION:= 9.07 +PKG_VERSION:= 9.18 PKG_RELEASE:= 1 -PKG_MD5SUM:= 49bb52c99e002bf85eb41d8385d903b5 +PKG_MD5SUM:= 963ccc748fe5bca925e7b92c0404d68b PKG_DESCR:= x-term with unicode support PKG_SECTION:= x11/apps -PKG_DEPENDS:= libx11 fontconfig libxft libxml2 -PKG_BUILDDEP:= libX11 fontconfig libXft libxml2 +PKG_DEPENDS:= libx11 fontconfig libxft libxml2 gdk-pixbuf +PKG_BUILDDEP:= libX11 fontconfig libXft libxml2 gdk-pixbuf PKG_URL:= http://software.schmorp.de/pkg/rxvt-unicode.html PKG_SITES:= http://dist.schmorp.de/rxvt-unicode/ PKG_NEED_CXX:= 1 |