[csw-devel] SF.net SVN: gar:[20485] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Mar 20 10:45:08 CET 2013
Revision: 20485
http://gar.svn.sourceforge.net/gar/?rev=20485&view=rev
Author: dmichelsen
Date: 2013-03-20 09:45:08 +0000 (Wed, 20 Mar 2013)
Log Message:
-----------
scrot/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/scrot/
csw/mgar/pkg/scrot/Makefile
csw/mgar/pkg/scrot/branches/
csw/mgar/pkg/scrot/tags/
csw/mgar/pkg/scrot/trunk/
csw/mgar/pkg/scrot/trunk/Makefile
csw/mgar/pkg/scrot/trunk/checksums
csw/mgar/pkg/scrot/trunk/files/
csw/mgar/pkg/scrot/trunk/files/0001-Do-not-add-Wall.patch
Added: csw/mgar/pkg/scrot/Makefile
===================================================================
--- csw/mgar/pkg/scrot/Makefile (rev 0)
+++ csw/mgar/pkg/scrot/Makefile 2013-03-20 09:45:08 UTC (rev 20485)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/scrot/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/scrot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scrot/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/scrot/trunk/Makefile 2013-03-20 09:45:08 UTC (rev 20485)
@@ -0,0 +1,26 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = scrot
+VERSION = 0.8
+
+DESCRIPTION = Screen capture utility
+
+MASTER_SITES = http://linuxbrit.co.uk/downloads/
+DISTFILES += $(DISTNAME).tar.gz
+
+PATCHFILES += 0001-Do-not-add-Wall.patch
+
+VENDOR_URL = http://freecode.com/projects/scrot
+
+BUILD_DEP_PKGS += CSWlibgiblib-dev
+BUILD_DEP_PKGS += CSWimlib2
+
+PACKAGES += CSWscrot
+SPKG_DESC_CSWscrot = Screen capture utility
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWscrot += CSWlibgiblib1
+RUNTIME_DEP_PKGS_CSWscrot += CSWimlib2
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/scrot/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/scrot/trunk/checksums
===================================================================
--- csw/mgar/pkg/scrot/trunk/checksums (rev 0)
+++ csw/mgar/pkg/scrot/trunk/checksums 2013-03-20 09:45:08 UTC (rev 20485)
@@ -0,0 +1 @@
+ccae904d225609571bdd3b03445c1e88 scrot-0.8.tar.gz
Added: csw/mgar/pkg/scrot/trunk/files/0001-Do-not-add-Wall.patch
===================================================================
--- csw/mgar/pkg/scrot/trunk/files/0001-Do-not-add-Wall.patch (rev 0)
+++ csw/mgar/pkg/scrot/trunk/files/0001-Do-not-add-Wall.patch 2013-03-20 09:45:08 UTC (rev 20485)
@@ -0,0 +1,39 @@
+From 5e71974c9e2c7e8cb7c3e49520fbe9b82059f636 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Wed, 20 Mar 2013 10:39:54 +0100
+Subject: [PATCH] Do not add -Wall
+
+---
+ src/Makefile.am | 2 +-
+ src/Makefile.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index ebd54b0..146b5f5 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -2,7 +2,7 @@
+ MAINTAINERCLEANFILES = Makefile.in
+
+ LDFLAGS = -L/usr/X11R6/lib
+-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include \
++INCLUDES = -I/usr/X11R6/include \
+ $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. \
+ -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
+ LIBOBJS = @LIBOBJS@
+diff --git a/src/Makefile.in b/src/Makefile.in
+index d424a63..2671ce5 100644
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -74,7 +74,7 @@ VERSION = @VERSION@
+ MAINTAINERCLEANFILES = Makefile.in
+
+ LDFLAGS = -L/usr/X11R6/lib
+-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
++INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
+
+ LIBOBJS = @LIBOBJS@
+
+--
+1.8.1.4
+
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