[csw-devel] SF.net SVN: gar:[14159] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Wed Apr 13 17:54:20 CEST 2011
Revision: 14159
http://gar.svn.sourceforge.net/gar/?rev=14159&view=rev
Author: skayser
Date: 2011-04-13 15:54:20 +0000 (Wed, 13 Apr 2011)
Log Message:
-----------
yad: initial commit
Added Paths:
-----------
csw/mgar/pkg/yad/
csw/mgar/pkg/yad/branches/
csw/mgar/pkg/yad/tags/
csw/mgar/pkg/yad/trunk/
csw/mgar/pkg/yad/trunk/Makefile
csw/mgar/pkg/yad/trunk/checksums
csw/mgar/pkg/yad/trunk/files/
Property changes on: csw/mgar/pkg/yad/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2
Added: csw/mgar/pkg/yad/trunk/Makefile
===================================================================
--- csw/mgar/pkg/yad/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/yad/trunk/Makefile 2011-04-13 15:54:20 UTC (rev 14159)
@@ -0,0 +1,32 @@
+# $Id$
+#
+# TODO (release-critical prefixed with !, non release-critical with *)
+# ! doesn't compile yet
+# CC yad-about.o
+# "yad.h", line 176: syntax error before or at: &
+# "yad.h", line 176: warning: syntax requires ";" after last struct/union member
+# "about.c", line 62: cannot recover from previous errors
+# cc: acomp failed for about.c
+
+NAME = yad
+VERSION = 0.10.1
+CATEGORIES = apps
+
+DESCRIPTION = Display GTK dialog boxes from shell scripts (zenity fork)
+define BLURB
+ Yad (yet another dialog) is a fork of Zenity with many improvements,
+ such as custom buttons, additional dialogs, pop-up menu in notification
+ icon and more.
+endef
+
+VENDOR_URL = http://code.google.com/p/yad/
+MASTER_SITES = http://yad.googlecode.com/files/
+DISTFILES = $(DISTNAME).tar.xz
+
+UPSTREAM_MASTER_SITES = http://code.google.com/p/yad/downloads/list
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+PATH := $(prefix)/gnu:$(PATH)
Property changes on: csw/mgar/pkg/yad/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/yad/trunk/checksums
===================================================================
--- csw/mgar/pkg/yad/trunk/checksums (rev 0)
+++ csw/mgar/pkg/yad/trunk/checksums 2011-04-13 15:54:20 UTC (rev 14159)
@@ -0,0 +1 @@
+ddde3970ce4a2ad2288011f2f1407a42 yad-0.10.1.tar.xz
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