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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri May 2 09:42:19 CEST 2014


Revision: 23533
          http://sourceforge.net/p/gar/code/23533
Author:   wahwah
Date:     2014-05-02 07:42:14 +0000 (Fri, 02 May 2014)
Log Message:
-----------
urxvt/trunk: Updated deps, but the version is still the old one

Modified Paths:
--------------
    csw/mgar/pkg/urxvt/trunk/Makefile
    csw/mgar/pkg/urxvt/trunk/checksums
    csw/mgar/pkg/urxvt/trunk/files/urxvt-wrapper

Modified: csw/mgar/pkg/urxvt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/urxvt/trunk/Makefile	2014-05-01 15:40:50 UTC (rev 23532)
+++ csw/mgar/pkg/urxvt/trunk/Makefile	2014-05-02 07:42:14 UTC (rev 23533)
@@ -6,7 +6,7 @@
 VERSION = 9.07
 GARTYPE = v2
 
-DESCRIPTION = A VT102 emulator for the X window system (pron. ouR XVT, unicode)
+DESCRIPTION = VT102 emulator for the X window system (pron. ouR XVT, unicode)
 define BLURB
   rxvt-unicode, is a colour vt102 terminal emulator intended as an xterm(1)
   replacement for users who do not require features such as Tektronix 4014
@@ -18,29 +18,24 @@
   http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
 endef
 
-MASTER_SITES         = http://dist.schmorp.de/rxvt-unicode/
-DISTFILES            = $(NAME)-$(VERSION).tar.bz2
-DISTFILES           += urxvt-wrapper
-UFILES_REGEX         = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
-SPKG_SOURCEURL       = http://software.schmorp.de/pkg/rxvt-unicode.html
-PACKAGES             = CSWurxvt
-CATALOGNAME_CSWurxvt = urxvt
-CONFIGURE_ARGS       = $(DIRPATHS)
-CONFIGURE_ARGS      += --disable-perl
-CONFIGURE_ARGS      += --with-terminfo=/opt/csw/share/terminfo
-# Because of terminfo
-RUNTIME_DEP_PKGS_CSWurxvt += CSWncurses
-# Shared library dependencies
-RUNTIME_DEP_PKGS_CSWurxvt += CSWfconfig
-RUNTIME_DEP_PKGS_CSWurxvt += CSWftype2
-RUNTIME_DEP_PKGS_CSWurxvt += CSWlibx11
-RUNTIME_DEP_PKGS_CSWurxvt += CSWlibxft2
-RUNTIME_DEP_PKGS_CSWurxvt += CSWlibxrender
+MASTER_SITES  = http://dist.schmorp.de/rxvt-unicode/
+DISTFILES = $(NAME)-$(VERSION).tar.bz2
+DISTFILES += urxvt-wrapper
+VENDOR_URL = http://software.schmorp.de/pkg/rxvt-unicode.html
+PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc
 GARCOMPILER = GNU
-EXTRA_INC = /opt/csw/X11/include
-EXTRA_LIB = /opt/csw/X11/lib
-EXTRA_PKG_CONFIG_DIRS = /opt/csw/X11/lib
 
+PATCHFILES += rxvt-unicode-9.06-solaris8.patch
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --disable-perl
+CONFIGURE_ARGS += --with-terminfo=/opt/csw/share/terminfo
+
+PACKAGES = CSWrxvt-unicode
+SPKG_DESC_CSWrxvt-unicode = $(DESCRIPTION)
+RUNTIME_DEP_PKGS_CSWrxvt-unicode += CSWterminfo
+CHECKPKG_OVERRIDES_CSWrxvt-unicode += surplus-dependency|CSWterminfo
+OBSOLETED_BY_CSWrxvt-unicode = CSWurxvt
+
 include gar/category.mk
 
 post-install-modulated:

Modified: csw/mgar/pkg/urxvt/trunk/checksums
===================================================================
--- csw/mgar/pkg/urxvt/trunk/checksums	2014-05-01 15:40:50 UTC (rev 23532)
+++ csw/mgar/pkg/urxvt/trunk/checksums	2014-05-02 07:42:14 UTC (rev 23533)
@@ -1,2 +1 @@
 49bb52c99e002bf85eb41d8385d903b5  rxvt-unicode-9.07.tar.bz2
-24c55df0baad064901c9cf5e4b8d5eef  urxvt-wrapper

Modified: csw/mgar/pkg/urxvt/trunk/files/urxvt-wrapper
===================================================================
--- csw/mgar/pkg/urxvt/trunk/files/urxvt-wrapper	2014-05-01 15:40:50 UTC (rev 23532)
+++ csw/mgar/pkg/urxvt/trunk/files/urxvt-wrapper	2014-05-02 07:42:14 UTC (rev 23533)
@@ -9,7 +9,9 @@
 libexec="/opt/csw/libexec"
 libexec_binary="${libexec}/${executable}"
 
-if [ ! -r "${libexec_binary}" ]; then
+if [ -r "${libexec_binary}" ]; then
+  :
+else
   echo "Can't read ${libexec_binary}"
   exit 1
 fi

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