# HG changeset patch # User Aleksej Bobylev # Date 1446075069 0 # Node ID 56ab0a3a197d15e050c308398b1bfac41556d32f # Parent 816e2bb8abe618e34f79839fd290b70edf12236d tazpkg: touch blocked-packages.list (thanks mojo) diff -r 816e2bb8abe6 -r 56ab0a3a197d libart_lgpl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libart_lgpl/description.txt Wed Oct 28 23:31:09 2015 +0000 @@ -0,0 +1,6 @@ +This is the LGPL'd component of libart. All functions needed for running the +Gnome canvas, and for printing support, will be going in here. The GPL'd +component will be getting various enhanced functions for specific applications. + + * [More information about libart] (http://www.levien.com/libart/) + * [Libart tutorial] (http://www.gnome.org/~mathieu/libart/libart.html) diff -r 816e2bb8abe6 -r 56ab0a3a197d tazpkg/receipt --- a/tazpkg/receipt Wed Oct 28 21:43:55 2015 +0000 +++ b/tazpkg/receipt Wed Oct 28 23:31:09 2015 +0000 @@ -62,4 +62,7 @@ EOT fi + + # Temporary patch for tazpkg-839 + touch $install/var/lib/tazpkg/blocked-packages.list }