[csw-devel] SF.net SVN: gar:[9045] csw/mgar/pkg/startup-notification/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Mar 9 09:52:20 CET 2010


Revision: 9045
          http://gar.svn.sourceforge.net/gar/?rev=9045&view=rev
Author:   wahwah
Date:     2010-03-09 08:52:16 +0000 (Tue, 09 Mar 2010)

Log Message:
-----------
startup-notification: Adding 64-bit libs, moving prefix to /opt/csw/X11, adding a backward-compatibility symlink which doesn't allow to link against the old location.

Modified Paths:
--------------
    csw/mgar/pkg/startup-notification/trunk/Makefile

Modified: csw/mgar/pkg/startup-notification/trunk/Makefile
===================================================================
--- csw/mgar/pkg/startup-notification/trunk/Makefile	2010-03-09 07:10:10 UTC (rev 9044)
+++ csw/mgar/pkg/startup-notification/trunk/Makefile	2010-03-09 08:52:16 UTC (rev 9045)
@@ -4,7 +4,7 @@
 
 GARNAME = startup-notification
 GARVERSION = 0.10
-CATEGORIES = gnome
+CATEGORIES = x11
 DESCRIPTION = Reference implementation of the startup notification protocol
 define BLURB
 endef
@@ -15,9 +15,16 @@
 CATALOGNAME = startup_notif
 PACKAGES = CSWstartupnotif
 CONFIGURE_ARGS = $(DIRPATHS)
+BUILD64 = 1
 RUNTIME_DEP_PKGS_CSWstartupnotif += CSWlibice
 RUNTIME_DEP_PKGS_CSWstartupnotif += CSWlibsm
 RUNTIME_DEP_PKGS_CSWstartupnotif += CSWlibx11
 RUNTIME_DEP_PKGS_CSWstartupnotif += CSWlibxcb
 RUNTIME_DEP_PKGS_CSWstartupnotif += CSWxcbutil
 include gar/category.mk
+
+post-merge:
+	ginstall -m 755 -d $(PKGROOT)/opt/csw/lib
+	ln -s          ../X11/lib/libstartup-notification-1.so.0 \
+	   $(PKGROOT)/opt/csw/lib/libstartup-notification-1.so.0
+	@$(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