wok rev 18533

tazpkg: touch blocked-packages.list (thanks mojo)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 28 23:31:09 2015 +0000 (2015-10-28)
parents 816e2bb8abe6
children 328b6e417d66
files libart_lgpl/description.txt tazpkg/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libart_lgpl/description.txt	Wed Oct 28 23:31:09 2015 +0000
     1.3 @@ -0,0 +1,6 @@
     1.4 +This is the LGPL'd component of libart. All functions needed for running the
     1.5 +Gnome canvas, and for printing support, will be going in here. The GPL'd
     1.6 +component will be getting various enhanced functions for specific applications.
     1.7 +
     1.8 +  * [More information about libart] (http://www.levien.com/libart/)
     1.9 +  * [Libart tutorial] (http://www.gnome.org/~mathieu/libart/libart.html)
     2.1 --- a/tazpkg/receipt	Wed Oct 28 21:43:55 2015 +0000
     2.2 +++ b/tazpkg/receipt	Wed Oct 28 23:31:09 2015 +0000
     2.3 @@ -62,4 +62,7 @@
     2.4  
     2.5  EOT
     2.6  	fi
     2.7 +
     2.8 +	# Temporary patch for tazpkg-839
     2.9 +	touch $install/var/lib/tazpkg/blocked-packages.list
    2.10  }