Author: megabajt Date: Tue Mar 20 21:41:57 2012 GMT Module: packages Tag: HEAD ---- Log message: - skip tests (not included in release tarball) and don't build examples
---- Files affected: packages/dotnet-taglib-sharp: dotnet-taglib-sharp-makefile.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dotnet-taglib-sharp/dotnet-taglib-sharp-makefile.patch diff -u /dev/null packages/dotnet-taglib-sharp/dotnet-taglib-sharp-makefile.patch:1.1 --- /dev/null Tue Mar 20 22:41:57 2012 +++ packages/dotnet-taglib-sharp/dotnet-taglib-sharp-makefile.patch Tue Mar 20 22:41:52 2012 @@ -0,0 +1,32 @@ +--- taglib-sharp-2.0.4.0/configure.ac.pld 2011-04-13 18:28:13.000000000 +0200 ++++ taglib-sharp-2.0.4.0/configure.ac 2012-03-20 22:29:11.776008903 +0100 +@@ -142,13 +142,7 @@ docs/Makefile + docs/Package.en.xml + ]) + +-# Test suite is not shipped, only builds from git. +-if test -d tests; then +- AC_CONFIG_FILES([tests/Makefile]) +- AM_CONDITIONAL(IN_DIST, false) +-else +- AM_CONDITIONAL(IN_DIST, true) +-fi ++AM_CONDITIONAL(IN_DIST, true) + AC_OUTPUT + + echo "TagLib# ($ASSEMBLY_NAME-$ASSEMBLY_VERSION) is ready to be compiled." +--- taglib-sharp-2.0.4.0/Makefile.am.pld 2012-03-20 22:23:06.257989085 +0100 ++++ taglib-sharp-2.0.4.0/Makefile.am 2012-03-20 22:28:47.722805878 +0100 +@@ -1,12 +1,7 @@ + SUBDIRS = \ + src \ +- examples \ + docs + +-if !IN_DIST +-SUBDIRS += tests +-endif +- + DIST_SUBDIRS = \ + src \ + examples \ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
