[csw-devel] SF.net SVN: gar:[9056] csw/mgar/pkg/libwnck
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Mar 9 14:01:37 CET 2010
Revision: 9056
http://gar.svn.sourceforge.net/gar/?rev=9056&view=rev
Author: dmichelsen
Date: 2010-03-09 13:01:36 +0000 (Tue, 09 Mar 2010)
Log Message:
-----------
libwnck: Update to mGAR v2, needs current gtk+ >= 2.19.7
Added Paths:
-----------
csw/mgar/pkg/libwnck/branches/
csw/mgar/pkg/libwnck/tags/
csw/mgar/pkg/libwnck/tags/legacy/
csw/mgar/pkg/libwnck/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/libwnck/trunk/legacy/
Copied: csw/mgar/pkg/libwnck/trunk/Makefile (from rev 8930, csw/mgar/pkg/libgnugetopt/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/libwnck/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libwnck/trunk/Makefile 2010-03-09 13:01:36 UTC (rev 9056)
@@ -0,0 +1,31 @@
+GARNAME = libwnck
+GARVERSION = 2.29.92
+CATEGORIES = lib
+
+DESCRIPTION = Library used for writing pagers and tasks lists
+define BLURB
+endef
+
+MASTER_SITES = $(GNOME_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+VENDOR_URL = http://ftp.gnome.org/pub/GNOME/sources/libwnck/
+
+EXTRA_INC = $(prefix)/X11/include
+EXTRA_LIB = $(prefix)/X11/lib
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+
+# Problem: Requested 'gtk+-2.0 >= 2.19.7' but version of GTK+ is 2.16.5
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+# Needed for GNU gettext
+PATH := /opt/csw/gnu:$(PATH)
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