SF.net SVN: gar:[24190] csw/mgar/pkg/urxvt/trunk/Makefile

opk at users.sourceforge.net opk at users.sourceforge.net
Thu Oct 16 17:11:10 CEST 2014


Revision: 24190
          http://sourceforge.net/p/gar/code/24190
Author:   opk
Date:     2014-10-16 15:11:08 +0000 (Thu, 16 Oct 2014)
Log Message:
-----------
urxvt/trunk: create separate package for the terminfo database entries

Modified Paths:
--------------
    csw/mgar/pkg/urxvt/trunk/Makefile

Modified: csw/mgar/pkg/urxvt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/urxvt/trunk/Makefile	2014-10-16 14:20:21 UTC (rev 24189)
+++ csw/mgar/pkg/urxvt/trunk/Makefile	2014-10-16 15:11:08 UTC (rev 24190)
@@ -24,6 +24,12 @@
 VENDOR_URL = http://software.schmorp.de/pkg/rxvt-unicode.html
 GARCOMPILER = GNU
 
+PACKAGES = CSWrxvt-unicode CSWterminfo-rxvt-unicode
+SPKG_DESC_CSWrxvt-unicode = $(DESCRIPTION)
+SPKG_DESC_CSWterminfo-rxvt-unicode = Entries for rxvt-unicode in terminal information database
+ARCHALL_CSWterminfo-rxvt-unicode = 1
+PKGFILES_CSWterminfo-rxvt-unicode = $(datadir)/terminfo.*
+
 EXTRA_INC = /opt/csw/X11/include
 EXTRA_LIB = /opt/csw/X11/lib
 EXTRA_PKG_CONFIG_DIRS = /opt/csw/X11/lib
@@ -35,8 +41,7 @@
 EXTRA_LDFLAGS  = -Wl,-zignore -Wl,-zcombreloc -Wl,-Bdirect
 EXTRA_LINKER_FLAGS = -lrt
 
-PACKAGES = CSWrxvt-unicode
-SPKG_DESC_CSWrxvt-unicode = $(DESCRIPTION)
+BUILD_DEP_PKGS += CSWncurses
 RUNTIME_DEP_PKGS_CSWrxvt-unicode += CSWlibintl8
 RUNTIME_DEP_PKGS_CSWrxvt-unicode += CSWlibxft2
 RUNTIME_DEP_PKGS_CSWrxvt-unicode += CSWlibxrender
@@ -57,4 +62,5 @@
 	  ln -s ../libexec/urxvt-wrapper $(DESTDIR)$(bindir)/$${b}; \
 	done
 	ginstall -m 755 $(FILEDIR)/urxvt-wrapper $(DESTDIR)$(libexecdir)
+	/opt/csw/bin/tic -x -s -o $(DESTDIR)$(datadir)/terminfo $(WORKSRC)/doc/etc/rxvt-unicode.terminfo
 	@$(MAKECOOKIE)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list